﻿@font-face {
    font-family: 'ToyotaType-SemiBold';
    src: url('../fonts/ToyotaType/ToyotaType-Semibold.otf');
    src: url('../fonts/ToyotaType/ToyotaType-Semibold.otf?#iefix') format('embedded-opentype'), url('../fonts/ToyotaType/ToyotaType-Semibold.otf') format('woff'), url('../fonts/ToyotaType/ToyotaType-Semibold.otf') format('woff2'), url('../fonts/ToyotaType/ToyotaType-Semibold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaType-Regular';
    src: url('../fonts/ToyotaType/ToyotaType-Regular.eot');
    src: url('../fonts/ToyotaType/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ToyotaType/ToyotaType-Regular.woff') format('woff'), url('../fonts/ToyotaType/ToyotaType-Regular.woff2') format('woff2'), url('../fonts/ToyotaType/ToyotaType-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaType-Light';
    src: url('../fonts/ToyotaType/ToyotaType-Light.eot');
    src: url('../fonts/ToyotaType/ToyotaType-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ToyotaType/ToyotaType-Light.woff') format('woff'), url('../fonts/ToyotaType/ToyotaType-Light.woff2') format('woff2'), url('../fonts/ToyotaType/ToyotaType-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}


html {
    -webkit-text-size-adjust: 100%;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    font-family: 'ToyotaType-Regular', sans-serif;
    background-color: #fff;
    background-repeat: repeat-x;
    overflow-x: hidden !important;
}

.header-tta {
    background-color: #282830;
}

.container-tta {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px;
}

.container-tta-1440 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px;
}

.container-tta-1114 {
    max-width: 1114px;
    margin: 0 auto;
    padding: 0px;
}

.container-tta-860 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0px;
}

.row-logo {
    padding: 20px 0px;
}

    .row-logo span {
        font-size: 20px;
        font-weight: 500;
        font-family: ToyotaType-Regular;
        color: #fff;
        display: inline-block;
        padding-bottom: 6px;
    }

/* Kenarlardaki artefaktları kes */
.header-slider {
    position: relative;
    overflow: hidden;
}

.carousel-gradient {
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

    /* Inline boşlukları önle, taşmaları düzgün kapla */
    .carousel-gradient img {
        height: 400px;
        width: 100%;
        display: block;
    }

.carousel-gradient-left {
    left: 0;
}

/* Sağ taraftaki çizgiyi gizlemek için 1px içeri kaydır */
.carousel-gradient-right {
    right: -1px;
    transform: scaleX(-1);
}








.carousel-item {
    height: 400px;
}

.carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #282830;
    top: 44%;
    padding-right: 6px;
}

.carousel-control-next {
    width: 55px;
    height: 55px;
    background-color: #282830;
    top: 44%;
    padding-left: 6px;
}

.carousel-control-prev-icon {
    background-image: url(../images/chevron_left.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/chevron_right.svg);
}

.carousel-caption {
    bottom: unset;
    top: 60px;
    text-align: left !important;
    z-index: 5;
}

.carousel-caption-title {
    font-size: 36px;
    font-weight: 500;
    font-family: ToyotaType-Regular;
    color: #fff;
    display: block;
}

.carousel-caption-desc {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    font-family: ToyotaType-Light;
    color: #fff;
    display: block;
    max-width: 562px;
    margin-top: 16px;
}

a.carousel-caption-link {
    font-size: 16px;
    font-weight: 500;
    font-family: ToyotaType-Regular;
    background-color: #fff;
    color: #282830;
    display: inline-block;
    text-decoration: none;
    padding: 12px 56px;
    padding-bottom: 14px;
    margin-top: 28px;
}

    a.carousel-caption-link:hover {
        text-decoration: underline;
        background-color: #f5f5f5;
        color: #282830;
    }

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators [data-bs-target] {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #a8aaac;
    }

    .carousel-indicators .active {
        background-color: #6c7073;
    }

.model-choice {
    background-color: #282830;
    margin-top: 46px;
    padding: 24px;
    padding-top: 18px;
}

    .model-choice .title {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
    }

    .model-choice .desc {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-top: 22px;
        margin-bottom: 20px;
        font-family: ToyotaType-Light;
    }

.model-choice-accessory {
    background-color: #282830;
    padding: 24px;
    padding-top: 18px;
    position: absolute;
    max-width: 1080px;
    width: 100%;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
}

.header-image {
    height: 305px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-detail-image {
    height: 195px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

@media (max-width: 768px) {
    .header-image,
    .header-detail-image {
        height: 195px;
        background-size: cover;
        background-position: center 58%;
        background-color: transparent;
    }
}


.container-accessory {
    margin-top: 140px;
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    position: relative;
}


    .form-check-input[type="radio"]:checked {
        border-color: #fff;
        background-color: transparent;
    }

        .form-check-input[type="radio"]:checked::after {
            content: "";
            width: 11px;
            height: 11px;
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


.form-check-label {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-family: ToyotaType-Light;
}


button:focus,
select:focus,
input:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.select2-container {
    border: 0;
    border-radius: 0;
    z-index: 1;
    width: auto !important;
    display: block;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: auto;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #595959;
        line-height: 28px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 14px 18px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c7073;
    font-size: 16px;
    font-weight: 400;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e9ecef;
    color: #282830;
}

.select2-results__option {
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 56%;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
    background-image: url(../images/select2_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg);
}

.input-search {
    border-radius: 0;
    padding: 16px;
    border: 1px solid #e4e4e4;
}

.btn-search {
    background-color: #fff;
    color: #282830;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 16px;
}

.custom-mw-343 {
    max-width: 343px;
}

.custom-mw-480 {
    max-width: 480px;
}

.nav-menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .nav-menu li {
        display: inline-block;
        margin-left: 13px;
        margin-right: 13px;
    }

        .nav-menu li a {
            width: 124px;
            height: 46px;
            border-radius: 42px;
            border: 1px solid #adadad;
            color: #5a5a5a;
            font-size: 13px;
        }

            .nav-menu li a:hover {
                background-color: #2f2f2f;
                color: #fff;
            }

            .nav-menu li a.active {
                background-color: #2f2f2f;
                color: #fff;
            }

#nav-mobile {
    display: none;
}

.footer-tta {
    position: relative;
    margin-top: 164px;
    background-color: #f5f5f5;
}

.col-header-btn {
    float: right;
    text-align: right;
}

.row-main-product {
    margin-top: 32px;
}

    .row-main-product img {
        width: 100%;
    }

.custom-mw-500 {
    max-width: 500px;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #282830;
    display: block;
    margin-bottom: 20px;
}

.product-title {
    font-size: 24px;
    font-weight: 600;
    color: #282830;
    display: block;
    margin-bottom: 20px;
}

.product-desc {
    font-size: 18px;
    line-height: 26px;
    color: #282830;
    font-family: ToyotaType-Light;
    display: block;
    margin-bottom: 22px;
    text-align: justify;
}

.row-main-product:nth-child(even) {
    flex-direction: row-reverse;
}

.btn-dark {
    background-color: #282830;
    border-radius: 0;
    font-size: 16px;
    font-family: ToyotaType-Light;
    color: #fff;
    padding: 11px 24px;
}

.btn-white {
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-family: ToyotaType-Light;
    color: #282830 !important;
    padding: 11px 23px;
    border: 1px solid #282830;
}

.gray-line {
    border-bottom: 2px solid #e4e4e4;
    margin-top: 26px;
    margin-bottom: 26px;
}

footer {
    position: relative;
    margin-top: 38px;
}

.footer .red-line {
    background-color: #ff0022;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    z-index: 5;
}

.container-footer {
    max-width: 1080px;
    padding-top: 36px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f5f5f5;
}

ul.social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

    ul.social-media li {
        display: inline-block;
        margin-left: 1.8px;
        margin-right: 1.8px;
    }

        ul.social-media li a {
            width: 32px;
            height: 32px;
            background-color: #333;
            text-align: center;
            display: block;
            text-decoration: none;
        }

            ul.social-media li a:hover {
                background-color: #454545;
                text-decoration: none;
            }

.text-footer {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    text-decoration: none;
}

    .text-footer:hover {
        color: #333;
        text-decoration: underline;
    }

.text-copyright {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    margin-top: 30px;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-button {
    font-weight: 400;
    padding: 12px 0px;
    font-size: 16px;
    color: #282830;
}

    .accordion-button::after {
        width: 12px;
        height: 7px;
        background-image: url(../images/chevron_filter.svg);
        background-repeat: no-repeat;
        background-size: unset;
        margin-top: 4px;
        margin-right: 16px;
    }

    .accordion-button:not(.collapsed) {
        color: #282830;
        background-color: unset;
        box-shadow: unset;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url(../images/chevron_filter.svg);
            transform: rotate(-180deg);
        }

.accordion-body {
    padding: 0px;
}

.form-check-input[type="checkbox"] {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #a8aaac;
    cursor: pointer;
}


    .form-check-input[type="checkbox"]:checked {
        background-color: #282830;
        border-color: #282830;
    }


        .form-check-input[type="checkbox"]:checked[type="checkbox"] {
            background-image: url(../images/check_filter.svg);
            background-position-x: center;
            background-size: auto;
        }

.form-check-label-filter {
    margin-left: 10px;
    font-size: 13px;
    color: #282830;
    font-weight: 600;
}

.form-check-filter {
    margin-top: 6px;
    margin-bottom: 6px;
}

.text-filter-count {
    font-size: 13px;
    color: #6c7073;
    margin-left: 8px;
}

.page-title {
    font-size: 24px;
    font-weight: 400;
    color: #282830;
    min-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-filter {
    border-radius: 26px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: 500;
    color: #282830;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 18px;
    width: 320px;
    max-width: 320px;
}

input.input-filter::placeholder {
    color: #555;
}

.btn-filter {
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    background: none;
    border: none;
}

.search-box {
    position: relative;
}

.order-box {
    position: relative;
}

.btn-order {
    background: unset;
    border-radius: 26px;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: #282830;
    padding: 7px 18px;
    margin-left: 24px;
}

    .btn-order img {
        margin-right: 10px;
    }

    .btn-order span {
        padding-bottom: 2px;
    }

.drop-order {
    position: absolute;
    border: 1px solid #ddd;
}

    .drop-order ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.order-dropdown-menu {
    margin-top: 8px !important;
    padding: 0px;
    border-radius: 0px;
}

ul.order-dropdown-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0px;
}

.order-dropdown-menu .dropdown-item {
    padding: 13px 20px;
    padding-right: 54px;
    font-size: 16px;
    color: #282830;
}

.card-tta {
    border: none;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-bottom: 12px;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5;
    position: relative;
    height: 347px;
}

    .card-tta:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .card-tta .card-title {
        font-size: 16px;
        color: #000;
        margin-bottom: 2px;
        font-weight: 400;
        /*font-family: ToyotaType-SemiBold;*/
        text-align: center;
        padding: 6px 22px;
    }

.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Desktop'da 5 satıra kadar göster */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto; /* Yüksekliği esnek yap */
    max-height: 6.5em; /* Maksimum yükseklik */
    line-height: 1.3em;
    text-align: center;
    margin: auto;
    justify-content: center;
}


.card-tta .card-text {
    font-size: 16px;
    color: #707070;
}

.card-tta .code {
    text-align: center;
    display: block;
    color: #919191;
    font-size: 14px;
}

.card-tta .price-box {
    text-align: center;
}

.card-tta .old-price {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: line-through;
    padding: 4px;
}

.card-tta .price {
    display: inline-block;
    font-size: 18px;
    font-family: ToyotaType-SemiBold;
    font-weight: 500;
    color: #000;
    padding: 4px;
}

.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
    gap: 18px;
}

    .card-list a {
        text-decoration: none;
        max-width: 250px;
    }

.card {
    height: 100%;
    background-color: #f5f5f5;
    border: none;
}

.card-img-box {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

    .card-img-box img {
        max-height: 167px;
    }

.card-img-top {
    width: 92%;
    height: auto;
    margin: auto;
}

.card-tta .card-body {
    padding: 24px 16px;
}

.badge-firsat {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #7087d9;
    color: #fff;
    font-size: 12px;
    padding: 4px 22px;
    opacity: 0.9;
}

.badge-yeni {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7087d9; /* İstersen farklı bir renk verebilirsin */
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    opacity: 0.9;
}

.badge-info {
    position: absolute;
    right: 0;
    top: 141px;
    background-color: #5e5e64;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    opacity: 0.9;
}

    .badge-info img {
        margin-right: 10px;
    }

    .badge-info span {
        padding-bottom: 1px;
        margin-top: -1px;
    }

.card-btn-box {
    padding: 8px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.btn-add-basket {
    background-color: #282830;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    border: 0;
    padding: 12px 20px;
}

#btn_FilterBox {
    display: none;
}

#filter_MobileTitle {
    display: none;
}

.filter-mobile-title span {
    font-size: 20px;
    font-weight: 600;
}

.filter-mobile-title img {
    width: 20px;
    height: 20px;
    color: #fff;
}

.btn-filter-close {
    background-color: #282830;
    /*width: 32px;*/
    height: 32px;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 32px;
    border: 0;
}

.filter-btn-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 14px;
    display: none;
    box-shadow: 0px -3px 7px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px -3px 7px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px -3px 7px 1px rgba(0, 0, 0, 0.04);
}

.btn-filter-clear {
    font-size: 16px;
    color: #282840;
    background: none;
    border: 0;
    border-bottom: 1px solid #282840;
    width: 32%;
    padding: 10px 0px;
}

    .btn-filter-clear span {
        padding-bottom: 4px;
    }

    .btn-filter-clear img {
        margin-left: 14px;
    }

.btn-filter-confirm {
    background-color: #282830;
    color: #fff;
    font-size: 16px;
    padding: 10px 24px;
    width: 58%;
    border: none;
}


.breadcrumb-content {
    line-height: 45px;
    height: 45px;
    position: relative;
}

ul.breadcrumb-nav {
}

    ul.breadcrumb-nav li {
        display: inline-block;
        color: #fff;
    }

        ul.breadcrumb-nav li a {
            color: #282830;
            text-decoration: none;
            font-size: 16px;
        }

        ul.breadcrumb-nav li:last-child a {
            color: #282830;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
        }

        ul.breadcrumb-nav li:first-child {
            margin-bottom: 5px;
        }


        ul.breadcrumb-nav li:not(:first-child)::before {
            content: '';
            display: inline-block;
            background-image: url(../images/chevron_right_dark.svg);
            width: 8px;
            height: 15px;
            background-repeat: no-repeat;
            margin-left: 12px;
            margin-right: 8px;
            margin-bottom: -2px;
        }

ul.breadcrumb-disabled li a {
    pointer-events: none;
}

.slider-product-box {
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.slide-product {
    padding: 20px;
}

.product-indicators {
    position: absolute;
    list-style: none;
    bottom: unset;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: unset;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
    margin-top: 28px;
}

    .product-indicators [data-bs-target] {
        width: 78px;
        height: 78px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
        padding: 5px 10px;
        margin: 4px;
    }

.product-desc-box .product-title {
    margin-bottom: 16px;
}

.product-desc-box .product-code {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
}

.product-desc-box .desc {
    font-size: 18px;
    line-height: 26px;
    color: #282830;
    font-family: ToyotaType-Light;
    display: block;
    margin-bottom: 16px;
    margin-top: 16px;
}

.product-desc-box .old-price {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: line-through;
    margin-right: 16px;
    padding-top: 4px;
}

.product-desc-box .price {
    display: inline-block;
    font-size: 24px;
    font-family: ToyotaType-SemiBold;
    font-weight: 500;
    color: #000;
}

.price-box {
    flex-wrap: wrap;
}

.basket-button-box {
    width: 100%;
}

.product-btn-box {
    margin-top: 10px;
    max-width: 240px;
    position: unset;
}

.accordion-product {
    margin-top: 20px;
}

    .accordion-product .accordion-item {
        border-bottom: 1px solid #e4e4e4;
    }

    .accordion-product .accordion-button::after {
        width: 15px;
        height: 8px;
        background-image: url(../images/chevron_down.svg);
        background-repeat: no-repeat;
        background-size: unset;
        margin-top: 4px;
        margin-right: 2px;
    }

    .accordion-product .accordion-body {
        padding: 12px;
        font-family: 'ToyotaType-Light';
    }

.row-recommend {
    margin-top: 114px;
}

.text-general {
    font-size: 18px;
    font-family: ToyotaType-Light;
    text-align: justify;
}

.slider-product-box .carousel-control-prev {
    width: 38px;
    height: 38px;
    background-color: #fff;
    top: 44%;
    padding-left: 6px;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 4px;
}

.slider-product-box .carousel-control-next {
    width: 38px;
    height: 38px;
    background-color: #fff;
    top: 44%;
    padding-left: 6px;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 4px;
}

.slider-product-box .carousel-control-prev-icon {
    background-image: url(../images/chevron_slider_left.svg);
    height: 21px;
}

.slider-product-box .carousel-control-next-icon {
    background-image: url(../images/chevron_slider_right.svg);
    height: 21px;
}

.btn-basket-decrease {
    border: 0;
    background-color: #282830;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-basket-increase {
    border: 0;
    background-color: #282830;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-basket-quantity {
    border: 0;
    background-color: #282830;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    width: 90px;
    height: 48px;
    padding-bottom: 5px;
    font-family: 'ToyotaType-Light';
}

.floating-box {
    position: fixed;
    bottom: 28px;
    right: 0%;
    left: 0%;
    width: 94%;
    height: 94px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.15);
    transition: height 0.3s ease;
    overflow: hidden;
    z-index: 9999;
    margin: auto;
    text-align: center;
    max-width: 1440px;
}

    .floating-box.expanded {
        height: 250px;
        overflow-y: auto;
    }

.floating-header {
    cursor: pointer;
    color: #282830;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-content {
    padding: 3px 35px;
}

.basket-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
}

.basket-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    margin: 6px 0;
    border-left: 1px solid #282830;
}


    .basket-item:nth-child(4n+1) {
        border-left: none;
    }


