.products-hero{padding:90px 0;background:linear-gradient(135deg,rgba(26,16,17,.94),rgba(114,0,13,.94)),var(--brand-primary-dark)}.products-catalog{background:var(--brand-bg)}.product-category-block{border-top:1px solid var(--brand-border);padding-top:34px;margin-top:34px}.category-heading{display:grid;grid-template-columns:minmax(0,0.36fr) minmax(0,0.64fr);grid-gap:24px;gap:24px;align-items:start;margin-bottom:22px}.category-heading h2{font-size:max(1.45rem, min(2.4vw, 2.1rem))}.product-items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-items-grid:has(> :nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.product-items-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.dynamic-product-card{display:grid;grid-gap:16px;gap:16px;align-content:space-between;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(26,31,42,.12)}.dynamic-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-img-wrap{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light);border-radius:var(--brand-radius);overflow:hidden}.product-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-name{color:var(--brand-text);font-weight:800;font-size:1.05rem}@media (max-width:991px){.category-heading,.product-items-grid,.product-items-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.category-heading,.product-items-grid,.product-items-grid:has(> :nth-child(2):last-child),.product-items-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}