.products-intro{padding:86px 0 34px;background:var(--brand-bg-alt);text-align:center}.products-intro h1{max-width:900px;margin:0 auto 18px}.products-intro p:not(.hg-eyebrow){max-width:680px;margin:0 auto;color:var(--brand-text)}.products-tabs-section{padding:42px 0 88px}.nour-product-tabs{gap:10px;justify-content:center;margin-bottom:34px}.nour-product-tabs .nav-link{border-radius:999px;color:var(--brand-text);background:var(--brand-neutral-light);border:1px solid var(--brand-border);font-weight:700}.nour-product-tabs .nav-link.active{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.category-heading{text-align:center;max-width:720px;margin:0 auto 30px}.product-grid-dynamic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card button{display:grid;width:100%;height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);text-align:left;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card button:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card__image{display:block;background:var(--brand-neutral-light)}.product-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:10px;gap:10px;padding:16px}.product-card__name{color:var(--brand-text);font-weight:800}.product-card__action{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.product-grid-dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid-dynamic{grid-template-columns:1fr}}