.basket-img-box {
    width: 50px;
}

.basket-item img {
    height: 40px;
    width: auto;
    max-width: 50px;
}

.basket-name {
    font-size: 12px;
    line-height: 16px;
    width: 134px;
}

.basket-summary {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}

.basket-summary-mobile {
    font-size: 16px;
    font-weight: 600;
    display: none;
}

.btn-return-form {
    background-color: #282830;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    border: 0;
    padding: 4px 16px;
    padding-bottom: 8px;
    font-family: 'ToyotaType-Light';
    display: block;
    text-decoration: none;
    margin-top: 6px;
    min-width: 114px;
    max-width: 150px;
}

    .btn-return-form:hover {
        color: #fff;
    }

.basket-remove-box {
    width: 44px;
    justify-content: right;
    display: flex;
}

.basket-remove {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #282830;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    margin: 0px 2px;
}

    .basket-remove img {
        width: 10px;
        height: 10px;
    }

.form-title-box {
    padding: 26px 0px;
    border-bottom: 2px solid #e4e4e4;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .form-title-box img {
        margin-right: 45px;
        margin-left: 50px;
    }

    .form-title-box .title {
        font-size: 20px;
        font-weight: 600;
    }

.form-basket-box .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 32px;
    display: block;
}

.form-product-item {
    width: 150px;
    height: 164px;
    border: 1px solid #282830;
    border-radius: 12px;
    margin-right: 30px;
    padding: 10px;
    position: relative;
    user-select: none;
}

    .form-product-item .product-name {
        font-size: 12px;
        font-weight: 400;
        display: block;
        text-align: center;
        line-height: 16px;
        margin-top: 7px;
        height: 32px;
        text-wrap: wrap;
        width: 135px;
    }

    .form-product-item .price {
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-align: center;
        margin-top: 4px;
    }

    .form-product-item .image-area img {
        height: 82px;
        width: auto;
    }

