.store-home { color:#1d2939; }
.store-home-welcome { padding:clamp(1.5rem, 4vw, 3rem); border:1px solid #dce6f2; border-radius:18px; background:linear-gradient(135deg, #f7fbff 0%, #fff 70%); box-shadow:0 10px 30px rgba(16,24,40,.05); }
.store-home-welcome h1 { max-width:760px; margin:0 0 .75rem; color:#101828; font-size:clamp(2rem, 4vw, 3rem); line-height:1.12; }
.store-home-welcome p { max-width:720px; margin:0; color:#526071; font-size:1.05rem; line-height:1.7; }
.store-home-welcome .btn { margin-top:1.25rem; font-weight:600; }
.store-home-section { margin-top:2.25rem; }
.store-home-section-heading { margin-bottom:1rem; }
.store-home-section-heading h2 { margin:0; color:#101828; font-size:1.5rem; }
.store-home-product-card { height:100%; display:flex; flex-direction:column; overflow:hidden; border:1px solid #e3e8ef; border-radius:14px; background:#fff; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.store-home-product-card:hover { transform:translateY(-3px); border-color:#c9d8eb; box-shadow:0 12px 28px rgba(16,24,40,.09); }
.store-home-product-image-link { display:block; background:#f8fafc; }
.store-home-product-image { width:100%; height:210px; display:block; object-fit:contain; object-position:center; }
.store-home-product-body { min-width:0; padding:1rem; display:flex; flex:1 1 auto; flex-direction:column; text-align:center; }
.store-home-product-category { margin-bottom:.55rem; color:#7a8697; font-size:.76rem; line-height:1.35; text-align:center; }
.store-home-product-title { margin:0 0 .55rem; display:-webkit-box; overflow:hidden; font-size:1rem; line-height:1.4; overflow-wrap:anywhere; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.store-home-product-title a { color:#1d2939; text-decoration:none; }
.store-home-product-footer { display:flex; flex:1 1 auto; align-items:center; flex-direction:column; gap:.85rem; text-align:center; }
.store-home-product-price { display:flex; align-items:center; flex-direction:column; color:#0d6efd; font-size:1.05rem; font-weight:700; line-height:1.3; }
.store-home-product-price-secondary { color:#667085; font-size:.86rem; font-weight:600; }
.store-home-product-cta { margin-top:auto; white-space:nowrap; font-weight:600; transition:background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease; }
.store-home-product-cta:hover { transform:translateY(-1px); }
.store-home-product-card a:focus-visible, .store-home-category:focus-visible, .store-home-welcome .btn:focus-visible { outline:3px solid rgba(13,110,253,.32); outline-offset:3px; }
.store-home-categories { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:1rem; }
.store-home-category { min-width:0; padding:1rem 1.1rem; display:flex; align-items:center; justify-content:space-between; gap:.75rem; border:1px solid #e3e8ef; border-radius:12px; color:#1d2939; background:#fff; font-weight:600; text-decoration:none; transition:border-color .18s ease, box-shadow .18s ease, color .18s ease; }
.store-home-category:hover { border-color:#9ec5fe; color:#0a58ca; box-shadow:0 6px 18px rgba(16,24,40,.06); }
.store-home-category-count { flex:0 0 auto; color:#667085; font-size:.78rem; font-weight:500; }
.store-home-empty { padding:2rem; border:1px dashed #cfd8e3; border-radius:14px; color:#667085; background:#fafcff; text-align:center; }
@media (max-width:991.98px) { .store-home-categories { grid-template-columns:repeat(2, minmax(0, 1fr)); } }
@media (max-width:575.98px) {
  .store-home-product-image { height:190px; }
  .store-home-product-cta { width:100%; }
  .store-home-categories { grid-template-columns:1fr; }
}

