﻿/*html ,input, select, textarea , button  {
    text-transform: uppercase !important;
}*/

/* Placeholder'lar için text-transform */
/*input::placeholder,
textarea::placeholder {
    text-transform: uppercase !important;
}*/

/* Tarayıcı uyumluluğu için vendor prefix'ler */
/*input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    text-transform: uppercase !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    text-transform: uppercase !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    text-transform: uppercase !important;
}*/

/* Icon elementleri için text-transform'u devre dışı bırak */
/*.breadcrumb-item + .breadcrumb-item::before,
.ec-search:before,
i, .fa, .fas, .far, .fab, .fal, .glyphicon, [class*="icon-"], button i, button .fa, button .fas, button .far, button .fab, button .fal {
    text-transform: none !important;
}*/

.sub_menu {
    border-top: 0.10938rem solid #e4010b;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    z-index: 1010 !important;
    left: auto;
    right: 0;
}

.hs-menu-initialized {
    z-index: auto !important;
}

/*@media (min-width: 768px) {
    .product-item:nth-child(even)::after {
        content: " ";
    }
}*/

/*.products-group > li:last-child > .product-item ::after {
    content: none !important;
}*/

.product-item:last-child::after {
    content: none !important;
}

.scrollbar {
    float: left;
    max-height: 300px;
    background: #fff;
    overflow: auto;
    padding-top: 4px;
    width: 100%
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #677381;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.2);
}

.btn-add-cart {
    background-color: #8bc34a !important;
}

.qty-ctl button.increase {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.qty-ctl button.decrease {
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.qty_cart input.qty {
    border: 1px solid #eaeaea;
}

.btn-primary-dark {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn-primary-dark:hover {
    background-color: #e4010b;
    border-color: #e4010b;
}

#basketBadge {
    padding: 2px 4px;
}


.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.375rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * .8) - calc(2px * 2));
                height: calc(calc(2.375rem * .8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #08d;
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8);
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * .8) * 2);
            height: calc(1.9375rem * .8);
            line-height: calc(1.9375rem * .8);
            text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * .8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * .8) - calc(2px * 2));
                height: calc(calc(1.9375rem * .8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * .8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * .8) * 2);
            height: calc(3rem * .8);
            line-height: calc(3rem * .8);
            text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * .8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * .8) - calc(2px * 2));
                height: calc(calc(3rem * .8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * .8);
        }

    .switch + .switch {
        margin-left: 1rem;
    }

#modal1 {
    border-top: 0.10938rem solid #000;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    min-height: 440px;
}

.searchContainer .resultContainer .resultItem {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px dotted #ccc;
}

.searchContainer .resultContainer .resultItem .result_image_item {
    display: table-cell;
    width: 30%;
    padding: 4px 4px;
    vertical-align: middle;
    float: left;
}

.searchContainer .resultContainer .resultItem img {
    width: 100% !important;
    height: auto;
    border-radius: 5px;
}

.searchContainer .resultContainer .resultItem .result_content_item {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px;
    cursor: pointer;
    width: 70%;
    float: left;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 1.8em;
}

.searchContainer .resultContainer .resultItem .result_content_item a {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: block;
}

.searchContainer .resultContainer .resultItem:hover {
    background: rgba(0,0,0,.05);
}

.searchContainer .resultContainer.divyazar,
.searchContainer .resultContainer .divSearchableField {
    border-right: 1px dotted #ccc;
}

.searchContainer .resultContainer .bookContainer,
.searchContainer .resultContainer .productContainer {
    max-height: 400px;
    overflow-y: auto;
}

.searchContainer .resultContainer .btn {
    border-radius: 0px !important;
}

@media screen and (max-width:480px) {
    .searchContainer .resultContainer.half {
        width: 100%;
        float: none;
    }

    .searchContainer .resultContainer .resultItem .result_image_item {
        display: table-cell;
        width: 60px;
        padding: 10px 10px;
        vertical-align: middle;
        background: #fff !important;
    }

    .searchContainer .resultContainer .resultItem .result_content_item {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px;
        font-size: 12px !important;
        font-weight: 400 !important;
        font-style: italic;
        line-height: 1.8em;
    }

    .searchContainer .resultContainer .resultItem .result_content_item a {
        font-size: 14px !important;
        font-weight: 400 !important;
        display: block;
    }
}

.productListImage {
    height: 200px !important
}

/* Ana CMS slider — Owl Carousel 2: oklar #owlContainer’a göre, nokta = yalnızca span */

/* Ana sayfa üst satır: Owl sahne genişliği flex öğede min-width:auto ile şişer; xl+ sağ banner satır kırılıyordu */
@media (min-width: 768px) {
    .home-hero-banners > .home-hero-banners__slider {
        min-width: 0;
    }
}

/* Sağ CMS görseli ana slider yüksekliği ile hizalı (theme-custom #mainSlider .item 991.99+ → 410px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-hero-banners__aside img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-hero-banners__aside img {
        width: 100%;
        height: 410px !important;
        object-fit: cover;
        display: block;
    }
}

#owlContainer {
    position: relative;
    z-index: 1;
}

/* Owl 2’de görünen nokta span’dır; butona da arka plan vermek çift halka yapıyordu */
#mainSlider .owl-dots {
    justify-content: center;
    align-items: center;
    position: relative;
    /* Banner alt metniyle çakışmayı azaltmak için yukarı alınır */
    bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 12px;
    pointer-events: auto;
}

#mainSlider .owl-dots .owl-dot {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
    min-height: 30px;
    min-width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    cursor: pointer;
}

#mainSlider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    background: #000 !important;
    border-radius: 50%;
    display: block;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#mainSlider .owl-dots .owl-dot.active span,
#mainSlider .owl-dots .owl-dot:hover span {
    background: #e4010b !important;
    width: 24px !important;
    height: 24px !important;
}

#mainSlider .owl-dots .owl-dot.active span {
    transform: scale(1.08);
}

#mainSlider .owl-controls {
    margin-bottom: 0;
}

.slider-owl-next,
.slider-owl-prev {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 18px !important;
    line-height: 1;
    text-align: center;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.slider-owl-prev {
    left: 12px !important;
    right: auto !important;
}

.slider-owl-next {
    right: 12px !important;
    left: auto !important;
}

.slider-owl-next:hover,
.slider-owl-prev:hover {
    background: #e4010b !important;
    color: #fff !important;
}

.slider-owl-next::before,
.slider-owl-prev::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
}

.slider-owl-next::before {
    content: "\f054";
    margin-left: 2px;
}

.slider-owl-prev::before {
    content: "\f053";
    margin-right: 2px;
}

/* Responsive ekranlarda slider img yüksekliği */
@media (max-width: 991.98px) {
    #mainSlider .owl-item img,
    #mainSlider .item img {
        height: 200px !important;
        object-fit: fill;
    }

    #mainSlider .owl-dots {
        bottom: 28px;
    }

    .slider-owl-next,
    .slider-owl-prev {
        width: 36px;
        height: 36px;
        font-size: 14px !important;
    }

    .slider-owl-prev {
        left: 6px !important;
    }

    .slider-owl-next {
        right: 6px !important;
    }
}

.pagination-letter a.current {
    font-weight: 700;
    color: #262626;
    background-color: #e4010b;
    border-color: #e4010b;
}

.pagination-letter a:hover:not(.current) {
    background-color: #e4010b;
    font-weight: 700;
    color: #000;
}

.pagination-letter .pager {
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 5px 7px;
    color: #7d7d7d;
}

.invoice .shopping_cart_table td {
    font-size: 12px !important;
}

.categories {
    color: #b2b2b2;
    font-size: 23px;
}

    .categories::before {
        top: 12px;
    }

    .categories::before {
        content: '\eb1a';
        font-family: 'fontello';
        position: relative;
        color: #000;
    }



.btnMenu::after {
    content: none !important;
}

.btnMenu {
    position: relative;
    padding: 5px 10px 9px 65px;
    text-align: left;
    border-radius: 0px !important;
    border: 0px !important;
}

.img-fluid {
    max-width: 100% !important;
    padding: 0.5rem;
}

.nevaa-product-image .img-fluid {
    object-fit: contain;
}

.productBasketButton .fa {
    margin-top: 4px;
}

.js-select1 .filter-option-inner-inner {
    margin-top: -2px !important;
}

.js-select2 .filter-option-inner-inner {
    margin-top: 2px !important;
}



/* --------------------------------------------
			5.10 Lightbox
	-------------------------------------------- */

.lightbox_list {
    margin-bottom: 5px;
}

    .lightbox_list > li {
        float: left;
        margin: 0 10px 10px 0;
    }

a[class*="fancybox_item"] {
    display: block;
    position: relative;
    overflow: hidden;
}

    a[class*="fancybox_item"] > .helper_icon {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 37px;
        height: 37px;
        opacity: 0;
        margin: -18px 0 0 -18px;
        background: url("../images/lightbox_view_icon.png") no-repeat;
        -webkit-transition: opacity .7s ease;
        transition: opacity .7s ease;
    }

.helper_icon::after,
.helper_icon::before,
.helper_icon > [class*="helper_"] {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    height: 2000%;
}

.helper_icon::after,
.helper_icon::before {
    content: "";
    width: 100%;
    left: 0;
}

.helper_icon > .helper_left,
.helper_icon > .helper_right {
    width: 2000%;
    top: -1000%;
}

.helper_icon > .helper_left {
    right: 100%;
}

.helper_icon > .helper_right {
    left: 100%;
}

.helper_icon::before {
    bottom: 100%;
}

.helper_icon::after {
    top: 100%;
}

a[class*="fancybox_item"]:hover > .helper_icon {
    opacity: 1;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset !important;
}

.user-menu li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #e7eaf3;*/
}


    .user-menu li a:hover, .user-menu li a:focus {
        z-index: 1;
        color: #000000;
        text-decoration: none;
        background-color: transparent;
        font-weight: 700;
    }

    .user-menu li a:active {
        color: #000000;
        background-color: transparent;
    }

    .user-menu li a {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .user-menu li:first-child {
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem;
    }

    .user-menu li:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.3125rem;
        border-bottom-left-radius: 0.3125rem;
    }

    .user-menu li a::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 0.5rem !important;
        margin-top: 0.25rem !important;
    }

.button_orange {
    color: #ffffff;
    background-color: #000;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000;
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all 0.2s ease-in-out;
}

    .button_orange[href]:focus {
        box-shadow: 0 4px 11px rgba(51, 62, 72, 0.25);
    }

    .button_orange:hover {
        background-color: #677381;
        border-color: #677381;
        color: #fff;
    }

#paymentForm input, #billingInfo input {
    -webkit-appearance: auto !important;
    outline: unset !important;
    /*background: unset !important;*/
}

#paymentForm #cvc {
    height: unset !important;
}

.form_el label {
    margin-bottom: 0;
    margin-left: 0.5rem;
}


.middle_btn {
    color: #ffffff;
    background-color: #000;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000;
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all 0.2s ease-in-out;
}

    .middle_btn[href]:focus {
        box-shadow: 0 4px 11px rgba(51, 62, 72, 0.25);
    }

    .middle_btn:hover {
        background-color: #677381;
        border-color: #677381;
        color: #fff;
    }

    .middle_btn i {
        margin-top: 4px;
    }


.right_side {
    float: right;
    text-align: right;
}

.left_side {
    float: left;
    text-align: left;
}

.bottom_box {
    margin: 10px 0 10px 0;
}

.bold {
    font-weight: 600;
}

.grandtotal {
    font-weight: 700;
}

.product_title {
    color: #5cb85c;
}

.sc_product_info a {
    color: #1294c1;
}

.shoppingCartButton {
    background-color: #d11c09;
    color: #fff;
    border-color: #d11c09;
}

    .shoppingCartButton:hover {
        border-color: #000;
        background-color: #000;
    }


.table_layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table_row {
    display: table-row;
}

