@media only screen and (max-width: 479px){:root{--drawer-width: 100vw}}.cart-drawer{will-change:transform;overflow-y:auto;overflow-x:hidden;position:fixed;top:0;bottom:0;max-width:95%;min-width:320px;z-index:9999;display:flex;flex-direction:column;height:100%;width:var(--drawer-width);left:100vw;background-color:#231f1f;visibility:hidden;opacity:0;transition:transform .4s ease-in-out,visibility 0s linear .4s,opacity 1s;transition-behavior:allow-discrete;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer::-webkit-scrollbar{display:none}@media only screen and (max-width: 479px){.cart-drawer{max-width:100%}}.custom-cart .cart-drawer,.cart-drawer--page{position:static;top:auto;right:auto;bottom:auto;left:auto;width:100%;max-width:none;min-width:0;height:auto;transform:none;visibility:visible;opacity:1;overflow:visible;background-color:transparent;display:block;z-index:auto}.custom-cart__grid{display:grid;gap:24px}.custom-cart__column{display:flex;flex-direction:column;gap:16px}.custom-cart__content{display:flex;flex-direction:column}.custom-cart .cart-drawer__head{background-color:#f1eae1;color:#231f1f;display:flex}.custom-cart .cart-drawer__head h3,.custom-cart .cart-drawer__head .cart-drawer__item-qty{color:#231f1f}.custom-cart .cart-drawer__close{display:none!important}.custom-cart .header-title-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.custom-cart .btn-clear-cart--header{border:1px solid #231F1F;border-radius:.5rem;padding:6px 12px;background:transparent;color:#231f1f;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.custom-cart .cart-drawer__head[data-aos],.custom-cart .cart-drawer__head [data-aos]{opacity:1!important;transform:none!important}.custom-cart .footer-regular,.custom-cart .checkout-bar-fixed{border-radius:.5rem}.custom-cart.section-padding{padding-top:0!important}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body{padding-left:0;padding-right:0}@media only screen and (min-width: 1024px){.custom-cart__grid{grid-template-columns:minmax(0,1fr) minmax(0,420px);align-items:start}}@media only screen and (max-width: 1023px){.custom-cart__grid{grid-template-columns:1fr}}.cart-drawer.is-loading .cart__item a{pointer-events:none}.cart-drawer .loader--line{position:absolute;top:0}.js-drawer-open-cart .cart-drawer{content-visibility:visible;visibility:visible;opacity:1;transform:translate(calc(-1 * var(--drawer-width)));transition:transform .4s cubic-bezier(.75,0,.175,1),visibility 0s linear,opacity .4s;transition-behavior:allow-discrete}.cart-drawer__head{position:relative;display:flex;flex-direction:column;width:100%;background-color:#231f1f;color:#fff;border-bottom:none;flex-shrink:0;padding:1rem;gap:16px}.header-title-row{position:relative;display:flex;align-items:center;justify-content:space-between}.cart-drawer__head h3{font-weight:var(--FONT-WEIGHT-HEADING-BOLD);font-size:32px;margin:0;color:#fff;display:flex;align-items:center;gap:5px;line-height:normal}.cart-drawer__item-qty{display:inline-block;font-size:12.891px;text-transform:none;color:#fff}.cart-drawer__close{position:absolute;top:1rem;right:1rem;width:20px;height:20px;padding:0;color:#fff;text-decoration:none;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:100}.cart-drawer__close svg{display:block;width:100%;height:100%;transition:transform .3s ease;pointer-events:none}.cart-drawer__close:hover svg{transform:rotate(90deg)}.header-info-cards{display:flex;flex-direction:column;gap:10px;width:100%}.drawer-card{background-color:#e6efea;border:2px solid #D8E6DF;border-radius:4px;padding:.8rem;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:fit-content}.info-values{display:flex;gap:4px;align-items:center}.drawer-label{font-size:14px;font-weight:400;margin:0;font-family:Inter,sans-serif;line-height:normal}.drawer-value{font-size:14px;font-weight:600;margin:0;font-family:Inter,sans-serif;line-height:normal}.drawer-text--on-light{color:#231f1f}.drawer-text--on-dark{color:#fff}.drawer-text--strike{text-decoration:line-through}.original-price{text-decoration:line-through;opacity:.6;font-weight:400}.drawer-card--collapsible{flex-direction:column;align-items:stretch;gap:0}.drawer-card--collapsible[open]{gap:6px}.drawer-card--footer{background-color:transparent;border:none;padding:0}.drawer-card--footer[open]{gap:0}.drawer-card--warning{background-color:#f3eee1;border:2px solid #E6D8B8;color:#9a7a32}.warning-card-content{display:flex;align-items:center;gap:8px;width:100%}.warning-card-content svg{flex-shrink:0;width:16px;height:16px;color:#9a7a32}.warning-card-content .warning-message{color:#9a7a32;font-size:14px;font-weight:400;margin:0;font-family:Inter,sans-serif;line-height:normal}.drawer-discount-summary{width:100%;padding:5px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.drawer-discount-summary::-webkit-details-marker{display:none}.drawer-discount-summary::marker{display:none}.summary-row{display:flex;justify-content:space-between;align-items:center;width:100%}.summary-left{display:flex;gap:4px;align-items:center}.chevron-down,.chevron-up{width:12px;height:auto;flex-shrink:0}.chevron-down path,.chevron-up path{stroke:currentColor}.drawer-discount-details[open] .chevron-down{display:none}.drawer-discount-details:not([open]) .chevron-up{display:none}.discount-row{display:flex;justify-content:space-between;align-items:center;line-height:normal}.discount-row--summary{cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.discount-row--summary::-webkit-details-marker{display:none}.discount-row--summary::marker{display:none}.discount-row--header,.discount-row--header .drawer-label,.discount-row--header .drawer-value{color:#231f1f;opacity:1}.discount-row--footer{color:#fff;opacity:.6;line-height:normal}.discount-row--footer .drawer-label,.discount-row--footer .drawer-value{color:#fff;opacity:1}.drawer-discount-breakdown{display:flex;flex-direction:column;padding-top:6px;border-top:1px solid #D8E6DF}.drawer-discount-breakdown .drawer-discount-line{margin-bottom:6px}.drawer-discount-breakdown .drawer-discount-line:last-child{margin-bottom:0}.footer-regular .drawer-discount-breakdown,.drawer-card--footer .drawer-discount-breakdown{margin-top:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.2)}.drawer-card--footer .drawer-discount-breakdown .drawer-discount-line{margin-bottom:6px}.drawer-card--footer .drawer-discount-breakdown .drawer-discount-line:last-child{margin-bottom:0}.drawer-card--footer .drawer-discount-line,.drawer-card--footer .drawer-discount-name,.drawer-card--footer .drawer-discount-value{color:#fff;opacity:.8}.drawer-discount-line{display:flex;align-items:center;gap:4px;font-size:14px;font-family:Inter,sans-serif;opacity:.6;line-height:normal}.drawer-discount-line svg,.drawer-discount-line .discount-svg{width:11px;height:11px;flex-shrink:0;opacity:1}.drawer-discount-line svg path{stroke:currentColor}.drawer-discount-name{flex:1;font-weight:400;font-size:12px}.drawer-discount-value{font-weight:600;margin-left:auto;font-size:12px}.header-actions{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.btn-clear-cart{background:transparent;border:none;color:#fff;padding:0;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;font-size:14px;font-weight:400;font-family:Inter,sans-serif}.btn-clear-cart:hover{opacity:.8}.btn-clear-cart .icon-trashcan{width:auto;height:14px;flex-shrink:0}.btn-clear-cart svg path{fill:currentColor}.btn-checkout{background:#387a62;color:#fff;border:none;padding:6px 10px;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background-color .2s;font-size:14px;font-weight:600;font-family:Inter,sans-serif}.btn-checkout:hover{background-color:#2d6249}.btn-checkout .dot-separator{width:3px;height:3px;background-color:#fff;border-radius:50%;flex-shrink:0}.cart-drawer__body{flex:1 1 auto;width:100%;display:flex;flex-direction:column;background-color:#f1eae1;padding:0 1rem 1rem}.cart-drawer__body .cart__widgets:has(.product-upsell__holder){border-top:var(--BORDER-WIDTH) solid var(--text)}.cart-drawer__body .cart__pair{padding:var(--inner);margin-bottom:0;border:none}.cart-debug-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:none}.cart-debug-info details{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;background:#fff;transition:all .2s}.cart-debug-info details:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.cart-debug-info details[open]{background:#fff}.cart-debug-info summary{color:#111827;-webkit-user-select:none;user-select:none;transition:color .2s}.cart-debug-info summary:hover{color:#387a62}.cart-debug-info details[open] summary{margin-bottom:.75rem;padding-bottom:.5rem}.cart-debug-info div{line-height:1.6}.cart-debug-info strong{color:#374151;font-weight:600}.cart-drawer__items,#cartItemsHolder{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.items-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.items-section:last-child{margin-bottom:0}.items-section-heading{font-size:20px;color:#111827;margin:0;font-family:Inter,sans-serif}.items-subsection{display:flex;flex-direction:column;gap:.5rem}.items-subsection-heading-row{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.items-subsection-heading{font-size:16px;color:#111827;margin:0;font-family:Inter,sans-serif}.items-subsection-count{font-size:16px;color:#111827;margin:0;font-family:Cal Sans,sans-serif;line-height:normal}.drawer-extra-section{display:flex;flex-direction:column;gap:1rem}.promo-card-content{display:flex;gap:8px;align-items:center}.meal-kit-image{width:4.5rem;height:4.5rem;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.meal-kit-image img{width:100%;height:100%;object-fit:contain}.promo-text{flex:1;display:flex;flex-direction:column;gap:2px}.drawer-card-title{font-size:16px;font-family:Inter,sans-serif!important;line-height:1.3;margin:0;font-weight:600;color:#111827}.drawer-card-meta{font-size:12px;color:#231f1f;font-family:Inter,sans-serif;line-height:normal;margin:0;opacity:.6}.subscription-banner{height:205px;border-radius:4px;position:relative;overflow:hidden;background-size:cover;background-position:center right;background-repeat:no-repeat;background-image:url(/cdn/shop/files/Fil_2025-10-28T13_57_1_1.jpg?v=1768555985)}.banner-overlay{position:absolute;left:56px;top:0;width:196px;height:100%;background:linear-gradient(to right,#FEFEFE 0%,#FEFEFE 41%,transparent 100%);pointer-events:none}.banner-overlay:before{content:"";position:absolute;left:-56px;top:0;width:56px;height:100%;background:#fefefe}.banner-content{position:absolute;left:20px;top:27px;display:flex;flex-direction:column;gap:16px;max-width:217px;z-index:1;padding-top:0;padding-bottom:0;align-items:flex-start;justify-content:flex-start;height:fit-content}.banner-title{font-size:18px;color:#231f1f;font-family:Cal Sans,sans-serif;line-height:normal;margin:0}.banner-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.banner-benefits li{display:flex;gap:4px;align-items:center;font-size:12px;font-weight:500;color:#231f1f;font-family:Inter,sans-serif;line-height:0}.banner-benefits .icon-checkmark{width:10px;height:10px;flex-shrink:0}.banner-cta{background:#387a62;color:#fff;padding:6px 12px;border-radius:3px;font-size:14px;font-weight:600;font-family:Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:22px;align-self:flex-start;transition:background-color .2s}.banner-cta:hover{background-color:#2d6249}.drawer-upsell-section{margin-top:auto;padding-top:2rem;background:#f1eae1;overflow:visible;display:flex;flex-direction:column;gap:.5rem}.drawer-upsell-title{font-size:20px;font-family:Cal Sans,sans-serif;color:#231f1f;margin:0}.drawer-upsell-grid{display:flex;gap:12px;overflow-x:auto;margin-left:-1rem;padding-left:1rem;margin-right:-1rem;padding-right:1rem;scrollbar-width:none}.drawer-upsell-grid::-webkit-scrollbar{display:none}.upsell-card{background:#387a62;border-radius:4px;min-width:360px;flex-shrink:0}.upsell-save-banner{background:#387a62;color:#fff;text-align:center;font-size:12px;font-weight:600;padding:5px;line-height:2;font-family:Inter,sans-serif;border-radius:.5rem .5rem 0 0}.upsell-content{background:#fff;border:2px solid white;border-radius:4px;padding:12px;display:flex;flex-direction:column;gap:10px}.upsell-main-row{display:flex;justify-content:space-between;align-items:center}.upsell-product-info{display:flex;gap:7px;flex:1;min-width:0}.upsell-image{width:4.5rem;height:4.5rem;background:#f1eae1;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px}.upsell-image img{max-width:100%;max-height:100%;object-fit:contain}.upsell-details{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.upsell-price-row{display:flex;gap:4px;align-items:center}.price-badge{background:#387a62;color:#fff;padding:2px 6px;border-radius:100px;font-size:.8125rem;font-weight:600;font-family:Inter,sans-serif;line-height:normal}.price-compare{font-size:.8125rem;color:#6b7280;text-decoration:line-through;font-family:Inter,sans-serif;font-weight:400;line-height:normal}.upsell-card .upsell-title{font-size:16px;font-family:Inter,sans-serif!important;font-weight:600;color:#111827;margin:0;line-height:1.3}.upsell-type{font-size:12px;color:#231f1f;opacity:.6;font-family:Inter,sans-serif;margin:0;line-height:normal}.upsell-cta{background:#231f1f;color:#fff;padding:6.5px 10px;border-radius:4px;font-size:12px;font-weight:600;border:none;cursor:pointer;white-space:nowrap;font-family:Inter,sans-serif;transition:background-color .2s;flex-shrink:0;line-height:normal}.upsell-cta:hover{background:#444040}.upsell-cta:disabled{opacity:.5;cursor:not-allowed}.upsell-divider{height:1px;background:#e6e7eb;width:100%}.upsell-tags{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;opacity:.5}.upsell-tag{display:flex;gap:.25rem;align-items:center;font-size:12px;font-weight:600;color:#231f1f;font-family:Inter,sans-serif;line-height:normal}.upsell-tag img{width:12px;height:12px;flex-shrink:0;object-fit:contain}.upsell-tag svg{width:12px;height:12px;flex-shrink:0;overflow:visible}.cart-drawer__empty-message{text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem}.cart-drawer__empty-message.hidden{display:none}.cart-drawer__empty-message>p{margin:0 0 .5em}.cart-drawer__empty-message .cart-empty-buttons,.cart-drawer__empty-message--bottom .cart-empty-buttons{opacity:1!important;pointer-events:auto!important}.cart-drawer__empty-message .cart-empty-buttons .btn,.cart-drawer__empty-message--bottom .cart-empty-buttons .btn,.cart-drawer__empty-message .cart-empty-buttons a,.cart-drawer__empty-message--bottom .cart-empty-buttons a{opacity:1!important;pointer-events:auto!important;cursor:pointer!important}.cart-empty-warning-card{background-color:#f3e2e2;border:2px solid #EBCFCF;border-radius:4px;padding:12px;display:flex;align-items:center;justify-content:flex-start;gap:.25rem;width:100%;margin-bottom:12px;color:#b84040}.cart-empty-warning-card svg{width:16px;height:16px;flex-shrink:0}.cart-empty-warning-text,.cart-empty-warning-count{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#b84040;margin:0;line-height:normal}.drawer-empty-actions{display:flex;flex-direction:column;gap:8px;width:100%;margin:0 0 12px;opacity:1!important;pointer-events:auto!important}.drawer-empty-actions a,.drawer-empty-actions .checkout-btn-fixed{opacity:1!important;pointer-events:auto!important;cursor:pointer!important;text-decoration:none!important}.cart-drawer__errors{position:sticky;top:0;z-index:9;background:var(--bg)}.cart-drawer__errors .cart__errors__inner{padding:10px 40px 10px 20px;margin:calc(var(--inner) / 2) 0 0;border-radius:0;border-left:none;border-right:none}.cart-drawer .product-item{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;background-color:#fff;border-radius:.5rem;justify-content:space-between;transition:all .2s;margin:0}.cart-drawer .product-item:hover{border-color:#264e3b}.cart-drawer .product-image-container{display:flex;align-items:center;flex:1;min-width:0}.cart-drawer .product-image{width:4.5rem;height:4.5rem;margin-right:.5rem;display:block;flex-shrink:0}.cart-drawer .product-image img{width:100%;height:100%;object-fit:contain;border-radius:4px}.cart-drawer .product-image .lazy-image,.cart-drawer .product-image .lazy-image--cover{position:relative!important;width:100%!important;height:100%!important}.cart-drawer .product-image .lazy-image img,.cart-drawer .product-image .lazy-image--cover img{position:relative!important;object-fit:contain!important}.cart-drawer .product-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0;justify-content:center}.cart-drawer .product-price{font-size:.8125rem;margin:0;display:flex;gap:.5rem;align-items:center}.cart-drawer .price-final{color:#387a62;font-weight:600}.cart-drawer .price-original{color:#6b7280;text-decoration:line-through;font-weight:400}.cart-drawer .cart__item__selected-options{font-size:.875rem;color:#6b7280;margin:0}.cart-drawer .quantity-selector{display:flex;align-items:center;flex-shrink:0;align-self:center}.cart-drawer .quantity-btn{width:2rem;height:2rem;border-radius:.375rem;background-color:#231f1f;border:2px solid #231F1F;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.cart-drawer .quantity-btn__icon{display:none;width:14px;height:14px}.cart-drawer .quantity-btn__icon svg{width:100%;height:100%;display:block}.cart-drawer .quantity-btn.is-remove .quantity-btn__text{display:none}.cart-drawer .quantity-btn.is-remove .quantity-btn__icon{display:block}.cart-drawer .quantity-btn:hover{background-color:#444040}.cart-drawer .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-drawer .quantity-input{width:2rem;height:2rem;border-radius:10px;background-color:#fff;overflow:visible;padding:0;text-align:center;display:flex;align-items:center;justify-content:center;border:none;font-size:14px}.cart-drawer .quantity-input::-webkit-outer-spin-button,.cart-drawer .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .quantity-input.hidden,.cart-drawer .quantity-btn.decrease.hidden{display:none}.checkout-bar-fixed{position:sticky;bottom:0;left:0;right:0;width:100%;background:#231f1f;box-shadow:0 -4px 12px #ffffff40;z-index:10;padding:1rem;display:flex;flex-direction:column;gap:8px;flex-shrink:0;margin-top:auto}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#fff;font-family:Inter,sans-serif;line-height:normal}.total-label{font-weight:600;margin:0}.total-values{display:flex;gap:6px;align-items:center;font-size:16px}.total-original{text-decoration:line-through;opacity:.6;font-weight:400}.total-final{font-weight:600}.checkout-btn-fixed{width:100%;background:#377b63;color:#fff;border:none;padding:16px;border-radius:4px;font-size:16px;font-weight:600;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s;line-height:normal;text-decoration:none}.checkout-btn-fixed:hover{background-color:#2d6249}.checkout-btn-fixed .dot-separator{width:5px;height:5px;background:#fff;border-radius:50%;flex-shrink:0}.footer-regular{background:#231f1f;color:#fff;padding:1rem 1rem 1.5rem!important;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.footer-summary{display:flex;flex-direction:column;gap:10px}.footer-row{display:flex;justify-content:space-between;align-items:center;color:#fff;opacity:.6;line-height:normal}.drawer-label-group{display:flex;font-size:14px;gap:4px;align-items:center}.dot-separator-small{font-size:3px;display:inline-flex;align-items:center;justify-content:center}.drawer-discount-details{display:flex;flex-direction:column}.footer-info{display:flex;flex-direction:column;gap:10px;margin-top:16px}.footer-text{font-size:14px;color:#fff;opacity:.6;margin:0;font-family:Inter,sans-serif;font-weight:400;line-height:normal}.payment-icons{display:flex;gap:8px;list-style:none;padding:0;margin:0;justify-content:flex-start;flex-wrap:wrap}.payment-icons li{display:flex;align-items:center}.payment-icons .icon-svg{height:20px;width:auto}.cart-drawer.is-loading .cart__item__quantity,.cart-drawer .cart__item.is-disabled .cart__item__quantity{pointer-events:none;opacity:.6}.aos-initialized .cart-drawer:not(.is-open) [data-aos]:not(.aos-animate){transition-duration:0s;transition-delay:0s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="1"]{animation-delay:.5s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="2"]{animation-delay:.65s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="3"]{animation-delay:.79s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="4"]{animation-delay:.92s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="5"]{animation-delay:1.04s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="6"]{animation-delay:1.16s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="7"]{animation-delay:1.27s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="8"]{animation-delay:1.37s}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="9"]{animation-delay:1465ms}.aos-initialized .cart-drawer .cart-drawer__items [data-aos-order="10"]{animation-delay:1.55s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="1"]{animation-delay:0ms}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="2"]{animation-delay:50ms}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="3"]{animation-delay:95ms}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="4"]{animation-delay:.14s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="5"]{animation-delay:.18s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="6"]{animation-delay:.22s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="7"]{animation-delay:255ms}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="8"]{animation-delay:.29s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="9"]{animation-delay:.32s}.aos-initialized .cart-drawer .cart-drawer__items.is-updated [data-aos-order="10"],.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="1"]{animation-delay:.35s}.aos-initialized .cart-drawer .cart-drawer__empty-message [data-aos-order="2"]{animation-delay:.45s}.aos-initialized .cart-drawer .is-updated+.cart-drawer__empty-message [data-aos-order="1"]{animation-delay:0ms}.aos-initialized .cart-drawer .is-updated+.cart-drawer__empty-message [data-aos-order="2"]{animation-delay:.1s}.aos-initialized .is-updated+.cart-drawer__empty-message:not(.hidden)[data-aos^=fade][data-aos^=fade].aos-animate{animation:cartDrawerItemsFadeInUp .6s}@keyframes cartDrawerItemsFadeInUp{0%{transform:translateY(var(--move-offset));opacity:0}to{transform:translate(0);opacity:1}}.aos-initialized .cart-drawer [data-aos].cart__item.is-removed{animation-delay:0ms;animation:cartItemRemoved .5s ease;animation-fill-mode:forwards}@media screen and (max-width: 768px){.cart-drawer__head,.cart-drawer__body,.cart-drawer__footer,.drawer-label,.info-values,.drawer-value,.footer-row,.footer-text,.drawer-discount-line,.btn-clear-cart,.btn-checkout{font-size:12px}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body,.custom-cart .footer-regular,.custom-cart .checkout-bar-fixed,.custom-cart__grid,.custom-cart__column,.custom-cart .cart__item{max-width:100%;box-sizing:border-box}.custom-cart .drawer-upsell-grid{margin-left:-1rem;padding-left:1rem;margin-right:-1rem;padding-right:1rem}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body{padding-left:0;padding-right:0}}@media screen and (max-width: 480px){.cart-drawer__head,.cart-drawer__body,.cart-drawer__footer,.drawer-label,.info-values,.drawer-value,.footer-row,.footer-text,.drawer-discount-line,.btn-clear-cart,.btn-checkout{font-size:12px}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body,.custom-cart .footer-regular,.custom-cart .checkout-bar-fixed,.custom-cart__grid,.custom-cart__column,.custom-cart__content{max-width:100vw;box-sizing:border-box;overflow-x:hidden}.custom-cart .cart__item{max-width:100vw;box-sizing:border-box}.custom-cart .drawer-upsell-grid{margin-left:-1rem;padding-left:1rem;margin-right:-1rem;padding-right:1rem}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body{padding-left:0;padding-right:0}}@media screen and (max-width: 320px){.cart-drawer .quantity-input{width:1.25rem}.cart-drawer .product-image,.meal-kit-image{width:3.5rem;height:3.5rem}.header-actions{gap:4px}.custom-cart,.custom-cart .cart-drawer,.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body,.custom-cart .footer-regular,.custom-cart .checkout-bar-fixed,.custom-cart__grid,.custom-cart__column,.custom-cart__content,.custom-cart .cart__item,.custom-cart .quantity-selector{max-width:100vw;box-sizing:border-box;overflow-x:hidden}.custom-cart .cart__item{min-width:0;max-width:100vw;box-sizing:border-box}.custom-cart .cart__item__details{min-width:0;max-width:calc(100vw - 4rem);box-sizing:border-box;flex:1 1 auto}.custom-cart .drawer-upsell-grid{margin-left:-1rem;padding-left:1rem;margin-right:-1rem;padding-right:1rem}.custom-cart .cart-drawer__head,.custom-cart .cart-drawer__body{padding-left:0;padding-right:0}.cart-drawer .quantity-selector{max-width:fit-content;flex-shrink:1}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/custom-drawer.css.map */
