.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(94vw,43rem);background:var(--color-background);z-index:70;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-lg)}.cart-drawer.is-open{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{margin:0;font-size:calc(2.2rem * var(--font-heading-scale))}.cart-drawer__body{flex:1;overflow-y:auto;padding:2rem}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:2rem;background:var(--color-surface)}.cart-drawer__empty{text-align:center;padding:5rem 1rem}.cart-drawer__empty svg{width:5rem;height:5rem;margin:0 auto 1.6rem;opacity:.35}.cart-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.8rem}.cart-item{display:grid;grid-template-columns:8rem 1fr;gap:1.4rem;padding-bottom:1.8rem;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item__image{width:8rem;height:8rem;object-fit:cover;border-radius:var(--radius-sm);background:rgba(var(--color-text-rgb),.05)}.cart-item__details{display:flex;flex-direction:column;gap:.5rem;min-width:0}.cart-item__name{font-size:1.5rem;font-weight:600;text-decoration:none;line-height:1.35}.cart-item__options{font-size:1.3rem;color:var(--color-text-muted);margin:0}.cart-item__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.4rem}.cart-item__price{font-weight:600;font-size:1.5rem}.cart-item__discount{font-size:1.3rem;color:var(--color-sale)}.cart-item__remove{background:none;border:none;padding:.4rem;cursor:pointer;color:var(--color-text-muted);text-decoration:underline;font-size:1.3rem;font-family:inherit}.cart-item__remove:hover{color:var(--color-sale)}.cart-item.is-loading{opacity:.5;pointer-events:none}.quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-button);background:var(--color-surface);overflow:hidden}.quantity__button{width:3.6rem;height:3.8rem;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:inherit;font-size:1.8rem;line-height:1}.quantity__button:hover{background:rgba(var(--color-text-rgb),.06)}.quantity__button svg{width:1.2rem;height:1.2rem}.quantity__input{width:4rem;min-height:3.8rem;padding:0;text-align:center;border:none;background:none;font-size:1.5rem;font-weight:600;border-radius:0;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity--large .quantity__button{width:4.6rem;height:4.8rem}.quantity--large .quantity__input{width:5rem;min-height:4.8rem;font-size:1.6rem}.free-shipping-bar{margin-bottom:1.6rem;padding:1.2rem 1.4rem;border-radius:var(--radius);background:rgba(var(--color-accent-rgb),.08);font-size:1.35rem;text-align:center}.free-shipping-bar__track{margin-top:.8rem;height:.6rem;border-radius:999px;background:rgba(var(--color-text-rgb),.12);overflow:hidden}.free-shipping-bar__fill{height:100%;border-radius:999px;background:var(--color-accent);transition:width .4s ease}.cart__totals{display:flex;align-items:baseline;justify-content:space-between;font-size:1.7rem;font-weight:700;margin-bottom:.4rem}.cart__tax-note{font-size:1.3rem;color:var(--color-text-muted);margin-bottom:1.6rem}.cart__note{margin-bottom:1.6rem}.cart__note summary{cursor:pointer;font-size:1.4rem;text-decoration:underline;text-underline-offset:.3rem;list-style:none}.cart__note summary::-webkit-details-marker{display:none}.cart__note textarea{margin-top:.8rem;min-height:8rem}.cart__checkout-button{margin-bottom:1rem}.cart__dynamic-checkout{margin-top:1rem}.cart-page__layout{display:grid;gap:4rem;align-items:start}@media screen and (min-width:990px){.cart-page__layout{grid-template-columns:minmax(0,1fr) 36rem}}.cart-page__summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2.4rem;position:sticky;top:10rem}.cart-page__empty{text-align:center;padding:8rem 2rem}.cart-notification{position:fixed;right:2rem;bottom:2rem;z-index:80;max-width:34rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.6rem;display:none}.cart-notification.is-visible{display:block;animation:toast-in .3s cubic-bezier(.16,1,.3,1)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.cart-notification__header{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.4rem;color:#1a7f4b;margin-bottom:1rem}.cart-notification__product{display:flex;gap:1.2rem;align-items:center}.cart-notification__product img{width:5.4rem;height:5.4rem;object-fit:cover;border-radius:var(--radius-sm)}.cart-notification__actions{display:grid;gap:.8rem;margin-top:1.4rem}@media screen and (max-width:749px){.cart-notification{left:1.6rem;right:1.6rem;bottom:1.6rem;max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-cart.css.map */
