.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(100%,30rem);height:100dvh;max-width:100%;max-height:100dvh;margin:0;padding:0;border:0;color:var(--color-foreground);background:var(--color-background);box-shadow:var(--shadow-soft)}.cart-drawer[open]{display:flex;flex-direction:column;animation:cart-enter .28s ease-out}.cart-drawer::backdrop{background:#0006;animation:cart-backdrop .28s ease-out}.cart-drawer.is-closing{animation:cart-exit .18s ease-in forwards}.cart-drawer.is-closing::backdrop{animation:cart-backdrop .18s ease-in reverse forwards}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__close{display:grid;place-items:center;width:44px;height:44px;background:transparent;color:inherit}.cart-drawer__header h2{font-size:1.75rem}.cart-drawer__status{padding-inline:1.25rem;flex-shrink:0;font-size:.875rem}.cart-drawer__status:not(:empty){padding-block:.75rem}.cart-drawer__status.is-added{color:#215a3b;background:#edf5ee;animation:cart-confirm .35s ease-out}.cart-drawer__content{display:flex;flex-direction:column;min-height:0;overflow-y:auto;overscroll-behavior:contain;flex:1}.cart-drawer__items{padding-inline:1.25rem}.cart-drawer__item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1rem;padding-block:1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__item img{width:88px;height:120px;object-fit:cover}.cart-drawer__details{display:grid;gap:.4rem;align-content:start;overflow-wrap:anywhere}.cart-drawer__details h3{font-family:var(--font-ui-family);font-size:1rem}.cart-drawer__details h3 a{text-decoration:none}.cart-drawer__details p{font-size:.875rem}.cart-drawer__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem}.cart-drawer__controls input{width:4rem;min-height:44px;padding:.5rem;font-size:1rem}.cart-drawer__controls button,.cart-drawer__continue{min-height:44px;background:transparent;color:inherit;text-decoration:underline}.cart-drawer__summary{margin-top:auto;display:grid;gap:1rem;padding:1.25rem;background:var(--color-surface);padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}.cart-drawer__summary p{font-size:.875rem}.cart-drawer__summary .cart-drawer__subtotal{display:flex;justify-content:space-between;gap:1rem;font-size:1rem}.cart-drawer__empty{display:grid;justify-items:center;gap:1.25rem;padding:3rem 1.25rem;text-align:center}.cart-drawer__error{padding:1rem 1.25rem;background:var(--color-surface)}.cart-drawer__error p{margin-bottom:.75rem}.cart-drawer__error a{display:inline-block;margin-top:.75rem}cart-drawer[aria-busy=true] .cart-drawer__content{opacity:.6}@keyframes cart-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cart-exit{to{transform:translate(100%)}}@keyframes cart-backdrop{0%{background:#0000}to{background:#0006}}@keyframes cart-confirm{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.cart-drawer[open],.cart-drawer::backdrop,.cart-drawer.is-closing,.cart-drawer.is-closing::backdrop,.cart-drawer__status.is-added{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/cart-drawer.css.map */
