/* =========================================================================
   Cihan Aydınlatma — Ortak İç Sayfa Stili (cihan-site.css)
   Tüm public sayfaları TEK cx- diline bağlar. cihan-cinematic.css'ten sonra.
   Eski sınıflar (catalog-*, section-*, button-shell, b2b-*, breadcrumb, form)
   buradan tek tutarlı görünüm alır. Minimum border, bol boşluk, beyaz tema.
   ========================================================================= */

/* ---------- SAYFA TABANI ---------- */
.cx main { display: block; }
.cx .catalog-page, .cx .b2b-page, .cx .legal-page { background: var(--cx-bg); }
.cx h1, .cx h2, .cx h3, .cx h4 { color: var(--cx-ink); letter-spacing: -0.025em; font-weight: 700; line-height: 1.08; }
.cx p { color: var(--cx-ink-soft); }
.cx a { color: inherit; }
.cx section { position: relative; }

/* Sayfa içi bölüm ve kapsayıcılar */
.cx .container, .cx .container-shell, .cx .cx-wrap, .cx .two-column-shell, .cx .section-shell, .cx .section-shell-tight {
    width: 100%; max-width: var(--cx-maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px);
}
.cx .catalog-section, .cx .section-shell, .cx .news-listing-section, .cx .legal-section, .cx .b2b-page {
    padding-block: clamp(48px, 8vw, 110px);
}
.cx .section-shell-tight { padding-block: clamp(30px, 5vw, 64px); }

/* İlk sayfa bölümü header'ın altına insin (fixed cam header) */
.cx main > section:first-child,
.cx main > div:first-child { padding-top: clamp(120px, 14vh, 168px); }

/* ---------- ÜST BAŞLIK / EYEBROW ---------- */
.cx .section-label, .cx .catalog-kicker, .cx .catalog-section-kicker, .cx .b2b-kicker, .cx .references-kicker {
    display: inline-block; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--cx-accent-2); font-weight: 600; margin: 0 0 12px;
}
.cx .section-title, .cx .catalog-section-head h2, .cx .b2b-page-head h1, .cx .category-hero-copy h1, .cx .legal-card h1 {
    font-size: clamp(1.9rem, 4vw, 3rem); margin: 0; font-weight: 700; letter-spacing: -0.03em;
}
.cx .section-intro, .cx .catalog-section-head p, .cx .category-hero-copy p, .cx .b2b-page-head p, .cx .lead {
    color: var(--cx-muted); font-size: clamp(1rem, 1.3vw, 1.12rem); max-width: 60ch; margin-top: 12px;
}
.cx .catalog-section-head, .cx .b2b-page-head, .cx .section-head { margin-bottom: clamp(26px, 4vw, 48px); }

/* ---------- BUTONLAR ---------- */
.cx .button-shell, .cx .catalog-button.is-primary, .cx .b2b-action-primary, .cx .btn.btn-primary, .cx .button-primary, .cx .hero-actions a:first-child {
    display: inline-flex; align-items: center; gap: 9px; justify-content: center;
    background: var(--cx-accent); color: var(--cx-on-accent); font-weight: 600; font-size: 15px;
    padding: 13px 24px; border-radius: var(--cx-radius-pill); border: 0; cursor: pointer; text-decoration: none;
    transition: transform .35s var(--cx-ease), background .3s; box-shadow: 0 12px 30px -14px rgba(245,166,35,0.7);
}
.cx .button-shell:hover, .cx .catalog-button.is-primary:hover, .cx .b2b-action-primary:hover, .cx .btn.btn-primary:hover { background: var(--cx-accent-2); transform: translateY(-2px); }
.cx .button-shell-secondary, .cx .catalog-button.is-secondary, .cx .catalog-button, .cx .b2b-action-secondary, .cx .btn, .cx .card-link-shell {
    display: inline-flex; align-items: center; gap: 9px; justify-content: center;
    background: transparent; color: var(--cx-ink); font-weight: 600; font-size: 15px;
    padding: 13px 24px; border-radius: var(--cx-radius-pill); border: 1px solid var(--cx-line-2); cursor: pointer; text-decoration: none;
    transition: transform .35s var(--cx-ease), border-color .3s, color .3s;
}
.cx .button-shell-secondary:hover, .cx .catalog-button:hover, .cx .btn:hover, .cx .card-link-shell:hover { border-color: var(--cx-ink); transform: translateY(-2px); }
.cx .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- HERO BLOĞU (kategori/iç sayfa) ---------- */
.cx .category-hero-shell {
    display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 64px); align-items: center;
}
.cx .category-hero-media {
    aspect-ratio: 16/11; border-radius: var(--cx-radius-lg); background-size: cover; background-position: center;
    box-shadow: var(--cx-shadow); background-color: var(--cx-bg-3);
}

