/* Döşemecioğlu ürün/katalog modu
   Araç ilanına özel teknik alanları frontend'de gizler. */

/* Anasayfa araç arama ve kasa tipi blokları */
#form-find-car,
.body-type:not(.news) {
    display: none !important;
}

.slider-form .slider-typo.col-md-8 {
    width: 100% !important;
}

/* Liste ve anasayfa ürün kartlarındaki araç teknik etiketleri */
.car-item-1 .label-used,
.car-item-1 .details {
    display: none !important;
}

/* Liste sayfasındaki araç filtreleri */
.dose-product-filter-column,
#inventory-sidebar-dark {
    display: none !important;
}

.dose-product-list-column {
    width: 100% !important;
    max-width: 100% !important;
}

#main .container.mt-4 > .row > .col-md-3:has(#inventory-sidebar-dark) {
    display: none !important;
}

#main .container.mt-4 > .row > .col-md-3:has(#inventory-sidebar-dark) + .col-md-9 {
    width: 100% !important;
    max-width: 100% !important;
}

/* Detay sayfası: marka/model bilgisini gizle, kategori kalsın */
.inventory-single-title .stock-vin p:nth-child(2),
.inventory-single-title .stock-vin p:nth-child(3) {
    display: none !important;
}

/* Detay sayfası: donanım ve ekspertiz tabları */
.tabs-information .nav-tabs li:nth-child(n+2),
#donanim-bilgileri,
#ekspertiz {
    display: none !important;
}

/* Detay sayfası: araç teknik özellikleri, karşılaştırma, satın alma formu ve kredi hesaplama */
.inventory-single-sidebar .vehicle-highlights,
.inventory-single-sidebar .sidebar-buttons,
.inventory-single-sidebar .payment-calculator,
.remodal[data-remodal-id="bu_araci_almak_istiyorum"],
.karsilastir-menu {
    display: none !important;
}

.inventory-single-sidebar .price {
    margin-bottom: 20px;
}

/* Ürün detay sağ satış kartı */
.dose-product-sidebar {
    position: relative;
}

.dose-product-sidebar-card {
    position: sticky;
    top: 24px;
    background: #ffffff;
    border: 1px solid #e9eef3;
    box-shadow: 0 18px 45px rgba(25, 35, 48, 0.10);
    padding: 24px;
    margin-bottom: 30px;
}

.dose-product-sidebar-head {
    border-bottom: 1px solid #edf1f5;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.dose-product-eyebrow {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #36a9e8;
    font-weight: 700;
    margin-bottom: 10px;
}

.dose-product-sidebar-head h3 {
    font-size: 24px;
    line-height: 1.22;
    margin: 0 0 14px;
    color: #30343a;
    font-weight: 800;
}

.dose-product-category {
    font-size: 14px;
    color: #6d737b;
}

.dose-product-category span {
    color: #8a929b;
    margin-right: 5px;
}

.dose-product-category strong {
    color: #30343a;
}

.dose-product-price-box {
    background: linear-gradient(135deg, #37aef1 0%, #1d8fd0 100%);
    color: #ffffff;
    padding: 22px 24px;
    margin-bottom: 18px;
}

.dose-product-price-box span {
    display: block;
    font-size: 13px;
    line-height: 1;
    opacity: .9;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.dose-product-price-box strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
}

.dose-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.dose-product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 16px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.dose-product-action:hover,
.dose-product-action:focus {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(25, 35, 48, .16);
    opacity: .96;
}

.dose-product-action i {
    font-size: 18px;
}

.dose-product-whatsapp {
    background: #22c55e;
}

.dose-product-phone {
    background: #30343a;
}

.dose-product-features {
    background: #f7f9fb;
    border: 1px solid #edf1f5;
    padding: 18px 20px;
}

.dose-product-features h4 {
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #30343a;
    font-weight: 800;
}

.dose-product-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dose-product-features li {
    position: relative;
    padding: 8px 0 8px 24px;
    border-bottom: 1px solid #e8edf2;
    color: #4a5058;
    font-size: 14px;
    line-height: 1.35;
}

.dose-product-features li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dose-product-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 8px;
    color: #36a9e8;
    font-size: 13px;
}

@media (max-width: 991px) {
    .dose-product-sidebar-card {
        position: static;
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .dose-product-sidebar-card {
        padding: 18px;
    }

    .dose-product-sidebar-head h3 {
        font-size: 21px;
    }

    .dose-product-price-box strong {
        font-size: 28px;
    }
}

/* Ürün detay açıklama alanı - modern içerik görünümü */
.tabs-information {
    margin-top: 28px;
}

.tabs-information .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}

.tabs-information .nav-tabs > li > a {
    border: 0 !important;
    background: #f4f7fa;
    color: #30343a;
    font-weight: 800;
    padding: 15px 28px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.tabs-information .nav-tabs > li.active > a,
.tabs-information .nav-tabs > li.active > a:hover,
.tabs-information .nav-tabs > li.active > a:focus {
    background: #36a9e8 !important;
    color: #ffffff !important;
    border: 0 !important;
}

.tabs-information .tab-content {
    border: 1px solid #e7edf3;
    background: #ffffff;
    padding: 34px 38px !important;
    box-shadow: 0 12px 35px rgba(25, 35, 48, .06);
}

.tabs-information #aciklama {
    color: #424850;
    font-size: 16px;
    line-height: 1.78;
}

.tabs-information #aciklama h1,
.tabs-information #aciklama h2,
.tabs-information #aciklama h3,
.tabs-information #aciklama h4 {
    color: #2f343a;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.24;
    margin: 34px 0 14px;
}

.tabs-information #aciklama h1:first-child,
.tabs-information #aciklama h2:first-child,
.tabs-information #aciklama h3:first-child {
    margin-top: 0;
}

.tabs-information #aciklama h1 {
    font-size: 30px;
}

.tabs-information #aciklama h2 {
    font-size: 26px;
}

.tabs-information #aciklama h3 {
    font-size: 22px;
}

.tabs-information #aciklama p {
    margin: 0 0 18px;
    color: #4a5058;
    line-height: 1.78;
}

.tabs-information #aciklama strong {
    color: #2f343a;
    font-weight: 800;
}

.tabs-information #aciklama em {
    color: #5d6670;
}

.tabs-information #aciklama ul,
.tabs-information #aciklama ol {
    margin: 14px 0 26px;
    padding: 18px 22px;
    background: #f7f9fb;
    border: 1px solid #edf1f5;
}

.tabs-information #aciklama ul {
    list-style: none;
}

.tabs-information #aciklama ul li {
    position: relative;
    padding: 7px 0 7px 26px;
    color: #4a5058;
    line-height: 1.55;
}

.tabs-information #aciklama ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 8px;
    color: #36a9e8;
    font-size: 13px;
}

.tabs-information #aciklama ol {
    padding-left: 42px;
}

.tabs-information #aciklama ol li {
    padding: 5px 0;
    color: #4a5058;
    line-height: 1.6;
}

.tabs-information #aciklama a {
    color: #168ed2;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .tabs-information .tab-content {
        padding: 24px 20px !important;
    }

    .tabs-information #aciklama {
        font-size: 15px;
        line-height: 1.68;
    }

    .tabs-information #aciklama h1 {
        font-size: 25px;
    }

    .tabs-information #aciklama h2 {
        font-size: 23px;
    }

    .tabs-information #aciklama h3 {
        font-size: 20px;
    }

    .tabs-information #aciklama ul,
    .tabs-information #aciklama ol {
        padding: 15px 17px;
    }

    .tabs-information #aciklama ol {
        padding-left: 36px;
    }
}

/* Ürün detay sağ sidebar gerçek sticky davranış */
@media (min-width: 992px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
        align-self: flex-start;
        z-index: 20;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static;
        margin-bottom: 0;
    }

    .inventory-single,
    .inventory-single .row,
    .inventory-single-content,
    .inventory-single-sidebar {
        overflow: visible !important;
    }
}

@media (max-width: 991px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: static;
    }
}

/* JS destekli ürün sidebar sticky */
@media (min-width: 992px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        min-height: 1px;
    }

    .dose-product-sidebar-card {
        width: 100%;
        will-change: transform;
    }

    .dose-product-sidebar-card.dose-js-sticky {
        position: fixed !important;
        z-index: 30;
    }

    .dose-product-sidebar-card.dose-js-sticky-bottom {
        position: absolute !important;
        z-index: 30;
    }
}

@media (max-width: 991px) {
    .dose-product-sidebar-card,
    .dose-product-sidebar-card.dose-js-sticky,
    .dose-product-sidebar-card.dose-js-sticky-bottom {
        position: static !important;
        width: auto !important;
        top: auto !important;
        left: auto !important;
    }
}

/* Ürün detay sidebar sticky v2 - doğru kolon yapısı */
@media (min-width: 992px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: static !important;
        top: auto !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        width: 100%;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2 {
        position: fixed !important;
        z-index: 80;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2 {
        position: absolute !important;
        z-index: 80;
    }
}

@media (max-width: 991px) {
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }
}

