/* Natraj Foods v13.6 — bestseller-style category collage */
#categoriesSection{overflow:hidden}
#categoriesSection .section-heading{margin-bottom:16px}
#categoriesSection .section-heading h3{font-size:24px}
.category-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;margin:0!important;padding:0!important}
.category-card{display:flex!important;flex:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:auto!important;min-width:0!important;min-height:0!important;padding:7px 7px 11px!important;gap:8px!important;border:0!important;border-radius:18px!important;background:#f3f4f6!important;box-shadow:none!important;color:#24272b!important;text-align:center!important}
.category-collage{position:relative;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,64px)!important;gap:4px!important;width:100%!important;height:auto!important;flex:none!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;place-items:stretch!important;align-items:stretch!important;justify-items:stretch!important}
.category-collage-item{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important;border-radius:12px!important;background:#fff!important;font-size:25px!important;align-self:stretch!important;justify-self:stretch!important}
.category-collage-item img{width:100%!important;height:100%!important;padding:5px!important;object-fit:contain!important;mix-blend-mode:multiply}
.category-collage-item .emoji-visual{font-size:27px!important}
.category-more{position:absolute;left:50%;bottom:-7px;z-index:2;transform:translateX(-50%);max-width:calc(100% - 12px);padding:2px 8px;border:1px solid #e1e4e8;border-radius:999px;background:#fff;color:#5f6670;font-size:9px;font-weight:750;line-height:1.2;white-space:nowrap}
.category-card>b{display:-webkit-box!important;width:100%!important;min-height:34px!important;margin:3px 0 0!important;overflow:hidden!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2f3338!important;font-size:13px!important;font-weight:750!important;line-height:1.28!important;text-align:center!important}
.category-card.active{outline:2px solid #79c8e1!important;outline-offset:-2px}
@media(max-width:380px){.category-row{gap:8px!important}.category-card{padding:6px 6px 9px!important;border-radius:15px!important}.category-collage{grid-template-rows:repeat(2,54px)!important;gap:3px!important}.category-collage-item{border-radius:10px!important}.category-card>b{font-size:11.5px!important;min-height:30px!important}}
@media(min-width:700px){.category-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.category-collage{grid-template-rows:repeat(2,96px)!important}.category-card>b{font-size:15px!important}}
@media(min-width:1000px){.category-row{grid-template-columns:repeat(6,minmax(0,1fr))!important}.category-collage{grid-template-rows:repeat(2,78px)!important}}
