.products-featured{background:var(--brand-bg-alt);padding:78px 0}.products-featured p{color:var(--brand-text-secondary)}.product-category{margin-bottom:58px}.category-head{max-width:760px;margin-bottom:24px}.category-head p{color:var(--brand-text-secondary)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.product-card button{width:100%;height:100%;text-align:left;cursor:pointer;transition:transform .18s,box-shadow .18s}.product-card button:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,51,92,.12)}.product-image{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt);margin:-8px -8px 18px;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-name{display:block;color:var(--brand-primary-dark);font-weight:760;font-size:1.1rem}.product-card small{color:var(--brand-text-secondary);display:block;margin-top:8px}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.product-grid{grid-template-columns:1fr}}