.shop-date-field{position:relative;display:block;width:100%;min-width:0}
.shop-date-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;opacity:0!important;pointer-events:none!important;clip-path:inset(50%);border:0!important}
.shop-date-trigger{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 13px!important;border:1px solid #b9d2cf!important;border-radius:12px!important;background:#fff!important;color:#183b47!important;font:inherit;font-weight:750!important;text-align:left!important;box-shadow:0 2px 8px #123c4b0a;cursor:pointer!important}
.shop-date-trigger:hover{border-color:#15866b!important;background:#f6fcf8!important}
.shop-date-trigger:focus-visible,.shop-date-popup button:focus-visible{outline:3px solid #b8ea55;outline-offset:2px}
.shop-date-trigger.is-empty{color:#667e82!important}
.shop-date-trigger svg{width:20px;height:20px;flex:none;color:#168364}
.shop-date-popup{box-sizing:border-box;position:fixed;inset:auto;margin:0;padding:17px;border:1px solid #d4e4df;border-radius:19px;background:#fff;color:#193e49;box-shadow:0 24px 70px #102b3960,0 4px 18px #102b391c;font-family:'DM Sans',system-ui,sans-serif;z-index:99999}
.shop-date-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}
.shop-date-heading strong{text-transform:capitalize;font-family:'Space Grotesk',sans-serif;font-size:17px}
.shop-date-heading>div{display:flex;gap:5px}
.shop-date-heading button{width:33px;height:33px;border:1px solid #dcebe5;border-radius:10px;background:#f4faf7;color:#185343;font-size:22px;line-height:1;cursor:pointer}
.shop-date-heading button:hover{background:#e3f5eb}
.shop-date-weekdays,.shop-date-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;text-align:center}
.shop-date-weekdays span{padding:4px 0;color:#6c8485;font-size:11px;font-weight:900;text-transform:uppercase}
.shop-date-days button{aspect-ratio:1;min-width:0;max-height:40px;border:0;border-radius:10px;background:transparent;color:#244754;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.shop-date-days button:hover:not(:disabled){background:#e4f5ea;color:#0b6247}
.shop-date-days button.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px #15966e;color:#08694d}
.shop-date-days button.is-selected{background:#147d5d;color:#fff}
.shop-date-days button:disabled{opacity:.27;cursor:not-allowed}
.shop-date-footer{display:flex;justify-content:space-between;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #e3ece8}
.shop-date-footer button{border:0;border-radius:9px;padding:8px 11px;background:#edf8f1;color:#116447;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.shop-date-footer button:hover{background:#d9f0e2}
@media(max-width:430px){.shop-date-popup{padding:13px}.shop-date-days button{max-height:37px}}