.form-basket-box {
    margin-bottom: 32px;
}

.form-basket-button-box {
    position: absolute;
    right: -19px;
    top: -19px;
}

    .form-basket-button-box .btn-basket-increase {
        border: 0;
        background-color: #282830;
        color: #fff;
        font-size: 24px;
        border-radius: unset;
        width: 38px;
        height: 38px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        display: block;
    }

        .form-basket-button-box .btn-basket-increase img {
            display: block;
            margin: auto;
        }

    .form-basket-button-box .btn-basket-decrease {
        border: 0;
        background-color: #282830;
        color: #fff;
        font-size: 24px;
        border-radius: unset;
        width: 38px;
        height: 38px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        display: block;
    }

        .form-basket-button-box .btn-basket-decrease img {
            display: block;
            margin: auto;
        }

    .form-basket-button-box .btn-basket-quantity {
        border: 0;
        background-color: #282830;
        color: #fff;
        font-size: 20px;
        border-radius: 0;
        width: 38px;
        height: 42px;
        padding-bottom: 5px;
        font-family: 'ToyotaType-Light';
    }



.form-product-item {
    width: 150px;
    height: 164px;
    border: 1px solid #282830;
    border-radius: 12px;
    margin-right: 30px;
    padding: 10px;
    position: relative;
    user-select: none;
    overflow: visible;
    -webkit-font-smoothing: antialiased;
}

    .form-product-item .image-area {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 82px;
        overflow: hidden;
    }

        .form-product-item .image-area img {
            max-width: 100%;
            max-height: 82px;
            width: auto;
            height: auto;
            display: block;
        }


    .form-product-item .product-name {
        font-size: 12px;
        font-weight: 400;
        display: block;
        text-align: center;
        line-height: 16px;
        margin-top: 7px;
        height: 32px;
        width: 135px;
        white-space: normal;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-product-item .price {
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-align: center;
        margin-top: 4px;
    }


.form-basket-button-box {
    position: absolute;
    top: 36px;
    right: -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    z-index: 10;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    pointer-events: auto;
}


    .form-basket-button-box button {
        -webkit-appearance: none;
        appearance: none;
        border: 0;
        background-color: #282830;
        color: #fff;
        width: 38px;
        min-width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        line-height: 1;
        box-sizing: border-box;
        font-family: 'ToyotaType-Light', system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }


    .form-basket-button-box .btn-basket-increase {
        height: 38px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .form-basket-button-box .btn-basket-quantity {
        height: 42px;
        font-size: 16px;
        padding-bottom: 0;
        border-radius: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 38px;
    }

    .form-basket-button-box .btn-basket-decrease {
        height: 38px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }


    .form-basket-button-box img {
        /*width: 18px;*/
        height: auto;
        display: block;
        pointer-events: none;
    }




.form-tta .input-tta {
    border: 0;
    border-bottom: 1px solid #505050;
    border-radius: 0;
    font-size: 14px;
    color: #595959;
    padding: 3px 0px;
    background-color: #fff !important;
}


.form-tta .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding: 0px 0px;
}

.form-tta .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #282830;
    border-radius: 0;
    height: auto;
}

    .form-tta .select2-container--default .select2-selection--single::after {
        content: "";
        position: absolute;
        right: 5px;
        top: 44%;
        transform: translateY(-50%);
        width: 15px;
        height: 8px;
        background-image: url(../images/select2_arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        transition: transform 0.2s ease;
        pointer-events: none;
    }

.form-tta .form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-tta .form-check-label {
    margin-left: 10px;
    color: #282830;
    font-size: 16px;
    font-family: ToyotaType-Light;
}

.form-control:focus {
    border-bottom: 1px solid #282830;
}

.row-user-confirm {
    margin-top: 10px;
}


.user-confirm-box .title {
    display: block;
    font-family: ToyotaType-Regular;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 14px;
    color: #000;
}


.customcheck {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    text-align: justify;
    position: relative;
}

    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #333;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
}

