/* V25 — Home categories: image first, category name below, count badge on image */
.home-categories-v24{padding-top:42px;padding-bottom:42px}
.home-category-grid-v24{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;align-items:stretch}
.home-category-card-v24{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;min-height:0!important;height:auto!important;padding:0!important;overflow:hidden!important;border:1px solid #e2ebe8!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 16px rgba(7,95,80,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.home-category-card-v24:hover{transform:translateY(-3px)!important;border-color:#9ec3b8!important;box-shadow:0 12px 28px rgba(7,95,80,.10)!important}
.home-category-media-v24{display:block;width:100%;aspect-ratio:1/1;background:#f6f9f8;overflow:hidden;border-bottom:1px solid #edf2f0}
.home-category-media-v24 img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;margin:0!important;border-radius:0!important}
.home-category-icon-v24{width:100%;height:100%;display:grid;place-items:center;color:#087260;background:#f3f8f6;font-size:52px}
.home-category-icon-v24 svg{width:54px;height:54px;stroke:currentColor}
.home-category-body-v24{display:flex;flex-direction:column;align-items:center;text-align:center;padding:13px 10px 14px;min-height:72px}
.home-category-body-v24 b{font-size:13px!important;line-height:1.6;margin:0!important;color:#18362d;font-weight:800}
.home-category-body-v24 small{font-size:10px!important;color:#7f8d88;margin-top:4px!important;line-height:1.4}
/* neutralize old generic category image sizing only in the homepage category section */
.home-categories-v24 .catalog-image{width:auto!important;height:auto!important;margin:0!important;border-radius:0!important}

@media(max-width:1100px){.home-category-grid-v24{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:800px){.home-category-grid-v24{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.home-category-body-v24{padding:10px 8px 11px;min-height:66px}}
@media(max-width:560px){.home-categories-v24{padding-top:30px;padding-bottom:30px}.home-category-grid-v24{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.home-category-card-v24{border-radius:11px!important}.home-category-body-v24 b{font-size:12px!important}.home-category-body-v24 small{font-size:9px!important}}


/* V25 — Product count badge inside category image, top-right */
.home-category-media-v24{position:relative!important}
.home-category-count-badge-v25{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(7,95,80,.12);box-shadow:0 4px 14px rgba(14,61,51,.10);color:#075f50;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;backdrop-filter:blur(6px)}
.home-category-body-v24{min-height:58px!important;padding:13px 10px 14px!important}
.home-category-body-v24 small{display:none!important}
@media(max-width:560px){.home-category-count-badge-v25{top:7px;right:7px;min-height:24px;padding:4px 7px;font-size:9px}.home-category-body-v24{min-height:52px!important;padding:10px 7px 11px!important}}
