.products-intro{padding:88px 0 48px;background:var(--brand-bg-alt);text-align:center}.products-intro p{max-width:720px;margin:0 auto;color:var(--brand-text)}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border);border-radius:999px;padding:10px 18px}.product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:#fff}.category-heading{margin-bottom:22px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(42,38,34,.12)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card__body{padding:18px}.product-card__body h3{font-size:1.2rem;margin-bottom:8px}.product-card__body span{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}