/* Ürün detay sidebar sticky v3 - stabil konum ve 10px üst boşluk */
@media (min-width: 992px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        top: auto !important;
        overflow: visible !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3 {
        position: fixed !important;
        z-index: 120 !important;
        margin: 0 !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3 {
        position: absolute !important;
        z-index: 120 !important;
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 0 30px !important;
    }
}

/* Ürün detay sidebar sticky v4 - 360px sabit genişlik, tab-content sınırları */
@media (min-width: 992px) {
    .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        overflow: visible !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    /* Eski sticky denemelerini etkisizleştir */
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-bottom,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 360px !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v4 {
        position: fixed !important;
        top: 10px !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        z-index: 150 !important;
        margin: 0 !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v4 {
        position: absolute !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        z-index: 150 !important;
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v4,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v4 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
    }
}

/* Ürün detay sidebar sticky final - CSS sticky, 360px sabit, kaymasız */
@media (min-width: 992px) {
    .inventory-single .row,
    .inventory-single-sidebar,
    .inventory-single-sidebar.dose-product-sidebar,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        overflow: visible !important;
    }

    .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        top: auto !important;
    }

    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-bottom,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v4,
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v4 {
        position: sticky !important;
        top: 10px !important;
        left: auto !important;
        right: auto !important;
        width: 360px !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 24px 0 30px !important;
    }
}

