.cart-drawer{position:fixed;z-index:1000;left:0;right:0;top:0;bottom:0;justify-content:flex-end;height:100vh;height:calc(var(--vh, 1vh) * 100);width:100%;visibility:hidden;pointer-events:none;transition:visibility var(--duration-default) ease-in-out}@supports (-webkit-touch-callout: none){.cart-drawer{height:auto}}.cart-drawer.active{visibility:visible;pointer-events:all}.cart-drawer.active .cart-drawer__inner{transform:translate(0)}@media screen and (min-width:576px){.cart-drawer.active .cart-drawer__overlay{opacity:1}}.cart-drawer__wrapper{height:100%;display:flex;justify-content:flex-end}.cart-drawer__overlay{position:fixed;z-index:2;top:0;right:0;bottom:0;left:0;height:100vh;background:rgba(var(--color-modal-overlay),.4);opacity:0;cursor:pointer;transition:opacity var(--duration-default) ease-in-out}@supports (-webkit-touch-callout: none){.cart-drawer__overlay{height:auto}}@media screen and (min-width:576px){.cart-drawer__overlay:empty{display:block}}.cart-drawer__inner{position:relative;z-index:3;display:flex;flex-direction:column;width:100%;height:100%;background-color:rgb(var(--color-background));transform:translate(110%);transition:transform var(--duration-default) ease-in-out}@media screen and (min-width:576px){.cart-drawer__inner{max-width:55.2rem}}.cart-drawer__inner:focus-visible{outline:none}.cart-drawer__header{padding:1.6rem;display:flex;flex-direction:column;gap:3.2rem}@media screen and (min-width:576px){.cart-drawer__header{padding:2.4rem}}@media screen and (min-width:990px){.cart-drawer__header{padding:4rem 4.8rem 3.2rem}}.cart-drawer__header-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.cart-drawer__header-title{margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;text-transform:capitalize}.cart-drawer__header-close{flex-shrink:0;color:rgb(var(--color-foreground));transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.cart-drawer__header-close:hover{opacity:var(--hover-opacity)}}.cart-drawer__header-apps{width:100%;display:flex;flex-direction:column;gap:.8rem}.cart-drawer__header-apps:empty{display:none}.cart-drawer__empty{display:none;flex-direction:column;height:100%;padding:1.6rem}.is-empty .cart-drawer__empty{display:flex;overflow-y:auto}.is-empty .cart-drawer__empty::-webkit-scrollbar{width:.4rem;height:.4rem}.is-empty .cart-drawer__empty::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}@media screen and (min-width:576px){.cart-drawer__empty{padding:2.4rem}}@media screen and (min-width:990px){.cart-drawer__empty{padding:0 4.8rem 4rem}}.cart-drawer__empty .cart-drawer__empty-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;padding:1.6rem 0}@media screen and (min-width:576px){.cart-drawer__empty .cart-drawer__empty-content{padding:2.4rem 0}}@media screen and (min-width:990px){.cart-drawer__empty .cart-drawer__empty-content{padding:4rem 0}}.cart-drawer__empty-wrapper{display:flex;flex-direction:column;justify-content:center;word-break:break-word;align-items:center;text-align:center}.cart-drawer__empty-title{width:100%;margin:0;color:rgb(var(--color-foreground))}.cart-drawer__empty-desc{width:100%;margin:0;color:rgb(var(--color-foreground-secondary))}.cart-drawer__empty-button{width:100%;margin-top:1.6rem}@media screen and (min-width:576px){.cart-drawer__empty-button{margin-top:2.8rem}}.cart-drawer__contents{flex-grow:1;display:flex;flex-direction:column}.cart-drawer__footer{display:flex;flex-direction:column;justify-content:space-between;padding:1.6rem}@media screen and (min-width:576px){.cart-drawer__footer{padding:2.4rem}}@media screen and (min-width:990px){.cart-drawer__footer{padding:2.4rem 4.8rem 4rem}}.cart-drawer.is-empty .cart-drawer__footer{display:none}.cart-drawer__footer .delivery-charges,.cart-drawer__footer .totals__subtotal,.cart-drawer__footer .totals__subtotal-value{font-weight:700}.cart-drawer__footer .tax-note{display:block;color:rgb(var(--color-foreground));margin-top:.2rem;max-width:21.3rem}.cart-drawer__footer .totals{display:flex;flex-wrap:wrap;justify-content:space-between;column-gap:2rem}.cart-drawer__footer .totals:first-child{border-top:0}.cart-drawer__footer .totals>*:not(.discounts){margin:0}.cart-drawer__footer .totals .discounts{width:100%;color:rgb(var(--color-accent));gap:.4rem}.cart-drawer__footer .totals__subtotal-value{position:relative}.cart-drawer__footer .totals__subtotal-value.loading>span{pointer-events:none;opacity:.5}.cart-drawer__footer .totals__subtotal-value .loading-overlay{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:1.4rem}.cart-drawer__footer .totals__subtotal-value .loading-overlay.hidden{display:none}.cart-drawer__footer .delivery-charges-wrapper{margin-bottom:.8rem;align-items:center}.cart-drawer__buttons{display:flex;flex-direction:column;gap:1rem;margin:.8rem 0 0}@media screen and (min-width:576px){.cart-drawer__buttons{margin:1.6rem 0 0;align-items:center;flex-direction:row}}@media screen and (min-width:990px){.cart-drawer__buttons{margin:2.4rem 0 0}}.cart-drawer__buttons .button{flex:1}.cart-drawer__form{height:100%;display:flex}.cart-drawer dl,.cart-drawer dd{margin:0;padding:0}.cart-drawer__cart-items{display:flex;flex-direction:column}.cart-drawer .discounts{color:rgb(var(--color-accent));gap:.4rem;margin-bottom:.8rem}.cart-drawer .cart-item{position:relative;display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem;border-bottom:.1rem solid rgb(var(--color-border))}@media screen and (min-width:576px){.cart-drawer .cart-item{gap:1.6rem;padding:2.4rem}}@media screen and (min-width:990px){.cart-drawer .cart-item{gap:2rem;padding:2.4rem 4.8rem}}.cart-drawer .cart-item__media{flex-shrink:0;width:6rem;position:relative;border-radius:var(--border-radius-product);overflow:hidden;display:flex}@media screen and (min-width:576px){.cart-drawer .cart-item__media{width:11rem}}.cart-drawer .cart-item__image{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:var(--border-radius-product);transition:transform .7s cubic-bezier(.4,0,.25,1)}.cart-drawer .cart-item .placeholder-svg{object-fit:cover}.cart-drawer .cart-item__link{display:block;background:transparent;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;border-radius:var(--border-radius-product)}@media screen and (hover:hover)and (pointer:fine){.cart-drawer .cart-item__link:hover+.cart-item__image{transform:scale(1.03)}.cart-drawer .cart-item__link:hover+.placeholder-svg{transform:scale(1.05)}}.cart-drawer .cart-item__link:empty{display:block}.cart-drawer .cart-item__link:focus-visible{outline-offset:-.1rem}.cart-drawer .cart-item__details{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.cart-drawer .cart-item__info{display:flex;flex-direction:column}.cart-drawer .cart-item__info-line{display:flex;justify-content:space-between;gap:2.4rem}.cart-drawer .cart-item__vendor{margin:0;color:rgb(var(--color-foreground))}.cart-drawer .cart-item__vendor>a{color:rgb(var(--color-foreground));transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.cart-drawer .cart-item__vendor>a:hover{opacity:var(--hover-opacity)}}.cart-drawer .cart-item__name{max-width:18rem;font-weight:700}.cart-drawer .cart-item__lines{display:flex;flex-direction:column;gap:.4rem;margin:.4rem 0 0}.cart-drawer .cart-item__lines:empty{margin:0}.cart-drawer .cart-item__price-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-end}.cart-drawer .cart-item__price-wrapper .cart-item__old-price{color:rgb(var(--color-card-price-sale));font-weight:400;font-family:var(--font-body-family);font-style:var(--font-body-style)}.cart-drawer .cart-item__price-wrapper .unit-price{margin-top:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.cart-drawer .cart-item__price-wrapper .price{font-weight:400}.cart-drawer .cart-item__discounted-prices{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;column-gap:.4rem}.cart-drawer .cart-item__bottom{width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:1.2rem;margin-top:2rem;flex-grow:1}[dir=rtl] .cart-drawer .cart-item__bottom{flex-direction:row-reverse}.cart-drawer .cart-item__totals{position:relative}.cart-drawer .cart-item__totals .cart-item__old-price{color:rgb(var(--color-card-price-sale));font-weight:400}.cart-drawer .cart-item__totals .loading-overlay{display:block;position:absolute;top:48%;left:3rem;transform:translateY(-50%);width:2rem;height:2rem}.cart-drawer .cart-item__totals .loading-overlay.hidden{display:none}.cart-drawer .cart-item__totals.loading .cart-item__price-wrapper{pointer-events:none;opacity:.5}.cart-drawer .cart-item cart-remove-button{flex-shrink:0}.cart-drawer .cart-item cart-remove-button .button{width:2rem;height:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));transition:opacity var(--duration-default)}.cart-drawer .cart-item cart-remove-button .button .icon-remove{width:2rem;height:2rem}@media screen and (hover:hover)and (pointer:fine){.cart-drawer .cart-item cart-remove-button .button:hover{opacity:var(--hover-opacity)}}.cart-drawer .cart-item__error{display:flex;align-items:flex-start;margin-top:auto}.cart-drawer .cart-item__error-text{order:1;margin-top:.8rem}.cart-drawer .cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem;margin-top:1.2rem}.cart-drawer .cart-item__error-text:empty{margin-top:0}.cart-drawer .cart-item__error-text:empty+svg{display:none}.cart-drawer .cart-item.loading{pointer-events:none}.cart-drawer .cart-item.loading>.cart-item__media,.cart-drawer .cart-item.loading>.cart-item__details{opacity:.5;transition:opacity var(--duration-default)}.cart-drawer .cart-item>.loading-overlay{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.4rem;height:2.4rem}.cart-drawer .cart-item>.loading-overlay.hidden{display:none}.cart-drawer .cart-item:last-child>.loading-overlay{top:calc(50% - 1.6rem);transform:translate(-50%,calc(-50% + .8rem))}@media screen and (min-width:576px){.cart-drawer .cart-item:last-child>.loading-overlay{top:calc(50% - 2.4rem);transform:translate(-50%,calc(-50% + 1.2rem))}}cart-drawer-items:not(.is-empty){height:100%;overflow-y:auto;flex:1}cart-drawer-items:not(.is-empty)::-webkit-scrollbar{width:.4rem;height:.4rem}cart-drawer-items:not(.is-empty)::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}@media screen and (max-height:700px){cart-drawer-items{overflow:visible}cart-drawer-items:not(.is-empty){height:auto;overflow:visible}.cart-drawer__inner{overflow-y:auto}.cart-drawer__inner::-webkit-scrollbar{width:.4rem;height:.4rem}.cart-drawer__inner::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}}.cart-drawer__collections{display:flex;flex-direction:column;gap:1.2rem;width:100%}.cart-drawer__collections-header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.cart-drawer__collections-title{margin:0;color:rgb(var(--color-foreground));font-weight:700}.cart-drawer__collections-navigation{display:flex;align-items:center;gap:.5rem}.cart-drawer__collections-button{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:opacity var(--duration-default),transform var(--duration-default)}[dir=rtl] .cart-drawer__collections-button{transform:rotate(180deg)}.cart-drawer__collections-button .icon{width:2rem;height:2rem}.cart-drawer__collections-button-prev .icon{transform:rotate(180deg)}.cart-drawer__collections-button.swiper-button-disabled{opacity:.3;pointer-events:none}.cart-drawer__collections-wrapper{width:100%;overflow:hidden}.cart-drawer__collections-list{width:100%}.cart-drawer__collections-list.swiper{overflow:hidden}.cart-drawer__collections-list .swiper-wrapper{display:flex}.cart-drawer__collections-slides{display:flex;flex-wrap:nowrap;gap:2rem}@media screen and (max-width:575px){.cart-drawer__collections-slides{gap:2rem}}.cart-drawer__collection{flex-shrink:0;margin-right:2rem;width:100%;max-width:calc(50% - 1rem)}@media screen and (min-width:990px){.cart-drawer__collection{max-width:calc(33.3333333333% - 1rem)}}.cart-drawer__collection-slides{display:flex}.cart-drawer__collection-card{width:100%;height:100%}.cart-drawer__collection-card--border-top .cart-drawer__collection-media{border-top:.4rem solid rgba(var(--color-accent))}.cart-drawer__collection-link{display:block;text-decoration:none;color:rgb(var(--color-foreground));transition:opacity var(--duration-default)}.cart-drawer__collection-link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.cart-drawer__collection-media{position:relative;border-radius:var(--border-radius-product);overflow:hidden;background:rgb(var(--color-background-secondary))}.cart-drawer__collection-media--landscape:before{content:"";display:block;padding-bottom:56.25%}.cart-drawer__collection-media--portrait:before{content:"";display:block;padding-bottom:120%}.cart-drawer__collection-media--square:before{content:"";display:block;padding-bottom:100%}.cart-drawer__collection-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.25,1)}.cart-drawer__collection .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cart-drawer__collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity));pointer-events:none;transition:background .3s ease;z-index:1}.cart-drawer__collection-title{margin:.4rem 0 0;font-weight:700;color:rgb(var(--color-foreground))}@media screen and (hover:hover)and (pointer:fine){.cart-drawer__collection-link:hover .cart-drawer__collection-image{transform:scale(1.05)}.cart-drawer__collection-link:hover .cart-drawer__collection-overlay{background:rgba(0,0,0,calc(var(--overlay-opacity) + .2))}}.cart-items-disabled{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-cart-drawer.css.map */
