.products-featured{padding-top:170px;padding-bottom:84px;background:var(--brand-bg-alt)}.products-featured__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.9fr);grid-gap:44px;gap:44px;align-items:center}.products-featured h1{margin:0 0 18px;color:var(--brand-primary-dark)}.products-featured p{max-width:640px;margin:0 0 24px;color:var(--brand-text)}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:0 20px 48px rgba(31,88,104,.16)}.products-catalog{background:#fff}.products-intro{max-width:740px;margin-bottom:38px}.product-category h2,.products-intro h2{margin:0 0 10px;color:var(--brand-text)}.category-desc,.products-intro p{color:var(--brand-text)}.product-category{padding:34px 0;border-top:1px solid var(--brand-border)}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.catalog-card{min-width:0}.catalog-card__button{display:grid;width:100%;padding:0;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;color:var(--brand-text);text-align:left;transition:transform .2s,box-shadow .2s}.catalog-card__button:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(31,88,104,.14)}.catalog-card__image{display:block;background:var(--brand-neutral-light)}.catalog-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.catalog-card__body{display:grid;grid-gap:6px;gap:6px;padding:16px}.catalog-card__body strong{color:var(--brand-text);font-size:1rem}.catalog-card__body span{color:var(--brand-text);font-size:.9rem}@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){.products-featured{padding-top:140px}.catalog-grid{grid-template-columns:1fr}}