/* ---------- KART YÜZEYLERİ ---------- */
.cx .surface-card, .cx .legal-card, .cx .b2b-panel, .cx .references-stage-metric, .cx .metric-card, .cx .card, .cx .info-card {
    background: var(--cx-surface); border: 1px solid var(--cx-line); border-radius: var(--cx-radius-lg);
    padding: clamp(20px, 3vw, 34px); box-shadow: var(--cx-shadow-soft);
}
.cx .card-link-shell { padding: 22px; text-align: left; align-items: flex-start; }

/* ---------- IZGARALAR (catalog) ---------- */
.cx .catalog-category-grid, .cx .catalog-product-grid, .cx .grid-auto, .cx .references-grid, .cx .news-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: clamp(16px, 2vw, 26px);
}
.cx .catalog-category-card, .cx .catalog-product-card, .cx .news-card, .cx .reference-card {
    background: var(--cx-surface); border: 1px solid var(--cx-line); border-radius: var(--cx-radius-lg);
    overflow: hidden; text-decoration: none; color: var(--cx-ink);
    transition: transform .5s var(--cx-ease), box-shadow .5s, border-color .5s;
}
.cx .catalog-category-card:hover, .cx .catalog-product-card:hover, .cx .news-card:hover, .cx .reference-card:hover {
    transform: translateY(-6px); box-shadow: var(--cx-shadow); border-color: rgba(245,166,35,0.4);
}
.cx .catalog-category-card img, .cx .catalog-product-card img, .cx .news-card img, .cx .reference-card img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--cx-bg-2);
}
.cx .catalog-product-card img { object-fit: contain; padding: 18px; }
.cx .catalog-category-card h3, .cx .catalog-product-card h3, .cx .news-card h3 { padding: 0 18px; margin: 16px 0 6px; font-size: 17px; }
.cx .catalog-category-card p, .cx .catalog-product-card p, .cx .news-card p { padding: 0 18px 18px; margin: 0; color: var(--cx-muted); font-size: 13.5px; }

/* ---------- SPEC / METRİK ---------- */
.cx .spec-kv, .cx .dealer-field { display: flex; flex-direction: column; gap: 4px; padding: 12px 0; border-bottom: 1px solid var(--cx-line); }
.cx .spec-kv .k, .cx .metric-label { color: var(--cx-faint); font-size: 12px; letter-spacing: 0.04em; }
.cx .spec-kv .v, .cx .metric-value { color: var(--cx-ink); font-weight: 600; font-size: clamp(1.1rem, 2vw, 1.6rem); }
.cx .bullet-list-shell { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 10px; }
.cx .bullet-list-shell li { position: relative; padding-left: 24px; color: var(--cx-ink-soft); }
.cx .bullet-list-shell li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--cx-accent); }

/* ---------- BREADCRUMB ---------- */
.cx .breadcrumb-wrapper { padding-top: clamp(110px, 13vh, 150px); }
.cx .breadcrumb { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; font-size: 13px; color: var(--cx-faint); flex-wrap: wrap; }
.cx .breadcrumb-item a { color: var(--cx-muted); text-decoration: none; }
.cx .breadcrumb-item a:hover { color: var(--cx-accent-2); }
.cx .breadcrumb-item + .breadcrumb-item::before { content: "/"; margin-right: 8px; color: var(--cx-faint); }

/* ---------- FORM ---------- */
.cx .form-group, .cx .dealer-field { margin-bottom: 16px; }
.cx label { display: block; font-size: 13px; font-weight: 500; color: var(--cx-ink-soft); margin-bottom: 7px; }
.cx .form-control, .cx input[type="text"], .cx input[type="email"], .cx input[type="password"], .cx input[type="tel"], .cx input[type="number"], .cx input[type="search"], .cx select, .cx textarea {
    width: 100%; background: var(--cx-surface); border: 1px solid var(--cx-line-2); border-radius: var(--cx-radius);
    padding: 13px 16px; font-size: 15px; font-family: inherit; color: var(--cx-ink); outline: none;
    transition: border-color .25s, box-shadow .25s;
}
.cx .form-control:focus, .cx input:focus, .cx select:focus, .cx textarea:focus { border-color: var(--cx-accent); box-shadow: 0 0 0 4px rgba(245,166,35,0.15); }

