.cart-page{padding-block:42px 90px}.cart-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.cart-heading h1{font:500 38px/1.2 var(--font-heading);letter-spacing:-.04em}.cart-heading>a{font-size:12px;display:flex;gap:12px;align-items:center}.cart-page [data-cart-form]{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:start}.cart-line{display:flex;gap:22px;padding:24px 0;border-top:1px solid var(--border)}.cart-line-image{width:110px;flex:0 0 110px;align-self:flex-start;background:#efefed;border-radius:4px;overflow:hidden}.cart-line-image img,.cart-line-image svg{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.cart-line-info{flex:1;min-width:0}.cart-line-title{font-size:15px;font-weight:600;text-decoration:none}.cart-line-info p{font-size:12px;color:#666;margin:8px 0;overflow-wrap:anywhere}.cart-line-prices{display:flex;gap:12px;align-items:center;font-size:14px;margin:12px 0}.cart-line-prices s{color:#777}.cart-line-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.cart-line-actions label{font-size:11px}.cart-line-actions input{width:64px;padding:7px;border:1px solid var(--border);background:var(--card);font:inherit;text-align:center}.cart-line-actions a{font-size:11px;text-underline-offset:3px}.cart-summary{padding:24px;background:#f0f0ee;border-radius:5px}.cart-total{display:flex;justify-content:space-between;font-size:16px;margin:0 0 14px}.cart-tax-note{font-size:12px;line-height:1.6;color:#666}.cart-buttons{display:grid;gap:10px;margin-top:24px}.cart-buttons .button{width:100%;justify-content:center;gap:30px}.cart-discount{font-size:12px;color:#42734f}.cart-empty{padding:48px 0;text-align:center}.cart-empty p{margin-bottom:28px}.cart-drawer{border:0;padding:0;max-width:min(100vw,500px);width:500px;max-height:100dvh;height:100dvh;margin:0 0 0 auto;background:var(--background);color:var(--foreground);box-shadow:-12px 0 70px #0002}.cart-drawer::backdrop{background:#0005}.cart-drawer-inner{padding:28px;min-height:100%;display:flex;flex-direction:column}.cart-drawer .cart-heading{margin-bottom:5px}.cart-drawer .cart-heading h2{font:500 26px/1.3 var(--font-heading)}.cart-drawer [data-cart-close]{border:0;background:none;padding:12px;cursor:pointer;color:inherit}.cart-drawer .cart-line-image{width:85px;flex-basis:85px}.cart-drawer .cart-line{gap:16px}.cart-drawer .cart-line-title{font-size:13px}.cart-drawer .cart-summary{margin-top:18px}.cart-drawer [data-cart-section]{flex:1}.cart-drawer .cart-line-actions{gap:9px}.cart-drawer button:disabled{opacity:.5;cursor:wait}@media(max-width:800px){.cart-page [data-cart-form]{grid-template-columns:1fr;gap:24px}.cart-heading{align-items:flex-start}.cart-heading h1{font-size:30px}.cart-heading>a{max-width:150px}.cart-drawer-inner{padding:20px}.cart-line-image{width:85px;flex-basis:85px}}
.cart-status:empty{display:none}.cart-status{font-size:12px;color:#42734f}