.customcheck:hover input ~ .checkmark {
    background-color: #eee;
}

.customcheck input:checked ~ .checkmark {
    background-color: #333;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}

.customcheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checktext {
    line-height: 1.4;
    display: inline-block;
    margin-top: 2px;
}

    .checktext.single-line {
        margin-top: 3px;
    }

    .checktext a {
        color: #333;
        text-decoration: underline;
    }

        .checktext a:hover {
            text-decoration: none;
        }

.input-error {
    color: #D40605 !important;
    border-bottom: 1px solid #D40605 !important;
}

.customcheck.checkbox-error .checkmark {
    border: 2px solid red !important;
}

#toggleIcon {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

#toggleBtn {
    padding: 7px 10px;
}

.form-basket-box .nav-scroller-nav {
    cursor: grab;
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 23px;
}

    .form-basket-box .nav-scroller-nav::-webkit-scrollbar {
        display: none;
    }

    .form-basket-box .nav-scroller-nav.dragging {
        cursor: grabbing;
        user-select: none;
    }

.form-basket-box .nav-scroller-content,
.nav-scroller-items {
    display: inline-flex;
    align-items: center;
    white-space: wrap;
}

.form-basket-box .nav-scroller-item:last-child {
    border-right-color: unset;
}

.row-recommend-product .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 26px;
    display: block;
}

