.store-hero{background:var(--ink);color:#fff;min-height:410px;padding:78px 6vw 72px;display:grid;grid-template-columns:1.2fr .8fr;align-items:end;border-top:1px solid rgba(255,255,255,.12)}
.store-hero h1{font:800 clamp(62px,8vw,118px)/.82 var(--display);letter-spacing:-.045em;margin:24px 0 0}
.store-hero h1 em{font-style:italic;color:var(--lime)}
.store-hero>p{max-width:440px;color:#aeb2ab;font-size:17px;line-height:1.7;margin:0 0 8px}
.store-section{padding:92px 6vw 120px;min-height:440px}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,320px));gap:24px;align-items:start}
.product-card{background:#fff;border:1px solid #d9d8d2;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.product-image{position:relative;background:#fff;height:270px;overflow:hidden;display:grid;place-items:center;padding:26px 24px 16px}
.product-image img{width:auto;height:auto;max-width:92%;max-height:100%;object-fit:contain}
.product-image span{position:absolute;left:12px;top:12px;background:var(--lime);padding:7px 9px;text-transform:uppercase;font-size:8px;font-weight:800;letter-spacing:.12em}
.product-content{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;text-align:center}
.product-label{display:none}
.product-content h2{font:700 15px/1.45 var(--body);text-transform:uppercase;letter-spacing:0;margin:0 auto 9px;max-width:270px;min-height:44px}
.product-description{color:#686c66;font-size:12px;line-height:1.55;margin:0 auto 18px;max-width:270px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-buy{margin-top:auto;padding-top:0;border-top:0;display:flex;flex-direction:column;align-items:stretch;gap:14px}
.product-buy div{display:flex;flex-direction:column;align-items:center;gap:3px}
.product-buy small{text-transform:none;color:#777b75;font-size:11px;font-weight:500;letter-spacing:0}
.product-buy strong{color:#517f00;font:800 27px var(--body)}
.product-buy form{margin:0;width:100%;min-width:0}.product-buy button{border:0;width:100%;background:var(--ink);color:#fff;padding:16px 18px;display:flex;justify-content:center;gap:12px;font:800 12px var(--body);text-transform:uppercase;letter-spacing:.06em;transition:.2s;cursor:pointer;border-radius:3px}
.product-buy button:hover{background:var(--lime);color:var(--ink)}
.product-buy button span{color:var(--lime)}
.product-buy button:hover span{color:var(--ink)}
.checkout-unavailable{background:#dadbd5;color:#777b75;padding:15px 18px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.payment-note{font-size:11px;color:#777b75;line-height:1.5;margin:10px 0 0;text-align:center}
.store-empty{border:1px solid #cccdc7;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px}
.store-empty span{color:#699b00;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.16em}
.store-empty h2{font:800 clamp(40px,5vw,70px)/.95 var(--display);margin:20px 0}
.store-empty p{color:#6d706b}
.payment-status{min-height:520px;padding:100px 8vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.payment-status>span{color:#689a00;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.16em}.payment-status h1{font:800 clamp(48px,7vw,96px)/.92 var(--display);max-width:900px;margin:22px 0}.payment-status p{color:#666a64;font-size:17px;line-height:1.7;max-width:620px}.payment-status a{margin-top:22px;background:var(--ink);color:#fff;padding:16px 20px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
@media(max-width:900px){.store-hero{grid-template-columns:1fr;gap:40px;min-height:auto;padding:65px 6vw}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,320px));justify-content:center}.product-image{height:250px}.product-content{padding:18px 18px 20px}.store-section{padding:65px 5vw 85px}}