.table_cell {
    display: table-cell;
    position: relative;
    z-index: 102;
    padding: 19px;
}

    .table_cell::after,
    .main_product::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        /*border: 1px solid #eaeaea;*/
        z-index: -1;
    }

.table_row:first-child > .table_cell:first-child::after {
    border-radius: 3px 0 0 0;
}

.table_layout:last-child .table_row:only-child > .table_cell:first-child::after {
    border-radius: 3px 0 0 3px;
}

.table_layout:last-child .table_row:last-child > .table_cell:last-child::after {
    border-radius: 0 0 3px 0;
}

.table_layout:last-child .table_row:only-child > .table_cell:last-child::after {
    border-radius: 0 3px 3px 0;
}

.table_layout:not(:last-child) > .table_row:first-child > .table_cell:last-child::after,
.table_row:first-child:not(:only-child) > .table_cell:last-child::after {
    border-radius: 0 3px 0 0;
}

.table_layout:last-child .table_row:last-child:not(:only-child) > .table_cell:first-child::after {
    border-radius: 0 0 0 3px;
}

.table_row:not(:last-child) > .table_cell::after {
    border-bottom-width: 0px;
}

.table_cell:not(:first-child)::after {
    border-left-width: 0px;
}

.table_cell li {
    margin: 0px;
}

.on_the_sides .left_side, .on_the_sides .right_side {
    margin-top: 12px;
}

.big_btn {
    font-size: 20px;
    padding: 11px 20px;
    display: block;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.67rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 1.4rem;
    transition: all 0.2s ease-in-out;
}


.shopping_cart_table {
    width: 100%;
    margin-bottom: 0;
    color: #677381;
}

    .shopping_cart_table th,
    .shopping_cart_table td {
        padding: 0.5rem;
        vertical-align: top;
        border-top: 1px solid #ecedf2;
    }

    /* Sepet / liste tabloları: tema ile uyumlu belirgin başlık satırı (#paymentTypeContainer table.table-striped thead ile aynı dil) */
    .shopping_cart_table thead th {
        vertical-align: middle;
        padding: 16px 12px;
        background-color: #000;
        color: #ffffff;
        font-weight: 600;
        font-size: 0.9375rem;
        white-space: nowrap;
        border-top: none;
        border-bottom: 2px solid #e0e4e8;
        border-right: 1px solid #e0e4e8;
    }

    .shopping_cart_table thead th:last-child {
        border-right: none;
    }

    .shopping_cart_table tbody + tbody {
        border-top: 2px solid #ecedf2;
    }

    /* reset.css tüm input'lara appearance:none + background:transparent verir; native checkbox görünsün (#cartSelectAll, .cart-row-checkbox) */
    .shopping_cart_table input[type="checkbox"] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: auto;
        background-color: #ffffff;
        border: 1px solid #6c757d;
        vertical-align: middle;
        cursor: pointer;
    }

/* Sepet flex bar — ikon + metin yatay; tema siyah / kırmızı / yeşil */
.shoppingcart-flex-bar .shoppingcart-bar-btn {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4em;
    text-align: center;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn > i {
    flex-shrink: 0;
    line-height: 1;
}

/* Tema .btn-* :hover / :active:focus box-shadow bu üç butonda kapalı */
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:hover,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:focus,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn.focus,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:focus-visible,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:active,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn.active,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:not(:disabled):not(.disabled):active,
.shoppingcart-flex-bar .btn.shoppingcart-bar-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--add {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--add:hover,
.shoppingcart-flex-bar .shoppingcart-bar-btn--add:focus,
.shoppingcart-flex-bar .shoppingcart-bar-btn--add:active {
    background-color: #e4010b !important;
    border-color: #e4010b !important;
    color: #fff !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--delete {
    background-color: #e4010b !important;
    border-color: #e4010b !important;
    color: #fff !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--delete:hover,
.shoppingcart-flex-bar .shoppingcart-bar-btn--delete:focus,
.shoppingcart-flex-bar .shoppingcart-bar-btn--delete:active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--export {
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: #fff !important;
}

.shoppingcart-flex-bar .shoppingcart-bar-btn--export:hover,
.shoppingcart-flex-bar .shoppingcart-bar-btn--export:focus,
.shoppingcart-flex-bar .shoppingcart-bar-btn--export:active {
    background-color: #677381 !important;
    border-color: #677381 !important;
    color: #fff !important;
}

.cart-table .shopping_cart_table th,
.cart-table .shopping_cart_table td {
    border-width: 0;
    vertical-align: middle;
}

/* cart-table genel border sıfırlaması thead'ı boğmasın */
.cart-table .shopping_cart_table thead th {
    border-width: 0;
    border-bottom: 2px solid #e0e4e8;
    border-right: 1px solid #77838f;
    background-color: #677381;
    color: #ffffff;
    font-weight: 600;
    padding: 12px;
    vertical-align: middle;
}

.cart-table .shopping_cart_table thead th:last-child {
    border-right: none;
}

.cart-table table th {
    font-weight: 400;
}

.cart-table .shopping_cart_table {
    margin-bottom: 0;
}

    .cart-table .shopping_cart_table td {
        font-size: 1.06225rem;
    }

@media (max-width: 767.98px) {

    .on_the_sides .left_side, .on_the_sides .right_side {
        margin-top: 12px;
    }
}



@media (min-width: 991.99px) {

    .shopping-cart-free-cargo {
        float: right;
        margin-top: -100px;
        margin-right: 300px;
    }

    #mainSlider .item {
        height: 410px;
    }

    .nevaa-product-detail-image img {
        object-fit: contain;
        max-width: 480px !important;
        max-height: 480px;
        height: 480px;
    }
}

@media (max-width: 991.98px) {

    .qty_cart {
        width: calc(50% - 10px);
        display: inline-block;
        margin-bottom: 6px;
    }

    .cart-table .shopping_cart_table tbody tr:not(:first-child):not(:last-child) td:first-child,
    .wishlist-table .shopping_cart_table tbody tr:not(:first-child):not(:last-child) td:first-child {
        border-top: 1px solid #dddddd;
        margin-top: 15px;
    }


    .cart-table .shopping_cart_table thead {
        display: none;
    }

    .cart-table .shopping_cart_table tr {
        display: block;
    }

        .cart-table .shopping_cart_table tr td {
            text-align: right;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .cart-table .shopping_cart_table tr td::before {
                content: attr(data-title) " ";
                font-weight: 700;
            }

    .cart-table .shopping_cart_table tbody tr td:first-child {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .cart-table .shopping_cart_table tbody tr td:first-child::before {
            display: none;
        }

    .cart-table .shopping_cart_table tbody tr:not(:first-child):not(:last-child) td:first-child {
        border-top: 1px solid #dddddd;
        margin-top: 15px;
    }
}


/*.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    */

.panel-heading .row {
    margin-left: -15px !important;
    margin-right: -15px;
}

.paymentLayout {
    margin-left: 0px;
    margin-right: 0px;
}

    .paymentLayout .shipmentSection, .paymentLayout .paymentSection {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    @media (min-width: 991.99px) {
    .paymentLayout .shipmentSection {
        margin-left: -15px;
    }
}

        .paymentLayout .shipmentSection li {
            margin-bottom: 15px;
        }

    .paymentLayout .paymentSection {
        margin-right: -15px;
    }

    .paymentLayout .row {
        margin-left: 0px;
    }

/* Ödeme adımı: sepet altı (shopppingCartFooter) ile aynı 8px köşe */
.paymentLayout .theme_button,
.paymentLayout .shoppingCartButton,
.paymentLayout .button_orange,
.paymentLayout .btn {
    border-radius: 8px;
}

.paymentSection label:not([id^="lblIsTermsOfUse"]) {
    margin-top: 0.8rem;
}

#bankLogoContainer, #cardTypeContainer {
    margin-top: 40px;
}

.orderTotal {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1rem;
    margin-bottom: 0;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    overflow: hidden;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

    .orderTotal tbody tr {
        border-bottom: 1px solid #e0e4e8;
    }

    .orderTotal tbody tr:last-child {
        border-bottom: none;
    }

    .orderTotal tbody tr:first-child td:first-child {
        border-top-left-radius: 6px;
    }

    .orderTotal tbody tr:first-child td:last-child {
        border-top-right-radius: 6px;
    }

    .orderTotal tbody tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    .orderTotal tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

    .orderTotal tbody tr td {
        padding: 16px 18px;
        vertical-align: middle;
        color: #333;
        background-color: #fff;
        font-size: 1.2rem;
        line-height: 1.6;
        border-right: 1px solid #e0e4e8;
    }

    .orderTotal tbody tr td:last-child {
        border-right: none;
    }

    .orderTotal tbody tr:nth-child(odd) td {
        background-color: #f8f9fa;
    }

    .orderTotal tbody tr:nth-child(even) td {
        background-color: #fff;
    }

    .orderTotal tbody tr.total td {
        background-color: #000;
        color: #ffffff;
        font-weight: 600;
        font-size: 1.3rem;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .orderTotal tbody tr.total td:first-child {
        border-left: 2px solid #000;
        border-top-left-radius: 0;
        color: #ffffff;
    }

    .orderTotal tbody tr.total td:last-child {
        border-right: 2px solid #000;
        border-top-right-radius: 0;
    }

    .orderTotal tbody tr.total td.text-right {
        color: #ffffff;
    }

    .orderTotal tbody tr td:first-child {
        color: #000000;
        font-weight: 500;
    }

    .orderTotal tbody tr td.text-right {
        color: #333;
        font-weight: 600;
        text-align: right;
    }

.total {
    font-weight: 600;
}

/* PaymentTypeContainer içindeki table-striped tablosu için orderTotal benzeri tasarım */
#paymentTypeContainer table.table-striped {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    overflow: hidden;
}

    #paymentTypeContainer table.table-striped tbody tr {
        border-bottom: 1px solid #e0e4e8;
    }

    #paymentTypeContainer table.table-striped tbody tr:last-child {
        border-bottom: none;
    }

    #paymentTypeContainer table.table-striped tbody tr:first-child td:first-child {
        border-top-left-radius: 6px;
    }

    #paymentTypeContainer table.table-striped tbody tr:first-child td:last-child {
        border-top-right-radius: 6px;
    }

    #paymentTypeContainer table.table-striped tbody tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    #paymentTypeContainer table.table-striped tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

    #paymentTypeContainer table.table-striped tbody tr td {
        padding: 16px 18px;
        vertical-align: middle;
        color: #333;
        background-color: #fff;
        line-height: 1.6;
        border-right: 1px solid #e0e4e8;
    }

    #paymentTypeContainer table.table-striped tbody tr td:last-child {
        border-right: none;
    }

    #paymentTypeContainer table.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #f8f9fa;
    }

    #paymentTypeContainer table.table-striped tbody tr:nth-of-type(even) td {
        background-color: #fff;
    }

    #paymentTypeContainer table.table-striped tbody tr td:first-child {
        color: #000000;
        font-weight: 500;
    }

    #paymentTypeContainer table.table-striped tbody tr td.align_right,
    #paymentTypeContainer table.table-striped tbody tr td.text-right {
        color: #333;
        font-weight: 600;
        text-align: right;
    }

    #paymentTypeContainer table.table-striped thead {
        display: table-header-group;
    }

    #paymentTypeContainer table.table-striped thead th {
        padding: 16px 18px;
        vertical-align: middle;
        background-color: #000;
        color: #ffffff;
        font-weight: 600;
        border-bottom: 2px solid #e0e4e8;
        border-right: 1px solid #e0e4e8;
    }

    #paymentTypeContainer table.table-striped thead th:last-child {
        border-right: none;
    }
.searchContainer .resultContainer .resultItem:hover {
    background: rgba(0,0,0,.05);
}

.searchContainer .resultContainer .divSearchableField {
    border-right: 1px dotted #ccc;
}

.searchContainer .resultContainer .productContainer {
    max-height: 390px;
    overflow-y: auto;
}

.searchContainer .resultContainer .btn {
    border-radius: 0px !important;
}