.form-recommend-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-recommend-item {
    border: 1px solid #282830;
    border-radius: 12px;
    display: flex;
    padding: 3px 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    align-items: center;
}

    .form-recommend-item .image-area {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

        .form-recommend-item .image-area img {
            height: 50px;
            width: auto;
        }

    .form-recommend-item .product-name {
        font-size: 14px;
        font-weight: 400;
        white-space: nowrap;
    }

    .form-recommend-item .price {
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        display: block;
    }

    .form-recommend-item .btn-add-recommend {
        background-color: #fff;
        border: none;
        width: 30px;
        height: 30px;
        margin: 0px 10px;
    }

.added-count {
    background-color: #282830 !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 4px;
    font-size: 12px;
}

.col-form {
    position: relative;
    margin-bottom: 8px;
}

.text-danger-absolute {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: ToyotaType-Regular !important;
    color: #FF0022 !important;
    position: absolute;
    top: 52px;
    left: 8px;
}

.modal-content {
    border: none;
    border-radius: 15px;
    padding: 16px;
}

.modal-header {
    padding: 10px 16px;
    border-bottom: unset;
}

    .modal-header .btn-close {
        background-image: url(../images/close_modal.svg);
        background-repeat: no-repeat;
        background-color: transparent;
        padding: 8px 2px;
        text-align: center;
        background-position: center center;
        background-size: unset;
        border: none;
        opacity: 1;
    }

.modal-body {
    padding: 2px 20px;
}

.cancelling-modal-title {
    font-size: 20px !important;
    font-weight: 30;
    color: #000000;
    font-family: ToyotaType-SemiBold !important;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.sms-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: ToyotaType-Regular;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.sms-error-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: ToyotaType-Regular;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.modal-body p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: ToyotaType-Light;
    text-align: center;
    display: block;
    margin-bottom: 36px;
}

.input-valid-code {
    width: 356px;
    border: 0;
    border-bottom: 1px solid #505050;
    border-radius: 0;
    font-size: 14px;
    color: #595959;
    padding: 3px 0px;
    background-color: #fff !important;
}

.valid-code {
    width: 44%;
    margin-left: 0px;
}

.valid-code-label {
    position: absolute;
    right: -40px;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: ToyotaType-SemiBold;
}

.modal-footer {
    border-top: unset;
    justify-content: center;
}

.btn-modal-white {
    border: 1px solid #282830;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: ToyotaType-Regular;
    background-color: #fff;
    color: #282830;
    padding: 16px 26px;
}

    .btn-modal-white:hover {
        border: 1px solid #282830;
        border-radius: 0px;
        font-size: 16px;
        font-weight: 400;
        font-family: ToyotaType-Regular;
        background-color: #f5f5f5;
        color: #282830;
        padding: 16px 26px;
    }

.btn-modal-dark {
    border: 1px solid #282830;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: ToyotaType-Regular;
    background-color: #282830;
    color: #fff;
    padding: 16px 26px;
}

    .btn-modal-dark:hover {
        border: 1px solid #282830;
        border-radius: 0px;
        font-size: 16px;
        font-weight: 400;
        font-family: ToyotaType-Regular;
        background-color: #303030;
        color: #fff;
        padding: 16px 26px;
    }

.sa-title-danger {
    color: #D02525 !important;
    font-size: 20px !important;
    font-family: ToyotaType-Regular !important;
}

.btn-sa-confirm {
    background-color: #282830 !important;
    color: #fff !important;
    padding: 12px 30px;
    min-width: 200px;
    font-size: 24px;
    border-radius: 5px !important;
    margin-top: 14px;
}

.spinner {
    display: none;
    vertical-align: middle;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.25s ease, max-width 0.45s ease;
}


.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        max-width: 20px;
        display: inline-block;
    }

.spinner-border {
    width: 16px !important;
    height: 16px !important;
    position: relative !important;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 6px !important;
    border-width: 2px !important;
    margin-top: -4px !important;
}

.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    background-image: url(../images/loading_bg.png);
    background-size: cover;
    background-position: center;
}

    .loading .spinner-border {
        width: 50px !important;
        height: 50px !important;
        position: relative !important;
        left: 0;
        right: 0;
        top: 50%;
        margin: auto;
        border-width: 3px !important;
        margin-left: unset;
        margin-top: unset;
    }


