.cart-drawer{position:fixed;z-index:100;left:unset;right:0;top:0;bottom:0;display:flex;background:transparent;height:100vh;height:calc(var(--vh, 1vh) * 100);width:100%;visibility:hidden;pointer-events:none;transition:visibility var(--duration-default)}[dir=rtl] .cart-drawer{left:0;right:unset}.cart-drawer.is-empty{bottom:unset;height:auto}@media screen and (min-width:576px){.cart-drawer{max-width:42.4rem}}@media screen and (min-width:1160px){.cart-drawer{max-width:44.8rem}}.cart-drawer[open=true]{visibility:visible;pointer-events:all}.cart-drawer[open=true] .cart-drawer__inner{transform:translate(0)!important}.cart-drawer[open=true] .cart-drawer__overlay{opacity:1;visibility:visible}.cart-drawer__overlay{position:fixed;z-index:2;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:rgba(var(--color-modal-overlay),.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;cursor:pointer;transition:visibility var(--duration-default),opacity var(--duration-default)}@media screen and (min-width:990px){.cart-drawer__overlay:empty{display:block}}.cart-drawer__inner{position:relative;z-index:3;display:flex;flex-direction:column;width:100%;margin:1.2rem;height:calc(100% - 2.4rem);padding:2.4rem .8rem 0 2.4rem;border-radius:var(--border-radius-block);border:.1rem solid rgba(var(--color-foreground),.03);box-shadow:0 8px 14px rgba(var(--color-shadow),.08);background-color:rgb(var(--color-background));overflow:hidden;outline:none;transform:translate(100%);transition:opacity var(--duration-default) ease-in-out,transform var(--duration-default) ease-in-out}[dir=rtl] .cart-drawer__inner{transform:translate(-100%);padding:2.4rem 2.4rem 0 .8rem}@media screen and (min-width:576px){.cart-drawer__inner{max-width:40rem;margin:1.2rem;height:calc(100% - 2.4rem)}}@media screen and (min-width:1160px){.cart-drawer__inner{margin:2.4rem;height:calc(100% - 4.8rem);padding:3.2rem .8rem 0 3.2rem}[dir=rtl] .cart-drawer__inner{padding:3.2rem 3.2rem 0 .8rem}}.is-empty .cart-drawer__title{display:none}.cart-drawer__close{position:absolute;top:1.4rem;right:1.4rem}[dir=rtl] .cart-drawer__close{right:unset;left:1.4rem}.cart-drawer .cart-shipping{margin:1.6rem 1.6rem 0 0}[dir=rtl] .cart-drawer .cart-shipping{margin-right:0;margin-left:1.6rem}@media screen and (min-width:1160px){.cart-drawer .cart-shipping{margin-right:2.4rem}[dir=rtl] .cart-drawer .cart-shipping{margin-right:0;margin-left:2.4rem}}.cart-drawer__empty{display:none;padding:0;margin:0}.is-empty .cart-drawer__empty{display:flex;flex-direction:column;gap:2.4rem;height:100%;padding:0 1.6rem 2.4rem 0}[dir=rtl] .is-empty .cart-drawer__empty{padding:0 0 2.4rem 1.6rem}@media screen and (min-width:1160px){.is-empty .cart-drawer__empty{padding:0 2.4rem 3.2rem 0}[dir=rtl] .is-empty .cart-drawer__empty{padding:0 0 3.2rem 2.4rem}}.cart-drawer__empty-wrapper{display:flex;flex-direction:column;align-items:flex-start;word-break:break-word}.cart-drawer__empty-title{width:100%;margin:0}.cart-drawer__empty-text{margin:.6rem 0 0;color:rgb(var(--color-foreground-secondary))}.cart-drawer__empty-button{margin:1.2rem 0 0}.cart-drawer__empty-products{width:100%}.cart-drawer__contents{flex-grow:1;display:flex;flex-direction:column}.cart-drawer .is-empty .cart-drawer__contents{padding:0}.cart-drawer__footer{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% + 3.2rem);margin:0 -.8rem 0 -2.4rem;box-shadow:-4px 4px 24px rgba(var(--color-shadow),.1);border-radius:var(--border-radius-block);padding:2.4rem}[dir=rtl] .cart-drawer__footer{margin:0 -2.4rem 0 -.8rem}@media screen and (min-width:1160px){.cart-drawer__footer{width:calc(100% + 4rem);margin:0 -.8rem 0 -3.2rem;padding:3.2rem}[dir=rtl] .cart-drawer__footer{margin:0 -3.2rem 0 -.8rem}}.cart-drawer.is-empty .cart-drawer__footer{display:none}.cart-drawer__note{margin:0 0 1.6rem}.cart-drawer__note-modal{position:absolute;z-index:4;bottom:0;width:100%;left:0;padding:2.4rem;transform:translateY(100%);background-color:rgb(var(--color-background));box-shadow:-4px 4px 24px rgba(var(--color-shadow),.1);border-radius:var(--border-radius-block);visibility:hidden;transition:transform var(--duration-default) ease-in-out,visibility var(--duration-default) ease-in-out}@media screen and (min-width:1160px){.cart-drawer__note-modal{padding:3.2rem}}.cart-drawer__note-modal.cart-note-open{transform:translate(0);visibility:visible}.cart-drawer__note-close{position:absolute;top:1.4rem;right:1.4rem}[dir=rtl] .cart-drawer__note-close{right:unset;left:1.4rem}.cart-drawer__totals{display:flex;flex-direction:column;gap:.5rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.cart-drawer__subtotal-value{position:relative;color:rgb(var(--color-price-regular))}.cart-drawer__subtotal-value.disabled>span{pointer-events:none;opacity:.4}.cart-drawer__subtotal-value .loading-overlay{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:1.4rem}.cart-drawer__subtotal-value .loading-overlay.hidden{display:none}.cart-drawer__discount{color:rgb(var(--color-foreground-secondary));display:flex;align-items:center;word-break:break-word}.cart-drawer__discount .icon-discount{flex-shrink:0;width:1.2rem;height:1.2rem;margin-inline-end:.7rem}.cart-drawer .tax-note{color:rgb(var(--color-foreground-secondary))}.cart-drawer__buttons{display:flex;align-items:center;gap:.8rem;margin:1.6rem 0 0}.cart-drawer__buttons>.button{width:100%}.cart-drawer__form{flex-grow:1;display:flex;flex-direction:column}.cart-drawer__form-errors{padding:.8rem 1.2rem 0;color:rgb(var(--color-error))}.cart-drawer__form-errors:empty{display:none}.cart-drawer__cart-items{display:flex;flex-direction:column}.cart-drawer__recommendations{display:flex;flex-direction:column;padding:2.4rem 0;border-top:.1rem solid rgba(var(--color-border))}@media screen and (min-width:1160px){.cart-drawer__recommendations{padding:2.4rem 0 3.2rem}}.cart-drawer__recommendations-title{margin:0 0 1.2rem}.cart-drawer__recommendations-loading{display:none;align-items:center;justify-content:center;position:relative;max-height:2rem;padding-block:4rem}.cart-drawer__recommendations-loading svg{display:block;width:2rem;height:2rem;max-width:2rem;max-height:2rem;color:rgb(var(--color-foreground))}cart-drawer-items.is-empty{display:none}cart-drawer-items:not(.is-empty){height:100%;width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;flex:1;padding-inline-end:1.6rem;margin-top:2.4rem}@media screen and (min-width:1160px){cart-drawer-items:not(.is-empty){padding-inline-end:2.4rem}}cart-drawer-items:not(.is-empty)::-webkit-scrollbar{width:.4rem;height:.4rem}cart-drawer-items:not(.is-empty)::-webkit-scrollbar-thumb{background-color:rgba(var(--color-scrollbar));border-radius:4rem}cart-drawer-products-slider.swiper{width:100%;display:flex;flex-direction:column;overflow:hidden;margin:0}cart-drawer-products-slider .swiper-wrapper{display:flex;box-sizing:border-box}cart-drawer-products-slider .swiper-slide{width:100%;height:auto}cart-drawer-products-slider .swiper-slide .product-card-horizontal{height:100%}cart-drawer-products-slider .slider-pagination{position:static;margin:1.6rem 0 0}cart-note-modal{display:block}@media screen and (max-height:568px){cart-drawer-items{overflow:visible}cart-drawer-items:not(.is-empty){height:auto;overflow:visible}.cart-drawer__inner{overflow-y:auto;overscroll-behavior:contain}.cart-drawer__inner::-webkit-scrollbar{width:.4rem;height:.4rem}.cart-drawer__inner::-webkit-scrollbar-thumb{background-color:rgba(var(--color-scrollbar));border-radius:4rem}}.cart-notification{position:fixed;z-index:100;left:unset;right:0;top:var(--ann-height);display:flex;background:transparent;height:auto;width:100%;max-width:38.4rem;visibility:hidden;pointer-events:none;transition:visibility var(--duration-default)}[dir=rtl] .cart-notification{left:0;right:unset}@media screen and (min-width:1160px){.cart-notification{max-width:40.8rem}}.cart-notification[open=true]{visibility:visible;pointer-events:all}.cart-notification[open=true] .cart-notification__inner{opacity:1}.cart-notification__inner{position:relative;z-index:3;display:flex;flex-direction:column;width:100%;margin:1.2rem;height:auto;padding:1.8rem;border-radius:var(--border-radius-block);border:.1rem solid rgba(var(--color-foreground),.03);box-shadow:0 8px 14px rgba(var(--color-shadow),.08);background:var(--gradient-background, rgb(var(--color-background)));overflow:hidden;outline:none;opacity:0;transition:opacity var(--duration-default) ease-in-out,transform var(--duration-default) ease-in-out}@media screen and (min-width:576px){.cart-notification__inner{margin:1.2rem}}@media screen and (min-width:1160px){.cart-notification__inner{margin:2.4rem}}.cart-notification__close{position:absolute;top:1.4rem;right:1.4rem}[dir=rtl] .cart-notification__close{right:unset;left:1.4rem}.cart-notification__item{display:flex;align-items:center;gap:1.2rem}@media screen and (min-width:576px){.cart-notification__item{gap:1.6rem}}.cart-notification__text{color:rgb(var(--color-foreground-secondary));width:100%;padding-inline-end:3rem}@media screen and (min-width:576px){.cart-notification .cart-item__media{width:8rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-drawer.css.map */
