.product-hero{background:linear-gradient(180deg,var(--brand-bg-alt),#fff)}.product-feature,.product-specs{padding:80px 0}.featured-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:40px;gap:40px;align-items:center;margin-bottom:80px}.featured-product img,.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-product img{min-height:420px;border-radius:var(--brand-radius)}.spec-list{padding-left:20px;margin-bottom:24px}.product-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.product-image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-body{padding:24px}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.product-tags span{padding:4px 9px;background:var(--brand-bg-alt);color:var(--brand-text);border-radius:var(--brand-radius);font-size:12px;font-weight:700}.product-specs{background:var(--brand-bg-alt)}@media (max-width:991px){.featured-product{grid-template-columns:1fr}}