.products-featured{background:var(--brand-bg-alt);padding-top:120px;padding-bottom:80px}.products-featured p{color:var(--brand-text);font-size:1.08rem}.featured-product-image{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--brand-shadow)}.catalog-intro{max-width:820px;margin-bottom:42px}.catalog-intro p{color:var(--brand-text)}.product-category-block{padding:34px 0;border-top:1px solid var(--brand-border)}.category-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.category-head p{color:var(--brand-text);margin-bottom:0}.category-link{flex:0 0 auto;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{display:grid;color:var(--brand-text);height:100%}.product-thumb{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-body{display:grid;grid-gap:10px;gap:10px;padding:20px}.product-name{color:var(--brand-text);font-weight:800;font-size:1.05rem}.product-specs{color:var(--brand-text);font-size:.9rem}.product-action{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-head{align-items:flex-start;flex-direction:column}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}