/* Ürün detay sidebar sticky FINAL */
@media (min-width: 992px) {
    body .inventory-single-sidebar.dose-product-sidebar,
    body .inventory-single-sidebar.dose-product-sidebar *,
    body .inventory-single .row,
    body .inventory-single {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        min-height: 1px;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-sticky {
        position: fixed !important;
        top: 10px !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin: 0 !important;
        z-index: 999 !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-bottom {
        position: absolute !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin: 0 !important;
        z-index: 999 !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-bottom {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
    }
}

/* Ürün detay sidebar sticky visible final - bottom docking yok */
@media (min-width: 992px) {
    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-sidebar-visible-final {
        position: fixed !important;
        top: 10px !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin: 0 !important;
        z-index: 9999 !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-sidebar-visible-final {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
    }
}

/* Ürün detay sidebar sticky docked FINAL */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-sticky {
        position: fixed !important;
        top: 10px !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin: 0 !important;
        z-index: 9999 !important;
        transform: none !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-bottom {
        position: absolute !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin: 0 !important;
        z-index: 9999 !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-bottom {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
    }
}
/* Ürün detay sidebar sticky FINAL - transform tabanlı, kaymasız */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar,
    body .inventory-single-sidebar.dose-product-sidebar * {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v4,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v4,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-sidebar-visible-final,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-transform-sticky-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 10 !important;
        box-sizing: border-box !important;
        will-change: transform;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-transform-sticky-card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* FORCE transform sticky final */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-force-transform-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
        will-change: transform !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-force-transform-card {
        position: static !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar sticky FINAL polish - titreşimsiz transform */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-polished-transform-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
        will-change: transform !important;
        transition: none !important;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-polished-transform-card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar native sticky final - titreşimsiz */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-native-sticky-card {
        position: sticky !important;
        top: 10px !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-native-sticky-card {
        position: static !important;
        top: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar FINAL - flex row + native sticky */
@media (min-width: 992px) {
    body .dose-sticky-product-row {
        display: flex !important;
        align-items: stretch !important;
        overflow: visible !important;
    }

    body .dose-sticky-product-row > .col-md-8,
    body .dose-sticky-product-row > .col-md-4 {
        float: none !important;
    }

    body .dose-sticky-product-row > .col-md-4 {
        position: relative !important;
        overflow: visible !important;
    }

    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-flex-native-sticky-card {
        position: sticky !important;
        top: 10px !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

@media (max-width: 991px) {
    body .dose-sticky-product-row {
        display: block !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-flex-native-sticky-card {
        position: static !important;
        top: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar sticky FINAL polish - titreşimsiz transform */
@media (min-width: 992px) {
    body .inventory-single,
    body .inventory-single .row,
    body .inventory-single-sidebar.dose-product-sidebar {
        overflow: visible !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar {
        position: relative !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-polished-transform-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
        will-change: transform !important;
        transition: none !important;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-polished-transform-card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar ekstra bloklar */
.dose-product-trust {
    margin-top: 22px;
}

.dose-product-trust h4,
.dose-product-brands h4 {
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 13px;
    color: #30343a;
    font-weight: 800;
}

.dose-trust-item {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    padding: 12px 13px;
    margin-bottom: 10px;
    box-shadow: 0 10px 24px rgba(25, 35, 48, .06);
    overflow: hidden;
}

.dose-trust-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6b7280;
}

.dose-trust-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid #cbd5df;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    background: #f8fafc;
    font-size: 15px;
}

.dose-trust-item strong {
    display: block;
    color: #3f4858;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 3px;
}

.dose-trust-item span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.28;
}

.dose-product-brands {
    margin-top: 24px;
    border: 1px solid #cfd6df;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}

.dose-product-brands h4 {
    margin: 0;
    padding: 13px 15px;
    background: #3f485f;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.dose-brand-list {
    background: #ffffff;
}

.dose-brand-row {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    min-height: 47px;
    padding: 7px 12px;
    border-bottom: 1px solid #d9dee5;
    color: #4a5058;
}

.dose-brand-row:last-child {
    border-bottom: 0;
}

.dose-brand-logo {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dose-brand-logo img {
    max-width: 30px;
    max-height: 24px;
    display: block;
    object-fit: contain;
}

.dose-brand-logo span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #3f485f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
}

.dose-brand-name {
    font-size: 16px;
    line-height: 1.2;
    color: #4b5563;
}

.dose-brand-count {
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: #4b5563;
}

@media (max-width: 991px) {
    .dose-product-trust,
    .dose-product-brands {
        margin-top: 18px;
    }
}
/* Ürün detay sidebar sticky iptal - final static görünüm */
@media (min-width: 992px) {
    body .inventory-single-sidebar.dose-product-sidebar {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        overflow: visible !important;
        min-height: 0 !important;
        height: auto !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v2,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v2,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v3,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v3,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-sticky-v4,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-js-bottom-v4,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-final-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-sidebar-visible-final,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-sticky,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-docked-bottom,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-transform-sticky-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-force-transform-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-polished-transform-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-native-sticky-card,
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card.dose-flex-native-sticky-card {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar {
        position: static !important;
        min-height: 0 !important;
        height: auto !important;
    }

    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 24px 0 30px !important;
        transform: none !important;
    }
}
/* Ürün detay sidebar statik hizalama final */
@media (min-width: 992px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        position: static !important;
        transform: none !important;
        margin-top: var(--dose-sidebar-static-offset, 0px) !important;
        width: 360px !important;
        max-width: 360px !important;
        min-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 991px) {
    body .inventory-single-sidebar.dose-product-sidebar .dose-product-sidebar-card {
        margin-top: 24px !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
/* Sidebar marka linkleri */
.dose-brand-row,
.dose-brand-row:hover,
.dose-brand-row:focus {
    text-decoration: none !important;
}

.dose-brand-row {
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.dose-brand-row:hover {
    background: #f4f7fb;
}

.dose-brand-row:hover .dose-brand-name,
.dose-brand-row:hover .dose-brand-count {
    color: #168ed2;
}
/* Marka diğer araçları slider */
.dose-related-brand-products {
    margin: 46px auto 34px;
}

.dose-related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.dose-related-head span {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #36a9e8;
    font-weight: 800;
    margin-bottom: 8px;
}

.dose-related-head h3 {
    margin: 0;
    color: #30343a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.dose-related-controls {
    display: flex;
    gap: 8px;
}

.dose-related-controls button {
    width: 40px;
    height: 40px;
    border: 0;
    background: #30343a;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    transition: background .16s ease, transform .16s ease;
}

.dose-related-controls button:hover {
    background: #36a9e8;
    transform: translateY(-1px);
}

.dose-related-viewport {
    overflow: hidden;
    width: 100%;
}

.dose-related-track {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    will-change: transform;
}

.dose-related-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.dose-related-card {
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(25, 35, 48, .08);
    color: inherit;
    text-decoration: none !important;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dose-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(25, 35, 48, .12);
}

.dose-related-image {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: #f3f5f7;
}

.dose-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dose-related-info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 17px 14px 18px;
}

.dose-related-info h4 {
    margin: 0;
    color: #30343a;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.dose-related-info strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 42px;
    padding: 8px 12px;
    background: #36a9e8;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .dose-related-head {
        align-items: flex-start;
    }

    .dose-related-head h3 {
        font-size: 25px;
    }

    .dose-related-image {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .dose-related-brand-products {
        margin-top: 32px;
    }

    .dose-related-head {
        display: block;
    }

    .dose-related-controls {
        margin-top: 14px;
    }

    .dose-related-track {
        margin-left: -8px;
        margin-right: -8px;
    }

    .dose-related-slide {
        padding: 0 8px;
    }

    .dose-related-info {
        grid-template-columns: 1fr;
    }

    .dose-related-info strong {
        width: max-content;
    }
}
/* Detay sayfası marka breadcrumb/meta linkleri */
.dose-detail-brand-meta a,
.dose-product-category a,
.dose-detail-breadcrumb a {
    text-decoration: none !important;
}

.dose-detail-brand-meta a span,
.dose-product-category a strong {
    color: #30343a;
    transition: color .16s ease;
}

.dose-detail-brand-meta a:hover span,
.dose-product-category a:hover strong,
.dose-detail-breadcrumb a:hover {
    color: #36a9e8 !important;
}

.dose-detail-breadcrumb li {
    color: #ffffff;
}

.dose-detail-breadcrumb li:after {
    color: rgba(255,255,255,.7);
}
/* Eski araç al-sat/direction bloğunu gizle */
#direction-2,
.direction#direction-2 {
    display: none !important;
}

/* Araç detay CTA bölümü */
.dose-detail-cta-section {
    position: relative;
    padding: 46px 0;
    margin: 42px 0 0;
    background:
        linear-gradient(135deg, rgba(48,52,58,.92), rgba(35,40,48,.86)),
        url('../uploads/arkaplan/arkaplan16/slider-02.jpg') center center / cover no-repeat;
}

.dose-detail-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.dose-detail-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 20px;
    align-items: center;
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
    overflow: hidden;
}

.dose-detail-cta-card:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #36a9e8;
}

.dose-detail-cta-card-dark:before {
    background: #22c55e;
}

.dose-detail-cta-icon {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    background: #eef7fd;
    color: #36a9e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.dose-detail-cta-card-dark .dose-detail-cta-icon {
    background: #ecfdf3;
    color: #22c55e;
}

.dose-detail-cta-content > span {
    display: block;
    color: #36a9e8;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 9px;
}

.dose-detail-cta-card-dark .dose-detail-cta-content > span {
    color: #22c55e;
}

.dose-detail-cta-content h3 {
    margin: 0 0 8px;
    color: #30343a;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

.dose-detail-cta-content p {
    margin: 0 0 18px;
    color: #667085;
    font-size: 15px;
    line-height: 1.55;
}

.dose-detail-cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dose-detail-cta-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.dose-detail-cta-btn:hover,
.dose-detail-cta-btn:focus {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0,0,0,.16);
    opacity: .96;
}

.dose-detail-cta-btn i {
    font-size: 18px;
}

.dose-detail-cta-whatsapp {
    background: #22c55e;
}

.dose-detail-cta-phone {
    background: #30343a;
}

@media (max-width: 991px) {
    .dose-detail-cta-section {
        padding: 34px 0;
    }

    .dose-detail-cta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .dose-detail-cta-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .dose-detail-cta-icon {
        width: 64px;
        height: 64px;
        font-size: 27px;
    }

    .dose-detail-cta-content h3 {
        font-size: 23px;
    }

    .dose-detail-cta-actions {
        grid-template-columns: 1fr;
    }
}
/* CTA tek buton düzeni */
.dose-detail-cta-actions-single {
    grid-template-columns: 1fr !important;
}

.dose-detail-cta-actions-single .dose-detail-cta-btn {
    width: 100%;
}
/* Mobil ürün detay sıralaması */
.dose-mobile-detail-flow,
.dose-mobile-after-description {
    display: none;
}

@media (max-width: 991px) {
    .dose-mobile-detail-flow,
    .dose-mobile-after-description {
        display: block;
        width: 100%;
        clear: both;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inventory-single-sidebar.dose-product-sidebar {
        display: none !important;
    }

    .dose-mobile-detail-flow {
        margin: 0 0 22px;
    }

    .dose-mobile-brand-dropdown {
        background: #ffffff;
        border: 1px solid #d6dee8;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(25,35,48,.08);
        margin-bottom: 18px;
    }

    .dose-mobile-brand-toggle {
        width: 100%;
        min-height: 54px;
        border: 0;
        background: #30343a;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .dose-mobile-brand-toggle i {
        font-size: 19px;
    }

    .dose-mobile-brand-dropdown .dose-brand-list {
        display: none;
    }

    .dose-mobile-brand-dropdown.is-open .dose-brand-list {
        display: block;
    }

    .dose-mobile-brand-dropdown .dose-brand-row {
        grid-template-columns: 42px 1fr auto;
        min-height: 50px;
    }

    .dose-mobile-product-info {
        background: #ffffff;
        border: 1px solid #e9eef3;
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(25,35,48,.10);
        padding: 20px;
        margin-bottom: 22px;
    }

    .dose-mobile-product-info .dose-product-sidebar-head {
        border-bottom: 1px solid #edf1f5;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .dose-mobile-product-info .dose-product-sidebar-head h3 {
        font-size: 22px;
        line-height: 1.25;
    }

    .dose-mobile-product-info .dose-product-price-box {
        margin-bottom: 16px;
    }

    .dose-mobile-product-info .dose-product-actions {
        margin-bottom: 0;
    }

    .dose-mobile-after-description {
        margin: 24px 0 28px;
    }

    .dose-mobile-after-description .dose-product-features,
    .dose-mobile-after-description .dose-product-trust {
        margin-top: 18px;
    }

    .dose-mobile-after-description .dose-product-features {
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(25,35,48,.08);
    }

    .dose-mobile-after-description .dose-product-trust {
        background: transparent;
    }

    .dose-mobile-after-description .dose-trust-item {
        border-radius: 14px;
    }
}
/* Birleşik Neden Bizi Tercih Etmelisiniz alanı - güvenli final */
.dose-product-features {
    display: none !important;
}

.dose-product-trust-merged {
    margin-top: 22px;
}

.dose-product-trust-merged h4 {
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 13px;
    color: #30343a;
    font-weight: 900;
}

.dose-product-trust-merged .dose-trust-item {
    margin-bottom: 10px;
}

.dose-product-trust-merged .dose-trust-item:last-child {
    margin-bottom: 0;
}

.dose-product-trust-merged .dose-trust-icon {
    color: #4b5563;
}

@media (max-width: 991px) {
    .dose-mobile-after-description .dose-product-features {
        display: none !important;
    }

    .dose-mobile-after-description .dose-product-trust-merged {
        margin-top: 0;
    }

    .dose-mobile-after-description .dose-product-trust-merged h4 {
        margin-bottom: 14px;
    }
}
/* dose-araclar-filter-final */
.dose-product-filter-column {
    display: block !important;
}

.dose-product-list-column {
    float: left;
}

#inventory-sidebar-dark {
    background: #ffffff;
    border: 1px solid #e4ebf2;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(25, 35, 48, .08);
    overflow: hidden;
    margin-bottom: 28px;
}

#inventory-sidebar-dark .sidebar-title {
    background: #30343a;
    color: #ffffff;
    padding: 0;
}

#inventory-sidebar-dark .sidebar-title h5 {
    margin: 0;
    min-height: 58px;
    padding: 0 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

#inventory-sidebar-dark .sidebar-title .col-kolaymenu {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
}

#inventory-sidebar-dark .sidebar-filter {
    padding: 20px;
}

#inventory-sidebar-dark .car-type {
    border-bottom: 1px solid #edf1f5;
    padding: 0 0 18px !important;
    margin: 0 0 18px !important;
}

#inventory-sidebar-dark .car-type:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#inventory-sidebar-dark .car-type .title,
#inventory-sidebar-dark h6.title {
    font-size: 15px;
    line-height: 1.2;
    color: #30343a;
    font-weight: 900;
    margin: 0 0 13px;
    text-transform: uppercase;
}

#inventory-sidebar-dark label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 9px;
    cursor: pointer;
}

#inventory-sidebar-dark label input[type="checkbox"] {
    margin: 0;
}

#inventory-sidebar-dark label strong {
    margin-left: auto;
    color: #36a9e8;
    font-weight: 900;
}

#inventory-sidebar-dark .model-year {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#inventory-sidebar-dark .model-year li {
    width: 100%;
}

#inventory-sidebar-dark .model-year input {
    height: 44px;
    border: 1px solid #dbe4ec;
    border-radius: 10px;
    padding: 0 13px;
    color: #30343a;
    font-weight: 700;
}

#inventory-sidebar-dark .datefilterBtn {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: #36a9e8;
    color: #ffffff;
    font-weight: 900;
}

#inventory-sidebar-dark .filter-reset {
    margin-top: 18px;
}

#inventory-sidebar-dark .filter-reset a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #30343a;
    font-weight: 900;
    text-decoration: none !important;
}

#inventory-sidebar-dark .filter-reset a:hover {
    background: #30343a;
    color: #ffffff;
}

#inventory-sidebar-dark .dose-filter-hidden {
    display: none !important;
}

