.products-hero{padding-top:100px}.products-hero img{border:1px solid var(--brand-border);width:100%;-o-object-fit:cover;object-fit:cover}.product-sidebar{position:sticky;top:96px;border:1px solid var(--brand-border);padding:22px;background:#fff}.product-sidebar h2{font-size:24px}.product-sidebar ul{list-style:none;padding:0;margin:0 0 22px}.product-sidebar li{border-bottom:1px solid var(--brand-border)}.product-sidebar a:not(.btn){display:block;padding:10px 0;color:var(--brand-text)}.catalog-intro{margin-bottom:30px}.product-category{margin-bottom:44px}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{padding:0;overflow:hidden}.product-card__image{background:var(--brand-bg-alt);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{padding:18px}.empty-catalog{border:1px solid var(--brand-border);padding:32px;background:var(--brand-bg-alt)}@media (max-width:991px){.product-sidebar{position:static}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}