.products-minimal-head{padding:64px 0;background:#fff;border-bottom:1px solid var(--brand-border)}.products-list{padding:64px 0}.product-row{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.product-item{display:grid;grid-template-columns:160px 1fr auto;align-items:center;grid-gap:24px;gap:24px;border:1px solid var(--brand-border);padding:16px;cursor:pointer}.product-item img{width:160px;height:110px;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-item span{color:var(--brand-primary);font-weight:700}@media (max-width:575px){.product-item{grid-template-columns:1fr}.product-item img{width:100%;height:180px}}