.products-featured{background:var(--brand-bg-alt);padding-top:110px}.products-featured__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);grid-gap:56px;gap:56px;align-items:center}.products-featured__copy p{color:var(--brand-text)}.products-featured__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border)}.products-catalog{background:var(--brand-bg)}.category-section+.category-section{margin-top:58px;padding-top:58px;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:28px}.category-heading p{color:var(--brand-text)}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.catalog-card{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:14px}.catalog-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.catalog-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.catalog-card__body small,.catalog-card__body strong{display:block}.catalog-card__body small{color:var(--brand-text)}@media (max-width:991px){.products-featured__row{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.catalog-grid{grid-template-columns:1fr}}