

/* =========================================================
   PRODUCT DETAIL
   ========================================================= */

.products-detail-section {
    background: #FFFFFF;
}

.products-detail-section .product-tab-content {
    border-top: none !important;
}

/* ========== THUMBNAILS (SOL) ========== */
.thumb-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.thumb-item {
    width: 64px;
    height: 64px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
    background: #fff;
    object-fit: contain;
}

.thumb-item.active {
    border: 2px solid #000;
}

/* ========== ANA GÖRSEL (ORTA) ========== */
.product-image-box {
    border: none;
    padding: 0;
    text-align: center;
    background: #fff;
}

.product-image-box img {
    max-height: 320px;
    object-fit: contain;
}

/* ========== SAĞ PANEL ========== */
.product-info {
    padding-left: 24px;
}

.product-title {
    color: #000000;
    font-weight: bold;
    font-family: "Zirkel";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* ÜRÜN AÇIKLAMA */
.product-desc {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: "Zirkel";
}

/* ========== KNORR DİKEY ŞERİT ========== */
.brand-rail {
    position: absolute;
    left: -22px;
    top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-rail::before {
    content: "";
    width: 2px;
    height: 32px;
    background: #d0d0d0;
    margin-bottom: 8px;
}

.brand-rail span {
    background: #FF0000;
    color: #fff;
    padding: 6px 8px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    font-family: "Zirkel";
}

.brand-rail::after {
    content: "";
    width: 2px;
    height: 180px;
    background: #d0d0d0;
    margin-top: 8px;
}


/* ========== TEKNİK BİLGİ KUTULARI ========== */
.spec-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    font-weight: bold;
    font-family: "Zirkel";
}

.spec-row span {
    color: #000000;
}

.spec-row strong {
    font-weight: 700;
    color: #000000;
}

/* ========== LEFT / KG (YAN BİLGİ) ========== */
.side-info {
    display: flex;
    gap: 10px;
    margin: 16px 0;
}

.side-box {
    width: 70px;
    height: 70px;
    background: #6b6b6b;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Zirkel";
}

.side-box span {
    font-size: 12px;
    font-weight: 700;
}

.side-info strong {
    font-weight: 700;
    color: #ffffff;
    font-family: "Zirkel";
}

.side-box small {
    font-size: 11px;
    font-weight: 500;
}

/* ========== CTA BUTON ========== */
/* ========== ALT AKSİYON BUTONLARI ========== */
.action-buttons {
    display: flex;
    gap: 14px;
}

.action-btn {
    flex: 1;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    font-family: "Zirkel";
    text-decoration: none;
    /* link çizgisi yok */
    transition: all .25s ease;
}

.action-btn:visited {
    color: #ffffff;
}

.action-btn i {
    width: 20px;
    height: 20px;
}

.action-btn:hover {
    background: #111111;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-cta-long {
    padding: 20px 16px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #ff0000 !important;
}

.btn-cta-long:hover {
    background-color: #d80000 !important;
    /* bir ton koyu */
    transform: translateY(-2px);
}

/* =========================================================
   OEM / UYGULAMA TABLO
   ========================================================= */

/* === TAB ALANI (DESKTOP) === */
.product-bottom {
    margin-top: 24px;
    margin-left: -70px;
    width: calc(100% + 70px);
    padding-left: 16px;
}

/* === TAB BUTONLARI === */
.product-tabs .nav-link {
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-family: "Zirkel";
    transition: all .25s ease;
}

.product-tabs .nav-link.active {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    font-family: "Zirkel";
}


/* === TAB İÇERİĞİ (DESKTOP SPACING) === */
@media (min-width: 992px) {
    .product-tab-content {
        margin-top: 18px;
        padding-top: 16px;
        border-top: 1px solid #ddd;
    }

    .action-btn {
        padding: 20px 10px;
    }

    .btn-cta-long {
        padding: 24px 16px;
    }
}

@media (max-width: 576px) {
    .btn-cta-long {
        padding: 18px 14px;
    }
}

/* === TABLO === */
.product-tab-content table {
    width: 100%;
    border-collapse: collapse;
}

.product-tab-content table tr {
    border-bottom: 1px solid #e5e5e5;
}

.product-tab-content table td {
    font-size: 13px;
    padding: 10px 6px;
    vertical-align: middle;
}

/* Marka */
.product-tab-content table td:first-child {
    width: 28%;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    font-family: "Zirkel";
}

/* OEM */
.product-tab-content table td:last-child {
    width: 72%;
    color: #000000;
    font-family: "Zirkel";
}

/* =========================================================
   MOBILE FIX
   ========================================================= */
@media (max-width: 768px) {

    /* Layout reset */
    .product-bottom {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    /* Tablar ortalansın */
    .product-tabs {
        justify-content: center;
    }

    .product-tabs .nav-link {
        font-size: 12px;
        padding: 6px 14px;
    }

    /* Tab içerik */
    .product-tab-content {
        margin-top: 12px;
        padding-top: 12px;
    }

    /* Tablo */
    .product-tab-content table td {
        font-size: 12px;
        padding: 8px 6px;
    }

    .product-tab-content table td:first-child {
        width: 40%;
    }

    .product-tab-content table td:last-child {
        width: 60%;
        word-break: break-all;
    }


}

/* =========================
   Kartlar
========================= */
.compat-outer-card {

    border-radius: 14px;
    background: #fff;

}


.compat-cols {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 14px;
}


.compat-title {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 12px;
    text-align: center;
    font-family: "Zirkel";
    font-weight: bold;
}

.compat-inner-card {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 14px;
    height: 373px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

/* padding alanına border */
.compat-inner-card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    pointer-events: none;
}

/* üst satır */
.compat-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    gap: 10px;
}

.compat-brand {
    background: #ff0000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-family: "Zirkel";
}


.compat-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}