/* ---------- TABLO ---------- */
.cx table { width: 100%; border-collapse: collapse; }
.cx th { text-align: left; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--cx-faint); font-weight: 600; padding: 12px 14px; border-bottom: 1px solid var(--cx-line-2); }
.cx td { padding: 13px 14px; border-bottom: 1px solid var(--cx-line); color: var(--cx-ink-soft); font-size: 14px; }

/* ---------- B2B ---------- */
.cx .b2b-page { background: var(--cx-bg); }
.cx .b2b-page-head { margin-bottom: clamp(24px, 4vw, 44px); }

@media (max-width: 860px) {
    .cx .category-hero-shell { grid-template-columns: 1fr; }
}

/* =========================================================================
   Kurumsal iç sayfa kalite katmanı
   Katalog, doküman ve kurumsal sayfaları ana sayfadaki premium çizgiye taşır.
   ========================================================================= */
.cx .catalog-page-premium {
    width: min(100% - clamp(32px, 8vw, 112px), 1280px);
    margin-inline: auto;
    padding: clamp(136px, 16vh, 180px) 0 clamp(72px, 9vw, 120px);
}

.cx .catalog-landing-hero-premium {
    display: grid;
    gap: clamp(28px, 5vw, 54px);
    justify-items: center;
    text-align: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.cx .catalog-landing-hero-premium .catalog-landing-copy {
    display: grid;
    justify-items: center;
    max-width: 940px;
}

.cx .catalog-landing-hero-premium .catalog-kicker,
.cx .catalog-section .catalog-kicker {
    color: var(--cx-ink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
}

.cx .catalog-landing-hero-premium h1 {
    max-width: 980px;
    margin: 10px 0 0;
    color: var(--cx-ink);
    font-size: clamp(3rem, 6.1vw, 5.85rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.cx .catalog-landing-hero-premium h1 span {
    display: block;
    color: var(--cx-accent);
}

.cx .catalog-landing-hero-premium .catalog-landing-copy > p:not(.catalog-kicker) {
    max-width: 720px;
    margin: 22px auto 0;
    color: var(--cx-muted);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.68;
}

.cx .catalog-hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.cx .catalog-button {
    min-height: 54px;
    padding: 0 28px;
    border-radius: var(--cx-radius-pill);
}

.cx .catalog-hero-visual {
    position: relative;
    width: min(100%, 900px);
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 28px;
    background: #11110f;
    box-shadow: 0 34px 90px -42px rgba(20, 19, 15, 0.48);
}

.cx .catalog-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.02);
}

.cx .catalog-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 17, 15, 0.02), rgba(17, 17, 15, 0.34)),
        radial-gradient(circle at 50% 42%, rgba(245, 166, 35, 0.13), transparent 52%);
    pointer-events: none;
}

.cx .catalog-landing-metrics {
    position: absolute;
    left: clamp(16px, 3vw, 28px);
    right: clamp(16px, 3vw, 28px);
    bottom: clamp(16px, 3vw, 28px);
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cx .catalog-landing-metrics article {
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(250, 250, 248, 0.9);
    backdrop-filter: blur(14px);
    text-align: left;
}

.cx .catalog-landing-metrics strong {
    display: block;
    color: var(--cx-ink);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1;
}

.cx .catalog-landing-metrics span {
    display: block;
    margin-top: 6px;
    color: var(--cx-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.cx .catalog-toolbar-panel {
    margin-top: clamp(34px, 5vw, 58px);
    padding: 12px;
    border: 1px solid var(--cx-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--cx-shadow-soft);
}

.cx .catalog-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
}

.cx .catalog-search-form input[type="search"] {
    min-height: 54px;
    border-radius: var(--cx-radius-pill);
    background: rgba(250, 250, 248, 0.82);
}

.cx .catalog-section {
    margin-top: clamp(76px, 10vw, 132px);
    padding-block: 0;
}

.cx .catalog-section-head {
    max-width: 1040px;
    margin-bottom: clamp(28px, 4vw, 46px);
}

.cx .catalog-section-head h2 {
    max-width: 1080px;
    font-size: clamp(2.25rem, 4.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.cx .catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 28px);
}

.cx .catalog-category-card {
    min-height: 100%;
    border-radius: 24px;
    background: var(--cx-surface);
    border: 1px solid var(--cx-line);
    box-shadow: 0 22px 54px -38px rgba(20, 19, 15, 0.34);
}

.cx .catalog-category-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--cx-bg-2);
}

.cx .catalog-category-media img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    transition: transform .8s var(--cx-ease);
}

.cx .catalog-category-card:hover .catalog-category-media img {
    transform: scale(1.05);
}

