.store-top{display:flex;justify-content:space-between;color:#fff}.store{max-width:1180px;margin:auto;padding:65px 24px}.store-heading{max-width:760px;margin-bottom:45px}.store-heading h1{font:700 clamp(2.3rem,5vw,4.3rem)/1.05 Georgia,serif;margin:.15em 0}.store-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.store-card{display:grid;grid-template-columns:190px 1fr;gap:25px;background:#fff;border:1px solid #eadfca;border-radius:16px;padding:24px}.store-card img{width:100%;height:260px;object-fit:contain}.store-card h2{font:700 1.6rem Georgia,serif;margin:.35em 0}.store-price{display:block;font-size:1.5rem;margin:18px 0}.unavailable{display:inline-block;padding:12px 18px;background:#e2e8f0;border-radius:8px;font-weight:700}@media(max-width:900px){.store-grid{grid-template-columns:1fr}}@media(max-width:560px){.store-card{grid-template-columns:1fr}.store-card img{height:230px}}