@media (min-width: 992px) {
    .dose-product-filter-column {
        width: 25% !important;
    }

    .dose-product-list-column {
        width: 75% !important;
    }

    #inventory-sidebar-dark .sidebar-filter {
        display: block !important;
    }

    #inventory-sidebar-dark .sidebar-title .col-kolaymenu {
        display: none;
    }
}

@media (max-width: 991px) {
    .dose-product-filter-column,
    .dose-product-list-column {
        width: 100% !important;
        float: none !important;
    }

    #inventory-sidebar-dark {
        margin-bottom: 22px;
    }

    #inventory-sidebar-dark:not(.is-open) .sidebar-filter {
        display: none !important;
    }

    #inventory-sidebar-dark.is-open .sidebar-filter {
        display: block !important;
    }
}
/* Tüm breadcrumb alanları: araç görseli yerine DÖŞEMECİOĞLU kurumsal arka plan */
body .breadcrumb-image {
    position: relative !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(135deg, #1f242c 0%, #303846 48%, #171b22 100%) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body .breadcrumb-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.22)),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.035) 0,
            rgba(255,255,255,.035) 1px,
            transparent 1px,
            transparent 13px
        ) !important;
    pointer-events: none !important;
}

body .breadcrumb-image::after {
    content: "DÖŞEMECİOĞLU" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    font-size: clamp(42px, 8vw, 132px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .055em !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

body .breadcrumb-image > .container {
    position: relative !important;
    z-index: 2 !important;
}

body .breadcrumb-image #current-page-title,
body .breadcrumb-image h1,
body .breadcrumb-image h2 {
    color: #ffffff !important;
    text-shadow: 0 8px 26px rgba(0,0,0,.35) !important;
}

body .breadcrumb-image ul,
body .breadcrumb-image li,
body .breadcrumb-image a,
body .breadcrumb-image span {
    color: rgba(255,255,255,.88) !important;
}

body .breadcrumb-image a:hover {
    color: #36a9e8 !important;
}

@media (max-width: 767px) {
    body .breadcrumb-image::after {
        font-size: clamp(34px, 12vw, 58px) !important;
        letter-spacing: .035em !important;
    }
}

/* Breadcrumb final: sadece breadcrumb linkleri kalsın, header'a taşma olmasın */
body .breadcrumb-image {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 150px !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    background-image:
        linear-gradient(135deg, #15191f 0%, #242a34 52%, #111419 100%) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Eski ürün görseli / koyu overlay etkisini breadcrumb içinde sınırla */
body .breadcrumb-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.12)),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.035) 0,
            rgba(255,255,255,.035) 1px,
            transparent 1px,
            transparent 13px
        ) !important;
    pointer-events: none !important;
}

/* DÖŞEMECİOĞLU yazısı sadece breadcrumb alanının içinde kalsın */
body .breadcrumb-image::after {
    content: "DÖŞEMECİOĞLU" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: -1 !important;
    width: 100% !important;
    text-align: center !important;
    color: rgba(255,255,255,.075) !important;
    font-size: clamp(42px, 7vw, 104px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .055em !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

/* H2 başlığı kaldır */
body .breadcrumb-image #current-page-title,
body .breadcrumb-image h1,
body .breadcrumb-image h2 {
    display: none !important;
}

/* Sadece breadcrumb listesi görünsün */
body .breadcrumb-image > .container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
}

body .breadcrumb-image .list-inline,
body .breadcrumb-image .dose-detail-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

body .breadcrumb-image .list-inline li,
body .breadcrumb-image .dose-detail-breadcrumb li {
    color: rgba(255,255,255,.88) !important;
    font-weight: 700 !important;
}

body .breadcrumb-image .list-inline a,
body .breadcrumb-image .dose-detail-breadcrumb a {
    color: rgba(255,255,255,.88) !important;
    text-decoration: none !important;
}

body .breadcrumb-image .list-inline a:hover,
body .breadcrumb-image .dose-detail-breadcrumb a:hover {
    color: #36a9e8 !important;
}

/* Header etkilenmesin */
body header,
body .header,
body .header-area,
body .topbar,
body .navbar {
    position: relative;
    z-index: 50;
}

@media (max-width: 767px) {
    body .breadcrumb-image {
        min-height: 120px !important;
        height: 120px !important;
    }

    body .breadcrumb-image::after {
        font-size: clamp(30px, 10vw, 52px) !important;
        letter-spacing: .035em !important;
    }
}

/* Breadcrumb final yükseklik ve masaüstü ortalama */
@media (min-width: 768px) {
    body .breadcrumb-image {
        min-height: 380px !important;
        height: 380px !important;
        display: flex !important;
        align-items: center !important;
    }

    body .breadcrumb-image > .container {
        width: 100% !important;
        text-align: center !important;
    }

    body .breadcrumb-image .list-inline,
    body .breadcrumb-image .dose-detail-breadcrumb {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    body .breadcrumb-image .list-inline li,
    body .breadcrumb-image .dose-detail-breadcrumb li {
        float: none !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}

@media (max-width: 767px) {
    body .breadcrumb-image {
        min-height: 180px !important;
        height: 180px !important;
    }
}

/* Mobil ürün bilgi kartı görsel altı konum */
@media (max-width: 991px) {
    .dose-mobile-product-info {
        margin: 18px 0 24px !important;
    }

    .dose-mobile-product-info-after-visual {
        display: block;
    }

    .dose-mobile-detail-flow {
        margin-bottom: 18px !important;
    }

    .dose-mobile-brand-dropdown {
        margin-bottom: 0 !important;
    }
}
/* Mobilde breadcrumb alanını tamamen gizle */
@media (max-width: 767px) {
    body .breadcrumb-image {
        display: none !important;
    }
}

/* Mobil breadcrumb gizli kalsın, markalar dropdown görünür kalsın */
@media (max-width: 991px) {
    body .dose-mobile-detail-flow {
        display: block !important;
        width: 100% !important;
        clear: both !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 0 18px !important;
    }

    body .dose-mobile-brand-dropdown {
        display: block !important;
        background: #ffffff !important;
        border: 1px solid #d6dee8 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 26px rgba(25,35,48,.08) !important;
        margin-bottom: 18px !important;
    }

    body .dose-mobile-brand-toggle {
        width: 100% !important;
        min-height: 54px !important;
        border: 0 !important;
        background: #30343a !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        letter-spacing: .04em !important;
        text-transform: uppercase !important;
    }

    body .dose-mobile-brand-dropdown .dose-brand-list {
        display: none !important;
    }

    body .dose-mobile-brand-dropdown.is-open .dose-brand-list {
        display: block !important;
    }
}

/* Mobil statik MARKALAR dropdown */
.dose-mobile-brands-static {
    display: none;
}

@media (max-width: 991px) {
    .dose-mobile-brands-static {
        display: block !important;
        width: calc(100% - 30px);
        margin: 0 15px 18px;
        background: #ffffff;
        border: 1px solid #d6dee8;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 26px rgba(25,35,48,.08);
        clear: both;
    }

    .dose-mobile-brands-static-toggle {
        width: 100%;
        min-height: 54px;
        border: 0;
        background: #30343a;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .dose-mobile-brands-static-toggle i {
        font-size: 19px;
    }

    .dose-mobile-brands-static-list {
        display: none;
        background: #ffffff;
    }

    .dose-mobile-brands-static.is-open .dose-mobile-brands-static-list {
        display: block;
    }

    .dose-mobile-brand-row {
        display: grid;
        grid-template-columns: 42px 1fr auto;
        align-items: center;
        min-height: 50px;
        padding: 8px 13px;
        border-bottom: 1px solid #dfe6ee;
        color: #4b5563;
        text-decoration: none !important;
    }

    .dose-mobile-brand-row:last-child {
        border-bottom: 0;
    }

    .dose-mobile-brand-logo {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dose-mobile-brand-logo img {
        max-width: 30px;
        max-height: 24px;
        object-fit: contain;
        display: block;
    }

    .dose-mobile-brand-logo em {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #f1f5f9;
        color: #30343a;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
    }

    .dose-mobile-brand-name {
        color: #4b5563;
        font-size: 15px;
        line-height: 1.2;
    }

    .dose-mobile-brand-row strong {
        color: #36a9e8;
        font-size: 15px;
        font-weight: 900;
    }
}
/* Mobil final MARKALAR dropdown - bağımsız blok */
.dose-mobile-brands-static-final {
    display: none;
}

@media (max-width: 991px) {
    .dose-mobile-brands-static-final {
        display: block !important;
        width: calc(100% - 30px) !important;
        margin: 18px 15px 18px !important;
        background: #ffffff !important;
        border: 1px solid #d6dee8 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 26px rgba(25,35,48,.08) !important;
        clear: both !important;
        position: relative !important;
        z-index: 5 !important;
    }

    .dose-mobile-brands-final-toggle {
        width: 100% !important;
        min-height: 54px !important;
        border: 0 !important;
        background: #30343a !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        letter-spacing: .04em !important;
        text-transform: uppercase !important;
    }

    .dose-mobile-brands-final-toggle i {
        font-size: 19px !important;
    }

    .dose-mobile-brands-final-list {
        display: none !important;
        background: #ffffff !important;
    }

    .dose-mobile-brands-static-final.is-open .dose-mobile-brands-final-list {
        display: block !important;
    }

    .dose-mobile-brand-final-row {
        display: grid !important;
        grid-template-columns: 42px 1fr auto !important;
        align-items: center !important;
        min-height: 50px !important;
        padding: 8px 13px !important;
        border-bottom: 1px solid #dfe6ee !important;
        color: #4b5563 !important;
        text-decoration: none !important;
    }

    .dose-mobile-brand-final-row:last-child {
        border-bottom: 0 !important;
    }

    .dose-mobile-brand-final-logo {
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .dose-mobile-brand-final-logo img {
        max-width: 30px !important;
        max-height: 24px !important;
        object-fit: contain !important;
        display: block !important;
    }

    .dose-mobile-brand-final-logo em {
        width: 28px !important;
        height: 28px !important;
        border-radius: 50% !important;
        background: #f1f5f9 !important;
        color: #30343a !important;
        font-style: normal !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 900 !important;
    }

    .dose-mobile-brand-final-name {
        color: #4b5563 !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

    .dose-mobile-brand-final-row strong {
        color: #36a9e8 !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }
}
/* Header / Footer küçük güvenli override */
@media (min-width: 992px) {
    .overlay-web:after {
        background-color: #ffffff !important;
    }

    .ht-header#light-2-header .navbar-header {
        background-color: transparent !important;
        top: 10px !important;
        position: relative !important;
    }

    .ht-footer .pre-footer h4 {
        color: #000000 !important;
    }

    .breadcrumb-image ul:before,
    .breadcrumb-image .list-inline:before,
    .breadcrumb-image .dose-detail-breadcrumb:before {
        display: none !important;
        content: none !important;
    }
}

/* Mobil menü açıkken MARKALAR dropdown çakışmasını engelle */
@media (max-width: 991px) {
    .ht-header#light-2-header {
        position: relative !important;
        z-index: 5000 !important;
    }

    .ht-header#light-2-header #collapseNav {
        position: relative !important;
        z-index: 5001 !important;
        background: #ffffff !important;
    }

    body.dose-mobile-menu-open .dose-mobile-brands-static-final,
    body.dose-mobile-menu-open .dose-mobile-brands-static,
    body.dose-mobile-menu-open .dose-mobile-detail-flow .dose-mobile-brand-dropdown {
        display: none !important;
    }
}

/* Mobilde çift MARKALAR dropdown düzeltmesi */
@media (max-width: 991px) {
    /* Eski/klonlanan marka dropdownlarını gizle */
    body .dose-mobile-detail-flow .dose-mobile-brand-dropdown,
    body .dose-mobile-brands-static:not(.dose-mobile-brands-static-final) {
        display: none !important;
    }

    /* Final statik MARKALAR bloğu kalsın */
    body .dose-mobile-brands-static-final {
        display: block !important;
    }

    /* Eğer final blok yanlışlıkla birden fazla basıldıysa ilkinden sonrakileri gizle */
    body .dose-mobile-brands-static-final ~ .dose-mobile-brands-static-final {
        display: none !important;
    }
}

/* Header / Footer / Breadcrumb küçük override - desktop + mobil */
.overlay-web:after {
    background-color: #ffffff !important;
}

.ht-header#light-2-header .navbar-header {
    background-color: transparent !important;
    top: 10px !important;
    position: relative !important;
}

.ht-footer .pre-footer h4 {
    color: #000000 !important;
}

.breadcrumb-image ul:before,
.breadcrumb-image .list-inline:before,
.breadcrumb-image .dose-detail-breadcrumb:before {
    display: none !important;
    content: none !important;
}

/* Header telefon CTA güvenli final */
#call-for-action .dose-header-call-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

#call-for-action .dose-header-call-icon {
    width: 44px !important;
    height: 44px !important;
    border: 3px solid rgba(255,255,255,.95) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 19px !important;
}

#call-for-action .dose-header-call-content {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.1 !important;
}

#call-for-action .dose-header-call-content small {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
}

