.store-filters{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:20px;align-items:end;margin:28px 0 12px}.store-check{display:flex;align-items:center;gap:9px;min-height:48px}.store-check input{width:20px;height:20px}.store-list{border-top:2px solid var(--navy-900)}.store-row{display:grid;grid-template-columns:92px minmax(160px,1fr) 150px 190px;align-items:center;gap:22px;border-bottom:1px solid var(--line);padding:18px 0}.store-row img{width:92px;height:92px;object-fit:contain;background:var(--paper-2)}.store-row h2{font-size:24px;margin:0 0 5px;line-height:1.1;letter-spacing:0}.store-row p{margin:3px 0}.store-sku{font-family:var(--font-mono,'IBM Plex Mono',monospace);font-size:11px;color:var(--muted)}.store-price{font-size:20px;font-variant-numeric:tabular-nums}.store-actions{display:flex;flex-direction:column;gap:8px}.store-actions .btn{white-space:normal;min-height:44px}.store-feedback{font-size:13px;min-height:20px}.store-product{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;margin-top:32px}.store-product img{width:100%;max-height:500px;object-fit:contain;background:var(--paper-2)}.store-product h1{font-size:clamp(36px,5vw,64px)}.store-product dl>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0}.store-breadcrumb{font-size:14px}.store-service{display:flex;justify-content:space-between;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:40px}.order-summary{background:var(--paper-2);padding:24px;border-top:3px solid var(--gold)}.order-summary h2{font-size:30px}.store-totals{margin:20px 0}.store-totals>div{display:flex;justify-content:space-between;gap:20px;margin:12px 0}.store-totals dd{margin:0;text-align:right;font-variant-numeric:tabular-nums}.cart-line{padding:20px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 88px 90px;gap:18px;align-items:center}.cart-line h2{font-size:24px;letter-spacing:0}.cart-line input{width:100%;min-height:44px}.cart-line p{margin:4px 0}.cart-remove{background:none;border:0;padding:6px 0;text-decoration:underline;text-align:left;min-height:44px;cursor:pointer}.cart-line .field{margin:0}.order-result{padding:28px;background:var(--paper-2);border-top:3px solid var(--gold)}#store-more{margin:24px 0}#store-services{margin-top:40px}.store-unavailable{color:var(--err)}
@media(max-width:900px){.store-filters{grid-template-columns:1fr 1fr}.store-check{grid-column:1/-1}.store-row{grid-template-columns:72px 1fr 140px;gap:16px}.store-row img{width:72px;height:72px}.store-row>.store-price{grid-column:2}.store-actions{grid-column:3;grid-row:1/3}.checkout-layout{grid-template-columns:1fr}.store-product{gap:24px}}
@media(max-width:560px){.store-filters{grid-template-columns:1fr;gap:12px}.store-row{grid-template-columns:64px 1fr;gap:14px;padding:18px 0}.store-row img{width:64px;height:64px;align-self:start}.store-row h2{font-size:22px}.store-row>.store-price{grid-column:2}.store-actions{grid-column:2;grid-row:auto;align-items:flex-start}.store-product{grid-template-columns:1fr}.store-product img{max-height:280px}.cart-line{grid-template-columns:1fr 75px;gap:12px}.cart-line>.store-price{grid-column:1/-1;text-align:right}.order-summary{padding:20px}.store-service{display:block}}

.checkout-footer{border-top:1px solid var(--line);padding:24px 0;color:var(--ink);background:var(--paper-2)}.checkout-footer>.wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.checkout-footer strong{font-family:var(--font-condensed,'Barlow Condensed',sans-serif);font-size:20px}.checkout-footer p{margin:6px 0 0;font-size:15px}.checkout-footer nav{display:flex;gap:24px;flex-wrap:wrap;font-size:14px}.checkout-footer nav a{display:inline-flex;align-items:center;min-height:44px}.checkout-footer a{text-underline-offset:3px}.order-result>.btn{margin:8px 12px 0 0}
@media(max-width:700px){.checkout-footer>.wrap{display:block}.checkout-footer nav{margin-top:12px;gap:8px 24px}.checkout-footer p{line-height:1.8}.order-result>.btn{display:flex;width:100%;justify-content:center;margin-right:0}}
