.products-page{background:#fff}.featured-products{padding:72px 0}.product-category-block{margin-bottom:56px}.product-category-block:last-child{margin-bottom:0}.category-title-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.category-title-row h2{font-size:28px;margin:0}.featured-plus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:#fff;display:flex;flex-direction:column;border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(26,38,50,.1)}.product-card-featured{grid-column:span 3;display:grid;grid-template-columns:1fr 1fr}.product-card-featured .product-image-wrap{min-height:320px}.product-image-wrap{background:var(--brand-bg-alt);min-height:220px}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:24px;display:flex;flex-direction:column}.product-card-body h3{font-size:18px;margin-bottom:8px}.product-card-body p{color:var(--brand-text-secondary);font-size:.92rem;flex:1;margin-bottom:16px}@media (max-width:991px){.featured-plus-grid{grid-template-columns:1fr 1fr}.product-card-featured{grid-column:span 2;grid-template-columns:1fr}}@media (max-width:575px){.featured-plus-grid{grid-template-columns:1fr}.product-card-featured{grid-column:span 1}.category-title-row{display:block}.category-title-row .btn{margin-top:12px}}