.turc-page-hero{padding:78px 0;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.turc-page-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,0.75fr);align-items:center;grid-gap:42px;gap:42px}.turc-page-hero h1{margin:12px 0 16px;font-size:max(2.1rem, min(4vw, 4.2rem))}.turc-page-hero p{max-width:680px;color:var(--brand-text-muted);font-size:1.12rem}.turc-page-hero img{width:100%;aspect-ratio:640/420;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border)}.turc-product-list{padding:84px 0 96px}.turc-product-category+.turc-product-category{margin-top:64px}.turc-product-category__head{margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.turc-product-category__head h2{margin:0 0 8px;font-weight:800}.turc-product-category__head p{margin:0;color:var(--brand-text-muted)}.turc-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.turc-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.turc-product-card a{display:flex;height:100%;flex-direction:column}.turc-product-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:var(--brand-bg-alt)}.turc-product-card__image img{max-width:86%;max-height:86%;-o-object-fit:contain;object-fit:contain}.turc-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.turc-product-card strong{color:var(--brand-text)}.turc-product-card em{color:var(--brand-primary);font-style:normal;font-weight:800;font-size:.9rem}@media (max-width:900px){.turc-page-hero__grid{grid-template-columns:1fr}}