.products-featured{padding-top:160px}.featured-product-wrap{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.8fr);grid-gap:46px;gap:46px;align-items:center}.featured-product-wrap h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;font-weight:850;margin:10px 0 18px}.featured-product-wrap p{color:var(--brand-text);font-size:1.06rem;margin-bottom:26px}.featured-product-wrap img{width:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--brand-shadow)}.category-section+.category-section{margin-top:56px}.category-heading{border-left:4px solid var(--brand-accent);padding-left:18px;margin-bottom:22px}.category-heading h2{margin:0 0 8px;font-size:max(1.5rem, min(2.4vw, 2.2rem));font-weight:850}.category-heading p{margin:0;color:var(--brand-text)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card button{width:100%;height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);text-align:left;overflow:hidden;transition:transform 180ms,box-shadow 180ms}.product-card button:focus,.product-card button:hover{transform:translateY(-3px);box-shadow:var(--brand-shadow)}.product-image{display:block;background:var(--brand-bg-alt);aspect-ratio:4/3;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card strong{display:block;padding:18px 18px 6px;color:var(--brand-primary-dark);font-size:1.08rem}.product-card span:last-child{display:block;padding:0 18px 20px;color:var(--brand-text)}@media (max-width:991px){.featured-product-wrap{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}