.product-featured-grid{background:#fff}.product-category-block+.product-category-block{margin-top:64px}.product-category-head{max-width:760px;margin-bottom:28px}.featured-product a{display:grid;grid-template-columns:minmax(260px,42%) 1fr;grid-gap:30px;gap:30px;align-items:center;background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;color:var(--brand-text)}.featured-product img,.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#dce8f3,#f7edda)}.featured-product span,.product-card span{color:var(--brand-primary);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;margin-top:28px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(20,57,92,.1)}.product-card a{color:var(--brand-text)}.product-card div{padding:22px}@media (max-width:768px){.featured-product a{grid-template-columns:1fr}}