.products-hero-shop{min-height:520px}.products-intro{max-width:760px;margin-bottom:34px}.category-desc,.product-category-block h2,.products-intro h2{color:var(--brand-text)}.product-category-block+.product-category-block{margin-top:56px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{display:block;color:var(--brand-text)}.product-card figure{margin:0;background:var(--brand-neutral-light)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:18px}.product-card h3{margin:0 0 8px;color:var(--brand-text);font-size:1.08rem}.product-card span{color:var(--brand-primary);font-weight:800;font-size:.86rem}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}