#call-for-action .dose-header-call-content strong {
    color: #ffffff !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    white-space: nowrap !important;
}

@media (max-width: 991px) {
    #call-for-action .dose-header-call-link {
        justify-content: center !important;
    }

    #call-for-action .dose-header-call-content strong {
        font-size: 22px !important;
    }
}

/* Header telefon ikon düzeltmesi */
#call-for-action .dose-header-call-icon {
    position: relative !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border: 3px solid rgba(255,255,255,.95) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

#call-for-action .dose-header-call-icon i {
    display: none !important;
}

#call-for-action .dose-header-call-icon:before {
    content: "☎" !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    transform: none !important;
}

/* Desktop/tablet navbar collapse arka plan */
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        background-color: #e5e4e2 !important;
    }
}

/* Anasayfa marka logo alanı */
.dose-home-brand-strip {
    background: #ffffff;
    padding: 42px 0 38px;
    border-bottom: 1px solid #edf2f7;
}

.dose-home-brand-head {
    text-align: center;
    margin-bottom: 26px;
}

.dose-home-brand-head span {
    display: block;
    color: #36a9e8;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.dose-home-brand-head h2 {
    margin: 0;
    color: #30343a;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.dose-home-brand-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 14px;
}

.dose-home-brand-card {
    min-height: 126px;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(25, 35, 48, .06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 10px;
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.dose-home-brand-card:hover {
    transform: translateY(-2px);
    border-color: #bfe5fa;
    box-shadow: 0 16px 34px rgba(25, 35, 48, .10);
}

.dose-home-brand-logo {
    height: 42px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dose-home-brand-logo img {
    max-width: 78px;
    max-height: 42px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.dose-home-brand-logo em {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef7fd;
    color: #168ed2;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 17px;
}

.dose-home-brand-card strong {
    color: #30343a;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
}

.dose-home-brand-card small {
    color: #94a3b8;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .dose-home-brand-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .dose-home-brand-strip {
        padding: 30px 0 28px;
    }

    .dose-home-brand-head {
        margin-bottom: 18px;
    }

    .dose-home-brand-head h2 {
        font-size: 24px;
    }

    .dose-home-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .dose-home-brand-card {
        min-height: 118px;
        border-radius: 16px;
    }

    .dose-home-brand-logo {
        height: 38px;
    }

    .dose-home-brand-logo img {
        max-height: 38px;
    }
}
/* Anasayfa marka bazlı ürün sliderları */
.dose-home-brand-product-sliders {
    background: #ffffff;
    padding: 52px 0 54px;
}

.dose-home-brand-product-main-head {
    text-align: center;
    margin-bottom: 34px;
}

.dose-home-brand-product-main-head span {
    display: block;
    color: #36a9e8;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.dose-home-brand-product-main-head h2 {
    margin: 0;
    color: #30343a;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.dose-brand-product-section {
    margin-bottom: 44px;
}

.dose-brand-product-section:last-child {
    margin-bottom: 0;
}

.dose-brand-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 14px;
}

.dose-brand-product-title {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none !important;
}

.dose-brand-product-logo {
    width: 58px;
    height: 58px;
    border: 1px solid #e3ebf3;
    border-radius: 16px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(25,35,48,.06);
}

.dose-brand-product-logo img {
    max-width: 42px;
    max-height: 34px;
    object-fit: contain;
    display: block;
}

.dose-brand-product-logo em {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef7fd;
    color: #168ed2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
}

.dose-brand-product-title small {
    display: block;
    color: #36a9e8;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 900;
    margin-bottom: 5px;
}

.dose-brand-product-title strong {
    display: block;
    color: #30343a;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 900;
}

.dose-brand-product-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: #f3f6fa;
    color: #30343a;
    font-weight: 900;
    text-decoration: none !important;
}

.dose-brand-product-all:hover {
    background: #36a9e8;
    color: #ffffff;
}

.dose-brand-product-viewport {
    overflow: hidden;
    width: 100%;
}

.dose-brand-product-track {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    will-change: transform;
}

.dose-brand-product-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.dose-brand-product-card {
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(25,35,48,.08);
    color: inherit;
    text-decoration: none !important;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dose-brand-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(25,35,48,.12);
}

.dose-brand-product-image {
    height: 210px;
    overflow: hidden;
    background: #f3f5f7;
}

.dose-brand-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dose-brand-product-info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 17px 14px 18px;
}

.dose-brand-product-info h4 {
    margin: 0;
    color: #30343a;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.dose-brand-product-info strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 42px;
    padding: 8px 12px;
    background: #36a9e8;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .dose-home-brand-product-sliders {
        padding: 36px 0 38px;
    }

    .dose-home-brand-product-main-head h2 {
        font-size: 26px;
    }

    .dose-brand-product-title strong {
        font-size: 23px;
    }

    .dose-brand-product-image {
        height: 190px;
    }
}