.compat-img img {
    max-height: 130px;
    max-width: 100%;
    object-fit: contain;
}

.compat-bottom {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-family: "Zirkel";
}


.compat-col--middle {
    position: relative;
}

.compat-slide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.compat-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.compat-indicators button {
    width: 32px;
    height: 3px;
    background: #d6d6d6;
    border: none;
    padding: 0;
    cursor: pointer;
}

.compat-indicators button.active {
    background: #000;
}

/* =========================
   MOBİL
========================= */
@media (max-width: 992px) {

    /* 3 sütun → tek sütun */
    .compat-cols {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Kartlar mobilde doğal uzasın */
    .compat-inner-card {
        height: auto;
        padding: 16px;
    }

    /* Orta slider: tek kart */
    .compat-slide-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* Görsel biraz küçülsün */
    .compat-img {
        min-height: 110px;
    }

    .compat-img img {
        max-height: 110px;
    }

    /* Slider çizgileri mobilde daha kısa */
    .compat-indicators button {
        width: 22px;
        height: 3px;
    }
}

.compat-code {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* =========================
   kizak – SADECE BU SAYFA
========================= */
.kizak-compat .compat-outer-card {
    border-radius: 14px;
    background: #fff;
}

.kizak-compat .compat-title {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 12px;
    text-align: center;
    font-family: "Zirkel";
    font-weight: 700;
}

.kizak-compat .kizak-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

/* Mobil */
@media (max-width: 992px) {
    .kizak-compat .kizak-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .kizak-compat .kizak-grid-4 {
        grid-template-columns: 1fr;
    }
}

/* =========================
   PRODUCT BREADCRUMB
========================= */
.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Zirkel";
    font-size: 14px;
}

.product-breadcrumb a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.product-breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-sep {
    color: #ff0000;
    font-weight: 700;
}

.breadcrumb-current {
    color: #000;
    font-weight: 700;
}

/* Mobilde biraz küçülsün */
@media (max-width: 768px) {
    .product-breadcrumb {
        font-size: 13px;
        flex-wrap: wrap;
    }
}