.products-title{padding:160px max(24px,(100vw - 960px) / 2) 56px;text-align:center;background:var(--brand-bg-alt)}.products-title p:not(.hg-eyebrow){color:var(--brand-text);max-width:720px;margin-left:auto;margin-right:auto}.products-tabs-section{padding:72px max(24px,(100vw - 1180px) / 2) 96px}.product-tabs{justify-content:center;gap:10px;margin-bottom:36px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-primary);background:var(--brand-neutral-light);font-weight:750}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-heading{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:24px}.category-heading p{max-width:520px;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-card button{width:100%;height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:0;text-align:left;overflow:hidden;transition:transform .2s,box-shadow .2s}.dynamic-product-card button:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(26,35,47,.12)}.dynamic-product-card__media{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light)}.dynamic-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dynamic-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:22px}.dynamic-product-card__body strong{color:var(--brand-text);font-size:1.05rem}.dynamic-product-card__body small{color:var(--brand-secondary);font-weight:750}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading{display:block}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}