.delivery-calendar{width:100%;min-width:0;margin-top:8px;font-family:"Poppins",Arial,sans-serif}
.delivery-calendar button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
.delivery-calendar-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:52px;padding:12px 14px;border:1px solid #b38abd;border-radius:9px;background:#fff;color:#402247;text-align:left;font-size:16px;font-weight:600;line-height:1.5}
.delivery-calendar-trigger>span:last-child{font-size:24px;flex:none;color:#67267a}
.delivery-calendar-value{min-width:0;overflow-wrap:anywhere}
.delivery-calendar-panel{box-sizing:border-box;width:100%;margin-top:10px;padding:12px;border:1px solid #dfd1e3;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(63,17,73,.08)}
.delivery-calendar-panel[hidden]{display:none!important}
.delivery-calendar-header{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:4px;margin-bottom:12px}
.delivery-calendar-header button{width:40px;height:40px;padding:0;border:1px solid #dfd1e3;border-radius:8px;background:#fff;color:#67267a;font-size:28px;line-height:1}
.delivery-calendar-month{text-align:center;font-size:16px;font-weight:600;text-transform:capitalize}
.delivery-calendar-weekdays,.delivery-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}
.delivery-calendar-weekdays{margin-bottom:6px;color:#756b77;text-align:center;font-size:12px;font-weight:500;line-height:24px}
.delivery-calendar-day{display:grid;place-items:center;width:100%;min-width:0;min-height:40px;padding:4px 0;border:1px solid transparent;border-radius:7px;background:#fff;color:#402247;font-size:16px;font-weight:500;line-height:1.5}
.delivery-calendar-day:not(:disabled):hover{background:#f4e9f6;border-color:#b38abd}
.delivery-calendar-day[aria-current="date"]:not([aria-pressed="true"]):not(:disabled){border-color:#67267a}
.delivery-calendar-day[aria-pressed="true"]:not(:disabled){background:#67267a;color:#fff;font-weight:700}
.delivery-calendar button:disabled{background:#f3f1f4;color:#b3abb6;border-color:transparent;cursor:not-allowed;opacity:1}
.delivery-calendar-day:disabled{text-decoration:line-through}
.delivery-calendar button:focus-visible{outline:3px solid #f48107;outline-offset:2px}
.delivery-calendar-note{margin:10px 0 4px;color:#6f6671;font-size:12px;font-weight:400;line-height:1.5}
.delivery-calendar-close{display:block;width:100%;min-height:40px;margin-top:8px;padding:8px;border:0;border-top:1px solid #eadfed;background:#fff;color:#67267a;font-size:14px;font-weight:500}
.review-delivery-date{display:block}
@media(max-width:380px){.delivery-calendar-panel{padding:8px}.delivery-calendar-weekdays,.delivery-calendar-days{gap:2px}.delivery-calendar-header{grid-template-columns:36px minmax(0,1fr) 36px}.delivery-calendar-header button{width:36px;height:40px}}

.product-option input[type="hidden"],.review-delivery-date input[type="hidden"]{display:none!important}
