.cart-main{display:flex;flex-direction:column;width:100%;max-width:100%;margin:0 auto;background:var(--color-background)}.cart-main .cart-content{flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;margin:0 auto;background:var(--color-background)}@media (min-width: 768px){.cart-main .cart-content{width:60%;max-width:800px}}.cart-button,.checkout-button{height:3rem}.cart-button--floating{display:none;position:fixed;bottom:8rem;right:1.5rem;z-index:11;box-shadow:var(--shadow-lg);transform:translateY(20px);transition:opacity var(--transition-normal),transform var(--transition-normal)}@media (max-width: 767px){.cart-button--floating{display:inline-flex}}.cart-button--empty{display:none}body:has(.cart-main) .cart-button{display:none!important}.cart-main .cart-content__header{display:none!important}.cart-basket-label{display:block}.cart-button>.button__label{display:flex;gap:.25rem;align-items:center;justify-content:center}.header__cart .button__icon--leading svg{width:1.5rem;height:1.5rem}.cart-content{display:flex;flex-direction:column;background:#fff}.cart-backdrop .cart-content{position:fixed;top:0;right:0;bottom:0;height:100vh;width:100vw;z-index:1001;box-shadow:-2px 0 16px #00000014;transform:translate(100%);transition:transform .3s ease;margin:0;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.cart-backdrop .cart-content{animation:cartSlideIn .3s ease-out}@keyframes cartSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cart-backdrop .cart-content.active{transform:translate(0)}@media screen and (min-width: 768px){.cart-backdrop .cart-content{width:40vw}}.cart-content__header{position:sticky;top:0;background:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:1.5rem 1rem 1rem;border-bottom:1px solid var(--color-shadow);flex-shrink:0}.cart-backdrop .cart-content__header{position:sticky;top:0;background:#fff;z-index:10}.cart-content__title{margin:0}.cart-content__content{display:flex;flex-direction:column;gap:1rem;flex:1;padding:0;overflow:hidden;min-height:0}.cart-backdrop .cart-content__content{overflow-y:auto;flex:1;min-height:100vh;max-height:calc(100vh - 120px)}.cart-content__section{display:flex;flex-direction:column;gap:1rem;border-radius:8px;border:1px solid var(--color-border);flex-shrink:0}.cart-backdrop .cart-content__section{flex-shrink:0;margin-bottom:1rem;margin:.5rem 1rem}.cart-content__section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--color-border);background:var(--color-shadow);border-radius:8px 8px 0 0}.cart-content__section-content{flex:1;min-height:0}.cart-backdrop .cart-content__section-content{overflow:visible}.cart-content__items{padding:1rem}.cart-summary{display:flex;flex-direction:column;gap:1rem;padding:1rem}.cart-summary__item{display:flex;justify-content:space-between;align-items:center}.cart-content__footer{margin-top:auto;padding:1rem 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-backdrop .cart-content__footer{position:sticky;bottom:0;z-index:10;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom)) 1rem;border-top:1px solid var(--color-border);background:var(--color-background)}.cart-main .cart-content__content{flex:1;overflow-y:auto}.cart-backdrop .cart-item{animation:cartItemSlideIn .3s ease-out;animation-fill-mode:both}.cart-backdrop .cart-item:nth-child(1){animation-delay:.1s}.cart-backdrop .cart-item:nth-child(2){animation-delay:.2s}.cart-backdrop .cart-item:nth-child(3){animation-delay:.3s}.cart-backdrop .cart-item:nth-child(4){animation-delay:.4s}.cart-backdrop .cart-item:nth-child(5){animation-delay:.5s}@keyframes cartItemSlideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.cart-item,.variant-item{display:grid;grid-template-columns:auto 1fr auto;padding:1rem 0}.cart-item__image,.variant-item__image{width:100px;height:100px;border-radius:8px;border:1px solid var(--color-border)}.cart-item__image img,.variant-item__image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.cart-item__content,.variant-item__content{display:flex;flex-direction:column;gap:.5rem;margin-left:1rem}.cart-item__title-wrapper{display:flex;justify-content:space-between;align-items:center}.cart-item__title,.variant-item__title{font-size:1rem;font-weight:500;margin:0}.cart-item__variant-title,.variant-item__variant-title{font-size:.8rem;color:var(--color-primary-90)}.cart-item__price-quantity-wrapper,.variant-item__price-quantity-wrapper{display:flex;align-items:center;justify-content:space-between}.cart-item__quantity,.variant-item__quantity{display:flex;align-items:center;gap:.5rem}.quantity-button{width:2rem;height:2rem;border:1px solid var(--color-border);background:var(--color-background);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-item__quantity input{width:3rem;text-align:center;border:1px solid var(--color-border);border-radius:4px;padding:.25rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:50vh;color:var(--color-text-subdued)}.cart-empty__icon{width:80px;height:80px;margin-bottom:2rem;opacity:.5;color:var(--color-text-subdued)}.cart-empty__icon svg{width:100%;height:100%;fill:currentColor}.cart-empty__title{font-size:1.5rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.cart-empty__message{font-size:1rem;color:var(--color-text-subdued);margin-bottom:2rem;max-width:400px;line-height:1.5}.cart-backdrop .cart-empty{min-height:40vh;padding:2rem 1rem}.cart-backdrop .cart-empty__icon{width:60px;height:60px;margin-bottom:1.5rem}.cart-backdrop .cart-empty__title{font-size:1.25rem;margin-bottom:.75rem}.cart-backdrop .cart-empty__message{font-size:.9rem;margin-bottom:1.5rem}.cart-content__subtotal{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1e1e80;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s}.cart-backdrop.active{opacity:1;pointer-events:auto}.cart-content__close{background:none;border:none;padding:0;margin:0;color:inherit;font-size:1.5rem;width:auto;height:auto;display:inline;align-items:unset;justify-content:unset;cursor:pointer;box-shadow:none}.cart-hidden-content{display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart.css.map */
