.products-title-section{padding:168px 0 56px;background:var(--brand-bg-alt)}.products-title-section .container{max-width:860px}.products-tabs-section{padding:72px 0 88px;background:var(--brand-bg)}.product-tabs{gap:10px;margin-bottom:36px}.product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-text);border:1px solid var(--brand-border);background:var(--brand-bg);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--text-on-dark)}.product-category-heading{margin-bottom:24px}.product-grid-dynamic{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.product-card-dynamic{flex:0 1 calc(25% - 15px);min-width:220px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.product-card-dynamic a{display:grid;color:var(--brand-text)}.product-card-dynamic img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-dynamic span{margin:14px 16px 4px;color:var(--brand-accent);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:0}.product-card-dynamic h3{margin:0 16px 18px;color:var(--brand-text);font-size:1rem}@media (max-width:991px){.product-card-dynamic{flex-basis:calc(50% - 10px)}}@media (max-width:575px){.product-card-dynamic{flex-basis:100%}}