.accordion-title-link {
    font-size: 15px;
    color: #282830;
    text-decoration: none;
    font-weight: 400;
}

    .accordion-title-link :hover {
        text-decoration: underline;
        color: #282830 !important;
    }


.page-title {
    font-size: 24px;
    font-weight: 400;
    color: #282830;
    display: flex;
    max-width: 100%;
}

.parent-category,
.child-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.parent-category {
    max-width: 50%;
}

.child-category {
    max-width: 50%;
}

.page-title-separator {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}


a.toggle-more-link {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    color: #282830;
    font-weight: 400;
    width: 150px;
    margin-top: 10px;
}

    a.toggle-more-link:hover {
        text-decoration: none;
        color: #282830;
    }

.form-recommend-list {
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .form-recommend-list.expanded {
        max-height: 250px;
        overflow-y: auto;
    }

.form-recommend-item {
    margin-bottom: 10px;
}

.toggle-more-link {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    color: #007bff;
}

.form-title {
    font-size: 36px;
    font-weight: 600;
    color: #282830;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.order-result-box {
}

.order-result-text {
    text-align: center;
    font-size: 14px;
    display: block;
}

ul.order-result-list {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 34px;
    margin-bottom: 34px;
}

    ul.order-result-list li {
    }

        ul.order-result-list li .dot {
            margin-right: 4px;
        }

        ul.order-result-list li .name {
            font-weight: 600;
            margin-right: 4px;
            font-size: 15px;
        }

        ul.order-result-list li .code {
            color: #919191;
            font-size: 15px;
        }

.dealer-address-box {
    margin-bottom: 34px;
}

.link-dealer-address {
    font-size: 14px;
    color: #282830;
    margin-right: 10px;
}

    .link-dealer-address:hover {
        color: #282830;
        text-decoration: none;
    }


@media (min-width: 1670px) {
    .container-tta {
        padding: 0px;
    }
}

@media (max-width: 1474px) {

    .basket-item:nth-child(3n+1) {
        border-left: none;
    }

    .basket-item:nth-child(4n+1) {
        border-left: 1px solid #282830;
    }

    .basket-item:first-child {
        border-left: none;
    }
}


@media (max-width: 1394px) {

    .card-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 18px;
    }
}


@media (max-width:1140px) {

    #txt_Filter {
        display: none;
    }

    .btn-filter {
        width: 40px;
        height: 40px;
        border: 1px solid #e4e4e4;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-order {
        margin-left: 6px;
    }
}

@media (max-width: 1132px) {

    .basket-item:nth-child(2n+1) {
        border-left: none;
    }

    .basket-item:nth-child(3n+1) {
        border-left: 1px solid #282830;
    }

    .basket-item:first-child {
        border-left: none;
    }
}

@media (max-width: 990px) {

    .card-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 23px;
    }
}


@media (max-width: 870px) {

    .card-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 18px;
    }

    .card-tta .card-body {
        padding-top: 10px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 0px;
    }

    #page_Title {
        display: none;
    }

    .search-box {
        width: 100%;
    }

    .input-filter {
        width: 100%;
        max-width: unset
    }

    .basket-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    }

    .input-valid-code {
        width: 96%;
    }

    .valid-code-label {
        position: absolute;
        right: -33px;
        top: 6px;
        font-size: 16px;
        font-weight: 600;
        font-family: ToyotaType-SemiBold;
    }
}