@media screen and (max-width:480px) {
    .searchContainer .resultContainer.half {
        width: 100%;
        float: none;
    }

    .searchContainer .resultContainer .resultItem .result_image_item {
        display: table-cell;
        width: 60px;
        padding: 10px 10px;
        vertical-align: middle;
        background: #fff !important;
    }

    .searchContainer .resultContainer .resultItem .result_content_item {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px;
    }

    .searchContainer .resultContainer .resultItem .result_content_item {
        font-size: 12px !important;
        font-weight: 400 !important;
        font-style: italic;
        line-height: 1.8em;
    }

        .searchContainer .resultContainer .resultItem .result_content_item a {
            font-size: 14px !important;
            font-weight: 400 !important;
            display: block;
        }
}

.ui-pnotify {
    top: 70px;
}

.brighttheme-error .ui-pnotify-icon {
    display: flex;
    align-items: center;
}

.brighttheme-error .brighttheme-icon-error {
    margin-top: 10px;
    margin-right: 5px;
}


#contactDetail .row {
    padding-top: 10px;
    padding-bottom: 10px;
}


.address_box {
    border-color: #ddd;
}

.contactLabel {
    display: contents;
    min-height: 100px;
}


.shopppingCartFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    /* Sepet altı: Alışverişe devam / Sepeti boşalt / Ödeme adımı linkleri */
    .shopppingCartFooter .theme_button,
    .shopppingCartFooter .shoppingCartButton {
        border-radius: 8px;
    }

.u-header__sub-menu {
    padding-top: 1rem !important;
    width: 700px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Dropdown menü açılış animasyonunu kaldır */
    transition: none !important;
    animation: none !important;
}

.u-header__mega-menu-wrapper {
    padding: 0 !important;
}

.u-header__sub-menu-nav-group {
    min-width: 200px;
}

#siparisTamamlaModal .row {
    flex-direction: column !important;
    align-content: center !important;
}


@media (max-width: 767px) {

    .hs-mobile-state .hs-sub-menu,
    .hs-mobile-state .hs-mega-menu {
        position: absolute !important;
        width: 100%;
    }

    .hs-has-sub-menu {
        position: static !important;
    }
}

/* Sidebar: kategori (Bootstrap dropdown-menu) + CMS (HS) — aynı koyu blok, tam genişlik; slideInUp yalnızca sınıf adı, animasyon kapalı */
#headerSidebarList > li.dropdown.subHeaderMenu {
    position: relative !important;
}

#sidebarHeader1 .headerMenu .hs-has-sub-menu.subHeaderMenu {
    position: relative !important;
}

#headerSidebarList .subHeaderMenu > ul.dropdown-menu,
#sidebarHeader1 .headerMenu .hs-has-sub-menu.subHeaderMenu > .hs-sub-menu.bb-header-dropdown-panel,
#sidebarHeader1 .headerMenu .hs-has-sub-menu.subHeaderMenu > .hs-sub-menu.u-header__sub-menu {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #424242 !important;
    z-index: auto !important;
    overflow: visible !important;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    transition: none !important;
}

#headerSidebarList .subHeaderMenu > ul.dropdown-menu.slideInUp,
#headerSidebarList .subHeaderMenu > ul.dropdown-menu.fadeOut,
#sidebarHeader1 .headerMenu .hs-sub-menu.slideInUp,
#sidebarHeader1 .headerMenu .hs-sub-menu.fadeOut {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
}

#sidebarHeader1 .headerMenu .hs-has-sub-menu > .bb-header-dropdown-panel::before {
    display: none !important;
    content: none !important;
}

#headerSidebarList .subHeaderMenu > ul.dropdown-menu .dropdown-item,
#sidebarHeader1 .headerMenu .hs-sub-menu.bb-header-dropdown-panel .dropdown-item {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 500;
}

#headerSidebarList .subHeaderMenu > ul.dropdown-menu .dropdown-item:hover,
#headerSidebarList .subHeaderMenu > ul.dropdown-menu .dropdown-item:focus,
#sidebarHeader1 .headerMenu .hs-sub-menu.bb-header-dropdown-panel .dropdown-item:hover,
#sidebarHeader1 .headerMenu .hs-sub-menu.bb-header-dropdown-panel .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

#headerSidebarList .subCategoryMenu ul {
    position: relative !important;
    box-shadow: unset !important;
    padding: 0 !important;
    display: block !important;
    background-color: #282828;
    /* Dropdown menü açılış animasyonunu kaldır */
    transition: none !important;
    animation: none !important;
}

#headerSidebarList .nav .nav-item:not(:first-child) {
    margin-left: 0 !important;
}

.filters1 .divs {
    padding-left: 5px;
    padding-right: 5px;
}

.border-header-search-bar {
    border: 3px solid #e8e8ee;
    border-radius: 8px;
}

.border-header-menu {
    background-color: #e4010b;
}

/* Desktop üst şerit: arama tam genişlik, butonlar tek satır ve arama ile dikey hizada */
@media (min-width: 1200px) {
    #header .u-header-search-col {
        min-width: 0;
    }

    #header .u-header-desktop-actions {
        align-items: center;
        flex-wrap: nowrap;
    }

    #header .u-header-desktop-actions__item {
        flex: 0 0 auto;
        max-width: none;
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    #header .u-header-desktop-actions__item:first-child {
        padding-left: 0;
    }

    /* İndirim: beyaz kutu, açık gri çerçeve; switch beyaz zeminde okunaklı */
    #header .btn-header-discount-group .custom-switch.custom-switch-header-bar {
        padding-left: 3.75rem;
        min-height: 0;
    }

    #header .btn-header-discount-group .custom-switch-header-bar .custom-control-label {
        position: relative;
        min-height: 1.5rem;
        cursor: pointer;
    }

    #header .btn-header-discount-group .custom-switch-header-bar .custom-control-label::before {
        left: -3.75rem;
        width: 3.375rem;
        height: 1.5rem;
        top: 50%;
        margin-top: -0.75rem;
        border-radius: 0.75rem;
        background-color: #d5d5d5;
        border-color: #c8c8c8;
    }

    #header .btn-header-discount-group .custom-switch-header-bar .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #28a745;
        border-color: #28a745;
    }

    #header .btn-header-discount-group .custom-switch-header-bar .custom-control-label::after {
        top: 50%;
        margin-top: -0.5625rem;
        left: calc(-3.75rem + 4px);
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #header .btn-header-discount-group .custom-switch-header-bar .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #fff;
        -webkit-transform: translateX(1.85rem);
        transform: translateX(1.85rem);
    }

    #header .search-bar-wrapper .mySearchContainer,
    #header .search-bar-wrapper .mySearchContainer .input-group {
        width: 100%;
    }
}

footer * {
    color: #fff !important;
}

#sidebarHeader1 * {
    color: #ffffff !important;
}

.bg-secondary{
    background-color: #e4010b !important;
}

footer a:hover, #sidebarHeader1 a:hover {
    color: #e9e9e9 !important;
}

.searchContainer a {
    color: #000 !important;
}

#sidebarNav1 .dropdown-item {
    white-space: unset !important;
}

.pagination-shop .page-link.current {
    color: white !important;
}

.nevaaBrand {
    background-color: #000;
}

#sideBarFilterContent {
    color: #fff !important;
}

    #sideBarFilterContent .scrollbar {
        background-color: #000 !important;
    }

    #sideBarFilterContent .sidebar-navbar a {
        color: #fff !important;
    }

.logo {
    /*filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7 ))*/
}

/* Slider Bottom Image Link Styles */
.slider-bottom-images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    overflow-x: auto;
    padding-bottom: 15px;
}

.slider-bottom-images li {
    padding: 0 10px;
    margin-bottom: 20px;
    flex: 0 1 auto;
    transition: all 0.3s ease;
}

.slider-bottom-images li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
    max-width: 100%;
}

/* Responsive styles */
@media (max-width: 991.98px) {
    .slider-bottom-images,
    .marquee .slider-bottom-images {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .slider-bottom-images li,
    .marquee .slider-bottom-images li {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .slider-bottom-images li,
    .marquee .slider-bottom-images li {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .slider-owl-next, .slider-owl-prev, .owl-dots {
        display: none !important
    }
}

/* Özel scrollbar stilleri */
.slider-bottom-images::-webkit-scrollbar {
    height: 6px;
}

.slider-bottom-images::-webkit-scrollbar-thumb {
    background: #e4010b;
    border-radius: 10px;
}

.slider-bottom-images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


.list-unstyled.overflow-auto::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    -webkit-appearance: none;
}

.list-unstyled.overflow-auto::-webkit-scrollbar-thumb {
    background: #e4010b;
    border-radius: 4px;
}

.list-unstyled.overflow-auto::-webkit-scrollbar-track {
    border-radius: 4px;
}

/* Responsive ekranda scrollbar'ı her zaman görünür yap */
@media (max-width: 1199.98px) {
    .list-unstyled.overflow-auto {
        overflow-x: scroll;
        scrollbar-gutter: stable;
        -webkit-overflow-scrolling: touch;
    }

    .list-unstyled.overflow-auto::-webkit-scrollbar {
        display: block;
        -webkit-appearance: none;
    }
}

.product-item-discount-ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.product-item-discount-ribbon2 {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #28a745;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
    text-transform: uppercase;
}


.product-item-discount-ribbon3 {
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    left: 10px;
    top: 10px;
    padding:5px 10px;
    background-color: red;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.product-item-vat {
    font-size: 0.8rem;
    font-weight: 700;
    line-height:2rem;
}

.product-item-grossprice {
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: line-through;
}

/* Liste kartı: fiyat + indirim etiketi (BeyazBalinaE priceDiscountContainer ile aynı hizalama) */
.product-item__body .priceDiscountContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.product-item__body .priceDiscountContainer .priceDiscountContainer__prices {
    min-width: 0;
}

/* Liste kartı: indirim oranı (header’daki switch ile .show-discount göster/gizle) */
.product-item__body .priceDiscountContainer .product-discount-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 0.2rem 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background-color: #28a745;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.nevaa-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -.5rem 1rem rgba(0,0,0,.05), 0 .5rem 1rem rgba(0,0,0,.05);
    margin-bottom: 20px;
}

/* Ürün listesi / CMS modülü: görsel alanı 234px; ana sayfa .home-product-item aşağıda eski davranışa alınır */
.product-item__outer .nevaa-product-image {
    height: 234px;
    min-height: 234px;
    overflow: hidden;
}

.product-item__outer .nevaa-product-image > a.d-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-item__outer .nevaa-product-image img.img-fluid {
    width: auto !important;
    max-width: 100%;
    height: 234px;
    max-height: 234px;
    object-fit: contain;
}

/* Ürün ribbon etiketleri (Kampanya, İadesiz, Outlet, Ön Sipariş, Bayi) */
.nevaa-product-image [class*="label_"],
.position-relative [class*="label_"] {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
}

.label_offer {
    background: #dc3545;
}

.label_hot,
.label_popular {
    background: #fd7e14;
}

.label_bestseller {
    background: #6f42c1;
}

.label_soldout {
    background: #6c757d;
}

.label_dealer {
    background: #007bff;
}

/* Ürün detay ana slider görseli — _Detail.cshtml .nevaa-product-detail-image */
.nevaa-product-detail-image img {
    object-fit: contain;
    max-width: 100%;
    width: auto;
    max-height: 480px;
}

.detail-product-detail {
    width: 100%;
    display: block;
}

    .detail-product-detail .detail-info-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #e9ecef;
    }

        .detail-product-detail .detail-info-item:last-child {
            border-bottom: none;
        }

    .detail-product-detail .detail-info-label {
        min-width: 180px;
        max-width: 180px;
        font-weight: 600;
        color: #495057;
        font-size: 14px;
        padding-right: 15px;
    }

    .detail-product-detail .detail-info-value {
        flex: 1;
        color: #212529;
        font-size: 14px;
        word-break: break-word;
    }

    @media (max-width: 576px) {
        .detail-product-detail .detail-info-item {
            flex-direction: column;
            align-items: flex-start;
            padding: 10px 0;
        }

        .detail-product-detail .detail-info-label {
            min-width: 100%;
            max-width: 100%;
            padding-right: 0;
            margin-bottom: 5px;
        }

        .detail-product-detail .detail-info-value {
            width: 100%;
        }
    }

    .detail-product-detail .list-item {
        border-bottom: 1px solid #ebebeb;
    }

    .nevaa-product-detail-image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 480px;
    }

    #sliderSyncingNav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #sliderSyncingNav .js-slide {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

