.shop-category-section{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}
.shop-category-card{display:flex;flex-direction:column;align-items:center;gap:.55rem;text-align:center;text-decoration:none;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:14px;min-height:190px;box-shadow:0 14px 35px rgba(15,23,42,.06);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
.shop-category-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px rgba(15,23,42,.12);border-color:color-mix(in srgb,var(--primary),transparent 60%);color:#0f172a}
.shop-category-image{width:100%;aspect-ratio:1/1;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(59,130,246,.12))}
.shop-category-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important;max-width:100%!important}
.shop-category-fallback{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:800;font-size:1.8rem;box-shadow:0 14px 30px rgba(15,118,110,.22)}
.shop-category-title{display:block;width:100%;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shop-category-count{font-size:.82rem;color:#64748b;background:#f1f5f9;border-radius:999px;padding:4px 10px}
@media (max-width:575.98px){.shop-category-card{padding:10px;border-radius:18px;min-height:155px}.shop-category-image{border-radius:16px}.shop-category-title{font-size:.92rem}.shop-category-count{font-size:.74rem;padding:3px 8px}}
