.categories-section,.brands-section{max-width:1280px}.category-showcase{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.category-tile{min-height:0;background:#fff!important;border:1px solid #edf1f5;border-radius:16px;padding:0 0 16px;display:block;text-align:center;overflow:hidden}.category-tile:hover{transform:translateY(-3px);box-shadow:0 10px 28px #102a4312}.category-picture{height:150px;background:#f7f9fb;padding:10px}.category-picture img{width:100%;height:100%;object-fit:contain}.category-tile h3{font-size:15px;margin:13px 8px 4px}.category-tile p{font-size:11px;color:var(--muted);min-height:0;margin:0 8px}.brand-row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.brand-row a{min-height:115px;padding:20px 10px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.brand-row a:last-child{border:0}.brand-row strong{font-size:17px;letter-spacing:.5px}.brand-row span{font-size:10px;color:var(--muted);margin-top:8px}.brand-row a:hover strong{color:var(--blue)}@media(max-width:1000px){.category-showcase{grid-template-columns:repeat(3,1fr)}.brand-row{grid-template-columns:repeat(4,1fr)}.brand-row a{border-bottom:1px solid var(--line)}}@media(max-width:600px){.categories-section,.brands-section{overflow:hidden}.category-showcase{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:165px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.category-tile{scroll-snap-align:start}.category-picture{height:135px}.brand-row{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:145px;overflow-x:auto}.brand-row a{border-bottom:0}}