/* İndirim Oranı Ribbon */
.discount-rate-ribbon {
    position: absolute;
    right: -5px;
    top: 85px;
    z-index: 99;
}

.discount-rate-ribbon span {
    position: relative;
    display: block;
    text-align: center;
    background: #28a745;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 8px 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.discount-rate-ribbon span:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid #145b25;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 767.98px) {
    .discount-rate-ribbon {
        right: 0;
        top: 10px;
    }

    .discount-rate-ribbon span {
        font-size: 12px;
        padding: 6px 10px;
    }
}

#sliderSyncingThumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#sliderSyncingThumb .slick-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#sliderSyncingThumb .slick-track {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#sliderSyncingThumb .js-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#sliderSyncingThumb img{
    height: 50px !important;
    object-fit:contain;
    width:100%;
}

.u-slick__arrow-classic {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #fff;
    background-color: #e4010b;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}

    .u-slick__arrow-classic:hover {
        color: #fff;
        background-color: #677381;
    }

.u-slick__arrow-classic-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Marquee stilini düzenliyoruz - yatay görünüm için */
.marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.marquee .list-unstyled {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.marquee .list-unstyled li {
    flex: 0 0 auto;
    padding: 0 5px;
    transition: all 0.3s ease;
    width: auto;
    max-width: 250px;
}

.marquee .list-unstyled li img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.marquee .list-unstyled li:hover img {
    transform: scale(1.05);
}

.marquee img {
    padding-right: 10px;
}

/* Marquee scrollbar stilleri */
.marquee .list-unstyled::-webkit-scrollbar {
    height: 6px;
}

.marquee .list-unstyled::-webkit-scrollbar-thumb {
    background: #e4010b;
    border-radius: 10px;
}

.marquee .list-unstyled::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Marquee responsive stil ayarları */
@media (max-width: 991.98px) {
    .marquee .list-unstyled li {
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .marquee .list-unstyled li {
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    .marquee .list-unstyled li {
        max-width: 150px;
    }

    .marquee .list-unstyled {
        gap: 10px;
    }
}

/* Masaüstü giriş, e-ödeme, bayi, hesabım ve sepet: siyah, hover kırmızı */
a.btn.btn-header-login,
a.btn.btn-header-epayment,
a.btn.btn-header-dealer,
a.btn.btn-header-shoppingcart,
a.btn.btn-header-myaccount {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* İndirim göster: beyaz kutu, #e8e8e8 border, siyah yazı (diğer header butonlarından ayrı) */
div.btn.btn-header-discount-group {
    background-color: #fff !important;
    border: 3px solid #e8e8e8 !important;
    color: #000;
    text-decoration: none;
    box-shadow: none;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

div.btn.btn-header-discount-group .discount-header-label,
div.btn.btn-header-discount-group .discount-header-label-mobile {
    color: #000 !important;
}

div.btn.btn-header-discount-group:hover,
div.btn.btn-header-discount-group:focus-within {
    background-color: #f7f7f7 !important;
    border-color: #e8e8e8 !important;
    color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

div.btn.btn-header-discount-group:hover .discount-header-label,
div.btn.btn-header-discount-group:focus-within .discount-header-label,
div.btn.btn-header-discount-group:hover .discount-header-label-mobile,
div.btn.btn-header-discount-group:focus-within .discount-header-label-mobile {
    color: #000 !important;
}

    a.btn.btn-header-login:hover,
    a.btn.btn-header-login:focus,
    a.btn.btn-header-epayment:hover,
    a.btn.btn-header-epayment:focus,
    a.btn.btn-header-dealer:hover,
    a.btn.btn-header-dealer:focus,
    a.btn.btn-header-shoppingcart:hover,
    a.btn.btn-header-shoppingcart:focus,
    a.btn.btn-header-myaccount:hover,
    a.btn.btn-header-myaccount:focus {
        background-color: #e4010b;
        border-color: #e4010b;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 0 0 0.2rem rgba(228, 1, 11, 0.35);
    }

    a.btn.btn-header-login:hover i,
    a.btn.btn-header-login:hover span,
    a.btn.btn-header-login:focus i,
    a.btn.btn-header-login:focus span,
    a.btn.btn-header-epayment:hover i,
    a.btn.btn-header-epayment:hover span,
    a.btn.btn-header-epayment:focus i,
    a.btn.btn-header-epayment:focus span,
    a.btn.btn-header-dealer:hover i,
    a.btn.btn-header-dealer:hover span,
    a.btn.btn-header-dealer:focus i,
    a.btn.btn-header-dealer:focus span,
    a.btn.btn-header-shoppingcart:hover i,
    a.btn.btn-header-shoppingcart:hover span,
    a.btn.btn-header-shoppingcart:focus i,
    a.btn.btn-header-shoppingcart:focus span,
    a.btn.btn-header-myaccount:hover i,
    a.btn.btn-header-myaccount:hover span,
    a.btn.btn-header-myaccount:focus i,
    a.btn.btn-header-myaccount:focus span {
        color: #fff !important;
    }

/* Header butonları için CSS (mobil: üst şerit beyaz arka planda — ikonlar koyu renk) */
.btn-header-login-mobile,
.btn-header-epayment-mobile,
.btn-header-dealer-mobile,
.btn-header-shoppingcart-mobile,
.btn-header-myaccount-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    text-decoration: none;
}

/* Mobil üst bardaki hesap/sepet ikonları (masaüstü kırmızı/siyah butonlardan bağımsız) */
#navBarMobile .account-container {
    color: #212529;
}

/* Mobil: indirim — beyaz kutu, #e8e8e8 border, siyah yazı */
.btn-header-discount-group-mobile {
    background-color: #fff;
    box-sizing: border-box;
}

.btn-header-discount-group-mobile .discount-header-label-mobile {
    color: #000 !important;
}

#navBarMobile .custom-switch.custom-switch-mobile-bar {
    padding-left: 3.25rem;
    min-height: 0;
}

#navBarMobile .custom-switch-mobile-bar .custom-control-label {
    cursor: pointer;
    margin-bottom: 0;
}

#navBarMobile .custom-switch-mobile-bar .custom-control-label::before {
    left: -3.25rem;
    width: 2.875rem;
    height: 1.375rem;
    top: 50%;
    margin-top: -0.6875rem;
    border-radius: 0.6875rem;
    background-color: #d5d5d5;
    border: none;
    box-shadow: none;
}

#navBarMobile .custom-switch-mobile-bar .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
    border: none;
    box-shadow: none;
}

#navBarMobile .custom-switch-mobile-bar .custom-control-label::after {
    top: 50%;
    margin-top: -0.5rem;
    left: calc(-3.25rem + 3px);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    box-shadow: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#navBarMobile .custom-switch-mobile-bar .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(1.55rem);
    transform: translateX(1.55rem);
}

.account-container {
    position: relative;
    color: #fff;
}

.btn-header-login-mobile:hover,
.btn-header-login-mobile:hover .account-container,
.btn-header-login-mobile:hover i,
.btn-header-epayment-mobile:hover,
.btn-header-epayment-mobile:hover i,
.btn-header-dealer-mobile:hover,
.btn-header-dealer-mobile:hover .account-container,
.btn-header-dealer-mobile:hover i,
.btn-header-shoppingcart-mobile:hover,
.btn-header-shoppingcart-mobile:hover .account-container,
.btn-header-shoppingcart-mobile:hover i,
.btn-header-myaccount-mobile:hover,
.btn-header-myaccount-mobile:hover .account-container,
.btn-header-myaccount-mobile:hover i,
.btn-header-myaccount-mobile:hover span {
    color: #e4010b !important;
    text-decoration: none;
}

/* Hamburger menü hover stili */
.u-hamburger {
    transition: all 0.3s ease;
}

.u-hamburger__inner,
.u-hamburger__inner::before,
.u-hamburger__inner::after {
    background-color: #000;
    transition: all 0.3s ease;
}

.u-hamburger:hover .u-hamburger__inner,
.u-hamburger:hover .u-hamburger__inner::before,
.u-hamburger:hover .u-hamburger__inner::after {
    background-color: #000 !important;
}

/* Ortak header açılır panel (navbar CMS alt menü + Hesabım); HomeSubMenu tetikleyicisine ok eklenmez */
.bb-header-dropdown-panel {
    width: auto !important;
    min-width: 12rem;
    max-width: 22rem;
    padding: 0 !important;
    margin-top: 2px !important;
    border: 3px solid #e8e8e8 !important;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff !important;
    overflow: hidden;
    z-index: 1025;
}

@media (max-width: 374px) {
    .bb-header-dropdown-panel,
    .u-header__sub-menu.bb-header-dropdown-panel {
        max-width: calc(100vw - 1rem);
    }
}

/* Geniş mega şablonundan bağımsız: dar paneller */
.u-header__sub-menu.bb-header-dropdown-panel {
    width: auto !important;
    min-width: 12rem;
    max-width: 22rem;
    padding-top: 0 !important;
}

/* Tetik ile panel arasında görünmez köprü — hover ile anlık kapanmayı azaltır */
.hs-has-sub-menu {
    position: relative;
}

.hs-has-sub-menu > .bb-header-dropdown-panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

.bb-header-dropdown-panel .dropdown-item {
    padding: 0.65rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.35;
    border-bottom: 1px solid #f0f0f0;
    color: #212529 !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.bb-header-dropdown-panel .dropdown-item:last-child,
.bb-header-dropdown-panel li:last-child .dropdown-item {
    border-bottom: none;
}

.bb-header-dropdown-panel .dropdown-item:hover,
.bb-header-dropdown-panel .dropdown-item:focus {
    background-color: #f8f9fa !important;
    color: #000 !important;
    font-weight: 600;
}

.bb-header-dropdown-panel li.divider,
.bb-header-dropdown-panel .divider {
    margin: 0;
    height: 0;
    border: none;
    padding: 0;
    display: none;
}

/* İkincil navbar: alt panel hizası */
.secondary-menu .u-header__navbar-nav .hs-has-sub-menu.subHeaderMenu {
    position: relative;
}

.secondary-menu .u-header__navbar-nav .hs-has-sub-menu.subHeaderMenu > .bb-header-dropdown-panel {
    left: 0;
    right: auto;
}

#HomeSubMenu {
    margin-top: 3px !important;
}

/* Mobil hesabım: sidebarHeader1 ile aynı u-sidebar + Unfold; ana menünün üstünde */
#sidebarHeaderMobileAccount.u-sidebar {
    z-index: 1005;
}

#sidebarHeaderMobileAccount button.close .text-gray-90 {
    color: #f0f0f0 !important;
}

#sidebarHeaderMobileAccount .bb-mobile-account-sidebar__title {
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1.25rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

#sidebarHeaderMobileAccount,
#sidebarHeaderMobileAccount a:not(.btn) {
    color: #fff !important;
}

#sidebarHeaderMobileAccount .dropdown-item:hover,
#sidebarHeaderMobileAccount .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
}

@media (max-width: 1199.98px) {
    #sidebarHeaderMobileAccount .dropdown-item {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
        font-size: 1rem;
    }
}

.main-bottom-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-bottom-slider li {
    flex: 0 0 calc(25% - 20px);
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-bottom-slider li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.main-bottom-slider li:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #e7ecef ;
}