@media (max-width: 768px) {

    .card-tta .card-title {
        font-size: 14px;
        padding: 2px 10px;
        height: 2.5em;
        -webkit-line-clamp: 2; /* Mobilde 2 satır (yaklaşık 40 karakter) */
        max-height: 2.5em;
    }

    a.toggle-more-link:hover {
        text-decoration: underline !important;
    }

    .container-tta {
        padding: 0px 16px;
    }

    .row-logo {
        padding: 18px 0px;
    }

        .row-logo span {
            font-size: 14px;
        }

    .col-header-btn img {
        width: 41px;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .carousel-caption {
        left: 16px;
    }

    .carousel-caption-title {
        font-size: 20px;
    }

    .carousel-caption-desc {
        font-size: 16px;
        line-height: unset;
    }

    a.carousel-caption-link {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 24px;
        padding-bottom: 14px;
        margin-top: 28px;
    }

    .carousel-gradient img {
        height: 375px;
        width: 100%;
    }

    .slide-product {
        padding: 12px;
    }

    .carousel-item {
        height: 375px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .carousel-item img {
            max-width: 343px;
        }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators {
        bottom: -44px;
    }

    .model-choice .title {
        display: none;
    }

    .model-choice .desc {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .form-check-label {
        margin-left: 7px;
        font-size: 15px;
    }

    .custom-mw-343 {
        max-width: none;
    }

    .btn-search {
        width: 100%;
        font-size: 16px;
    }

    .row-main-product {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .footer-tta {
        height: unset;
        margin-top: 124px;
    }

    .footer .red-line {
        position: absolute;
        height: 5px;
        width: 130px;
    }

    .container-footer {
        padding-top: 36px;
        position: relative;
    }

    .text-footer {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        display: block;
    }

        .text-footer:last-child {
            margin-right: 0px;
        }

    .text-copyright {
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        color: #333;
        margin-top: 22px;
        text-align: center;
    }

    ul.social-media {
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    #filter_Column {
        display: none;
    }

    #btn_FilterBox {
        display: inline;
    }

    .card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    #filter_Column {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1050;
        overflow-y: auto;
        padding: 1rem;
    }

        #filter_Column.active {
            display: block;
        }


        #filter_Column .filter-close {
            position: absolute;
            top: 15px;
            right: 15px;
            border: none;
            background: transparent;
            font-size: 2rem;
            line-height: 1;
            cursor: pointer;
        }


    #btn_FilterBox {
        display: block;
    }

    .row-main {
        margin-top: 320px;
    }

    #filter_MobileTitle {
        display: flex;
        padding: 16px;
    }

    .filter-mobile-title {
        margin-bottom: 4px;
    }

    .form-check-item {
        border-bottom: 1px solid #e4e4e4;
        padding: 4px 20px;
        background-color: #f5f5f5;
    }

    .btn-filter-mobile {
        background: unset;
        border-radius: 26px;
        border: 1px solid #e4e4e4;
        font-size: 16px;
        color: #282830;
        padding: 7px 18px;
    }

        .btn-filter-mobile img {
            margin-left: 10px;
            padding-top: 4px;
        }

    .card-tta {
        height: 221px;
    }

    .product-image {
        width: auto;
        height: 106px;
    }

    .badge-firsat {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #7087d9;
        color: #fff;
        font-size: 10px;
        padding: 1px 8px;
        opacity: 0.9;
    }

    .badge-yeni {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #7087d9; /* İstersen farklı bir renk verebilirsin */
        color: #fff;
        font-size: 10px;
        padding: 4px 10px;
        opacity: 0.9;
    }

    .badge-info {
        position: absolute;
        right: 0;
        top: 87px;
        background-color: #5e5e64;
        color: #fff;
        font-size: 10px;
        padding: 2px 4px;
        opacity: 0.9;
    }

        .badge-info img {
            margin-right: 4px;
        }

    .card-tta .card-title {
        font-size: 14px;
        padding: 2px 10px;
        height: 2.5em;
    }

    .btn-add-basket {
        background-color: #282830;
        font-size: 13px;
        font-weight: normal;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        border: 0;
        padding: 7px 24px;
    }

    .card-tta .code {
        font-size: 10px;
    }

    .card-tta .old-price {
        font-size: 10px;
        padding: 0px;
    }

    .card-tta .price {
        font-size: 12px;
        padding: 0px;
    }

    .price-box {
        padding-top: 0px;
        margin-top: -4px;
        display: block !important;
    }

    .accordion-product {
        margin-top: 14px;
    }

        .accordion-product .accordion-header {
            padding: 4px 4px;
        }

        .accordion-product .accordion-button {
            font-weight: 400;
            padding: 12px 0px;
            font-size: 16px;
            color: #282830;
        }

    .accordion-filter .accordion-header {
        margin-bottom: 0;
        padding: 3px 20px;
        border-bottom: 1px solid #e4e4e4;
    }


    #txt_Filter {
        width: 0;
        opacity: 0;
        padding: 0;
        border: none;
        transition: all 0.3s ease;
    }


        #txt_Filter.show {
            width: 100%;
            opacity: 1;
            padding: 6px 12px;
            border: 1px solid #ccc;
            padding-bottom: 8px;
        }


    #btn_FilterBox.hide {
        display: none !important;
    }

    .filter-btn-area {
        display: flex;
    }

    .accordion-button::after {
        margin-right: 8px;
    }

    .header-detail-image {
        height: 195px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .row-recommend {
        margin-top: 20px;
    }

    .section-title {
        font-size: 16px;
    }

    .text-general {
        font-size: 14px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-desc-box {
        margin-top: 108px;
    }

        .product-desc-box .desc {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px;
        }

        .product-desc-box .product-code {
            font-size: 12px;
        }

        .product-desc-box .old-price {
            display: block;
            width: 100%;
        }

        .product-desc-box .price {
            display: inline-block;
        }

    .basket-button-box {
        display: inline-block;
        width: 46%;
        float: right;
    }

    .product-btn-box {
        margin-top: 0px;
    }

    .product-indicators {
        position: absolute;
        list-style: none;
        bottom: unset;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: left;
        padding: unset;
        margin-right: unset;
        margin-bottom: unset;
        margin-left: unset;
        margin-top: 28px;
    }

        .product-indicators [data-bs-target] {
            width: 60px;
            height: 60px;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #e4e4e4;
            box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
            padding: 5px 10px;
            margin: 4px;
        }

    .btn-basket-decrease {
        font-size: 24px;
        width: 40px;
        height: 30px;
    }

    .btn-basket-increase {
        font-size: 24px;
        width: 40px;
        height: 30px;
    }

    .btn-basket-quantity {
        font-size: 18px;
        width: 46px;
        height: 30px;
        padding-bottom: 3px;
    }

    .floating-box {
        bottom: 276px;
        height: 88px;
    }

    .floating-content {
        padding: 0px 3px;
    }

    .basket-items {
        display: grid;
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

    .basket-summary {
        display: none;
    }

    .basket-summary-mobile {
        font-size: 14px;
        font-weight: 600;
        margin-right: 8px;
        display: inline;
    }

    .btn-return-form {
        width: 94%;
        margin: auto;
        text-align: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 30px;
        max-width: unset;
    }

    #toggleBtn {
        padding: 0px 6px;
    }

    .form-title-box {
        padding: 26px 16px;
        border-bottom: 2px solid #e4e4e4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .form-title-box img {
            margin-right: 24px;
            margin-left: 0px;
        }

    .form-basket-box {
        margin-bottom: 32px;
        padding: 0px 16px;
    }

        .form-basket-box .title {
            margin-bottom: 26px;
            margin-top: 26px;
        }

    .row-form {
        padding: 0px 16px;
        margin-right: unset;
    }

    .row-recommend-product {
        margin-top: 0px;
        padding: 0px 16px;
        margin-right: unset;
    }

    .row-user-confirm {
        margin-top: 4px;
        padding: 0px 16px;
        margin-right: unset;
    }

    .row-button-group {
        margin-right: unset;
        padding: 0px 16px;
    }

    .user-confirm-box .title {
        font-size: 12px;
    }

    .row-form .form-select,
    .row-form .form-control {
        max-width: 100%;
        margin-right: unset;
    }

    .btn-white {
        background-color: #fff;
        border-radius: 0;
        font-size: 12px;
        font-family: ToyotaType-Light;
        color: #282830 !important;
        padding: 8px 12px;
        border: 1px solid #282830;
    }

    .btn-dark {
        background-color: #282830;
        border-radius: 0;
        font-size: 12px;
        font-family: ToyotaType-Light;
        color: #fff;
        padding: 8px 40px;
    }

    .btn-summary {
        width: 80%;
        padding: 14px 40px;
    }

    .summary-title {
        font-size: 24px;
    }

    .order-result-box {
        padding: 0px 16px;
    }

    .form-recommend-item .image-area img {
        height: 26px;
        width: auto;
    }

    .form-recommend-item .product-name {
        font-size: 10px;
        font-weight: 400;
        white-space: nowrap;
    }

    .form-recommend-item .price {
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap;
        display: block;
    }

    .form-recommend-item .btn-add-recommend {
        background-color: #fff;
        border: none;
        width: 20px;
        height: 20px;
        margin: 0px 6px;
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }

        .form-recommend-item .btn-add-recommend img {
            width: 14px;
            height: 14px;
        }

    .form-recommend-item {
        border: 1px solid #282830;
        border-radius: 12px;
        display: flex;
        padding: 0px 2px;
        margin-right: 8px;
        margin-bottom: 8px;
        align-items: center;
    }

        .form-recommend-item .text-area {
            padding-bottom: 6px;
        }

    .added-count {
        font-size: 10px;
    }

    .col-form {
        position: relative;
        margin-bottom: 4px;
    }

    .btn-modal-white {
        width: 100%;
    }

    .btn-modal-dark {
        width: 100%;
    }

    ul.order-result-list li .name {
        font-size: 14px;
    }

    ul.order-result-list li .code {
        font-size: 14px;
    }

}

@supports (-webkit-overflow-scrolling: touch) {

    .form-basket-button-box {
        transform: translate(48%, -48%);
    }

        .form-basket-button-box button {
            -webkit-text-size-adjust: 100%;
        }
}


@media (max-width: 420px) {
    .form-product-item {
        width: 140px;
        height: 158px;
        padding: 8px;
    }

        .form-product-item .product-name {
            width: 125px;
            height: 30px;
            font-size: 11px;
        }

    .form-basket-button-box {
        transform: translate(45%, -45%);
        top: 32px;
    }

        .form-basket-button-box button {
            width: 36px;
            min-width: 36px;
        }
}

.price-info-icon {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    cursor: help;
    vertical-align: middle;
    color: #666;
}

    .price-info-icon svg {
        display: block;
    }

.price-info-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px; /* 12px'den 14px'e çıkardım */
    white-space: nowrap;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    .price-info-tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.price-info-icon:hover .price-info-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Mobil uyumluluk için */
@media (max-width: 768px) {
    .price-info-tooltip {
        bottom: auto;
        top: 125%;
        left: auto;
        right: -10px;
        transform: none;
    }

        .price-info-tooltip::after {
            top: auto;
            bottom: 100%;
            left: auto;
            right: 20px;
            border-color: transparent transparent #333 transparent;
        }
}

.firsat-filter-box {
    padding: 8px 0 12px;
}

.firsat-filter-link {
    cursor: pointer;
    font-size: 14px;
    color: #111;
    font-weight: 400;
    user-select: none;
}

    .firsat-filter-link.active {
        font-weight: 700;
    }


#btn_NewFilter,
#btn_FirsatFilter {
    cursor: pointer;
    text-underline-offset: 2px; /* daha hoş bir underline */
        font-size: 15px;
}

    #btn_NewFilter:hover,
    #btn_NewFilter:focus-visible,
    #btn_FirsatFilter:hover,
    #btn_FirsatFilter:focus-visible {
        text-decoration: underline;
    }

