body.drawer-open #gorgias-chat-container{display:none!important}.drawer{position:fixed;z-index:99997;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease;color:#18181b}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:697px;max-width:100%;padding:0;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;background-color:#fff}.is-empty .drawer__inner-empty{display:flex}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:none;flex-direction:column}.cart__empty-text{font-size:24px;font-weight:700;margin-bottom:10px}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}.cart__login-title{margin:10px 0}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header,cart-drawer.is-empty .cart-drawer-progress,cart-drawer.is-empty cart-drawer-items{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .cart-drawer{transform:translate(0)}.drawer .cart-drawer{transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__header{position:relative;padding:10px 18px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#f4f4f4}.drawer__heading{margin:0;font-size:16px;font-family:var(--font-body-family);font-weight:800}.drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;min-width:24px;min-height:24px;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:12px;right:14px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground),.2);padding:16px 16px 12px}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{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer{max-width:100%;position:relative}.cart-drawer__overlay{position:fixed;top:0;bottom:0;width:100vw;right:0;height:100%;z-index:-1}.cart-drawer__overlay:empty{display:block}.cart-drawer__loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:2}.cart-drawer__loading-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3}.cart-drawer__loading-spinner{position:relative;pointer-events:none;border-radius:50%;width:30px;height:30px}.cart-drawer--loading .cart-drawer__loading-overlay{display:flex;pointer-events:auto}.cart-drawer__form{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;height:100%}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer-subscription{padding-top:16px;border-top:1px solid #e4e4e7;display:flex;width:100%;gap:8px}.cart-drawer-subscription__toggle{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.cart-drawer-subscription__toggle input[type=checkbox]{width:16px;height:16px;margin-right:0}.cart-drawer-subscription__select-wrapper{align-self:flex-start}.cart-drawer-subscription__badge{padding:2px 10px;border-radius:9999px;border:1px solid currentColor;font-size:11px;line-height:1.4}.cart-drawer-subscription__select-wrapper--hidden{display:none}.cart-drawer-subscription__select{min-width:170px;padding:6px 10px;border-radius:4px;border:1px solid #d4d4dd;font-size:13px;line-height:1.4;background-color:#fff}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer .cart-items__body{display:block;width:100%}.cart-drawer .cart-items__header{display:flex;width:100%;margin-bottom:.5rem}cart-drawer-items{overflow:auto;flex:1;padding:20px 16px 0;margin-top:24px}.cart-drawer-upsell-recommendation{margin:0 -16px;background:#f4f4f4;display:block}.cart-drawer-recommendation{padding:16px;overflow:hidden}.cart-drawer-upsell__heading{font-size:14px;font-weight:800;color:#18181b}.cart-drawer-upsell__slider{overflow:visible;position:relative}.cart-drawer-upsell__items{display:flex}.cart-drawer-upsell__slide{width:320px;flex:0 0 auto}@media screen and (min-width:750px){.cart-drawer-upsell__slide{width:370px}}.cart-drawer-upsell__nav{position:absolute;top:-14px;transform:translateY(-50%);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#18181b;cursor:pointer;z-index:2}.cart-drawer-upsell__nav--prev{right:30px}.cart-drawer-upsell__nav--next{right:-10px}.cart-drawer-upsell__nav.swiper-button-disabled,.cart-drawer-upsell__nav:disabled{opacity:.35;cursor:default}@media screen and (max-width:749px){.cart-drawer-upsell__scrollbar.swiper-scrollbar{position:relative;height:4px;background:#e4e4e7;border-radius:4px;margin-top:12px}.cart-drawer-upsell__scrollbar .swiper-scrollbar-drag{background:#18181b;border-radius:4px;height:100%;cursor:grab}.cart-drawer-upsell__scrollbar .swiper-scrollbar-drag:active{cursor:grabbing}}.cart-drawer-upsell__scrollbar.swiper-scrollbar{display:none}@media screen and (max-width:749px){.cart-drawer-upsell__scrollbar.swiper-scrollbar{display:block}}.cart-drawer-upsell-item{display:flex;align-items:center;gap:14px;padding:12px;background:#fff;border:1px solid #E4E4E7;border-radius:10px;box-shadow:0 2px 10px #18181b14;min-height:92px;height:100%;width:100%}.cart-drawer-upsell-item__media{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f4f4f5;flex:0 0 auto;display:block}.cart-drawer-upsell-item__media img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer-upsell-item__content{flex:1 1 auto;min-width:0}.cart-drawer-upsell-item__title{font-size:14px;line-height:20px;font-weight:800;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-decoration:none}.cart-drawer-upsell-item__subtitle{margin-top:2px;font-size:12px;line-height:16px;font-weight:400;color:#71717a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-upsell-item__price-row{margin-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px}.cart-drawer-upsell-item__price-original{font-weight:400;color:#71717a;text-decoration:line-through;margin-right:8px}.cart-drawer-upsell-item__price-current{font-weight:800;color:#18181b}.cart-drawer-upsell-item__badge{font-size:10px;line-height:16px;font-weight:800;padding:2px 8px;border-radius:999px;background-color:var(--sale-badge-background);color:var(--sale-badge-color)}.cart-drawer-upsell-item__actions{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.cart-drawer-upsell-item__variant{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0;position:relative}.cart-drawer-upsell-item__variant-label{font-size:11px;font-weight:600;color:#18181b;line-height:1.2}.cart-drawer-upsell-item__variant-error{margin:0;font-size:11px;line-height:1.3;color:#dc2626;font-weight:600;position:absolute;top:100%}.cart-drawer-upsell-item__select{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:4px 8px;border-radius:43px;border:.5px solid #18181b;background:#fff;font-size:11px;font-weight:600;cursor:pointer;max-width:140px;width:100%}.cart-drawer-upsell-item__select[aria-invalid=true]{border-color:#dc2626}.cart-drawer-upsell-item__button{flex:0 0 auto;border:0;background:#18181b;color:#fff;border-radius:999px;padding:3.5px 10px;font-size:14px;line-height:18px;font-weight:800;min-width:73px;cursor:pointer}.cart-drawer-upsell-item__button:disabled{opacity:.6;cursor:not-allowed}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgb(var(--color-border));position:relative}.cart-drawer .cart-item.is-gift .quantity__button{visibility:hidden}.cart-drawer .cart-item.is-gift cart-wishlist-button{display:none}.cart-drawer .cart-item.is-gift .cart-quantity{pointer-events:none}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{width:70px;border-radius:4px;overflow:hidden;height:fit-content}.cart-drawer .cart-item__image{max-width:100%;aspect-ratio:4/5;object-fit:cover}.cart-drawer .cart-items__header-row{display:flex;width:100%;margin-bottom:0}.cart-drawer .cart-items__header-cell:first-child,.cart-drawer .cart-items__header-cell:last-child{width:0;min-width:0;padding:0;overflow:hidden}.cart-drawer .cart-items__header-cell:nth-child(2){flex:1;padding-left:0}.cart-drawer .cart-items__header-cell{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{right:5px;padding-top:2.5rem}.cart-drawer .cart-item__details{width:auto;margin-bottom:10px}.cart-drawer .cart-item__details .product-option{color:#676774;font-size:12px}.subtitle-size-wrapper{display:flex;flex-wrap:wrap;align-items:center}.subtitle-size-wrapper .subtitle,.subtitle-size-wrapper .product-option{margin:0;color:#676774;font-size:12px}.subtitle-size-wrapper .product-option{display:flex}.subtitle-size-wrapper dt,.subtitle-size-wrapper dd{margin:0}.cart-drawer .cart-item__totals{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{display:flex;gap:10px;align-items:center}.cart-drawer .cart-item__price-wrapper .badge{font-size:10px;padding:3px 6px;line-height:1;background-color:var(--sale-badge-background);color:var(--sale-badge-color)}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0}.cart-drawer .cart-item cart-remove-button{position:absolute;top:0;right:0;z-index:1}@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;align-items:center;display:flex;margin:10px 0}.cart-drawer .totals .totals__total{font-weight:700}.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 details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none;width:100%;gap:10px;align-items:center;padding:16px 20px}.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){.cart-drawer-upsell__heading{font-size:18px;margin:0 0 12px}.cart-drawer-upsell-recommendation{margin:0 -24px}.cart-drawer-recommendation{padding:24px}.cart-drawer-upsell__nav{top:-25px}.cart-drawer-upsell-item__title{font-size:16px}.drawer__footer{padding:16px 24px 12px}.cart-drawer-discount__submit{min-width:161px}.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{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;padding:1.5px 4px;border:.5px solid #ceced4;border-radius:49px;min-width:0;width:85px;height:fit-content;overflow:hidden}.cart-drawer .quantity-popover-container .quantity__button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;padding:4px;border:none;background:transparent;color:#18181b;cursor:pointer}.cart-drawer .quantity-popover-container .quantity__button .svg-wrapper{width:12px;height:12px}.cart-drawer .quantity-popover-container .quantity__input{font-weight:400;font-size:14px;line-height:1em;text-align:center;border:none;margin:0;padding:0;width:30px}.cart-drawer .quantity-popover-container .quantity__input::-webkit-outer-spin-button,.cart-drawer .quantity-popover-container .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.2rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width:750px){cart-drawer-items{padding:20px 24px 0}.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.cart-drawer__move-to-wishlist{margin-top:8px}.cart-drawer__wishlist-button-inner{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:.25rem;cursor:pointer;color:#18181b}.cart-drawer__wishlist-button-inner .icon-heart{width:14px;height:14px}.cart-drawer__wishlist-text{white-space:nowrap}.cart-item__details-container{flex:1}.cart-item__quantity-container{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-item__quantity-wrapper{display:flex;gap:10px}.cart-drawer .cart-item__name{font-size:14px;font-weight:800}.cart-drawer .cart-remove-button{font-size:10px;text-transform:none;text-decoration:underline;font-weight:800}.cart-item__price-wrapper .price{font-weight:400}.discounts__discount{display:flex;gap:10px;font-size:12px}.icon-discount{width:10px}.cart-drawer-discount{margin:0 0 1rem}.cart-drawer-discount__form{display:flex;align-items:center;gap:.5rem}.cart-drawer-discount__input{flex:1;height:36px;padding:0 20px;border-radius:50px;border:1px solid rgb(var(--color-gray-300))}.cart-drawer-discount__input:focus-visible{box-shadow:none}.cart-drawer-discount__submit{height:36px;padding:.5rem 1rem;min-width:125px;border-radius:50px;font-weight:700;color:#fff;background:#000;border:1px solid #000;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.cart-drawer-discount__meta{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-drawer-discount__applied{display:inline-flex;gap:.5rem;align-items:center;min-width:0}.cart-drawer-discount__applied-label{opacity:.7}.cart-drawer-discount__code{white-space:nowrap}.cart-drawer-discount__remove{display:inline-flex;align-items:center;border:none;background:transparent;padding:5px;border:1px solid #ceced4;background-color:#ceced4;border-radius:5px;cursor:pointer;color:#18181b;text-transform:uppercase;font-size:14px;gap:4px}.cart-drawer-discount__remove svg{width:14px;height:14px}.cart-drawer-discount__status{margin-top:.5rem;font-size:12px;color:#676774}.cart-drawer-discount__status--error{color:#ef4444}.cart-drawer-protection{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #ceced4;border-radius:9px;background:#fff;min-height:57px}.cart-drawer-protection__toggle{flex:0 0 auto}.cart-drawer-protection__toggle-input{position:absolute;opacity:0;pointer-events:none}.cart-drawer-protection__toggle-label{display:block;position:relative;width:42px;height:20px;border-radius:999px;background:#e9e9ea;cursor:pointer}.cart-drawer-protection__toggle-label:before{content:"";position:absolute;top:3.5px;left:4px;width:13px;height:13px;border-radius:999px;background:#fff;transition:left .2s ease,background-color .2s ease}.cart-drawer-protection__toggle-input:checked+.cart-drawer-protection__toggle-label{background:#000}.cart-drawer-protection__toggle-input:checked+.cart-drawer-protection__toggle-label:before{left:25px}.cart-drawer-protection__content{flex:1;min-width:0}.cart-drawer-protection__title-row{display:flex;align-items:center;gap:8px}.cart-drawer-protection__title{font-family:"Proxima Nova",var(--font-body-family);font-weight:600;font-size:14px;line-height:1.29;color:#18181b;white-space:nowrap}.cart-drawer-protection__icon{display:inline-flex;align-items:center}.cart-drawer-protection__subtitle{font-family:"Proxima Nova",var(--font-body-family);font-weight:600;font-size:10px;line-height:1.8;color:#ceced4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-protection__aside{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.cart-drawer-protection__price{font-weight:800;font-size:14px;text-align:right}.cart-drawer-protection__badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:9px;background:#18181b;color:#fff}.cart-drawer-protection__badge-icon svg{width:9px;height:9px;display:block}.cart-drawer-protection__badge-text{font-family:"Proxima Nova",var(--font-body-family);font-weight:600;font-size:12px;line-height:1.32;white-space:nowrap}.cart-drawer-progress{width:100%;padding:14px 16px 0;display:block}.cart-drawer-progress__message{margin:0 0 2.5rem;font-size:12px;line-height:1.5;text-align:center}.cart-drawer-progress__bar{position:relative;width:100%;height:8px;border-radius:999px}.cart-drawer-progress__track{position:absolute;top:0;right:0;bottom:0;left:0;background:#f2f2f5}.cart-drawer-progress__fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:linear-gradient(90deg,#000 73%,#0000);border-radius:inherit;transition:width .3s ease}.cart-drawer-progress__marker{position:absolute;bottom:-23px;display:flex;flex-direction:column;align-items:center;gap:4px}.cart-drawer-progress__marker-amount{font-weight:800;font-size:11px;line-height:1.1;color:#000;white-space:nowrap}.cart-drawer-progress__marker-label{font-weight:400;font-size:10px;line-height:1.1;color:#000;white-space:nowrap}.cart-drawer-progress__marker-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f2f2f5;color:#18181b;transition:background-color .2s ease,color .2s ease}.cart-drawer-progress__marker--primary .cart-drawer-progress__marker-amount,.cart-drawer-progress__marker--primary .cart-drawer-progress__marker-label,.cart-drawer-progress__marker--secondary .cart-drawer-progress__marker-amount,.cart-drawer-progress__marker--secondary .cart-drawer-progress__marker-label{text-align:center}.cart-drawer-progress__marker--active .cart-drawer-progress__marker-icon{background:#18181b;color:#fff}.cart-drawer-progress__marker--active .cart-drawer-progress__marker-icon svg{fill:currentColor;stroke:currentColor}.cart-drawer-gift__container{background-color:#f4f4f4;margin:2.2rem 0 -24px;padding:40px 16px 16px;display:flex;flex-direction:column;gap:30px}.cart-drawer-gift:before{content:"Free Gift!";position:absolute;bottom:100%;left:12px;display:flex;color:#fff;font-weight:600;font-size:14px;align-items:center;justify-content:center;padding:0 8px;background-color:#000;border:1px solid #000;border-radius:5px 5px 0 0}.cart-drawer-gift{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 16px;border-radius:6px;border:1px solid #000;background:#fff;position:relative;box-shadow:0 0 7.6px #0000001a}.cart-drawer-gift__media img{display:block;aspect-ratio:4/5;width:100%;height:100%;object-fit:cover;border-radius:6px}.cart-drawer-gift__content{flex:1;min-width:0}.cart-drawer-gift__media{width:64px}.cart-drawer-gift__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer-gift__title{font-size:14px;font-weight:600;line-height:1.3;color:#18181b}.cart-drawer-gift__subtitle{font-size:11px;line-height:1.8;color:#676774}.cart-drawer-gift__price-row{display:flex;align-items:center;gap:8px;margin:4px 0}.cart-drawer-gift__price-original{font-size:12px;text-decoration:line-through;opacity:.6}.cart-drawer-gift__price-current{font-size:12px;font-weight:800;color:#18181b}.cart-drawer-gift__price-current--free{color:#16a34a}.cart-drawer-gift__badge{padding:0 8px;border-radius:26px;background:#000;color:#fff;font-size:10px;font-weight:800}.cart-drawer-gift__actions{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.cart-drawer-gift__select{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:5px 8px;border-radius:43px;border:.5px solid #18181b;background:#fff;font-size:12px;font-weight:600;cursor:pointer}.cart-drawer-gift__select span{line-height:1}.cart-drawer-gift__select .icon-chevron-down{width:14px;height:14px}.cart-drawer-gift__button{display:inline-flex;align-items:center;justify-content:center;padding:2px 16px;font-size:12px;font-weight:600;border-radius:64px;border:1px solid #000;background:#000;color:#fff;cursor:pointer}@media screen and (min-width:750px){.drawer__close{top:24px;right:24px}.drawer__heading{font-size:20px}.drawer__header{padding:20px 24px}.cart-drawer-progress{padding:24px 24px 0}.cart-drawer-progress__message{margin-bottom:2.5rem;font-size:13px;text-align:center}.cart-drawer-progress__bar{height:12px}.cart-drawer-progress__marker{bottom:-24px;gap:5px}.cart-drawer-progress__marker-amount{font-size:12px}.cart-drawer-progress__marker-icon{width:31px;height:31px}.cart-drawer-gift__container{margin-top:3.5rem;padding:40px 24px 24px}}.drawer:not(.active) .cart-drawer-exclusive,.drawer.is-empty .cart-drawer-exclusive,.drawer.is-empty .drawer__footer{display:none}.cart-drawer-exclusive{position:absolute;right:100%;top:0;width:440px;max-width:calc(100vw - 697px);height:100%;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;z-index:2;border-left:1px solid rgba(var(--color-foreground),.1)}.drawer.active .cart-drawer-exclusive{transform:translate(0);right:100%;opacity:1}.drawer.active .cart-drawer-exclusive.is-closed{transform:translate(100%);right:0;opacity:0}.cart-drawer-exclusive__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(var(--color-foreground),.1);flex-shrink:0}.cart-drawer-exclusive__title{font-size:16px;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;margin:0;display:flex;align-items:center;gap:8px}.cart-drawer-exclusive__count{display:inline-flex;align-items:center;justify-content:center;background-color:#18181b;color:#fff;font-size:11px;font-weight:700;width:22px;height:22px;border-radius:50%;line-height:1}.cart-drawer-exclusive__close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#18181b}.cart-drawer-exclusive__items{flex:1;overflow-y:auto;padding:16px 20px}.cart-drawer-exclusive-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.cart-drawer-exclusive-item:last-child{border-bottom:none}.cart-drawer-exclusive-item__media{width:140px;height:140px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f4f4f4}.cart-drawer-exclusive-item__media img{width:100%;height:100%;display:block;object-fit:cover}.cart-drawer-exclusive-item__content{display:flex;flex-direction:column;gap:4px;flex:1}.cart-drawer-exclusive-item__title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;color:#18181b;line-height:1.3}.cart-drawer-exclusive-item__title:hover{text-decoration:underline}.cart-drawer-exclusive-item__subtitle,.cart-drawer-exclusive-item__serves{font-size:13px;color:#666;line-height:1.3}.cart-drawer-exclusive-item__price-row{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.cart-drawer-exclusive-item__price-current{font-size:15px;font-weight:700;color:#18181b}.cart-drawer-exclusive-item__price-original{font-size:13px;color:#999;text-decoration:line-through}.cart-drawer-exclusive-item__badge{display:inline-block;border-radius:999px;background-color:var(--sale-badge-background);color:var(--sale-badge-color);font-size:11px;font-weight:700;padding:2px 8px;text-transform:uppercase;letter-spacing:.03em}.cart-drawer-exclusive-item__actions{display:flex;flex-direction:column;gap:8px;margin-top:5px;flex:1;justify-content:flex-end}.cart-drawer-exclusive-item__select{width:fit-content;padding:8px;font-size:13px;border:1px solid #ddd;border-radius:50px;background-color:#fff;color:#18181b;cursor:pointer;-webkit-appearance:auto;appearance:auto}.cart-drawer-exclusive-item__select--error{border-color:#ef4444}.cart-drawer-exclusive-item__variant-error{color:#ef4444;font-size:12px;margin:2px 0 0}.cart-drawer-exclusive-item__button{width:fit-content;padding:8px 16px;background-color:#18181b;color:#fff;border:none;border-radius:30px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .2s}.cart-drawer-exclusive-item__button:hover{background-color:#333}.cart-drawer-exclusive-toggle{background:none;border:1px solid #ddd;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;color:#18181b;text-transform:uppercase;letter-spacing:.03em;transition:background-color .2s}.cart-drawer-exclusive-toggle:hover{background-color:#f4f4f4}@media(max-width:1200px){.cart-drawer-exclusive,.cart-drawer-exclusive-toggle{display:none}}.cart-drawer .cart-item__price-wrapper span.price,.cart-drawer .totals__total-value{font-weight:800;display:flex;align-items:center;gap:8px;justify-content:flex-end}.cart-drawer .cart-item__old-price,.cart-drawer .totals__total-value s{font-weight:400;text-decoration:line-through}.cart-drawer .totals__badge-sale{border-radius:999px;background-color:var(--sale-badge-background);color:var(--sale-badge-color);font-size:14px;font-weight:700;padding:2px 8px}
/*# sourceMappingURL=/cdn/shop/t/943/assets/component-cart-drawer.css.map */
