.stih-products-hero{padding-top:160px;background:var(--brand-bg-alt)}.stih-products-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,0.9fr);grid-gap:42px;gap:42px;align-items:center}.stih-products-hero p{color:var(--brand-text)}.stih-products-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius-lg);background:var(--brand-bg);border:1px solid var(--brand-border);box-shadow:var(--shadow-soft)}.stih-products-grid-section{background:var(--brand-bg)}.stih-products-intro{max-width:760px;margin-bottom:32px}.stih-category-block{padding:32px 0;border-top:1px solid var(--brand-border)}.stih-category-desc{color:var(--brand-text);max-width:720px}.stih-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.stih-dynamic-product{border:1px solid var(--brand-border);border-radius:var(--brand-radius-lg);background:var(--brand-bg);overflow:hidden;box-shadow:var(--shadow-soft)}.stih-dynamic-product a{display:block;color:var(--brand-text)}.stih-dynamic-product img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.stih-dynamic-product h3{margin:18px 18px 8px}.stih-dynamic-product span{display:block;margin:0 18px 20px;color:var(--brand-primary);font-weight:700}@media (max-width:991px){.stih-products-grid,.stih-products-hero__grid{grid-template-columns:1fr}}