@media (max-width: 991.98px) {
    .main-bottom-slider li {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 767.98px) {
    .main-bottom-slider li {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 575.98px) {
    .main-bottom-slider li {
        flex: 0 0 100%;
    }
}

.navbar-toggler {
    display: none;
}

@media (max-width: 1199.98px) {
    .navbar-toggler {
        display: block;
    }
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
}

.u-hamburger__box {
    display: none;
}

@media (max-width: 1199.98px) {
    .u-hamburger__box {
        display: block;
    }
}

@media (min-width: 1200px) {
    .u-hamburger__box {
        display: none;
    }
}

/* Hamburger menü çizgilerinin görünmesi için */
@media (max-width: 1199.98px) {
    .u-hamburger__inner::before,
    .u-hamburger__inner::after {
        content: "";
        display: block !important;
    }
}

.modern-menu-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
   /* padding: 20px;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.secondary-menu .u-header__navbar-nav .u-header__nav-link {
    font-size: 0.9rem;
}

.btn-categories {
    font-size: 0.9rem;
}

/* Navbar Focus Stilleri */
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
    position: relative;
    transition: all 0.3s ease;
    outline: none;
}

/* Hover durumu */
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:hover {
    color: #000  !important;
}

/* Focus durumu - keyboard navigasyonu için */
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:focus,
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:focus-visible {
    color: #000 !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
    border-radius: 4px;
    outline: none;
}

/* Aktif sayfa stili */
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link.active,
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item.active .u-header__nav-link {
    color: #000 !important;
    font-weight: 700;
    position: relative;
}

/* Animasyonlar */
@keyframes slideIn {
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 80%;
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0%;
    }
    to {
        width: 60%;
    }
}

/* Müşteri bilgisi: kırmızı menü şeridinde belirgin rozet; taşmada tek satır ellipsis */
.customer-sticky-info {
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    display: block;
    box-sizing: border-box;
    max-width: 22rem;
    padding: 0.4rem 0.6rem;
    margin: 0.15rem 0;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #c40009;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-sticky-info:hover {
    background-color: #fff8f8;
    color: #a80007;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

/* Alt menü flex hattında son öğe daralınca müşteri adı truncate olsun */
.border-header-menu .u-header__navbar-collapse {
    min-width: 0;
}

.border-header-menu .u-header__navbar-nav {
    min-width: 0;
    flex-wrap: nowrap;
}

.border-header-menu .u-header__nav-last-item {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    flex: 0 1 auto;
}

.border-header-menu .u-header__nav-last-item .customer-sticky-info {
    width: 100%;
    max-width: 15rem;
    margin-left: auto;
}

/* Sidebar Menü Focus Stilleri */
#headerSidebarList .u-header-collapse__nav .nav-link,
#headerSidebarList .u-header-collapse__nav .dropdown-item {
    transition: all 0.3s ease;
    position: relative;
    outline: none;
}

#headerSidebarList .u-header-collapse__nav .nav-link:hover,
#headerSidebarList .u-header-collapse__nav .dropdown-item:hover {
    color: #e4010b !important;
    padding-left: 1.5rem;
    background-color: rgba(255, 193, 7, 0.1) !important;
}

#headerSidebarList .u-header-collapse__nav .nav-link:focus,
#headerSidebarList .u-header-collapse__nav .dropdown-item:focus,
#headerSidebarList .u-header-collapse__nav .nav-link:focus-visible,
#headerSidebarList .u-header-collapse__nav .dropdown-item:focus-visible {
    color: #e4010b !important;
    box-shadow: inset 4px 0 0 #e4010b;
    background-color: rgba(255, 193, 7, 0.15) !important;
    outline: none;
}

#headerSidebarList .u-header-collapse__nav .nav-link.active,
#headerSidebarList .u-header-collapse__nav .dropdown-item.active,
#headerSidebarList .u-header-collapse__nav .nav-item.active .nav-link,
#headerSidebarList .u-header-collapse__nav li.active .dropdown-item {
    color: #000 !important;
    font-weight: 700;
    border-left: 4px solid #e4010b;
    padding-left: 1.2rem;
}

/* Header icon butonları için focus stilleri */
.btn-header-login-mobile:focus,
.btn-header-epayment-mobile:focus,
.btn-header-dealer-mobile:focus,
.btn-header-shoppingcart-mobile:focus,
.btn-header-myaccount-mobile:focus {
    outline: 2px solid #e4010b;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Accessibility - Skip to content link (eğer eklemek isterseniz) */
.skip-to-content {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #e4010b;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.skip-to-content:focus {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

/* Responsive Focus Stilleri */
@media (max-width: 1199.98px) {
    /* Navbar hover alt çizgi genişliğini azalt */
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:hover::before {
        width: 50%;
    }

    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link.active::after,
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item.active .u-header__nav-link::after {
        width: 70%;
    }
}

@media (max-width: 991.98px) {
    /* Mobil menüde daha belirgin focus */
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:focus {
        box-shadow: inset 4px 0 0 #e4010b;
    }
}

@media (max-width: 767.98px) {
    /* Küçük ekranlarda focus alanını genişlet */
    .btn-header-login-mobile:focus,
    .btn-header-epayment-mobile:focus,
    .btn-header-dealer-mobile:focus,
    .btn-header-shoppingcart-mobile:focus,
    .btn-header-myaccount-mobile:focus {
        outline-offset: 4px;
    }
}

/* Touch cihazlar için özel stiller */
@media (hover: none) and (pointer: coarse) {
    /* Touch cihazlarda hover yerine tap highlight */
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
        -webkit-tap-highlight-color: rgba(255, 193, 7, 0.2);
    }

    #headerSidebarList .u-header-collapse__nav .nav-link,
    #headerSidebarList .u-header-collapse__nav .dropdown-item {
        -webkit-tap-highlight-color: rgba(255, 193, 7, 0.2);
    }
}

/* Animasyon performansı için hardware acceleration */
.u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link {
    will-change: color;
}

#headerSidebarList .u-header-collapse__nav .nav-link,
#headerSidebarList .u-header-collapse__nav .dropdown-item {
    will-change: color, background-color;
}

/* Reduced motion desteği - erişilebilirlik için */
@media (prefers-reduced-motion: reduce) {
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link,
    #headerSidebarList .u-header-collapse__nav .nav-link,
    #headerSidebarList .u-header-collapse__nav .dropdown-item,
    .customer-sticky-info,
    .account-container,
    .u-hamburger,
    .u-hamburger__inner,
    .u-hamburger__inner::before,
    .u-hamburger__inner::after {
        transition: none !important;
        animation: none !important;
    }
}

/* High contrast mode desteği */
@media (prefers-contrast: high) {
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:focus,
    .u-header__navbar-collapse .u-header__navbar-nav .u-header__nav-item .u-header__nav-link:focus-visible {
        outline: 3px solid #e4010b;
        outline-offset: 2px;
    }

    #headerSidebarList .u-header-collapse__nav .nav-link:focus,
    #headerSidebarList .u-header-collapse__nav .dropdown-item:focus {
        outline: 3px solid #e4010b;
        outline-offset: 2px;
    }
}

/* Ana sayfa ürün kartları için özel stiller */
.home-product-item {
    position: relative !important;
    border: none !important;
    border-bottom: none !important;
}

.home-product-item::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

.home-product-item .product-item__inner {
    padding: 30px 0 !important;
}

.home-product-item .product-item__inner.px-xl-4,
.home-product-item .product-item__inner.p-3 {
    padding: 30px 10px 0px 10px !important
}

.home-product-item .nevaa-product-image {
    height: auto;
    min-height: 0;
    overflow: visible;
}

.home-product-item .nevaa-product-image > a.d-block {
    display: block !important;
    height: auto;
}

.home-product-item .nevaa-product-image img.img-fluid {
    width: 100% !important;
    height: auto;
    max-height: none;
    object-fit: fill;
}

/* Header menü turuncu çerçeve sorunu düzeltme */
.headerMenu.u-header-collapse__nav .nav-link,
.headerMenu.u-header-collapse__nav .dropdown-item,
.headerMenu.u-header-collapse__nav a {
    outline: none !important;
}

.headerMenu.u-header-collapse__nav .nav-link:focus,
.headerMenu.u-header-collapse__nav .dropdown-item:focus,
.headerMenu.u-header-collapse__nav a:focus,
.headerMenu.u-header-collapse__nav .nav-link:focus-visible,
.headerMenu.u-header-collapse__nav .dropdown-item:focus-visible,
.headerMenu.u-header-collapse__nav a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Responsive ekranlarda ürün düzeni */
@media (max-width: 1199px) {
    .home-product-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

/* Ana sayfa başlık stili */
.home-section-title {
    position: relative;
    border-bottom: 2px solid #ededed !important;
    text-align: center !important;
}

.home-section-title::before {
    content: '';
    height: 2px;
    width: 200px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4010b;
    z-index: 1;
}

/* ProductList sayfası - Responsive ekranda iki ürün yan yana */
@media (max-width: 991px) {
    #pills-one-example1 .row.list-unstyled.products-group.no-gutters {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    #pills-one-example1 .row.list-unstyled.products-group.no-gutters > li.product-item.col-6 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media (max-width: 767px) {
    #pills-one-example1 .row.list-unstyled.products-group.no-gutters > li.product-item.col-6 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        height: auto !important;
    }
}

.fancybox-content{
    min-width: 280px;
}

/* Dikey Kategori Menü Stilleri - Flat Tasarım */
.vertical-category-menu-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.vertical-category-menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background-color: #000;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: none;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.vertical-category-menu-btn:hover {
    background-color: #b5010a;
    box-shadow: none;
    transform: none;
}

.vertical-category-menu-btn:active,
.vertical-category-menu-btn.active {
    background-color: #b5010a;
    box-shadow: none;
    transform: none;
}

.vertical-category-menu-btn .menu-icon {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}

.vertical-category-menu-btn .menu-text {
    flex: 1;
    text-align: left;
    white-space: nowrap;
}

.vertical-category-menu-btn .menu-arrow {
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.vertical-category-menu-btn.active .menu-arrow {
    transform: rotate(180deg);
}

.vertical-category-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 280px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-top: none;
    z-index: 1050;
    max-height: 500px;
    overflow-y: auto;
}

.vertical-category-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-category-menu-item {
    border-bottom: 1px solid #e0e0e0;
}

.vertical-category-menu-item:last-child {
    border-bottom: none;
}

