.rcf-products-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:var(--brand-secondary)}.rcf-products-hero>img,.rcf-products-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rcf-products-shade{background:linear-gradient(90deg,rgba(26,16,17,.95),rgba(114,0,13,.76),rgba(26,16,17,.46))}.rcf-products-hero .container{position:relative;z-index:2;max-width:1180px;padding-top:96px;padding-bottom:96px}.rcf-products-hero h1,.rcf-products-hero p{max-width:760px;color:#fff}.rcf-catalog{padding:80px 0}.rcf-category{padding:48px 0;border-bottom:1px solid var(--brand-border)}.rcf-category:first-child{padding-top:0}.rcf-category-head{margin-bottom:24px}.rcf-category-head p{max-width:760px;margin:0;color:var(--brand-text)}.rcf-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.rcf-product-card{align-self:start;border:1px solid var(--brand-border);background:#fff;box-shadow:0 10px 28px rgba(26,31,42,.08)}.rcf-product-card button{width:100%;padding:0;border:0;color:var(--brand-text);background:0 0;text-align:left}.rcf-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.rcf-product-card small,.rcf-product-card span{display:block;padding:0 20px}.rcf-product-card span{padding-top:20px;font-size:1.05rem;font-weight:800}.rcf-product-card small{padding-top:8px;padding-bottom:20px;color:var(--brand-primary-dark)}@media (max-width:991.98px){.rcf-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.rcf-product-grid{grid-template-columns:1fr}}