@media (max-width: 575px) {
    .dose-brand-product-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .dose-brand-product-all {
        width: 100%;
        justify-content: center;
    }

    .dose-brand-product-track {
        margin-left: -8px;
        margin-right: -8px;
    }

    .dose-brand-product-slide {
        padding: 0 8px;
    }

    .dose-brand-product-info {
        grid-template-columns: 1fr;
    }

    .dose-brand-product-info strong {
        width: max-content;
    }
}
/* Anasayfa marka ürün slider kartı: başlık üstte, fiyat altta */
.dose-brand-product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 17px 14px 18px !important;
}

.dose-brand-product-info h4 {
    width: 100% !important;
    margin: 0 !important;
}

.dose-brand-product-info strong {
    width: auto !important;
    min-width: 92px !important;
    align-self: flex-start !important;
    margin-top: 2px !important;
}

@media (max-width: 575px) {
    .dose-brand-product-info {
        gap: 10px !important;
    }

    .dose-brand-product-info strong {
        width: auto !important;
    }
}

/* Marka bazlı ürün sliderları: 3'lü desktop / 1'li mobil final */
.dose-brand-product-image {
    height: 240px !important;
}

.dose-brand-product-info {
    min-height: 126px !important;
}

.dose-brand-product-info h4 {
    font-size: 22px !important;
    line-height: 1.22 !important;
}

@media (max-width: 991px) {
    .dose-brand-product-image {
        height: 220px !important;
    }

    .dose-brand-product-info h4 {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .dose-brand-product-image {
        height: 230px !important;
    }

    .dose-brand-product-info {
        min-height: auto !important;
    }

    .dose-brand-product-info h4 {
        font-size: 21px !important;
    }
}

/* Anasayfa FAQ alanı */
.dose-home-faq-section {
    background: #f8fafc;
    padding: 56px 0 60px;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.dose-home-faq-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 34px;
}

.dose-home-faq-head span {
    display: block;
    color: #36a9e8;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.dose-home-faq-head h2 {
    margin: 0 0 12px;
    color: #30343a;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.dose-home-faq-head p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.65;
}

.dose-home-faq-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.dose-home-faq-item {
    background: #ffffff;
    border: 1px solid #e2eaf2;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(25, 35, 48, .06);
    overflow: hidden;
}

.dose-home-faq-question {
    width: 100%;
    min-height: 62px;
    border: 0;
    background: #ffffff;
    color: #30343a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 20px;
    text-align: left;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.dose-home-faq-question i {
    color: #36a9e8;
    font-size: 20px;
    transition: transform .18s ease;
}

.dose-home-faq-item.is-open .dose-home-faq-question i {
    transform: rotate(180deg);
}

.dose-home-faq-answer {
    display: none;
    border-top: 1px solid #edf2f7;
    padding: 18px 20px 20px;
}

.dose-home-faq-item.is-open .dose-home-faq-answer {
    display: block;
}

.dose-home-faq-answer p {
    margin: 0;
    color: #596273;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .dose-home-faq-section {
        padding: 38px 0 42px;
    }

    .dose-home-faq-head {
        margin-bottom: 24px;
    }

    .dose-home-faq-head h2 {
        font-size: 25px;
    }

    .dose-home-faq-head p {
        font-size: 15px;
    }

    .dose-home-faq-question {
        min-height: 58px;
        padding: 0 16px;
        font-size: 15px;
    }

    .dose-home-faq-answer {
        padding: 15px 16px 17px;
    }
}
/* Anasayfa marka bazlı ürün sliderları - final kart tasarımı */
.dose-home-brand-product-sliders {
    background: #ffffff !important;
    padding: 56px 0 58px !important;
}

.dose-brand-product-section {
    margin-bottom: 56px !important;
}

.dose-brand-product-head {
    margin-bottom: 22px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #e8eef5 !important;
}

.dose-brand-product-viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.dose-brand-product-track {
    display: flex !important;
    align-items: stretch !important;
    margin-left: -14px !important;
    margin-right: -14px !important;
}

.dose-brand-product-slide {
    padding: 0 14px !important;
    box-sizing: border-box !important;
}

.dose-brand-product-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e5edf5 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(25,35,48,.08) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.dose-brand-product-card:hover {
    transform: translateY(-3px) !important;
    border-color: #bfe5fa !important;
    box-shadow: 0 18px 42px rgba(25,35,48,.13) !important;
}

.dose-brand-product-image {
    width: 100% !important;
    height: 260px !important;
    background: #f3f5f7 !important;
    overflow: hidden !important;
}

.dose-brand-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.dose-brand-product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    padding: 20px 18px 22px !important;
    min-height: 142px !important;
    background: #ffffff !important;
}

.dose-brand-product-info h4 {
    width: 100% !important;
    margin: 0 !important;
    color: #30343a !important;
    font-size: 23px !important;
    line-height: 1.22 !important;
    font-weight: 900 !important;
}