.cx .catalog-category-body {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.cx .catalog-category-card h3,
.cx .catalog-category-card p {
    padding: 0;
    margin: 0;
}

.cx .catalog-category-label {
    color: var(--cx-accent-2) !important;
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cx .catalog-category-card h3 {
    font-size: clamp(1.22rem, 1.7vw, 1.55rem);
    line-height: 1.08;
}

.cx .catalog-category-card p:not(.catalog-category-label) {
    color: var(--cx-muted);
    font-size: 0.95rem;
    line-height: 1.58;
}

.cx .catalog-category-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
    color: var(--cx-faint);
    font-size: 0.84rem;
    font-weight: 700;
}

.cx .catalog-category-meta a {
    color: var(--cx-ink);
}

.cx .catalog-category-meta a::after {
    content: " →";
    color: var(--cx-accent-2);
}

@media (max-width: 980px) {
    .cx .catalog-page-premium {
        width: min(100% - 28px, 760px);
        padding-top: 118px;
    }

    .cx .catalog-landing-hero-premium h1 {
        font-size: clamp(2.45rem, 10vw, 4.1rem);
    }

    .cx .catalog-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cx .catalog-page-premium {
        width: min(100% - 22px, 520px);
    }

    .cx .catalog-hero-actions,
    .cx .catalog-search-form,
    .cx .catalog-landing-metrics {
        grid-template-columns: 1fr;
    }

    .cx .catalog-hero-actions {
        display: grid;
        width: 100%;
    }

    .cx .catalog-hero-visual {
        aspect-ratio: 4 / 5;
        border-radius: 24px;
    }

    .cx .catalog-landing-metrics {
        position: static;
        margin-top: 12px;
    }

    .cx .catalog-landing-hero-premium h1 {
        line-height: 1.04;
        letter-spacing: -0.045em;
    }

    .cx .catalog-landing-hero-premium h1 span {
        margin-top: 4px;
    }

    .cx .catalog-landing-metrics article {
        background: var(--cx-surface);
        border-color: var(--cx-line);
    }

    .cx .catalog-category-grid {
        grid-template-columns: 1fr;
    }

    .cx .catalog-section-head h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }
}

/* ---------- Elite category product system ---------- */
.cx .catalog-category-system {
    --catalog-bg: #f7f8f5;
    --catalog-surface: #ffffff;
    --catalog-surface-soft: #fbfaf7;
    --catalog-text: #111827;
    --catalog-muted: #667085;
    --catalog-line: rgba(17, 24, 39, 0.1);
    --catalog-accent: #f5a623;
    --catalog-accent-strong: #d88700;
    --catalog-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
    width: min(100% - 40px, 1440px);
    padding-top: clamp(118px, 10vw, 148px);
    padding-bottom: 72px;
}

.cx .catalog-category-system .catalog-landing-hero.is-category {
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 520px);
    gap: clamp(24px, 4vw, 56px);
    min-height: auto;
    padding: clamp(24px, 4vw, 46px);
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 245, 0.98)),
        radial-gradient(circle at top right, rgba(245, 166, 35, 0.14), transparent 38%);
    box-shadow: 0 24px 80px rgba(17, 24, 39, 0.08);
}

.cx .catalog-category-system .catalog-landing-copy {
    display: grid;
    gap: 14px;
    align-content: center;
    max-width: 760px;
}

.cx .catalog-category-system .catalog-kicker {
    margin: 0;
    color: var(--catalog-accent-strong);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cx .catalog-category-system .catalog-landing-copy h1 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.35rem, 4.8vw, 4.65rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.cx .catalog-category-system .catalog-landing-copy > p:not(.catalog-kicker) {
    max-width: 680px;
    margin: 0;
    color: #475467;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    line-height: 1.7;
}

.cx .catalog-category-system .catalog-hero-actions {
    margin-top: 8px;
}

.cx .catalog-category-system .catalog-category-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(250px, 26vw, 390px);
    max-height: 420px;
    padding: clamp(10px, 1.4vw, 16px);
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #f1f2ef;
    overflow: hidden;
}

.cx .catalog-category-system .catalog-category-hero-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    padding: 0;
    border-radius: 14px;
    object-fit: cover;
}

.cx .catalog-category-system .catalog-section {
    margin-top: clamp(24px, 3vw, 40px);
}

.cx .catalog-category-system .catalog-grid-layout {
    display: grid;
    grid-template-columns: minmax(240px, 286px) minmax(0, 1fr);
    gap: clamp(20px, 2.6vw, 34px);
    align-items: start;
}

.cx .catalog-category-system .catalog-sidebar {
    position: sticky;
    top: 112px;
    align-self: start;
}

.cx .catalog-category-system .catalog-filter-panel {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 48px rgba(17, 24, 39, 0.07);
}