.vertical-category-menu-link {
    display: block;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.vertical-category-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #e4010b;
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.vertical-category-menu-link:hover {
    background-color: #f5f5f5;
    color: #e4010b;
    padding-left: 24px;
    text-decoration: none;
}

.vertical-category-menu-link:hover::before {
    transform: scaleY(1);
}

.vertical-category-menu-link:focus {
    outline: 2px solid #e4010b;
    outline-offset: -2px;
    background-color: #fff9e6;
}

.vertical-category-menu-link:active {
    background-color: #e0e0e0;
}

/* Scroll bar özelleştirmesi */
.vertical-category-menu-dropdown::-webkit-scrollbar {
    width: 8px;
}

.vertical-category-menu-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.vertical-category-menu-dropdown::-webkit-scrollbar-thumb {
    background: #c0c0c0;
}

.vertical-category-menu-dropdown::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.secondary-menu-container {
    width: 220px;
    padding: 0;
}

.secondary-menu .navbar {
    align-items: stretch;
}

/* Responsive düzenlemeler */
@media (max-width: 1199px) {
    .vertical-category-menu-btn {
        font-size: 14px;
        padding: 0 14px;
        height: 45px;
    }

    .vertical-category-menu-link {
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .vertical-category-menu-btn {
        font-size: 13px;
        padding: 0 12px;
        height: 40px;
    }

    .vertical-category-menu-dropdown {
        min-width: 240px;
        max-height: 400px;
    }

    .vertical-category-menu-link {
        padding: 10px 16px;
        font-size: 13px;
    }
}

@media (max-width: 1478px) {
    .customer-sticky-info {
        display: none !important;
    }
}

@media (min-width: 1479px) {
    .customer-sticky-info {
        display: block !important;
    }
}


.shipmentSection input[type="radio"] + label {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}

.shipmentSection input[type="radio"]:checked + label {
    border-color: #000;
    background-color: rgba(0, 86, 184, 0.05);
}


/* H3 Başlık Stilleri - Icon ile Tasarım */
.shipmentSection h3 {
    color: #333;
    font-size: 1.06225rem;
    font-weight: 700;
    margin: 24px 0 16px 0;
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.shipmentSection h3:first-of-type::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e4010b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.shipmentSection h3:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff9700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'%3E%3C/path%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'%3E%3C/polyline%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.shipmentSection h5 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 12px;
}

/* P Etiket Stilleri - Temaya Uygun Tasarım */
.shipmentSection p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 12px 0;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Label Etiket Stilleri - P Etiketi ile Aynı Tasarım */
.shipmentSection label:not(.contactLabel):not([for="Note"]):not([for="Note2"]):not([for^="rd_"]) {
    display: block;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 12px 0;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 500;
}

.shipmentSection label:not(.contactLabel):not([for="Note"]):not([for="Note2"]):not([for^="rd_"]).required::after {
    content: '*';
    color: #d11c09;
    margin-left: 4px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
}

/* Radio Button Label Stilleri - Tıklanabilir */
.shipmentSection label[for^="rd_"] {
    display: block;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 12px 0;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.shipmentSection input[type="radio"][id^="rd_"]:checked + label[for^="rd_"] {
    background-color: rgba(0, 86, 184, 0.05);
    border-color: #000;
    color: #333;
}

/* Adres Seçimi - Radio Button Gizleme */
.shipmentSection input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Adres Kutusu Stilleri */
.shipmentSection .address_box {
    position: relative;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.shipmentSection .address_box:hover {
    border-color: #e4010b;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.15);
    transform: translateY(-2px);
}

/* Seçili Adres Kutusu */
.shipmentSection input[type="radio"]:checked + label + .col-md-12,
.shipmentSection .address_box:has(input[type="radio"]:checked) {
    border-color: #000;
    background-color: rgba(0, 86, 184, 0.05);
    box-shadow: 0 4px 12px rgba(0, 86, 184, 0.2);
}

/* Adres Label Stilleri */
.shipmentSection .contactLabel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.shipmentSection .contactLabel span {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

.shipmentSection .contactLabel b {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 4px;
}

/* Adres Düzenleme Linki */
.shipmentSection .address_box .col-md-12 a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 8px;
}

.shipmentSection .address_box .col-md-12 a:hover {
    color: #e4010b;
    text-decoration: underline;
}

/* Yeni Adres Ekle Butonu */
.shipmentSection .btn.btn-warning {
    background-color: #e4010b;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

.shipmentSection .btn.btn-warning:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 86, 184, 0.3);
}

/* B2B Kullanıcıları için Adres Gösterimi */
.shipmentSection .subcaption {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #000;
}



/* Kargo Seçimi Stilleri */
.shipmentSection #CargoID {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 45px 8px 15px;
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230056b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    font-weight: 500;
}

.shipmentSection #CargoID:hover {
    border-color: #e4010b;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.shipmentSection #CargoID:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 184, 0.1);
}

.shipmentSection #CargoID option {
    padding: 10px;
    font-size: 1rem;
    color: #333;
}

/* Teslimat Tarihi Seçici */
.shipmentSection #deliveryDateContainer {
    position: relative;
    margin-bottom: 20px;
}

.shipmentSection #deliveryDate {
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 45px 8px 15px;
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
}

.shipmentSection #deliveryDate:hover {
    border-color: #e4010b;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.shipmentSection #deliveryDate:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 184, 0.1);
}

.shipmentSection #deliveryDateContainer .input-group-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}

.shipmentSection #deliveryDateContainer .input-group-addon .fa {
    color: #000;
    font-size: 1.1rem;
}

/* Not Alanı Stilleri */
.shipmentSection #Note,
.shipmentSection #Note2 {
    width: 100%;
    min-height: 120px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    resize: vertical;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
    font-family: inherit;
}


.shipmentSection #Note:focus,
.shipmentSection #Note2:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 184, 0.1);
}

.shipmentSection label[for="Note"],
.shipmentSection label[for="Note2"] {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
}

/* ERP Sipariş Açıklaması */
.shipmentSection #ErpOrderDescription {
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 1rem;
    width: 100%;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
}

.shipmentSection #ErpOrderDescription:hover {
    border-color: #e4010b;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.shipmentSection #ErpOrderDescription:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 184, 0.1);
}

.shipmentSection label[for="ErpOrderDescriptionList"].required::after {
    content: '*';
    color: #d11c09;
    margin-left: 4px;
    font-size: 1.2em;
    line-height: 1;
}

/* Ücretsiz Kargo Mesajı */
.shipmentSection .payment-free-cargo {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(0, 86, 184, 0.1) 100%);
    border: 2px solid #e4010b;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.shipmentSection .payment-free-cargo .h3 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.shipmentSection .payment-free-cargo .fa-truck {
    color: #000;
    font-size: 3rem !important;
    opacity: 0.8;
}

/* Alert Mesajları */
.shipmentSection .alert {
    border-radius: 8px;
    border-left: 4px solid #e4010b;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.shipmentSection .alert-warning {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: #e4010b;
    color: #856404;
}

/* Validation Mesajları */
.shipmentSection .error {
    color: #d11c09;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

.shipmentSection .field-validation-error {
    color: #d11c09;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

/* Responsive Tasarım */
@media (max-width: 991px) {
    .shipmentSection {
        padding: 20px !important;
    }

    .shipmentSection .address_box {
        padding: 15px;
        margin-bottom: 12px;
    }

    .shipmentSection h3 {
        font-size: 1rem;
        margin: 20px 0 14px 0;
        padding-left: 32px;
    }

    .shipmentSection h3::before {
        width: 20px;
        height: 20px;
    }

    .shipmentSection p {
        font-size: 0.9rem;
        margin: 10px 0;
        padding: 10px 12px;
    }

    .shipmentSection label:not(.contactLabel):not([for="Note"]):not([for="Note2"]):not([for^="rd_"]) {
        font-size: 0.9rem;
        margin: 10px 0;
        padding: 10px 12px;
    }

    .shipmentSection label[for^="rd_"] {
        font-size: 0.9rem;
        margin: 10px 0;
        padding: 10px 12px;
    }

    .shipmentSection #CargoID,
    .shipmentSection #deliveryDate {
        height: 45px;
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .shipmentSection {
        padding: 0px !important;
    }

    @media (max-width: 767px) {
        .paymentSection {
            padding: 20px 0px !important;
        }
    }

    .shipmentSection .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .shipmentSection h3 {
        font-size: 0.95rem;
        margin: 16px 0 12px 0;
        padding-left: 30px;
    }

    .shipmentSection h3::before {
        width: 18px;
        height: 18px;
    }

    .shipmentSection p {
        font-size: 0.85rem;
        margin: 8px 0;
        line-height: 1.6;
        padding: 10px 12px;
    }

    .shipmentSection label:not(.contactLabel):not([for="Note"]):not([for="Note2"]):not([for^="rd_"]) {
        font-size: 0.85rem;
        margin: 8px 0;
        line-height: 1.6;
        padding: 10px 12px;
    }

    .shipmentSection label[for^="rd_"] {
        font-size: 0.85rem;
        margin: 8px 0;
        line-height: 1.6;
        padding: 10px 12px;
    }

    .shipmentSection .address_box {
        padding: 12px;
        min-height: auto;
    }

    .shipmentSection .contactLabel {
        gap: 6px;
    }

    .shipmentSection .contactLabel span,
    .shipmentSection .contactLabel b {
        font-size: 0.9rem;
    }

    .shipmentSection .payment-free-cargo {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .shipmentSection .payment-free-cargo .fa-truck {
        font-size: 2.5rem !important;
    }
}


.form-label {
    display: block;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

/* ============================================
   Müşteri Ödeme Sayfası - customer-payment-container
   ============================================ */

/* Ana Container */
.customer-payment-container {
    position: relative;
    width: 100%;
}

/* Layout Düzeni - Bootstrap row class'ını override et */
.customer-payment-container .customerPaymentLayout {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    gap: 20px;
    align-items: flex-start;
}

/* Tutar Bölümü - Bootstrap col class'larını override et */
.customer-payment-container .amountSection {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .customer-payment-container .amountSection {
        flex: 0 0 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px) !important;
        width: auto !important;
    }
}

/* Ödeme Bölümü - Bootstrap col class'larını override et */
.customer-payment-container .paymentSection {
    flex: 1 1 auto !important;
    min-width: 0;
    padding: 25px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .customer-payment-container .paymentSection {
        flex: 0 0 calc(66.666% - 20px) !important;
        max-width: calc(66.666% - 20px) !important;
        width: auto !important;
    }
}

/* Kredi Kartı Container - İlk Yüklemede Düzenli Görünüm */
.customer-payment-container #creditCardContainer {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: none;
}

.customer-payment-container #creditCardContainer .panel-heading {
    padding: 0;
    border: none;
    background: transparent;
}

/* Bank Logo ve Card Type Container - Sabit Yükseklik */
.customer-payment-container #bankLogoContainer,
.customer-payment-container #cardTypeContainer {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 28px;
    padding-left: 10px;
}

.customer-payment-container #bankLogoContainer img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

/* Kredi Kartı Numarası Satırı - Düzenli Hizalama */
.customer-payment-container .row[style*="display: flex"] {
    display: flex !important;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.customer-payment-container .row[style*="display: flex"] .col-md-7 {
    flex: 0 0 calc(58.333% - 15px);
    max-width: calc(58.333% - 15px);
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.customer-payment-container .row[style*="display: flex"] .col-md-5 {
    flex: 0 0 calc(41.666% - 15px);
    max-width: calc(41.666% - 15px);
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

/* Label Stilleri */
.customer-payment-container .paymentSection label.form-label {
    margin-bottom: 8px;
    margin-top: 0;
}

.customer-payment-container .amountSection label.form-label {
    margin-bottom: 10px;
    display: block;
}

/* Input Stilleri */
.customer-payment-container .amountSection input {
    width: 100%;
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.customer-payment-container .amountSection input:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 184, 0.1);
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .customer-payment-container .customerPaymentLayout {
        flex-direction: column !important;
        gap: 15px;
    }

    .customer-payment-container .amountSection,
    .customer-payment-container .paymentSection {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .customer-payment-container .row[style*="display: flex"] .col-md-7,
    .customer-payment-container .row[style*="display: flex"] .col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .customer-payment-container #bankLogoContainer,
    .customer-payment-container #cardTypeContainer {
        margin-top: 10px;
        padding-left: 0;
        min-height: 35px;
    }
}

/* Buton Stilleri */
.customer-payment-container .paymentSection .button_orange {
    width: 100%;
}

/* Checkbox Stilleri */
.customer-payment-container .paymentSection .form_el {
    margin-bottom: 15px;
}

.customer-payment-container .paymentSection .form_el input[type="checkbox"] {
    margin-right: 8px;
}


/* ============================================
   Validasyon Mesajları - Padding ve Boşluk Düzenlemeleri
   ============================================ */

/* Validasyon Mesajları - Genel Stiller */
.customer-payment-container .field-validation-error,
.customer-payment-container .invalid-feedback {
    color: #d11c09;
    font-size: 0.875rem;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    line-height: 1.4;
    min-height: 0;
}

/* Form Group ve Row için Padding Düzenlemeleri */
.customer-payment-container .panel-heading > .row {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.customer-payment-container .panel-heading > .row:last-child {
    margin-bottom: 0;
}

/* Input alanları için validasyon durumunda boşluk */
.customer-payment-container input.u-has-error,
.customer-payment-container select.u-has-error,
.customer-payment-container textarea.u-has-error {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Input sonrası validasyon mesajı */
.customer-payment-container input + .field-validation-error,
.customer-payment-container input + .invalid-feedback,
.customer-payment-container select + .field-validation-error,
.customer-payment-container select + .invalid-feedback,
.customer-payment-container textarea + .field-validation-error,
.customer-payment-container textarea + .invalid-feedback {
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
}

/* Kredi kartı container içindeki validasyon mesajları */
.customer-payment-container #creditCardContainer .field-validation-error,
.customer-payment-container #creditCardContainer .invalid-feedback {
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

/* Kredi kartı numarası satırı için validasyon mesajları */
.customer-payment-container .row[style*="display: flex"] .col-md-7 .field-validation-error,
.customer-payment-container .row[style*="display: flex"] .col-md-7 .invalid-feedback {
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
}

/* Label ve input arasındaki boşluk */
.customer-payment-container .form-label {
    margin-bottom: 8px;
    padding-bottom: 0;
}

.customer-payment-container .form-label.required::after {
    content: '*';
    color: #d11c09;
    margin-left: 4px;
}

/* Checkbox validasyon mesajı */
.customer-payment-container .form_el .field-validation-error,
.customer-payment-container .form_el .invalid-feedback {
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    clear: both;
}

/* Panel heading padding düzenlemesi */
.customer-payment-container #creditCardContainer .panel-heading {
    padding: 0;
    margin: 0;
}

.customer-payment-container #creditCardContainer .panel-heading > .row {
    margin-bottom: 12px;
    padding: 0;
}

.customer-payment-container #creditCardContainer .panel-heading > .row:last-child {
    margin-bottom: 0;
}

/* Form elemanları için genel padding düzenlemesi */
.customer-payment-container #creditCardContainer .form-control {
    padding: 8px 15px;
    margin-bottom: 0;
}

