.drawer{position:fixed;z-index:9999999;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:transparent}cart-drawer{visibility:hidden;pointer-events:none}cart-drawer.active{visibility:visible;pointer-events:auto}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}cart-drawer:not(.is-empty) .drawer__inner-empty{display:none}cart-drawer.is-empty .drawer__module,cart-drawer.is-empty .drawer__footer,cart-drawer.is-empty .cart-drawer-items{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;width:3.2rem;height:3.2rem;min-width:unset;min-height:unset;position:absolute;top:1.2rem;right:0;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{width:1.4rem;height:1.4rem}.drawer__close .svg-wrapper{height:1.4rem;width:1.4rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column;transition:opacity .2s ease}.cart-drawer-items{transition:opacity .2s ease}.cart-drawer-items.is-updating{opacity:.4;pointer-events:none}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground),.2);padding:1.5rem 0;transition:opacity .2s ease}.drawer__footer.is-updating{opacity:.4}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 2.8rem 1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000026;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity var(--duration-default) ease;touch-action:none}cart-drawer.active .cart-drawer__overlay{opacity:1}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / 9rem 1fr auto;gap:.5rem 1rem;margin-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-item__nested-line .cart-item__image{max-width:60%;float:right}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading__spinner,.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:2.5rem}.cart-drawer .loading-overlay{position:absolute;z-index:1;width:1.8rem}.cart-drawer .loading-overlay:not(.hidden)~.cart-item__price-wrapper,.loading-overlay:not(.hidden)~.cart-item__price-wrapper{opacity:.3;transition:opacity .15s ease}.cart-drawer .cart-item__price-wrapper,.cart-drawer cart-remove-button{transition:opacity .15s ease}.cart-drawer .cart-items td{padding-top:1.7rem}.cart-drawer .cart-items .cart-item__nested-line td:not(.cart-item__quantity){padding-top:1rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 3;font-size:1.3rem}.cart-drawer .cart-item__details a{font-size:1.3rem;line-height:1.3}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 4}.cart-drawer .quantity{min-height:3rem}.cart-drawer .quantity__button{width:3rem;padding:0}.cart-drawer .quantity__input{width:3rem;font-size:1.2rem;padding:0}@media screen and (max-width:749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 2rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer .product-option{font-size:1.2rem;line-height:1.4;margin-top:.2rem}.cart-drawer .cart-item__price-wrapper{font-size:1.3rem;text-align:right}.cart-drawer .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.cart-drawer .cart-item__old-price{font-size:1.1rem;opacity:.5;text-decoration:line-through}.cart-drawer .cart-item__final-price{font-size:1.3rem;font-weight:700}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.8rem;display:none}.cart-drawer .cart-item__error:has(.cart-item__error-text:not(:empty)){display:flex;align-items:center;gap:.5rem}.cart-drawer .cart-item__error .icon-error{width:1.3rem;height:1.3rem;flex-shrink:0}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.drawer__module{padding:1rem 0;border-bottom:var(--cart-modules-border, none);font-size:1.3rem}.drawer__module p{margin:0}.drawer__module--timer{font-weight:600}.drawer__module--timer .timer__text{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.drawer__module--timer-time{font-variant-numeric:tabular-nums;font-weight:700;color:rgb(var(--color-accent-1, 0 0 0))}.free-shipping__bar{height:6px;background:rgba(var(--color-foreground),.1);border-radius:3px;overflow:hidden;margin-bottom:.8rem}.free-shipping__drag{height:100%;background:rgb(var(--color-accent-1, 76 175 80));border-radius:3px;transition:width .4s ease;width:0}.free-shipping__left-amount{font-size:1.2rem}.free-shipping__success{font-size:1.2rem;font-weight:600;color:rgb(var(--color-accent-1))}.free-shipping__success.hidden{display:none}.free-shipping__amount{font-weight:700}.drawer-trust__swiper{overflow:hidden;position:relative}.drawer-trust__slide{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;white-space:nowrap}.drawer-trust__slide img,.drawer-trust__slide svg{flex-shrink:0;object-fit:contain}.bullets .drawer-trust__slide{padding:.3rem 0}.bullets .drawer-trust__slide:before{content:"";width:6px;height:6px;border-radius:50%;background:rgb(var(--color-accent-1));flex-shrink:0}.button-prev-drawer-trust__swiper,.button-next-drawer-trust__swiper{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));padding:0}.button-prev-drawer-trust__swiper{left:0}.button-next-drawer-trust__swiper{right:0}.button-prev-drawer-trust__swiper:after,.button-next-drawer-trust__swiper:after{font-size:14px}.drawer__module--delivery-estimation .delivery__wrapper{display:flex;justify-content:space-between;gap:1rem}.drawer__module--delivery-estimation .delivery__step{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;text-align:center;position:relative}.drawer__module--delivery-estimation .delivery__step:not(:last-child):after{content:"";position:absolute;top:12px;left:calc(50% + 16px);width:calc(100% - 32px);height:2px;background:rgba(var(--color-foreground),.15)}.drawer__module--delivery-estimation .delivery__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.drawer__module--delivery-estimation .delivery__icon svg{width:20px;height:20px}.drawer__module--delivery-estimation .delivery__custom-icon{width:28px;height:28px;object-fit:contain}.drawer__module--delivery-estimation .delivery__date{font-weight:600;font-size:1.2rem}.drawer__module--delivery-estimation .delivery__info{font-size:1rem;opacity:.7}.drawer__module--delivery-estimation .delivery__meta p{margin:0}.delivery__wrapper-icon-color--accent-1 .delivery__icon{color:rgb(var(--color-accent-1))}.delivery__wrapper-icon-color--accent-2 .delivery__icon{color:rgb(var(--color-accent-2))}.delivery__wrapper-icon-color--headings .delivery__icon{color:rgb(var(--color-foreground))}.delivery__wrapper-icon-color--text .delivery__icon{color:rgba(var(--color-foreground),.75)}.free-gifts-container{padding:1rem 0;border-bottom:var(--cart-modules-border, none)}.free-gift-announcement{text-align:center;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.free_gift_bar{position:relative}.progress-bar{position:relative;height:8px;background:rgba(var(--color-foreground),.08);border-radius:4px;overflow:visible;margin-bottom:2.5rem}.progress-bar-fill{display:block;height:100%;border-radius:4px;transition:width .4s ease}.gift{position:absolute;top:-6px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.gift-svg{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease}.gift-svg svg{width:14px;height:14px}.unlocked-gift .gift-svg{background:var(--free-gift-progress-color);color:#fff!important;fill:#fff!important}.gift-text{font-size:.9rem;white-space:nowrap;margin-top:.3rem;opacity:.7}.cart-item--hidden{display:none!important}.cart-item__quantity--gift{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-weight:700;border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--corner-radius, .4rem)}.drawer__protection{padding:1rem 0;border-bottom:var(--cart-modules-border, none)}.drawer__protection--card{display:flex;align-items:center;justify-content:space-between;gap:1rem}.drawer__protection--info{display:flex;align-items:flex-start;gap:.8rem;flex:1}.drawer__protection--title{font-weight:600;font-size:1.3rem;margin:0}.drawer__protection--price{font-size:1.2rem;margin:.2rem 0}.drawer__protection--text{font-size:1.1rem;opacity:.7;margin:.2rem 0 0}.drawer__protection--toggle{white-space:nowrap;font-size:1.2rem;padding:.6rem 1.2rem}.drawer__protection--toggle.active{opacity:.7}.drawer__module--code{border-bottom:none}.cart__discount-code{display:flex;gap:.5rem}.cart__discount-input{flex:1;padding:.8rem 1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--corner-radius, .4rem);font-size:1.3rem;background:transparent;color:rgb(var(--color-foreground))}.cart__discount-btn{padding:.8rem 1.5rem;font-size:1.2rem;white-space:nowrap}.drawer__upsell{padding:1rem 0;border-top:1px solid rgba(var(--color-foreground),.08)}.drawer__upsell--title{font-weight:600;font-size:1.3rem;margin:0 0 .8rem}.drawer__upsell--card{display:flex;align-items:center;gap:1rem}.drawer__upsell--link--media img{width:60px;height:60px;object-fit:cover;border-radius:var(--corner-radius, .4rem)}.drawer__upsell--product-informations{flex:1;min-width:0}.drawer__upsell--product-title{font-weight:600;font-size:1.2rem;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drawer__upsell--product-price{font-size:1.2rem;margin:.2rem 0 0}.drawer__upsell--product-price s{opacity:.5;margin-right:.4rem}.drawer__upsell--add-btn{padding:.5rem 1rem;font-size:1.1rem;white-space:nowrap}.drawer__upsell--select{position:relative;margin-bottom:.5rem}.drawer__upsell--select .select__select{padding-right:2rem;font-size:1.2rem}.drawer__upsell--select svg{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none}.drawer__upsell--form{flex-shrink:0}.drawer__upsell--swiper .swiper-slide{width:auto}.tax-note__payment-badges{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.3rem;margin-bottom:.6rem}.tax-note__payment-badges svg{height:20px;width:auto;flex-shrink:0}.tax-note,.tax-note p{text-align:center}.tax-note__image{max-width:100%;height:auto;margin-top:.8rem}.drawer__module--note summary{cursor:pointer;list-style:none}.drawer__module--note summary::-webkit-details-marker{display:none}.summary__title{display:flex;align-items:center;gap:.5rem;font-weight:600}.drawer__module--note[open] .summary__title svg{transform:rotate(180deg)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.savings__amount{color:rgb(var(--color-accent-1))}.cart-drawer__footer .totals{display:flex;justify-content:space-between;padding:.4rem 0}.cart-drawer__footer .totals__subtotal{font-weight:600}.cart-drawer-items{flex:1;overflow:auto;min-height:0}.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:.6rem}.cart-drawer .cart-quantity{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--corner-radius, .4rem);overflow:hidden}.cart-drawer .cart-quantity .quantity__button{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:0;border:none;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background .15s}.cart-drawer .cart-quantity .quantity__button:hover{background:rgba(var(--color-foreground),.05)}.cart-drawer .cart-quantity .quantity__button svg{width:1rem;height:1rem}.cart-drawer .cart-quantity .quantity__input{width:2.8rem;height:2.8rem;padding:0;border:none;border-left:1px solid rgba(var(--color-foreground),.1);border-right:1px solid rgba(var(--color-foreground),.1);text-align:center;font-size:1.3rem;font-weight:600;background:transparent;color:rgb(var(--color-foreground));-moz-appearance:textfield}.cart-drawer .cart-quantity .quantity__input::-webkit-outer-spin-button,.cart-drawer .cart-quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer cart-remove-button .button--tertiary{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:0;border:none;background:transparent;color:rgba(var(--color-foreground),.5);cursor:pointer;min-width:unset;min-height:unset}.cart-drawer cart-remove-button .button--tertiary:hover{color:rgb(var(--color-foreground))}.cart-drawer cart-remove-button svg{width:1.4rem;height:1.4rem}.drawer__module--timer{background:rgb(var(--color-accent-1, 0 0 0));color:rgb(var(--color-button-text, 255 255 255));padding:.8rem 1.2rem;margin:0 -1.5rem;text-align:center;font-size:1.3rem;border-bottom:none}.drawer__module--timer .timer__text{justify-content:center;margin:0}.drawer__module--timer-time{color:inherit;font-weight:700}.drawer__module--delivery-estimation{padding:1.2rem 0}.drawer__module--delivery-estimation .delivery__wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:0;position:relative}.drawer__module--delivery-estimation .delivery__step{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:1;text-align:center;position:relative;z-index:1}.drawer__module--delivery-estimation .delivery__wrapper:before{content:"";position:absolute;top:18px;left:15%;right:15%;height:2px;background:rgba(var(--color-foreground),.12);z-index:0}.drawer__module--delivery-estimation .delivery__icon{width:36px;height:36px;border-radius:50%;background:rgb(var(--color-accent-1, 200 150 120));display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.drawer__module--delivery-estimation .delivery__icon svg{width:18px;height:18px;color:#fff;stroke:#fff}.drawer__module--delivery-estimation .delivery__icon .delivery__custom-icon{width:22px;height:22px;object-fit:contain}.drawer__module--delivery-estimation .delivery__step:not(:last-child):after{display:none}.drawer__module--delivery-estimation .delivery__date{font-weight:700;font-size:1.3rem;color:rgb(var(--color-foreground));margin:.2rem 0 0}.drawer__module--delivery-estimation .delivery__info{font-size:1.1rem;opacity:.6;margin:0}.drawer__module--urgency-text{text-align:center;font-weight:600;font-size:1.2rem;padding:.6rem 0}.cart-drawer .quantity,.cart-drawer .quantity:after,.cart-drawer .quantity:before{border-radius:.8rem}cart-drawer{transition:visibility var(--duration-default) ease}cart-drawer.active{transition:visibility 0s}.cart-drawer .discounts{font-size:.8rem}.cart-drawer .discounts__discount{font-weight:400;line-height:1.2;color:rgba(var(--color-foreground),.55)}.cart-drawer .discounts__discount>.icon,.cart-drawer .discounts__discount svg{width:.9rem;height:.9rem;margin-right:.3rem;opacity:.55}.cart-drawer .cart-item--gift{display:flex;align-items:center;gap:1rem;position:relative;background:#e17a5f0f;border:1px solid rgba(225,122,95,.18);border-radius:14px;padding:1rem 1.2rem;margin:.2rem 0 .8rem 2.2rem}.cart-drawer .cart-item--gift:before{content:"";position:absolute;left:-1.3rem;top:-1.5rem;width:1.1rem;height:2.6rem;border-left:2px solid rgba(225,122,95,.5);border-bottom:2px solid rgba(225,122,95,.5);border-bottom-left-radius:9px;pointer-events:none}.cart-drawer .cart-item--gift>td{display:block;background:transparent;border:0;padding:0;width:auto}.cart-drawer .cart-item--gift .cart-item__media{flex:0 0 auto}.cart-drawer .cart-item--gift .cart-item__image{width:4.6rem;height:4.6rem;border-radius:10px;margin:0}.cart-drawer .cart-item--gift .cart-item__details{flex:1;min-width:0}.cart-drawer .cart-item--gift .cart-item__totals{flex:0 0 auto;text-align:right}.cart-drawer .cart-item--gift .cart-item__quantity{flex:0 0 auto}.cart-item__gift-pill{display:inline-block;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#e17a5f;background:#e17a5f24;padding:.25rem .8rem;border-radius:999px;margin-bottom:.5rem}.cart-drawer .cart-item--gift .cart-item__name{font-size:1.35rem;line-height:1.25;margin:0}.cart-drawer .cart-item--gift .cart-item__gift-message{display:none}.cart-item__gift-free{color:#3aa76d;font-weight:800;font-size:1.3rem;white-space:nowrap}.cart-drawer .cart-item--gift .cart-item__quantity--gift{display:none}.cart-drawer .cart-item--gift .cart-item__quantity .button{opacity:.45;padding:.4rem}.cart-drawer .cart-item--gift .cart-item__quantity .button:hover{opacity:.8}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__name{font-size:1.3rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__details>dl{display:flex;flex-wrap:wrap;gap:.5rem;margin:.6rem 0 0}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__details>dl .product-option{display:inline-flex;align-items:center;background:rgba(var(--color-foreground),.06);border-radius:999px;padding:.25rem .85rem;margin:0}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__details>dl .product-option dt{display:none}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__details>dl .product-option dd{margin:0;font-size:1.15rem;font-weight:500;color:rgba(var(--color-foreground),.78)}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity{border:0;background:transparent;min-height:0;width:auto;margin-top:.7rem}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity .quantity__button{width:2.6rem;height:2.6rem;min-height:0;background:transparent;color:rgba(var(--color-foreground),.5)}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity .quantity__button:hover{color:#e17a5f}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity .quantity__button svg{width:1.1rem;height:1.1rem}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity .quantity__input{width:3.2rem;font-size:1.3rem;font-weight:600;padding:0;border:0}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity:after{box-shadow:none;border:0}.cart-drawer .cart-item:not(.cart-item--gift) .cart-quantity:before{box-shadow:none;border:0}.cart-drawer .cart-item:not(.cart-item--gift) cart-remove-button .button{opacity:.4;padding:.4rem}.cart-drawer .cart-item:not(.cart-item--gift) cart-remove-button .button:hover{opacity:.85}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__final-price{font-size:1.4rem}.cart-drawer .cart-item:not(.cart-item--gift) .cart-item__old-price{font-size:1.15rem}.cart-drawer .cart-item--gift{background:var(--cos-gift-bg, rgba(225, 122, 95, .06));border-color:var(--cos-gift-border, rgba(225, 122, 95, .18))}.cart-drawer .cart-item--gift:before{border-left-color:var(--cos-gift-connector, rgba(225, 122, 95, .5));border-bottom-color:var(--cos-gift-connector, rgba(225, 122, 95, .5))}.cart-item__gift-pill{color:var(--cos-gift-accent, #E17A5F);background:var(--cos-gift-pill-bg, rgba(225, 122, 95, .14))}.cart-item__gift-free{color:var(--cos-gift-free, #3aa76d)}.cart-drawer .cart-item--gift .cart-item__name{font-size:1.1rem;line-height:1.2;font-weight:600}.cart-drawer .drawer__module--timer{background:#2b2b2e;color:#fff;border-radius:12px;margin:1rem 1.6rem .4rem;padding:.95rem 1.2rem}.cart-drawer .drawer__module--timer .timer__text{margin:0;display:flex;align-items:center;gap:.6rem;justify-content:flex-start;font-size:1.25rem;font-weight:600;color:#fff}.cart-drawer .drawer__module--timer .timer__text:before{content:"\23f3";font-size:1.4rem;line-height:1}.cart-drawer .drawer__module--timer .drawer__module--timer-time{margin-left:auto;font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.5px}.cart-drawer .drawer__module--delivery-estimation{background:#faf3ee;border-radius:14px;margin:1rem 1.6rem;padding:1.2rem 1rem}.cart-drawer .tax-note__payment-badges{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.cart-drawer .tax-note__payment-badges .cos-badge-track{display:flex;align-items:center;gap:1rem;width:max-content;animation:cos-badge-scroll 24s linear infinite}.cart-drawer .tax-note__payment-badges:hover .cos-badge-track{animation-play-state:paused}@keyframes cos-badge-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cart-drawer .cart-drawer__footer{background:#faf3ee;border-radius:14px;padding:1.1rem 1.4rem;margin:0 0 .4rem}.cart-drawer .cart-drawer__footer .totals{display:flex;justify-content:space-between;align-items:baseline;margin:.45rem 0}.cart-drawer .cart-drawer__footer .totals__subtotal,.cart-drawer .cart-drawer__footer .totals__subtotal-value{margin:0;font-size:1.3rem}.cart-drawer .cart-drawer__footer .totals--total{border-top:1px solid #ecd9cd;padding-top:.9rem;margin-top:.7rem}.cart-drawer .cart-drawer__footer .totals--total strong{font-size:1.8rem}.cart-drawer .cart__checkout-button{background:linear-gradient(90deg,var(--cos-gift-accent, #E17A5F),#cf6650)!important;border:0!important;border-radius:12px!important;box-shadow:0 8px 18px #e17a5f4d}.cart-drawer .drawer__module--timer{background:var(--cos-timer-bg, #2b2b2e);color:var(--cos-timer-text, #fff)}.cart-drawer .drawer__module--timer .timer__text{display:flex;align-items:center;gap:.7rem;flex-wrap:nowrap;text-align:left;line-height:1.25;color:var(--cos-timer-text, #fff)}.cart-drawer .drawer__module--timer .timer__text:before{flex:0 0 auto}.cart-drawer .drawer__module--timer .drawer__module--timer-time{flex:0 0 auto;margin-left:auto;padding-left:1rem;border-left:1px solid color-mix(in srgb,var(--cos-timer-text, #fff) 22%,transparent);white-space:nowrap;color:var(--cos-timer-text, #fff)}.cart-drawer .cart-item--gift{flex-wrap:wrap;row-gap:.5rem}.cart-drawer .cart-item--gift .cart-item__media{order:1}.cart-drawer .cart-item--gift .cart-item__totals{order:2;margin-left:auto}.cart-drawer .cart-item--gift .cart-item__quantity{order:3}.cart-drawer .cart-item--gift .cart-item__details{order:4;flex:1 0 100%;min-width:0}.cart-drawer .cart-item--gift .cart-item__name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media screen and (max-width:749px){.drawer__inner{overflow:hidden!important}.cart-drawer-items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.drawer__header{padding-top:12px!important;padding-bottom:8px!important}.drawer__inner>.drawer__module{padding-top:6px!important;padding-bottom:6px!important;margin-top:5px!important;margin-bottom:5px!important}.delivery__icon{width:22px!important;height:22px!important}.delivery__icon svg,.delivery__icon img{width:12px!important;height:12px!important}.delivery__date{font-size:11px!important;line-height:1.1!important}.delivery__info{font-size:9px!important;line-height:1.15!important}.delivery__step{gap:2px!important}.delivery__wrapper{row-gap:0!important}.drawer__footer{padding-top:10px!important;padding-bottom:10px!important;flex-shrink:0!important}.drawer__footer .cart-drawer__footer{padding-top:6px!important;padding-bottom:6px!important}.drawer__footer .totals{margin-top:2px!important;margin-bottom:2px!important;padding-top:2px!important;padding-bottom:2px!important}.drawer__footer .totals--total{margin-top:5px!important}.drawer__footer .cart__checkout-button{padding-top:15px!important;padding-bottom:15px!important}.drawer__footer .tax-note{margin-top:6px!important;margin-bottom:8px!important}}.drawer__module--timer{position:relative;background:transparent!important;color:var(--text-primary, #2b2b2b)!important;padding:4px 0 8px!important;margin-top:2px!important;border:none!important;border-radius:0!important;box-shadow:none!important}.drawer__module--timer .timer__text{color:var(--text-primary, #2b2b2b)!important;font-weight:700!important;margin:0!important}.drawer__module--timer .drawer__module--timer-time{color:inherit!important;display:inline!important;font-weight:800!important;background:none!important}.nk-timer-track{margin-top:7px;height:5px;border-radius:99px;background:var(--nk-timer-track-bg, rgba(0,0,0,.1));overflow:hidden}.nk-timer-track>i{display:block;height:100%;border-radius:99px;background:var(--nk-timer-bar, #E17A5F);width:100%;transition:width 1s linear}.nk-deliv{width:max-content;max-width:100%;margin:0 auto 9px;padding:5px 13px;border-radius:99px;background:var(--nk-deliv-bg, rgba(225,122,95,.1));color:var(--text-muted, #8a8580);font-size:11.5px;font-weight:600;text-align:center}.nk-deliv .d{font-weight:800;color:var(--nk-deliv-date, #E17A5F)}.drawer__module--delivery-estimation{display:none!important}.nk-save{text-align:center;font-size:13px;font-weight:800;color:var(--nk-save-color, #E17A5F);margin:2px 0 10px}.cart__checkout-button{position:relative;overflow:hidden;transition:transform .12s ease,box-shadow .2s ease}.cart__checkout-button:active{transform:scale(.985)}.cart__checkout-button .nk-tot{font-weight:800;margin-left:8px;padding:2px 9px;border-radius:8px;background:#ffffff38}.cart__checkout-button.nk-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:translate(-100%);animation:nkshim .9s linear infinite}@keyframes nkshim{to{transform:translate(100%)}}.cart-drawer .quantity__button,.cart-drawer .quantity__input,.cart-drawer-items.is-updating .quantity__button,.cart-drawer-items.is-updating .quantity__input{pointer-events:auto!important}
/*# sourceMappingURL=/cdn/shop/t/66/assets/component-cart-drawer.css.map */