.cx .catalog-category-system .catalog-filter-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cx .catalog-category-system .catalog-filter-close {
    display: none;
}

.cx .catalog-category-system .catalog-filter-title-row h3 {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0;
}

.cx .catalog-category-system .catalog-filter-group {
    gap: 7px;
    margin-bottom: 12px;
}

.cx .catalog-category-system .catalog-filter-group label {
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-filter-panel input,
.cx .catalog-category-system .catalog-filter-panel select,
.cx .catalog-category-system .catalog-search-form input {
    min-height: 42px;
    border-radius: 10px;
    border-color: rgba(17, 24, 39, 0.12);
    color: #111827;
    font-size: 0.9rem;
    box-shadow: none;
}

.cx .catalog-category-system .catalog-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}

.cx .catalog-category-system .catalog-toolbar-panel-category {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.05);
}

.cx .catalog-category-system .catalog-search-form-category {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
}

.cx .catalog-category-system .catalog-section-head {
    align-items: end;
    margin-top: 22px;
    margin-bottom: 16px;
}

.cx .catalog-category-system .catalog-section-head h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.75rem, 2.8vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.cx .catalog-category-system .catalog-results-note {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.12);
    color: #8a5700;
    font-size: 0.82rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
}

.cx .catalog-category-system .catalog-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(17, 24, 39, 0.08);
    transform: none;
}

.cx .catalog-category-system .catalog-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.cx .catalog-category-system .catalog-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(160px, 16vw, 210px);
    box-sizing: border-box;
    padding: 14px;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.cx .catalog-category-system .catalog-product-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    padding: 0;
    object-fit: contain !important;
}

.cx .catalog-category-system .catalog-product-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.cx .catalog-category-system .catalog-product-category {
    margin: 0;
    padding: 0;
    color: var(--catalog-accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cx .catalog-category-system .catalog-product-head h3 {
    margin: 6px 0 0;
    padding: 0;
    font-size: clamp(1.02rem, 1.3vw, 1.22rem);
    line-height: 1.22;
}

.cx .catalog-category-system .catalog-product-head h3 a {
    color: #111827;
    text-decoration: none;
}

.cx .catalog-category-system .catalog-product-copy,
.cx .catalog-category-system .catalog-product-usage p {
    margin: 0;
    padding: 0;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.55;
}

.cx .catalog-category-system .catalog-product-copy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cx .catalog-category-system .catalog-product-usage {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fafc;
}

.cx .catalog-category-system .catalog-product-usage p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cx .catalog-category-system .catalog-product-usage span {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-product-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0 !important;
}

.cx .catalog-category-system .catalog-product-specs span {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 8px 7px;
    border-radius: 10px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #fffdf8;
}

.cx .catalog-category-system .catalog-product-specs small {
    color: #8a5700;
    font-size: 0.64rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-product-specs strong {
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 0.76rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-product-price {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding: 12px;
    border-radius: 14px;
    background: #101828;
    color: #ffffff;
}

.cx .catalog-category-system .catalog-product-price > span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    font-weight: 800;
}

.cx .catalog-category-system .catalog-product-price > strong {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.35;
}

.cx .catalog-category-system .catalog-product-price div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: baseline;
}

.cx .catalog-category-system .catalog-product-price small {
    color: rgba(255, 255, 255, 0.62);
}

.cx .catalog-category-system .catalog-product-price strong {
    color: #ffffff;
    white-space: nowrap;
}

.cx .catalog-category-system .catalog-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
}

.cx .catalog-category-system .catalog-product-actions-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.cx .catalog-category-system .catalog-button {
    min-height: 42px;
    border-radius: 999px;
    padding: 0 16px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0;
}

.cx .catalog-category-system .catalog-button.is-primary {
    color: #111827;
    background: var(--catalog-accent);
    box-shadow: 0 12px 26px rgba(245, 166, 35, 0.22);
}

.cx .catalog-category-system .catalog-button.is-secondary {
    background: #ffffff;
    border-color: rgba(17, 24, 39, 0.12);
}

.cx .catalog-category-system .catalog-mobile-filter-bar {
    display: none;
}

@media (min-width: 1280px) {
    .cx .catalog-category-system .catalog-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .cx .catalog-category-system {
        width: min(100% - 28px, 980px);
    }

    .cx .catalog-category-system .catalog-landing-hero.is-category {
        grid-template-columns: 1fr;
    }

    .cx .catalog-category-system .catalog-category-hero-media {
        height: clamp(220px, 42vw, 360px);
    }

    .cx .catalog-category-system .catalog-grid-layout {
        grid-template-columns: 1fr;
    }

    .cx .catalog-category-system .catalog-mobile-filter-bar {
        display: flex;
        justify-content: stretch;
        margin-bottom: 14px;
    }

    .cx .catalog-category-system .catalog-mobile-filter-bar .catalog-button {
        width: 100%;
    }

    .cx .catalog-category-system .catalog-sidebar {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: flex;
        justify-content: flex-end;
        background: rgba(15, 23, 42, 0);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, background 180ms ease;
    }

    .cx .catalog-category-system .catalog-sidebar.is-open {
        background: rgba(15, 23, 42, 0.46);
        opacity: 1;
        pointer-events: auto;
    }

    .cx .catalog-category-system .catalog-sidebar .catalog-filter-panel {
        width: min(420px, 92vw);
        height: 100%;
        overflow-y: auto;
        border-radius: 20px 0 0 20px;
        transform: translateX(100%);
        transition: transform 220ms ease;
    }

    .cx .catalog-category-system .catalog-sidebar.is-open .catalog-filter-panel {
        transform: translateX(0);
    }

    .cx .catalog-category-system .catalog-filter-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 999px;
        border: 1px solid rgba(17, 24, 39, 0.1);
        background: #ffffff;
    }
}