.customer-payment-container #creditCardContainer .form-control + .field-validation-error,
.customer-payment-container #creditCardContainer .form-control + .invalid-feedback {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Select ve input alanları için padding */
.customer-payment-container #creditCardContainer select.form-control {
    padding: 8px 15px;
    margin-bottom: 0;
}

/* Row içindeki col-md-4, col-md-7 gibi elemanlar için padding */
.customer-payment-container #creditCardContainer .panel-heading .col-md-4,
.customer-payment-container #creditCardContainer .panel-heading .col-md-7,
.customer-payment-container #creditCardContainer .panel-heading .col-md-5 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

/* İlk row için üst padding */
.customer-payment-container #creditCardContainer .panel-heading > .row:first-child {
    margin-top: 0;
    padding-top: 0;
}

/* Responsive - Validasyon mesajları */
@media (max-width: 991px) {
    .customer-payment-container .field-validation-error,
    .customer-payment-container .invalid-feedback {
        font-size: 0.8rem;
        margin-top: 3px;
        padding: 0;
    }

    .customer-payment-container .row[style*="display: flex"] {
        margin-bottom: 12px;
        flex-direction: column;
        gap: 10px;
    }

    .customer-payment-container .row[style*="display: flex"] .col-md-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .customer-payment-container .row[style*="display: flex"] .col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .customer-payment-container .row[style*="display: flex"] .col-md-7 .field-validation-error,
    .customer-payment-container .row[style*="display: flex"] .col-md-7 .invalid-feedback {
        margin-top: 3px;
        padding: 0;
    }

    .customer-payment-container #creditCardContainer .panel-heading .col-md-4,
    .customer-payment-container #creditCardContainer .panel-heading .col-md-7,
    .customer-payment-container #creditCardContainer .panel-heading .col-md-5 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 12px;
    }

    .customer-payment-container #creditCardContainer .panel-heading .col-md-4:last-child,
    .customer-payment-container #creditCardContainer .panel-heading .col-md-7:last-child,
    .customer-payment-container #creditCardContainer .panel-heading .col-md-5:last-child {
        margin-bottom: 0;
    }
}

/* ============================================
   Taksit Seçimi - Kompakt Tek Satır Tasarım
   ============================================ */

/* Taksit Listesi Container */
#instalmentContainer .instalment-list-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 15px;
}

/* Taksit Kutusu - Kompakt Tek Satır */
#instalmentContainer .instalment-box {
    position: relative;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 0;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

#instalmentContainer .instalment-box:hover {
    border-color: #e4010b;
    transform: translateY(-1px);
}

/* Seçili Taksit Kutusu */
#instalmentContainer .instalment-box:has(input[type="radio"]:checked) {
    border-color: #000;
    background-color: #fff;
}

/* :has() desteği olmayan tarayıcılar için alternatif */
#instalmentContainer .instalment-box.instalment-selected {
    border-color: #000;
    background-color: #fff;
}

/* Radio Button Gizleme */
#instalmentContainer input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Taksit İçerik - Tek Satır */
#instalmentContainer .instalment-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

/* Taksit Adı */
#instalmentContainer .instalment-name {
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    flex-shrink: 0;
}

#instalmentContainer .instalment-name strong {
    color: #333;
    font-weight: 600;
}

/* Taksit Detayları - Tek Satır */
#instalmentContainer .instalment-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

/* Taksit Tutarı */
#instalmentContainer .instalment-amount {
    color: #000;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Toplam Tutar */
#instalmentContainer .instalment-total {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

/* Seçili Durumda Renk Değişimi */
#instalmentContainer .instalment-box:has(input[type="radio"]:checked) .instalment-name strong {
    color: #000;
}

#instalmentContainer .instalment-box:has(input[type="radio"]:checked) .instalment-amount {
    color: #000;
}

/* Alternatif - class ile */
#instalmentContainer .instalment-box.instalment-selected .instalment-name strong {
    color: #000;
}

#instalmentContainer .instalment-box.instalment-selected .instalment-amount {
    color: #000;
}

/* Responsive Tasarım */
@media (max-width: 767px) {
    #instalmentContainer .instalment-list-container {
        gap: 2px;
    }

    #instalmentContainer .instalment-box {
        padding: 10px 12px;
    }

    #instalmentContainer .instalment-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    #instalmentContainer .instalment-name {
        font-size: 0.9rem;
    }

    #instalmentContainer .instalment-details {
        width: 100%;
        justify-content: space-between;
    }

    #instalmentContainer .instalment-amount {
        font-size: 0.9rem;
    }

    #instalmentContainer .instalment-total {
        font-size: 0.85rem;
    }
}

.instalment-box{
    margin-top:4px !important;
}

/* ============================================
   Boş Sepet Görselleştirmesi
   ============================================ */

#noItemShoppingCart {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 60px 40px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    transition: all 0.3s ease;
}

#noItemShoppingCart:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Sepet İkonu - ::before ile */
#noItemShoppingCart::before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='none' stroke='%230056b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    animation: floatIcon 3s ease-in-out infinite;
}

/* İkon animasyonu */
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Metin stilini ayarla */
#noItemShoppingCart {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* Dekoratif alt çizgi */
#noItemShoppingCart::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #000 0%, #e4010b 100%);
    border-radius: 2px;
    margin: 20px auto 0;
    animation: expandLine 2s ease-in-out infinite;
}

/* Alt çizgi animasyonu */
@keyframes expandLine {
    0%, 100% {
        width: 80px;
        opacity: 1;
    }
    50% {
        width: 120px;
        opacity: 0.6;
    }
}

/* Responsive Tasarım */
@media (max-width: 767px) {
    #noItemShoppingCart {
        min-height: 320px;
        padding: 40px 30px;
        margin: 30px auto;
        font-size: 1.1rem;
    }

    #noItemShoppingCart::before {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }

    #noItemShoppingCart::after {
        width: 60px;
        margin-top: 15px;
    }

    @keyframes expandLine {
        0%, 100% {
            width: 60px;
        }
        50% {
            width: 90px;
        }
    }
}

@media (max-width: 575px) {
    #noItemShoppingCart {
        min-height: 280px;
        padding: 30px 20px;
        margin: 20px 10px;
        font-size: 1rem;
        border-radius: 12px;
    }

    #noItemShoppingCart::before {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    #noItemShoppingCart::after {
        width: 50px;
        height: 3px;
        margin-top: 12px;
    }

    @keyframes expandLine {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 70px;
        }
    }
}

/* Animasyon performansı için */
@media (prefers-reduced-motion: reduce) {
    #noItemShoppingCart::before,
    #noItemShoppingCart::after,
    #noItemShoppingCart {
        animation: none !important;
    }

    #noItemShoppingCart:hover {
        transform: none;
    }
}

.u-slick--slider-syncing .slick-slide.slick-current{
    border-bottom-color:#e4010b !important;
}

/* Payment page responsive left_side buttons */
@media (max-width: 991.98px) {
    .left_side_desktop {
        display: none !important;
    }
    .left_side_mobile {
        display: block !important;
        float: none !important;
        clear: both;
    }
}

@media (min-width: 992px) {
    .left_side_mobile {
        display: none !important;
    }
    .left_side_desktop {
        display: block !important;
    }
}

/* e-ödeme link focus ve active rengi */
.nav-link.u-header__nav-link.font-weight-bold.d-flex.align-items-center.active,
.nav-link.u-header__nav-link.font-weight-bold.d-flex.align-items-center.active:focus,
.nav-link.u-header__nav-link.font-weight-bold.d-flex.align-items-center:focus {
    color: #e4010b !important;
}

/* ============================================
   PageHeader CSS Stilleri
   ============================================ */

/* Header sticky yapma - hem responsive hem normal ekranda */
.u-header.u-header-left-aligned-nav {
    position: sticky;
    top: 0;
    z-index: 1001;
}

/* Döviz alanı stilleri */
.currency-display {
    white-space: nowrap;
    padding: 0.25rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
}

/* Mobil döviz alanı stilleri (üst şerit beyaz — hafif gri zemin) */
.currency-display-mobile {
    white-space: nowrap;
    padding: 0.25rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 0.25rem;
}

/* Responsive logo stilleri - sadece mobil ekranda */
@media (max-width: 1199.98px) {
    .currency-display {
        display: none !important;
    }

    .logo-mobile-responsive {
        max-height: 40px;
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

/* Çok küçük ekranlar için logo daha da küçülür */
@media (max-width: 575.98px) {
    .logo-mobile-responsive {
        max-height: 32px;
    }
}

@media (max-width: 375px) {
    .logo-mobile-responsive {
        max-height: 28px;
    }
}

@media (min-width: 1200px) {
    .currency-display-mobile {
        display: none !important;
    }
}

/* Dropdown menü animasyonlarını tamamen kaldır */
.u-header__navbar-nav .u-header__nav-item .u-header__sub-menu,
.u-header__navbar-nav .hs-sub-menu,
.hs-mega-menu,
.subHeaderMenu .hs-sub-menu,
.subCategoryMenu .hs-sub-menu {
    transition: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    -webkit-transition: none !important;
}

/* —— Login / Şifremi unuttum (Account) —— */
.login-form .login-field-validation-placeholder {
    display: none;
}

.login-page-wrapper {
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 32px 16px 40px;
}

.login-card {
    width: 100%;
    max-width: 1220px;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
}

.login-card-left {
    padding: 64px 64px 48px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border: 2px solid #e7eaf3;
}

.login-card-left-inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.login-title-wrapper {
    margin-bottom: 36px;
}

.login-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.login-subtitle {
    margin: 0;
    font-size: 17px;
    color: #6b7280;
}

.login-form {
    margin-top: 20px;
}

.login-form-group {
    margin-bottom: 20px;
}

.login-form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #374151;
}

.login-input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    padding: 18px 24px;
    font-size: 17px;
    background-color: #f9fafb;
    transition: all 0.18s ease;
    outline: none;
}

.login-input:focus {
    border-color: #000;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 86, 184, 0.18);
}

.login-input.is-invalid {
    border-color: #e4010b;
    box-shadow: 0 0 0 1px #fee2e2;
}

