.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background-color:rgb(var(--color-background));z-index:1000;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer__overlay.active{opacity:1;visibility:visible}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgb(var(--color-border))}.cart-drawer__title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.cart-drawer__close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.cart-drawer__close svg{width:1.25rem;height:1.25rem}.cart-drawer__content{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-drawer__empty-icon{width:4rem;height:4rem;margin-bottom:1rem;color:rgb(var(--color-foreground) / .3)}.cart-drawer__empty-text{color:rgb(var(--color-foreground) / .6);margin-bottom:1.5rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-border))}.cart-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cart-item__image{width:80px;height:100px;flex-shrink:0;overflow:hidden;background-color:rgb(var(--color-secondary))}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column}.cart-item__title{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.cart-item__variant{font-size:.75rem;color:rgb(var(--color-foreground) / .6);margin-bottom:.5rem}.cart-item__price{font-size:.875rem;font-weight:600;margin-bottom:auto}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.cart-item__quantity{display:flex;align-items:center;border:1px solid rgb(var(--color-border))}.cart-item__quantity-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-size:.875rem}.cart-item__quantity-value{width:2rem;text-align:center;font-size:.75rem}.cart-item__remove{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground) / .6);background:transparent;border:none;cursor:pointer;text-decoration:underline}.cart-item__remove:hover{color:rgb(var(--color-foreground))}.cart-drawer__footer{padding:1.5rem;border-top:1px solid rgb(var(--color-border))}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__subtotal-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cart-drawer__subtotal-value{font-size:1.125rem;font-weight:600}.cart-drawer__note{font-size:.75rem;color:rgb(var(--color-foreground) / .6);text-align:center;margin-bottom:1rem}.cart-drawer__checkout{width:100%}.cart-drawer__continue{width:100%;margin-top:.75rem}.cart-page{padding-top:8rem}.cart-page__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-border));margin-bottom:2rem}.cart-page__title{font-size:1.5rem;font-weight:700;text-transform:uppercase}.cart-page__count{font-size:.875rem;color:rgb(var(--color-foreground) / .6)}.cart-page__grid{display:grid;gap:3rem}@media (min-width: 1024px){.cart-page__grid{grid-template-columns:1fr 380px}}.cart-page__items{display:flex;flex-direction:column;gap:1.5rem}.cart-page-item{display:flex;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-border))}.cart-page-item__image{width:120px;height:150px;flex-shrink:0;overflow:hidden;background-color:rgb(var(--color-secondary))}.cart-page-item__image img{width:100%;height:100%;object-fit:cover}.cart-page-item__details{flex:1}.cart-page-item__header{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-page-item__title,.cart-page-item__price{font-size:1rem;font-weight:600}.cart-page-item__variant{font-size:.875rem;color:rgb(var(--color-foreground) / .6);margin-bottom:1rem}.cart-page-item__actions{display:flex;align-items:center;gap:1.5rem}.cart-page-item__quantity{display:flex;align-items:center;border:1px solid rgb(var(--color-border))}.cart-page-item__quantity-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.cart-page-item__quantity-value{width:3rem;text-align:center;font-size:.875rem}.cart-page-item__remove{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground) / .6);background:transparent;border:none;cursor:pointer}.cart-page-item__remove:hover{color:rgb(var(--color-foreground));text-decoration:underline}.cart-page__summary{background-color:rgb(var(--color-secondary));padding:2rem;height:fit-content;position:sticky;top:8rem}.cart-page__summary-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.cart-page__summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.cart-page__summary-row--total{padding-top:1rem;border-top:1px solid rgb(var(--color-border));margin-top:1rem;font-weight:600;font-size:1rem}.cart-page__summary-note{font-size:.75rem;color:rgb(var(--color-foreground) / .6);text-align:center;margin-top:1rem;margin-bottom:1.5rem}.cart-page__checkout{width:100%}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-cart.css.map */