/* Sol filtre başını (Yeni Aksesuarlar) sayfa başlığıyla hizala */
@media (min-width: 992px) {
    /* küçük bir üst offset ver */
    #filter_Column .firsat-filter-box:first-of-type {
        margin-top: 6px !important; /* 4–8px arası oynatabilirsin */
    }
}


/* === Sol filtre: aralıkları sabitle === */
#filter_Column {
    --filter-gap: 15px; /* KATEGORİLER ARASI boşluk */
    --row-vpad: 6px; /* Alt madde satırı (checkbox) dikey padding */
}

    /* "Yeni Aksesuarlar" / "Fırsat Ürünleri" satırlarını sıklaştır */
    #filter_Column .firsat-filter-box {
        margin: 0 0 var(--filter-gap) 0 !important;
        padding: 0 !important;
    }

    /* Akordeon blokları: tek tip gap */
    #filter_Column .accordion-filter {
        margin: 0 !important;
    }

        #filter_Column .accordion-filter .accordion-item {
            margin: 0 !important;
        }

            #filter_Column .accordion-filter .accordion-item + .accordion-item {
                margin-top: var(--filter-gap) !important;
            }

        /* BAŞLIK (h2) margin’ini tamamen sıfırla – asıl suçlu bu */
        #filter_Column .accordion-filter .accordion-header {
            margin: 0 !important;
            margin-block: 0 !important; /* yazı yönü farklarına karşı */
            padding: 0 !important;
        }

    #filter_Column .accordion-title-link {
        display: block;
        padding: 0 !important;
    }

    #filter_Column .accordion-toggle-btn {
        padding: 0 !important;
    }

    /* Gövde ve alt satırlar */
    #filter_Column .accordion-body {
        padding: 0 !important;
    }

    #filter_Column .form-check-item {
        margin: 0 !important;
        padding: var(--row-vpad) 0 !important;
        border: 0 !important; /* mobildeki çizgiyi istemezsen kalsın */
        background: none !important;
    }

    #filter_Column .form-check-filter {
        margin: 0 !important;
    }

/* İstersen sadece mobilde alt ayırıcıyı aç */
@media (max-width: 768px) {
    #filter_Column .form-check-item {
        border-bottom: 1px solid #e4e4e4 !important;
    }
}

/* Sol filtre sütununu masaüstünde bir tık aşağı al */
@media (min-width: 992px) {
    #filter_Column {
        --nudge: 10px; /* “bir tık” – 6-12px arası oynatabilirsin */
        padding-top: var(--nudge) !important;
    }
}

@media (min-width: 992px) {
    #filter_Column {
        margin-top: 0px !important;
    }
}