.login-actions {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.login-btn-primary {
    border: none;
    border-radius: 999px;
    padding: 16px 48px;
    background: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.login-btn-primary:hover {
    background: #e4010b;
}

.login-btn-primary:active {
    transform: translateY(0);
}

.login-forgot-wrapper {
    width: 100%;
    text-align: center;
}

.login-forgot-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #f9fafb;
    border-radius: 999px;
    border: 1px solid #000;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.login-forgot-link:hover {
    background-color: #eff6ff;
    color: #000;
    border-color: #000;
    text-decoration: none;
}

.login-card-right {
    position: relative;
    padding: 64px 64px 48px;
    color: #ffffff;
    background-color: #e4010b !important;
    overflow: hidden;
}

.login-card-right-inner {
    position: relative;
    z-index: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    gap: 32px;
    font-size: 16px;
    line-height: 1.7;
}

.login-card-right-inner h1,
.login-card-right-inner h2,
.login-card-right-inner h3,
.login-card-right-inner h4 {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.login-card-right-inner p {
    color: #e5edff;
    font-size: 16px;
}

.login-right-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 0;
}

.login-right-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 520px;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    background-color: rgba(248, 250, 252, 0.18);
    color: #ffffff !important;
    border: 1px solid rgba(191, 219, 254, 0.6);
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.login-right-btn:hover {
    background-color: rgba(248, 250, 252, 0.3);
}

.login-right-btn-outline {
    background-color: transparent;
    border-color: rgba(191, 219, 254, 0.9);
}

.login-right-btn-outline:hover {
    background-color: rgba(248, 250, 252, 0.14);
}

/* Form input'larında uppercase'i devre dışı bırak */
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
    text-transform: none !important;
}

@media (min-width: 991.98px) {
    .login-card-left {
        border-bottom-left-radius: 32px;
        border-top-left-radius: 32px;
    }
}

@media (max-width: 991.98px) {
    .login-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .login-card-left {
        order: 1;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        border-bottom-left: 1px !important;
    }

    .login-card-right {
        order: 2;
    }

    .login-page-wrapper {
        padding: 24px 12px;
    }
}

@media (max-width: 575.98px) {
    .login-card-left,
    .login-card-right {
        padding: 24px 20px 20px;
    }

    .login-title {
        font-size: 22px;
    }

    .login-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .login-forgot-wrapper {
        text-align: center;
    }

    .login-btn-primary {
        width: 100%;
        justify-content: center;
    }

    .login-right-buttons {
        max-width: 100%;
    }
}

/* Müşteri finans özeti kartları (_FinanceSummary) */
.finance-summary-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.finance-card {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 250px;
}

.finance-card-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 14px 16px;
    height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.finance-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.finance-card:hover .finance-card-content {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.finance-card:hover .finance-card-content::before {
    opacity: 1;
}

.finance-card-primary .finance-card-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.finance-card-success .finance-card-content {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff;
}

.finance-card-warning .finance-card-content {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #ffffff;
}

.finance-card-info .finance-card-content {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #ffffff;
}

.finance-card-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 26px;
    opacity: 0.2;
    transition: all 0.3s ease;
}

.finance-card:hover .finance-card-icon {
    opacity: 0.3;
    transform: scale(1.1);
}

.finance-card-body {
    position: relative;
    z-index: 1;
}

.finance-card-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.finance-card-amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    word-break: break-word;
    text-align: right;
}

.finance-card-amount-secondary {
    font-size: 0.65em;
    font-weight: 500;
    opacity: 0.85;
    display: block;
}

@media (max-width: 992px) {
    .finance-card {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .finance-summary-grid {
        gap: 15px;
    }

    .finance-card-content {
        height: 98px;
        padding: 12px 14px;
    }

    .finance-card-amount {
        font-size: 21px;
    }

    .finance-card-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .finance-card {
        flex: 1 1 100%;
    }

    .finance-summary-grid {
        gap: 12px;
    }

    .finance-card-content {
        height: 88px;
        padding: 10px 12px;
    }

    .finance-card-amount {
        font-size: 18px;
    }

    .finance-card-label {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

/* Toplu sipariş — müşteri sayfaları (Hesap bilgileri vb.) ile aynı kart görünümü */
.bulk-order-page .bb-panel {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.bulk-order-page .bb-panel.mb-0 {
    margin-bottom: 0;
}

.bulk-order-page .bulk-upload-zone {
    position: relative;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 2rem 1rem;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.bulk-order-page .bulk-upload-zone:hover,
.bulk-order-page .bulk-upload-zone.drag-over {
    border-color: #333;
    background: #f0f0f0;
}

.bulk-order-page .bulk-upload-icon {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1;
}

.bulk-order-page .bulk-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

.bulk-order-page .bulk-selected-file {
    margin-top: 1rem;
}

.bulk-order-page .bulk-file-preview {
    padding: 1rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

.bulk-order-page .bulk-file-meta {
    flex: 1 1 auto;
    min-width: 0;
}

.bulk-order-page .bulk-remove-file {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
}

.bulk-order-page .bulk-sample-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0056b8;
}

.bulk-order-page .bulk-order-preview-img {
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* =============================================================================
   SearchableField listesi (Themes/BeyazBalina/Views/SearchableField)
   Kök: .searchable-field-page — siyah #33302b, kırmızı #e4010b, gri tonları
   ============================================================================= */

.searchable-field-page .section-title__l h3 {
    margin-bottom: 0 !important;
}

/* Kategori listesi (Category/List) ile uyumlu arama kutusu */
.searchable-field-page .search-box {
    max-width: 600px;
    margin: 0 auto;
}

.searchable-field-page .search-box .form-control {
    height: 50px;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    border: 2px solid #33302b;
    border-right: none;
    font-size: 16px;
}

.searchable-field-page .search-box .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 25px 25px 0;
    background: #33302b;
    border: 2px solid #33302b;
    color: #fff;
    min-width: 50px;
    cursor: pointer;
    padding: 0;
}

.searchable-field-page .search-box .input-group-text:hover,
.searchable-field-page .search-box .input-group-text:focus {
    background: #e4010b;
    border-color: #e4010b;
    color: #fff;
}

.searchable-field-page .search-box .form-control:focus {
    box-shadow: none;
    border-color: #33302b;
}

.searchable-field-page .pagination-container .basariV2-pagination {
    float: none;
}

@media (max-width: 768px) {
    .searchable-field-page .search-box {
        margin: 0 15px;
    }
}

/* _List: harf kutusu ve içerik */
.searchable-field-page .letter-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid #dee2e6;
}

.searchable-field-page .letter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 0 10px;
}

.searchable-field-page .letter-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    padding: 0 12px;
    height: 35px;
    background: #fff;
    border-radius: 4px;
    color: #33302b;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #ced4da;
}

.searchable-field-page .letter-link:hover,
.searchable-field-page .letter-link.active {
    background-color: #e4010b;
    color: #fff !important;
    text-decoration: none;
    border-color: #e4010b;
}

.searchable-field-page .searchable-content-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.searchable-field-page .searchable-content-box .letter-section {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid #dee2e6;
    height: 280px;
    display: flex;
    flex-direction: column;
}

.searchable-field-page .searchable-content-box .letter-title {
    font-size: 22px;
    color: #33302b;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e4010b;
    flex-shrink: 0;
}

.searchable-field-page .searchable-content-box .letter-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow-y: auto;
    max-height: 320px;
    padding-right: 5px;
}

.searchable-field-page .searchable-content-box .letter-items::-webkit-scrollbar {
    width: 5px;
}

.searchable-field-page .searchable-content-box .letter-items::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 3px;
}

.searchable-field-page .searchable-content-box .letter-items::-webkit-scrollbar-thumb {
    background: #e4010b;
    border-radius: 3px;
}

.searchable-field-page .searchable-content-box .letter-items::-webkit-scrollbar-thumb:hover {
    background: #33302b;
}

.searchable-field-page .searchable-content-box .item-link {
    flex: 0 0 calc(50% - 10px);
    margin: 0 5px;
    padding: 8px 12px;
    transition: background 0.2s ease, border-color 0.2s ease;
    border-radius: 4px;
    border: 1px solid transparent;
}

.searchable-field-page .searchable-content-box .letter-items .item-link:nth-child(4n+1),
.searchable-field-page .searchable-content-box .letter-items .item-link:nth-child(4n+2) {
    background: #fff;
}

.searchable-field-page .searchable-content-box .letter-items .item-link:nth-child(4n+3),
.searchable-field-page .searchable-content-box .letter-items .item-link:nth-child(4n+4) {
    background: #f1f3f5;
}

.searchable-field-page .searchable-content-box .item-link:hover {
    border-color: #e4010b;
    background: #fff !important;
}

.searchable-field-page .searchable-content-box .item-link a {
    color: #33302b;
    text-decoration: none;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchable-field-page .searchable-content-box .item-link:hover a {
    color: #e4010b;
}

.searchable-field-page .searchable-content-box .search-results {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: 100%;
}

.searchable-field-page .searchable-content-box .search-results .item-link {
    flex: 0 0 calc(50% - 10px);
    margin: 0 5px;
    padding: 8px 12px;
    transition: background 0.2s ease, border-color 0.2s ease;
    border-radius: 4px;
    border: 1px solid transparent;
}

.searchable-field-page .searchable-content-box .search-results .item-link:nth-child(4n+1),
.searchable-field-page .searchable-content-box .search-results .item-link:nth-child(4n+2) {
    background: #fff;
}

.searchable-field-page .searchable-content-box .search-results .item-link:nth-child(4n+3),
.searchable-field-page .searchable-content-box .search-results .item-link:nth-child(4n+4) {
    background: #f1f3f5;
}

.searchable-field-page .searchable-content-box .search-results .item-link:hover {
    border-color: #e4010b;
    background: #fff !important;
}

.searchable-field-page .searchable-content-box .search-results .item-link a {
    color: #33302b;
    text-decoration: none;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchable-field-page .searchable-content-box .search-results .item-link:hover a {
    color: #e4010b;
}

@media (max-width: 991px) {
    .searchable-field-page .searchable-content-box .letter-section {
        flex: 0 0 calc(100% - 20px);
    }
}

@media (max-width: 575px) {
    .searchable-field-page .searchable-content-box .item-link,
    .searchable-field-page .searchable-content-box .search-results .item-link {
        flex: 0 0 calc(100% - 10px);
    }
}

/* Kategori listesi: harf kartları satırda 5\'li (resimdeki gibi); kart içi liste tek sütun */
.searchable-field-page.category-list-page .searchable-content-box .letter-section {
    flex: 0 0 calc(20% - 20px);
}

.searchable-field-page.category-list-page .searchable-content-box .letter-items .item-link {
    flex: 0 0 calc(100% - 10px);
}

/* Arama sonucu modunda kutular olmadan düz grid (5 sütun) */
.searchable-field-page.category-list-page .searchable-content-box .search-results .item-link {
    flex: 0 0 calc(20% - 10px);
}

.searchable-field-page.category-list-page .searchable-content-box .letter-items .item-link:nth-child(odd),
.searchable-field-page.category-list-page .searchable-content-box .search-results .item-link:nth-child(odd) {
    background: #fff;
}

.searchable-field-page.category-list-page .searchable-content-box .letter-items .item-link:nth-child(even),
.searchable-field-page.category-list-page .searchable-content-box .search-results .item-link:nth-child(even) {
    background: #f1f3f5;
}

@media (max-width: 991px) {
    .searchable-field-page.category-list-page .searchable-content-box .letter-section {
        flex: 0 0 calc(33.333% - 20px);
    }

    .searchable-field-page.category-list-page .searchable-content-box .search-results .item-link {
        flex: 0 0 calc(33.333% - 10px);
    }
}

@media (max-width: 767px) {
    .searchable-field-page.category-list-page .searchable-content-box .letter-section {
        flex: 0 0 calc(50% - 20px);
    }

    .searchable-field-page.category-list-page .searchable-content-box .search-results .item-link {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .searchable-field-page.category-list-page .searchable-content-box .letter-section {
        flex: 0 0 calc(100% - 20px);
    }
}
