:root{--color-delivery-primary: #8e5659;--color-delivery-accent: #d8aba0;--color-delivery-bg: var(--surface-primary, #ffffff);--color-delivery-text: var(--text-primary, #2f2729);--color-delivery-muted: var(--text-muted, rgba(47, 39, 41, .62));--color-delivery-border: var(--border-subtle, rgba(142, 86, 89, .18));--radius-delivery: var(--radius-12, 1.2rem);--transition-speed: var(--duration-fast, .16s)}#main-cart-footer .delivery-card{width:100%;max-width:100%;background:var(--color-delivery-bg);padding:1.4rem 1.4rem 1.2rem!important;border:1px solid var(--color-delivery-border);border-radius:var(--radius-delivery);box-shadow:none;font-family:Nunito,sans-serif;box-sizing:border-box;margin:.5rem 0 1rem!important}#main-cart-footer .banner-title{font-size:1.55rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.01em}#main-cart-footer .delivery-summary{padding-top:.2rem}#main-cart-footer .delivery-selector-row{display:grid!important;grid-template-columns:1fr!important;gap:.45rem!important;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--color-delivery-border);align-items:start}#main-cart-footer .delivery-selector-field{width:100%;min-height:4rem;display:flex;align-items:center;gap:8px;padding:0 3.6rem 0 1rem;border:1px solid var(--color-delivery-border);border-radius:var(--radius-8);background:var(--field-bg-subtle, rgba(255, 250, 249, .72));color:var(--color-delivery-text);font:inherit;font-size:13px;font-weight:600;text-align:left;box-sizing:border-box;cursor:pointer;position:relative;box-shadow:none;transition:border-color var(--transition-speed) ease,background-color var(--transition-speed) ease}#main-cart-footer .delivery-selector-field:after{content:"";position:absolute;top:.9rem;bottom:.9rem;right:3.1rem;width:1px;background:var(--color-delivery-border)}#main-cart-footer .delivery-selector-field:hover{border-color:#8e565940;background:var(--color-delivery-bg)}#main-cart-footer .delivery-selector-field:focus-visible{outline:none;border-color:#8e565980;box-shadow:var(--shadow-focus)}#main-cart-footer .delivery-selector-field.is-placeholder{color:var(--color-delivery-muted)}#main-cart-footer .delivery-selector-field.is-placeholder .delivery-selector-value{color:var(--color-delivery-muted);font-weight:500}#main-cart-footer .delivery-selector-field:not(.is-placeholder){border-color:#8e565947;background:var(--color-delivery-bg)}#main-cart-footer .delivery-selector-field:not(.is-placeholder) .delivery-selector-value{color:var(--text-primary);font-weight:700}#main-cart-footer .delivery-selector-field:not(.is-placeholder) .delivery-selector-icon{color:var(--color-delivery-primary);opacity:1}#main-cart-footer .date-scroller-container .delivery-selector-icon-date{color:var(--color-delivery-primary);opacity:.9}#main-cart-footer .time-slots-container.is-open .delivery-selector-field{border-color:#8e565973;background:var(--color-delivery-bg);box-shadow:var(--shadow-focus)}#main-cart-footer .time-slots-container.is-open .delivery-selector-chevron{transform:rotate(135deg);margin-top:-2px}#main-cart-footer .delivery-selector-icon{width:15px;height:15px;border:1.5px solid currentColor;border-radius:4px;opacity:.75;flex:0 0 auto;box-sizing:border-box;position:relative}.delivery-selector-icon-date:before,.delivery-selector-icon-date:after,.delivery-selector-icon-time:before,.delivery-selector-icon-time:after{content:"";position:absolute;box-sizing:border-box}.delivery-selector-icon-date:before{left:-2px;right:-2px;top:4px;border-top:1.5px solid currentColor}.delivery-selector-icon-date:after{width:2px;height:4px;top:-4px;left:4px;background:currentColor;border-radius:2px;box-shadow:5px 0 0 currentColor}.delivery-selector-icon-time{border-radius:50%}.delivery-selector-icon-time:before{width:1.5px;height:5px;top:3px;left:7px;background:currentColor;border-radius:2px}.delivery-selector-icon-time:after{width:4px;height:1.5px;top:8px;left:7px;background:currentColor;border-radius:2px}#main-cart-footer .delivery-selector-value{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:4px;font-size:1.3rem;line-height:1.2}#main-cart-footer .delivery-selector-chevron{width:.65rem;height:.65rem;border-top:1.5px solid rgba(44,44,44,.5);border-right:1.5px solid rgba(44,44,44,.5);transform:rotate(45deg);flex:0 0 auto;position:absolute;right:1.15rem;top:50%;margin-top:-.32rem}#main-cart-footer .delivery-helper-text{margin:.45rem 0 0;color:var(--color-delivery-muted);font-size:11.5px;line-height:1.4;font-style:normal;font-weight:400}.date-scroller-container{margin:0;border:0;padding:0;border-radius:0;position:relative;background:transparent}.full-calendar-link{margin:0;text-decoration:none}.full-calendar-link:hover{opacity:1;color:inherit}.date-picker-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}#main-cart-footer .time-slots-container{margin:0;position:relative}#main-cart-footer .time-slots-list{display:none;grid-template-columns:minmax(0,1fr);gap:3px;margin-top:.4rem;padding:.4rem;border:1px solid var(--color-delivery-border);border-radius:.9rem;background:var(--color-delivery-bg);box-shadow:var(--shadow-2);position:absolute;top:100%;left:0;right:0;z-index:6;max-height:224px;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transform-origin:top center;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}#main-cart-footer .time-slot-item{display:flex;align-items:center;min-height:3.6rem;justify-content:center;padding:.7rem 3rem .7rem 1rem;border-radius:.6rem;cursor:pointer;font-size:13px;font-weight:600;border:1px solid transparent;color:var(--color-delivery-text);text-align:left;background:transparent;position:relative;transition:border-color var(--transition-speed) ease,background-color var(--transition-speed) ease;box-sizing:border-box}#main-cart-footer .time-slot-item.muted{color:silver;pointer-events:none}#main-cart-footer .time-slot-item:not(.muted):hover{background:#fdf4f3;border-color:#8e56591f}#main-cart-footer .time-slot-item.active{background:#fdf4f3;color:var(--text-primary);border-color:#8e56594d}#main-cart-footer .time-slot-item.active:after{content:"";position:absolute;top:50%;right:1rem;width:.7rem;height:.7rem;margin-top:-.35rem;border-radius:50%;background:var(--color-delivery-primary)}#main-cart-footer .time-slot-item.active span,#main-cart-footer .time-slot-item.active label,#main-cart-footer .time-slot-item.active strong,#main-cart-footer .time-slot-item.active small{color:inherit}#main-cart-footer .card-message-field{width:100%;flex:1 1 100%;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--color-delivery-border)}#main-cart-footer .delivery-note-entry{width:100%;flex:1 1 100%;margin-top:.45rem;padding-top:0;border-top:0;position:relative}#main-cart-footer .delivery-note-trigger{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;gap:.55rem;min-height:0;padding:.2rem 0 0;border:0;border-radius:0;background:transparent;color:var(--color-delivery-muted);cursor:pointer;text-align:left;transition:color var(--transition-speed) ease,opacity var(--transition-speed) ease}#main-cart-footer .delivery-note-trigger:hover{background:transparent;color:rgba(var(--color-foreground),.72)}#main-cart-footer .delivery-note-trigger:focus-visible{outline:none;box-shadow:none;outline:2px solid rgba(142,86,89,.18);outline-offset:.3rem;border-radius:.4rem}#main-cart-footer .delivery-note-trigger__icon svg{width:18px;height:18px}#main-cart-footer .delivery-note-trigger__copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.delivery-note-trigger{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:#00000059}#main-cart-footer .delivery-note-trigger.has-note{color:rgba(var(--color-foreground),.66)}#main-cart-footer .delivery-note-trigger.is-open{color:rgba(var(--color-foreground),.76)}#main-cart-footer .delivery-note-editor{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1.6rem;background:#1814162e;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}#main-cart-footer .delivery-note-editor[hidden]{display:none!important}#main-cart-footer .delivery-note-editor__dialog{width:min(100%,36rem);padding:1.25rem;border:1px solid var(--color-delivery-border);border-radius:var(--radius-12);background:var(--color-delivery-bg);box-shadow:0 24px 50px #2214182e}#main-cart-footer .card-message-helper,#main-cart-footer .delivery-field-label{display:block;margin:0 0 .7rem;font-size:1.18rem;line-height:1.45;font-weight:600;color:var(--text-primary)}#main-cart-footer .delivery-note-editor__intro{margin-bottom:.8rem}#main-cart-footer .delivery-note-editor__title{margin:0;font-size:1.14rem;line-height:1.45;font-weight:500;color:var(--color-delivery-muted)}#main-cart-footer .delivery-note-editor .message-textarea{min-height:9rem}#main-cart-footer .delivery-note-editor__actions{display:grid;gap:.75rem;margin-top:.9rem}#main-cart-footer .delivery-note-editor__save{width:100%;justify-content:center}#main-cart-footer .delivery-note-editor__cancel{padding:0;border:0;background:none;color:rgba(var(--color-foreground),.68);font:inherit;font-size:1.2rem;font-weight:600;text-decoration:underline;text-underline-offset:.18em;cursor:pointer;justify-self:center}#main-cart-footer .delivery-note-editor__cancel:hover{color:var(--color-delivery-primary)}#main-cart-footer .message-textarea{width:100%;max-width:100%!important;box-sizing:border-box;min-height:7rem;padding:.85rem 1rem;border:1px solid var(--color-delivery-border);border-radius:var(--radius-8);font:inherit;font-size:13px;line-height:1.5;resize:vertical;outline:none;margin-top:0!important;transition:border-color var(--transition-speed) ease,box-shadow var(--transition-speed) ease;color:var(--text-primary);background:var(--field-bg-subtle, rgba(255, 250, 249, .72));box-shadow:none}#main-cart-footer .message-textarea::placeholder{color:#b0b0b0;font-weight:400}#main-cart-footer .message-textarea:focus{border-color:var(--accent-border-strong, rgba(142, 86, 89, .42));background:var(--color-delivery-bg);box-shadow:var(--shadow-focus)}body.delivery-note-editor-open{overflow:hidden}.flatpickr-calendar{font-family:Nunito,sans-serif!important;border:1px solid var(--color-delivery-border)!important;border-radius:var(--radius-12)!important;box-shadow:0 8px 24px #0000001a!important;padding-bottom:var(--space-8)!important;z-index:99999!important}.flatpickr-months{background-color:var(--bg-subtle)!important;border-radius:var(--radius-12) var(--radius-12) 0 0!important;padding:var(--space-8) 0!important}.flatpickr-current-month .flatpickr-monthDropdown-months{font-weight:700!important;color:#333!important}.flatpickr-current-month input.cur-year{font-weight:700!important}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{fill:#fff!important;background:#555;width:12px!important;height:12px!important;border-radius:50%!important;padding:4px!important}.flatpickr-day.selected{background:var(--color-delivery-primary)!important;border-color:var(--color-delivery-primary)!important;color:#fff!important;font-weight:700!important}.flatpickr-day:hover{background-color:#f5e4e1!important}.flatpickr-day.today{border-color:var(--color-delivery-accent)!important}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay.flatpickr-disabled,.flatpickr-day.nextMonthDay.flatpickr-disabled{color:#2f272952!important;background:transparent!important;border-color:transparent!important;cursor:not-allowed!important;text-decoration:none!important}@media(min-width:750px){#main-cart-footer .delivery-card{max-width:36rem;margin-left:auto;margin-right:auto;margin-bottom:1rem!important;padding:1.6rem 1.6rem 1.3rem!important}#main-cart-footer .banner-title{font-size:1.65rem}#main-cart-footer .delivery-selector-field{min-height:4.2rem;padding:0 3.8rem 0 1.1rem}#main-cart-footer .delivery-selector-value{font-size:1.35rem}#main-cart-footer .message-textarea{min-height:7.2rem}}@media(max-width:749px){#main-cart-footer .delivery-card{padding:1.2rem!important;border-radius:1rem}#main-cart-footer .banner-title{font-size:1.5rem}#main-cart-footer .delivery-selector-row{gap:.4rem!important}#main-cart-footer .delivery-selector-field{min-height:3.8rem;font-size:12.5px;border-radius:.7rem;gap:6px}#main-cart-footer .delivery-selector-value{font-size:1.2rem}#main-cart-footer .delivery-selector-icon{width:14px;height:14px}#main-cart-footer .message-textarea{min-height:6.5rem;font-size:13px}#main-cart-footer .delivery-note-entry{margin-top:.35rem}#main-cart-footer .delivery-note-trigger{gap:.45rem;padding-top:.1rem}#main-cart-footer .delivery-note-trigger__title{font-size:1.05rem;color:var(--text-muted)}#main-cart-footer .delivery-note-editor{align-items:flex-start;padding:9.5rem 1rem 1rem}#main-cart-footer .delivery-note-editor__dialog{width:100%;padding:1rem}}@media(max-width:350px){#main-cart-footer .delivery-card{padding:1rem!important;border-radius:.8rem}#main-cart-footer .delivery-selector-field{min-height:3.6rem;font-size:12px;padding:0 3.2rem 0 .8rem}#main-cart-footer .message-textarea{min-height:6rem}}@media(min-width:990px){#main-cart-footer .delivery-card{max-width:40rem;margin-left:auto;margin-right:auto;padding:1.8rem 1.8rem 1.5rem!important;border-radius:1.4rem}#main-cart-footer .banner-title{font-size:1.7rem}#main-cart-footer .delivery-selector-field{min-height:4.4rem;padding:0 4rem 0 1.2rem;border-radius:.85rem}#main-cart-footer .delivery-selector-field:after{right:3.4rem}#main-cart-footer .delivery-selector-chevron{right:1.25rem}#main-cart-footer .time-slot-item{min-height:3.8rem}#main-cart-footer .delivery-helper-text{font-size:11.5px;margin-top:.5rem;color:var(--color-delivery-muted)}#main-cart-footer .message-textarea{min-height:7.6rem}#main-cart-footer .delivery-note-editor{padding:2rem}#main-cart-footer .delivery-note-editor__dialog{padding:1.35rem}#main-cart-footer .delivery-selector-row{grid-template-columns:1fr 1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/cart-delivery-picker.css.map */