@media (max-width: 760px) {
    .cx .catalog-category-system {
        width: min(100% - 20px, 560px);
        padding-top: 106px;
    }

    .cx .catalog-category-system .catalog-landing-hero.is-category {
        padding: 20px;
        border-radius: 18px;
    }

    .cx .catalog-category-system .catalog-landing-copy h1 {
        max-width: 100%;
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .cx .catalog-category-system .catalog-category-hero-media {
        height: 220px;
    }

    .cx .catalog-category-system .catalog-search-form-category,
    .cx .catalog-category-system .catalog-filter-grid,
    .cx .catalog-category-system .catalog-filter-actions,
    .cx .catalog-category-system .catalog-product-actions-secondary {
        grid-template-columns: 1fr;
    }

    .cx .catalog-category-system .catalog-product-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx .catalog-category-system .catalog-section-head {
        display: grid;
        gap: 12px;
    }

    .cx .catalog-category-system .catalog-product-grid {
        grid-template-columns: 1fr;
    }

    .cx .catalog-category-system .catalog-product-media {
        height: 178px;
    }
}

@media (max-width: 420px) {
    .cx .catalog-category-system .catalog-product-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================================
   B2B bayi paneli - premium kontrol ekranı
   ========================================================================= */
.cx .b2b-dashboard-page {
    width: min(100% - clamp(28px, 6vw, 88px), 1440px);
    margin-inline: auto;
    padding: clamp(124px, 12vh, 156px) 0 clamp(56px, 8vw, 96px);
    background:
        radial-gradient(circle at 8% 0%, rgba(245, 166, 35, 0.08), transparent 32%),
        var(--cx-bg);
}

.cx .b2b-dashboard-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(22px, 4vw, 48px);
    margin-bottom: clamp(18px, 3vw, 28px);
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--cx-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfaf7 48%, #f4efe6 100%);
    box-shadow: 0 24px 70px -50px rgba(20, 20, 20, 0.55);
}

.cx .b2b-dashboard-hero h1 {
    max-width: 860px;
    font-size: clamp(2rem, 4.8vw, 4.6rem);
    letter-spacing: 0;
}

.cx .b2b-dashboard-hero p:not(.b2b-kicker) {
    max-width: 660px;
    margin-top: 14px;
    color: var(--cx-muted);
}

.cx .b2b-hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.cx .b2b-dashboard-page .b2b-action-primary,
.cx .b2b-dashboard-page .b2b-action-secondary {
    min-height: 46px;
    white-space: nowrap;
}

.cx .b2b-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
    margin-bottom: clamp(18px, 3vw, 26px);
}

.cx .b2b-stat-card {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(18px, 2.3vw, 26px);
    border: 1px solid var(--cx-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 54px -44px rgba(20, 20, 20, 0.55);
}

.cx .b2b-stat-card span,
.cx .b2b-quick-grid span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cx-faint);
}

.cx .b2b-stat-card strong {
    display: block;
    color: var(--cx-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.cx .b2b-stat-card small {
    color: var(--cx-muted);
    font-size: 14px;
    line-height: 1.45;
}

.cx .b2b-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
    margin-bottom: clamp(18px, 3vw, 26px);
}

.cx .b2b-quick-grid a {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(18px, 2.5vw, 26px);
    border: 1px solid var(--cx-line);
    border-radius: 8px;
    background: #151515;
    color: #ffffff;
    text-decoration: none;
    transition: transform .28s var(--cx-ease), border-color .28s, background .28s;
}

.cx .b2b-quick-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 166, 35, 0.6);
    background: #202020;
}

