.catalog-categories,.catalog-featured{margin:0 0 28px}
.catalog-categories .section-head,.catalog-featured .section-head{margin-bottom:14px}
.catalog-categories .section-head h2,.catalog-featured .section-head h2{margin-top:4px}
.catalog-featured .section-head p{margin-top:6px;color:var(--muted)}
.catalog-category-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.catalog-category{display:grid;align-content:center;min-width:0;min-height:112px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);transition:.2s ease}
.catalog-category:hover,.catalog-category.is-active{border-color:#d5a900;background:#fff8d9;box-shadow:0 10px 28px #151b180b;transform:translateY(-2px)}
.catalog-category>span:not(.catalog-category-image):not(.catalog-category-icon){margin-top:8px;font-weight:900;overflow-wrap:anywhere}
.catalog-category small{margin-top:4px;color:var(--muted)}
.catalog-category-image img{width:42px;height:42px;border-radius:9px;object-fit:cover}
.catalog-category-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;background:#fff0ae;color:#725500;font-size:12px;font-weight:900}
.catalog-featured{padding:22px;border:1px solid #ecd36a;border-radius:18px;background:linear-gradient(135deg,#fffbed,#fff)}
.catalog-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{position:relative;display:flex;flex-direction:column;min-width:0}
.product-card-featured{border-color:#e4bd19;box-shadow:0 12px 32px #806b1315}
.catalog-featured-badge{position:absolute;z-index:2;top:12px;left:12px;padding:6px 9px;border-radius:999px;background:#ffc107;color:#17130a;font-size:10px;font-weight:900;letter-spacing:.5px}
.product-card-image{display:block;overflow:hidden;border-radius:10px;background:#f3f5f3}
.product-card-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.product-card-category{margin-top:12px;color:var(--muted);font-size:10px;font-weight:800}
.product-card-category a{color:inherit}
.product-card .primary{margin-top:auto}
@media(max-width:1100px){.catalog-category-list{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.catalog-category-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 12px;scrollbar-width:none}.catalog-category-list::-webkit-scrollbar{display:none}.catalog-category{flex:0 0 150px;scroll-snap-align:start}.catalog-featured{padding:16px}.catalog-featured-grid{display:flex;overflow-x:auto;gap:12px;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.catalog-featured-grid::-webkit-scrollbar{display:none}.catalog-featured-grid .product-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}.catalog-products-grid{grid-template-columns:1fr}}
