.falc-featured-product{display:grid;grid-template-columns:1.2fr 0.8fr;grid-gap:0;gap:0;border:1px solid var(--brand-border);background:#fff;margin-bottom:54px;cursor:pointer}.falc-featured-product img{width:100%;height:100%;min-height:360px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.falc-featured-product>div:last-child{padding:42px;align-self:center}.falc-category-block{margin-top:40px}.falc-category-head{max-width:760px;margin-bottom:24px}.falc-product-tile{border:1px solid var(--brand-border);background:#fff;height:100%;cursor:pointer}.falc-product-tile img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.falc-product-tile-body{padding:20px}.falc-product-tile h3{font-size:1.05rem;font-weight:800}@media (max-width:991px){.falc-featured-product{grid-template-columns:1fr}}