.products-featured{padding:170px 0 84px;background:linear-gradient(135deg,#fff 0,#fcecee 100%)}.products-featured p{max-width:620px;color:var(--brand-text);font-size:1.08rem}.featured-product-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:0 20px 55px rgba(16,24,32,.16)}.product-category-block{padding:36px 0;border-bottom:1px solid var(--brand-border)}.product-category-block:first-child{padding-top:0}.category-heading{max-width:700px;margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-grid:has(> :nth-child(5):last-child)>:nth-child(4){grid-column:2}.product-card-grid:has(> :nth-child(5):last-child)>:nth-child(5){grid-column:3}.product-card{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(16,24,32,.12)}.product-card a{color:var(--brand-text)}.product-image-wrap{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{display:block;padding:20px}.product-card h3{font-size:1.1rem}.product-static-note{display:block;color:var(--brand-text);font-size:.92rem}.product-card .btn{margin:auto 20px 20px}@media (max-width:991px){.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-grid:has(> :nth-child(5):last-child)>:nth-child(4),.product-card-grid:has(> :nth-child(5):last-child)>:nth-child(5){grid-column:auto}}@media (max-width:575px){.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}