.dose-brand-product-info strong {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 98px !important;
    min-height: 42px !important;
    padding: 8px 14px !important;
    background: #36a9e8 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

@media (max-width: 991px) {
    .dose-brand-product-image {
        height: 230px !important;
    }

    .dose-brand-product-info h4 {
        font-size: 21px !important;
    }
}

@media (max-width: 767px) {
    .dose-home-brand-product-sliders {
        padding: 38px 0 42px !important;
    }

    .dose-brand-product-section {
        margin-bottom: 38px !important;
    }

    .dose-brand-product-track {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .dose-brand-product-slide {
        padding: 0 8px !important;
    }

    .dose-brand-product-image {
        height: 245px !important;
    }

    .dose-brand-product-info {
        min-height: auto !important;
        padding: 18px 16px 20px !important;
    }
}

/* dose_home_brand_card_actions_final */
.dose-brand-product-slide {
    display: flex !important;
}

.dose-brand-product-card {
    width: 100% !important;
    height: 100% !important;
}

.dose-brand-product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    min-height: 175px !important;
}

.dose-brand-product-title {
    flex: 1 1 auto !important;
    min-height: 88px !important;
    margin: 0 0 16px 0 !important;
}

.dose-brand-product-actions {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.dose-brand-product-actions strong {
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.dose-brand-product-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 118px !important;
    min-height: 42px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    background: #2f3742 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all .2s ease !important;
}

.dose-brand-product-btn:hover {
    background: #1f2731 !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .dose-brand-product-title {
        min-height: auto !important;
    }

    .dose-brand-product-actions {
        gap: 10px !important;
    }

    .dose-brand-product-btn {
        min-width: 104px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
}
/* /dose_home_brand_card_actions_final */

/* Marka slider kartları: başlık/fiyat hizası final */
.dose-brand-product-info {
    min-height: 180px !important;
}

.dose-brand-product-info h4,
.dose-brand-product-title {
    min-height: 66px !important;
    max-height: 66px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 18px !important;
}

.dose-brand-product-actions {
    margin-top: auto !important;
}

@media (max-width: 767px) {
    .dose-brand-product-info {
        min-height: 160px !important;
    }

    .dose-brand-product-info h4,
    .dose-brand-product-title {
        min-height: 62px !important;
        max-height: 62px !important;
    }
}

/* Anasayfa marka ürün slider başlığı düzeltme */
.dose-brand-product-head .dose-brand-product-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 13px !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0 !important;
    text-decoration: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

.dose-brand-product-head .dose-brand-product-title > span:not(.dose-brand-product-logo) {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.dose-brand-product-head .dose-brand-product-title small {
    display: block !important;
    color: #36a9e8 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    margin: 0 0 5px !important;
}

.dose-brand-product-head .dose-brand-product-title strong {
    display: block !important;
    color: #30343a !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: normal !important;
    overflow: visible !important;
    min-height: 0 !important;
    max-height: none !important;
}

.dose-brand-product-head .dose-brand-product-logo {
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border: 1px solid #e3ebf3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 20px rgba(25,35,48,.06) !important;
}

.dose-brand-product-head .dose-brand-product-logo img {
    max-width: 42px !important;
    max-height: 34px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.dose-brand-product-head .dose-brand-product-all {
    flex: 0 0 auto !important;
}

@media (max-width: 767px) {
    .dose-brand-product-head .dose-brand-product-title {
        width: 100% !important;
    }

    .dose-brand-product-head .dose-brand-product-title strong {
        font-size: 23px !important;
    }

    .dose-brand-product-head .dose-brand-product-logo {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        flex-basis: 52px !important;
    }

    .dose-brand-product-head .dose-brand-product-logo img {
        max-width: 38px !important;
        max-height: 30px !important;
    }
}

/* dose_home_recent_real_cards_final */

/* Sadece anasayfa Son Eklenen Araçlar bölümü */
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real {
    background: #ffffff !important;
    border: 1px solid #e5edf5 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(25,35,48,.08) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    height: 100% !important;
    margin-bottom: 30px !important;
}

.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real:hover {
    transform: translateY(-3px) !important;
    border-color: #bfe5fa !important;
    box-shadow: 0 18px 42px rgba(25,35,48,.13) !important;
}

/* Görsel alanı */
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .hover-effect.araclar {
    height: 225px !important;
    overflow: hidden !important;
    background: #f3f5f7 !important;
}

.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .hover-effect.araclar a,
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .hover-effect.araclar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .hover-effect.araclar img {
    object-fit: cover !important;
}

/* Bilgi alanı */
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption {
    background: #ffffff !important;
    padding: 0 !important;
}

.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    min-height: 150px !important;
    padding: 17px 14px 18px !important;
    background: #ffffff !important;
}

/* Başlık */
.dose-home-recent-products .dose-home-recent-title-real {
    min-height: 62px !important;
    max-height: 62px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 16px !important;
    color: #30343a !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

/* Fiyat + buton satırı */
.dose-home-recent-products .dose-home-recent-actions-real {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.dose-home-recent-products .dose-home-recent-price-real {
    margin: 0 !important;
    padding: 0 !important;
}

.dose-home-recent-products .dose-home-recent-price-real ins,
.dose-home-recent-products .dose-home-recent-price-real span,
.dose-home-recent-products .dose-home-recent-price-real strong {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 92px !important;
    min-height: 40px !important;
    padding: 8px 13px !important;
    background: #36a9e8 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.dose-home-recent-products .dose-home-recent-btn-real {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 110px !important;
    min-height: 40px !important;
    padding: 8px 14px !important;
    background: #2f3742 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: background .18s ease !important;
}

.dose-home-recent-products .dose-home-recent-btn-real:hover {
    background: #1f2731 !important;
    color: #ffffff !important;
}

/* Eski tarih/km/vites satırı ürün yapısında gereksiz */
.dose-home-recent-products .dose-home-recent-details-hidden {
    display: none !important;
}

/* Overlay koyuluğu abartılıysa hafiflet */
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .overlay {
    background: rgba(0,0,0,.08) !important;
}

@media (max-width: 991px) {
    .dose-home-recent-products figure.car-item-1.dose-home-recent-card-real .hover-effect.araclar {
        height: 210px !important;
    }

    .dose-home-recent-products .dose-home-recent-title-real {
        font-size: 19px !important;
    }
}

@media (max-width: 575px) {
    .dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info {
        min-height: 140px !important;
    }

    .dose-home-recent-products .dose-home-recent-actions-real {
        gap: 10px !important;
    }

    .dose-home-recent-products .dose-home-recent-btn-real {
        min-width: 96px !important;
        font-size: 12px !important;
        padding: 8px 10px !important;
    }
}

/* /dose_home_recent_real_cards_final */

/* dose_home_recent_three_column_layout */
.dose-home-recent-products .row{
    display:flex !important;
    flex-wrap:wrap !important;
    margin-left:-15px !important;
    margin-right:-15px !important;
}

.dose-home-recent-products .row > [class*="col-"]{
    width:33.333333% !important;
    max-width:33.333333% !important;
    flex:0 0 33.333333% !important;
    padding-left:15px !important;
    padding-right:15px !important;
    margin-bottom:30px !important;
}

.dose-home-recent-products figure.car-item-1,
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real{
    height:100% !important;
}

@media (max-width: 991px){
    .dose-home-recent-products .row > [class*="col-"]{
        width:50% !important;
        max-width:50% !important;
        flex:0 0 50% !important;
    }
}

@media (max-width: 575px){
    .dose-home-recent-products .row > [class*="col-"]{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }
}
/* /dose_home_recent_three_column_layout */


/* Son Eklenen Araçlar - 6'lı grid başlık/fiyat hizası final */
.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 158px !important;
    padding: 17px 14px 18px !important;
}

.dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info h5,
.dose-home-recent-products .dose-home-recent-title-real {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 62px !important;
    max-height: 62px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    color: #30343a !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

.dose-home-recent-products .dose-home-recent-actions-real {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.dose-home-recent-products .dose-home-recent-price-real {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.dose-home-recent-products .dose-home-recent-btn-real {
    flex: 0 0 auto !important;
}

@media (max-width: 575px) {
    .dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info {
        min-height: 150px !important;
    }

    .dose-home-recent-products figure.car-item-1.dose-home-recent-card-real figcaption .info h5,
    .dose-home-recent-products .dose-home-recent-title-real {
        min-height: 58px !important;
        max-height: 58px !important;
        font-size: 19px !important;
    }
}

/* dose_tum_araclar_card_modern */

/* /tum-araclar ürün listesi */
.dose-tum-araclar-list-modern .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.dose-tum-araclar-list-modern .row > [class*="col-"] {
    display: flex !important;
    margin-bottom: 32px !important;
}

/* Kart */
.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern {
    width: 100% !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e5edf5 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(25,35,48,.08) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    margin-bottom: 0 !important;
}

.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern:hover {
    transform: translateY(-3px) !important;
    border-color: #bfe5fa !important;
    box-shadow: 0 18px 42px rgba(25,35,48,.13) !important;
}

/* Görsel */
.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .hover-effect.araclar {
    height: 230px !important;
    overflow: hidden !important;
    background: #f3f5f7 !important;
}

.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .hover-effect.araclar a,
.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .hover-effect.araclar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .hover-effect.araclar img {
    object-fit: cover !important;
}

/* Figcaption */
.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern figcaption {
    background: #ffffff !important;
    padding: 0 !important;
}

.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern figcaption .info {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 158px !important;
    padding: 17px 14px 18px !important;
    background: #ffffff !important;
}

/* Başlık */
.dose-tum-araclar-list-modern .dose-tum-araclar-title-modern {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 62px !important;
    max-height: 62px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    color: #30343a !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

/* Fiyat + Buton */
.dose-tum-araclar-list-modern .dose-tum-araclar-actions-modern {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.dose-tum-araclar-list-modern .dose-tum-araclar-price-modern {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.dose-tum-araclar-list-modern .dose-tum-araclar-price-modern ins,
.dose-tum-araclar-list-modern .dose-tum-araclar-price-modern span,
.dose-tum-araclar-list-modern .dose-tum-araclar-price-modern strong {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 92px !important;
    min-height: 40px !important;
    padding: 8px 13px !important;
    background: #36a9e8 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.dose-tum-araclar-list-modern .dose-tum-araclar-btn-modern {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 110px !important;
    min-height: 40px !important;
    padding: 8px 14px !important;
    background: #2f3742 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: background .18s ease !important;
}

.dose-tum-araclar-list-modern .dose-tum-araclar-btn-modern:hover {
    background: #1f2731 !important;
    color: #ffffff !important;
}

/* Eski araç detay satırı ürün yapısında gereksiz */
.dose-tum-araclar-list-modern .dose-tum-araclar-details-hidden {
    display: none !important;
}

/* Overlay daha hafif */
.dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .overlay {
    background: rgba(0,0,0,.08) !important;
}

/* Grid: masaüstü 3, tablet 2, mobil 1 */
@media (min-width: 992px) {
    .dose-tum-araclar-list-modern .row > [class*="col-"] {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
    }
}

@media (max-width: 991px) {
    .dose-tum-araclar-list-modern .row > [class*="col-"] {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern .hover-effect.araclar {
        height: 220px !important;
    }

    .dose-tum-araclar-list-modern .dose-tum-araclar-title-modern {
        font-size: 19px !important;
    }
}

@media (max-width: 575px) {
    .dose-tum-araclar-list-modern .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .dose-tum-araclar-list-modern figure.car-item-1.dose-tum-araclar-card-modern figcaption .info {
        min-height: 150px !important;
    }

    .dose-tum-araclar-list-modern .dose-tum-araclar-actions-modern {
        gap: 10px !important;
    }

    .dose-tum-araclar-list-modern .dose-tum-araclar-btn-modern {
        min-width: 96px !important;
        font-size: 12px !important;
        padding: 8px 10px !important;
    }
}

/* /dose_tum_araclar_card_modern */

/* /tum-araclar pagination fix: kart grid'i pagination satırını bozmasın */

/* Sadece ürün kartlarının bulunduğu row 3'lü grid olsun */
.dose-tum-araclar-list-modern .row.dose-tum-araclar-card-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

@media (min-width: 992px) {
    .dose-tum-araclar-list-modern .row.dose-tum-araclar-card-row > [class*="col-"] {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
    }
}

@media (max-width: 991px) {
    .dose-tum-araclar-list-modern .row.dose-tum-araclar-card-row > [class*="col-"] {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media (max-width: 575px) {
    .dose-tum-araclar-list-modern .row.dose-tum-araclar-card-row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* Ürün kartı olmayan row'ları grid etkisinden çıkar */
.dose-tum-araclar-list-modern .row:not(.dose-tum-araclar-card-row),
.dose-tum-araclar-list-modern .row.dose-tum-araclar-pagination-row {
    display: block !important;
    flex-wrap: initial !important;
    width: 100% !important;
    clear: both !important;
}

.dose-tum-araclar-list-modern .row:not(.dose-tum-araclar-card-row) > [class*="col-"],
.dose-tum-araclar-list-modern .row.dose-tum-araclar-pagination-row > [class*="col-"] {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    margin-bottom: 0 !important;
}

/* Pagination alanı düzgün yatay görünsün */
.dose-tum-araclar-list-modern .pagination,
.dose-tum-araclar-list-modern ul.pagination {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

.dose-tum-araclar-list-modern .pagination li,
.dose-tum-araclar-list-modern ul.pagination li {
    display: inline-flex !important;
    float: none !important;
    margin: 0 !important;
}

.dose-tum-araclar-list-modern .pagination li a,
.dose-tum-araclar-list-modern .pagination li span,
.dose-tum-araclar-list-modern ul.pagination li a,
.dose-tum-araclar-list-modern ul.pagination li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 46px !important;
    min-height: 46px !important;
}

/* Kayıt sayısı metni pagination yanında/üstünde düzgün kalsın */
.dose-tum-araclar-list-modern .pagination-info,
.dose-tum-araclar-list-modern .result-count,
.dose-tum-araclar-list-modern .showing-results {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 8px !important;
}

/* dose_mobile_filter_dropdown_final */

/* Mobil filtre dropdown */
@media (max-width: 991px) {
    .dose-product-filter-column {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-bottom: 22px !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready {
        background: #ffffff !important;
        border: 1px solid #e5edf5 !important;
        border-radius: 18px !important;
        box-shadow: 0 14px 34px rgba(25,35,48,.08) !important;
        overflow: hidden !important;
        margin-bottom: 22px !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready .sidebar-title {
        cursor: pointer !important;
        background: #ffffff !important;
        border-bottom: 1px solid #edf2f7 !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready .sidebar-title h5 {
        min-height: 58px !important;
        margin: 0 !important;
        padding: 0 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        color: #30343a !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
    }

    #inventory-sidebar-dark .dose-mobile-filter-toggle {
        border: 0 !important;
        background: transparent !important;
        color: #36a9e8 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
    }

    #inventory-sidebar-dark .dose-mobile-filter-toggle i {
        font-size: 20px !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready:not(.is-open) .sidebar-filter {
        display: none !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready.is-open .sidebar-filter {
        display: block !important;
        padding: 18px !important;
        background: #ffffff !important;
    }

    #inventory-sidebar-dark.dose-mobile-filter-ready.is-open .dose-mobile-filter-toggle i {
        transform: rotate(90deg);
    }
}

/* Desktop filtre her zaman açık */
@media (min-width: 992px) {
    #inventory-sidebar-dark.dose-mobile-filter-ready .sidebar-filter {
        display: block !important;
    }

    #inventory-sidebar-dark .dose-mobile-filter-toggle {
        display: none !important;
    }
}

/* /dose_mobile_filter_dropdown_final */

/* dose_remove_price_filter_final */

/* Fiyat Aralığı filtresini tüm cihazlarda kaldır */
#inventory-sidebar-dark .dose-price-filter-removed {
    display: none !important;
}

/* Eski tema boşluk/çizgi kalıntısı bırakmasın */
#inventory-sidebar-dark .dose-price-filter-removed + .clearfix,
#inventory-sidebar-dark .dose-price-filter-removed + hr {
    display: none !important;
}

/* Fiyat bölümü kalkınca Filtreleri Temizle çok kopuk durmasın */
#inventory-sidebar-dark .filter-reset,
#inventory-sidebar-dark div.filter-reset {
    margin-top: 12px !important;
}

/* /dose_remove_price_filter_final */

/* Araç detay lightbox / gallery görsel hizalama düzeltmesi */
body .amazingslider-lightbox,
body .amazingslider-lightbox div,
body .amazingslider-lightbox-wrapper {
    box-sizing: border-box !important;
}

body .amazingslider-lightbox img,
body .fancybox-image,
body .fancybox-content img {
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 80px) !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Görselin sola yapışmasını engelle */
body .fancybox-slide--image,
body .fancybox-slide {
    text-align: center !important;
}

body .fancybox-content {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Amazing Slider lightbox içindeki görsel alanını ortala */
body [class*="amazingslider"] img {
    object-fit: contain;
}

/* Araç detay galeri lightbox hizalama düzeltmesi */
body .html5box,
body .html5box *,
body .html5box-container,
body .html5box-content,
body .html5box-box,
body .html5box-lightbox,
body .html5box-wrapper,
body .amazingslider-lightbox,
body .amazingslider-lightbox *,
body .amazingslider-lightbox-wrapper {
    box-sizing: border-box !important;
}

body .html5box,
body .html5box-container,
body .html5box-content,
body .html5box-box,
body .html5box-lightbox,
body .html5box-wrapper,
body .amazingslider-lightbox,
body .amazingslider-lightbox-wrapper {
    text-align: center !important;
}

body .html5box img,
body .html5box-container img,
body .html5box-content img,
body .html5box-box img,
body .html5box-lightbox img,
body .html5box-wrapper img,
body .amazingslider-lightbox img,
body .fancybox-image,
body .fancybox-content img {
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 90px) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

body .fancybox-slide,
body .fancybox-slide--image {
    text-align: center !important;
}

body .fancybox-content {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Mobil lightbox */
@media (max-width: 767px) {
    body .html5box img,
    body .html5box-container img,
    body .html5box-content img,
    body .html5box-box img,
    body .html5box-lightbox img,
    body .html5box-wrapper img,
    body .amazingslider-lightbox img,
    body .fancybox-image,
    body .fancybox-content img {
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 80px) !important;
    }
}

/* WebP lightbox iframe düzeltmesi */
.html5lightbox-web.dose-webp-lightbox-web-fixed,
.html5-image.dose-webp-lightbox-web-fixed {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.dose-webp-lightbox-image {
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 90px) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .dose-webp-lightbox-image {
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 80px) !important;
    }
}

/* Sadece WebP iframe -> img dönüşen lightbox görsellerini büyüt */
body .html5lightbox-web.dose-webp-lightbox-web-fixed {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
}

body .html5lightbox-web.dose-webp-lightbox-web-fixed .dose-webp-lightbox-image {
    width: min(86vw, 1500px) !important;
    height: auto !important;
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 96px) !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

@media (max-width: 767px) {
    body .html5lightbox-web.dose-webp-lightbox-web-fixed .dose-webp-lightbox-image {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 86px) !important;
    }
}

/* Lightbox boş kenar alanlarını beyaz yerine koyu göster */
body .html5-image,
body .html5lightbox-web,
body .html5lightbox-web.dose-webp-lightbox-web-fixed {
    background: #0f172a !important;
}

body .html5box,
body .html5box-container,
body .html5box-content,
body .html5box-box,
body .html5box-lightbox,
body .html5box-wrapper {
    background: #0f172a !important;
}

/* Görselin oranını bozma, kırpma yapma */
body .dose-webp-lightbox-image {
    object-fit: contain !important;
    background: transparent !important;
}

/* WebP lightbox: dikey görsel dikey kalsın, ekranı zorla kaplamasın */
body .html5lightbox-web.dose-webp-lightbox-web-fixed {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    background: #0f172a !important;
}

body .html5lightbox-web.dose-webp-lightbox-web-fixed .dose-webp-lightbox-image {
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 90px) !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    body .html5lightbox-web.dose-webp-lightbox-web-fixed .dose-webp-lightbox-image {
        max-width: calc(100vw - 28px) !important;
        max-height: calc(100vh - 80px) !important;
    }
}


/* Anasayfa slider dar ekran boşluk düzeltmesi */
@media (max-width: 991px) {
    body #slider-form-2 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
        overflow: hidden !important;
    }

    body #slider-form-2 > img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 7 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    body #slider-form-2 .slider-layer {
        position: absolute !important;
        inset: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 575px) {
    body #slider-form-2 > img {
        aspect-ratio: 16 / 9 !important;
    }
}

/* Eğer slider formu mobilde görünüyorsa boşluk büyütmesin */
@media (max-width: 991px) {
    body #slider-form-2 #form-find-car {
        display: none !important;
    }

    body #slider-form-2 .slider-typo {
        display: none !important;
    }
}

/* Anasayfa slider: dar ekranlarda alttaki büyük boşluğu kaldır */
@media (max-width: 1400px) {
    body #main #slider-form-2 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
        display: block !important;
    }

    body #main #slider-form-2 > img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: contain !important;
    }

    body #main #slider-form-2 .slider-layer {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body #main #slider-form-2 > img {
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}


/* Slider layer gizlenmesin, sadece yükseklik şişirmesin */
@media (max-width: 1400px) {
    body #main #slider-form-2 {
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    body #main #slider-form-2 .slider-layer {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        height: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events: none !important;
    }

    body #main #slider-form-2 .slider-layer .container,
    body #main #slider-form-2 .slider-layer .slider-typo,
    body #main #slider-form-2 .slider-layer #form-find-car {
        pointer-events: auto !important;
    }
}

