.products-grid-page{background:#fff}.category-block{padding-bottom:56px;margin-bottom:56px;border-bottom:1px solid var(--brand-border)}.category-block:last-child{margin-bottom:0}.category-head{max-width:760px;margin-bottom:28px}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(13,18,23,.1)}.product-card a{display:block;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card h3{font-size:20px}.product-card span{color:var(--brand-accent);font-weight:800}