.products-hero{min-height:500px}.products-grid-section{background:#fff}.products-intro{max-width:760px;margin-bottom:40px}.category-section+.category-section{margin-top:64px}.category-head{display:flex;justify-content:space-between;gap:24px;align-items:end;border-bottom:1px solid var(--brand-border);padding-bottom:18px;margin-bottom:24px}.category-head h2{margin:0}.category-head p{max-width:540px;margin:0}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:#fff;display:grid;grid-gap:16px;gap:16px;padding-bottom:18px}.product-card a{color:var(--brand-text)}.product-img-wrap{display:block;aspect-ratio:1/1;background:var(--brand-neutral-light);overflow:hidden}.product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-name{display:block;padding:16px 16px 0;color:var(--brand-text);font-weight:700;min-height:62px}.product-card .btn{margin:0 16px}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.category-head{display:block}.dynamic-product-grid{grid-template-columns:1fr}}