.cx .b2b-quick-grid strong {
    color: #ffffff;
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    letter-spacing: 0;
}

.cx .b2b-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: clamp(18px, 3vw, 26px);
    align-items: start;
}

.cx .b2b-dashboard-page .b2b-panel {
    border-radius: 8px;
    padding: clamp(20px, 3vw, 34px);
    background: #ffffff;
    box-shadow: 0 24px 70px -48px rgba(20, 20, 20, 0.6);
}

.cx .b2b-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(18px, 3vw, 28px);
}

.cx .b2b-panel-head h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: 0;
}

.cx .b2b-panel-head a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--cx-line-2);
    border-radius: 999px;
    color: var(--cx-ink);
    font-weight: 700;
    text-decoration: none;
}

.cx .b2b-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.cx .b2b-table {
    min-width: 680px;
}

.cx .b2b-table th,
.cx .b2b-table td {
    padding: 16px 14px;
}

.cx .b2b-table td strong {
    color: var(--cx-ink);
}

.cx .b2b-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f1ec;
    color: var(--cx-ink);
    font-size: 12px;
    font-weight: 700;
}

.cx .b2b-badge.is-warning { background: rgba(245, 166, 35, 0.16); color: #9a5b00; }
.cx .b2b-badge.is-primary { background: rgba(31, 93, 166, 0.12); color: #1f5da6; }
.cx .b2b-badge.is-success { background: rgba(32, 132, 86, 0.12); color: #208456; }
.cx .b2b-badge.is-info { background: rgba(70, 130, 180, 0.12); color: #2c668e; }

.cx .b2b-info-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.cx .b2b-info-list div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px solid var(--cx-line);
}

.cx .b2b-info-list div:last-child {
    border-bottom: 0;
}

.cx .b2b-info-list dt {
    color: var(--cx-faint);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cx .b2b-info-list dd {
    margin: 0;
    color: var(--cx-ink);
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
}

.cx .b2b-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    border: 1px dashed var(--cx-line-2);
    border-radius: 8px;
    color: var(--cx-muted);
    text-align: center;
}

@media (max-width: 1100px) {
    .cx .b2b-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx .b2b-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cx .b2b-dashboard-page {
        width: min(100% - 32px, 640px);
        padding-top: 112px;
    }

    .cx .b2b-dashboard-hero {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .cx .b2b-hero-actions,
    .cx .b2b-dashboard-page .b2b-action-primary,
    .cx .b2b-dashboard-page .b2b-action-secondary {
        width: 100%;
    }

    .cx .b2b-stat-grid,
    .cx .b2b-quick-grid {
        grid-template-columns: 1fr;
    }

    .cx .b2b-panel-head {
        flex-direction: column;
        align-items: stretch;
    }

    .cx .b2b-panel-head a {
        width: 100%;
    }

    .cx .b2b-info-list div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .cx .b2b-info-list dd {
        text-align: left;
    }
}
.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-feedback {
    margin: 18px 0;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 600;
}

.contact-feedback.is-success {
    color: #14532d;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.contact-feedback.is-error,
.field-validation {
    color: #991b1b;
}

.cx-doc-empty {
    display: grid;
    gap: 8px;
    padding: 24px;
    border: 1px solid var(--cx-line);
    border-radius: 8px;
    background: var(--cx-bg-2);
}

.cx-doc-empty span {
    color: var(--cx-muted);
}

.cx-doc-empty a {
    width: fit-content;
    color: var(--cx-accent-2);
    font-weight: 700;
}

.b2b-price-list-grid {
    margin-top: 24px;
}

.b2b-price-list-card {
    display: grid;
    align-content: start;
    gap: 12px;
}

.b2b-price-list-card h2,
.b2b-price-list-card p {
    margin: 0;
}

.b2b-price-list-card .b2b-action-primary {
    width: fit-content;
    margin-top: 8px;
}

.field-validation {
    display: block;
    min-height: 18px;
    margin-top: 5px;
    font-size: 0.82rem;
}

/* Wide technical product rows */
.cx .catalog-category-system .catalog-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.cx .catalog-category-system .catalog-product-card,
.cx .catalog-category-system .catalog-product-card.is-compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    height: auto;
    border-radius: 8px;
    transform: none;
}

.cx .catalog-category-system .catalog-product-card:hover {
    transform: none;
    border-color: rgba(245, 166, 35, 0.42);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

.cx .catalog-category-system .catalog-product-top {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    min-width: 0;
    min-height: 250px;
}

.cx .catalog-category-system .catalog-product-media,
.cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    min-height: 250px;
    aspect-ratio: auto;
    padding: 18px;
    border: 0;
    border-right: 1px solid rgba(17, 24, 39, 0.09);
    border-bottom: 0;
    background: #f5f7f9 !important;
}

.cx .catalog-category-system .catalog-product-media img,
.cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-media img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain !important;
}

.cx .catalog-category-system .catalog-product-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 28px 32px;
}

.cx .catalog-category-system .catalog-product-summary h3,
.cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-summary h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.16;
}

.cx .catalog-category-system .catalog-product-summary .catalog-product-copy {
    max-width: 58ch;
    font-size: 0.98rem;
    line-height: 1.6;
    -webkit-line-clamp: 3;
}

.cx .catalog-category-system .catalog-product-body.catalog-product-details,
.cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-body.catalog-product-details {
    display: grid;
    grid-template-columns: minmax(170px, 0.8fr) minmax(320px, 1.8fr) minmax(230px, 1fr);
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    border-top: 1px solid rgba(17, 24, 39, 0.09);
    background: #ffffff;
}

.cx .catalog-category-system .catalog-product-details .catalog-product-usage {
    align-content: center;
    min-height: 100%;
    padding: 14px;
    border-radius: 6px;
    background: #f8fafc;
}

.cx .catalog-category-system .catalog-product-details .catalog-product-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-content: stretch;
    gap: 8px;
}

