.home-categories-section{padding:24px 0 8px}.home-categories-row{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 16px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.home-categories-row::-webkit-scrollbar{height:6px}.home-categories-row::-webkit-scrollbar-thumb{background-color:var(--color-brand-cream-dark);border-radius:9999px}@media(min-width:1024px){.home-categories-row{justify-content:center;flex-wrap:wrap;overflow-x:visible}}.home-category-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;width:84px;scroll-snap-align:start}.home-category-circle{width:76px;height:76px;border-radius:9999px;overflow:hidden;background-color:var(--color-brand-cream-dark);border:2px solid var(--color-brand-cream-dark);transition:border-color .2s ease,transform .2s ease}.home-category-item:hover .home-category-circle{border-color:var(--color-brand-gold);transform:translateY(-2px)}.home-category-image{width:100%;height:100%;object-fit:cover}.home-category-name{font-size:13px;font-weight:600;color:var(--color-brand-text);text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-products-section{padding:32px 16px 48px;max-width:1280px;margin:0 auto}.home-products-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:640px){.home-products-row{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.home-products-row{grid-template-columns:repeat(4,1fr)}}.home-products-divider{border:none;border-top:1px solid var(--color-brand-cream-dark);margin:36px 0}
