.products-title{padding:170px 0 46px;background:var(--brand-bg-alt);text-align:center}.products-title p{max-width:680px;margin:0 auto}.products-tabs-section{padding:56px 0 88px}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-text);border:1px solid var(--brand-border);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.category-heading{max-width:700px;margin:0 auto 26px;text-align:center}.dynamic-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.dynamic-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.dynamic-product-card{position:relative;min-height:100%}.dynamic-product-card button{width:100%;min-height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text);text-align:left;overflow:hidden;transition:transform 180ms,box-shadow 180ms}.dynamic-product-card button:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(28,38,34,.12)}.dynamic-product-card__media{display:block;aspect-ratio:1/1;background:var(--brand-neutral-light)}.dynamic-product-card img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:18px}.dynamic-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.dynamic-product-card__body span,.dynamic-product-card__body strong{color:var(--brand-text)}.dynamic-product-card__body span{font-size:.9rem}@media (max-width:991px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid,.dynamic-product-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}