.cx .catalog-category-system .catalog-product-details .catalog-product-fact {
    align-content: center;
    min-height: 72px;
    padding: 10px;
    border-radius: 6px;
    background: #fffdf8;
}

.cx .catalog-category-system .catalog-product-details .catalog-product-fact dt {
    color: #8a5700;
}

.cx .catalog-category-system .catalog-product-details .catalog-product-fact dd {
    font-size: 0.86rem;
}

.cx .catalog-category-system .catalog-product-commerce {
    display: grid;
    align-content: stretch;
    gap: 8px;
    min-width: 0;
}

.cx .catalog-category-system .catalog-product-commerce .catalog-product-price {
    align-content: center;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, 0.09);
    border-radius: 6px;
    background: #f8fafc;
    color: #111827;
}

.cx .catalog-category-system .catalog-product-commerce .catalog-product-price > span,
.cx .catalog-category-system .catalog-product-commerce .catalog-product-price > strong,
.cx .catalog-category-system .catalog-product-commerce .catalog-product-price small,
.cx .catalog-category-system .catalog-product-commerce .catalog-product-price strong {
    color: #111827;
}

.cx .catalog-category-system .catalog-product-commerce .catalog-product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 8px;
}

.cx .catalog-category-system .catalog-product-commerce .catalog-product-actions-secondary {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 6px;
}

.cx .catalog-category-system .catalog-product-commerce .catalog-button {
    min-height: 44px;
    border-radius: 6px;
    padding-inline: 10px;
}

.cx .catalog-category-system .catalog-product-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid #0f7a6f;
    background: #128c7e;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
}

.cx .catalog-category-system .catalog-product-whatsapp:hover {
    border-color: #0c665d;
    background: #0f7a6f;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .cx .catalog-category-system .catalog-product-details {
        grid-template-columns: minmax(160px, 0.8fr) minmax(300px, 1.7fr);
    }

    .cx .catalog-category-system .catalog-product-commerce {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    }
}

@media (max-width: 767px) {
    .cx .catalog-category-system .catalog-product-top {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .cx .catalog-category-system .catalog-product-media,
    .cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-media {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        padding: 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 24, 39, 0.09);
    }

    .cx .catalog-category-system .catalog-product-summary {
        padding: 16px;
    }

    .cx .catalog-category-system .catalog-product-summary h3,
    .cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-summary h3 {
        font-size: 1.3rem;
    }

    .cx .catalog-category-system .catalog-product-summary .catalog-product-copy {
        font-size: 0.88rem;
        -webkit-line-clamp: 2;
    }

    .cx .catalog-category-system .catalog-product-body.catalog-product-details,
    .cx .catalog-category-system .catalog-product-card.is-compact .catalog-product-body.catalog-product-details {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .cx .catalog-category-system .catalog-product-details .catalog-product-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx .catalog-category-system .catalog-product-details .catalog-product-fact {
        min-height: 60px;
    }

    .cx .catalog-category-system .catalog-product-commerce {
        grid-column: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .cx .catalog-category-system .catalog-product-commerce .catalog-product-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .cx .catalog-category-system .catalog-product-commerce .catalog-product-actions-secondary {
        grid-template-columns: minmax(0, 1fr) 44px;
    }
}
