:root {
    --primaryColor: #FF5a00;
    /*--secondaryColor: #0044cc;*/
}

.cookie {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    background: #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    font-family: tahoma;
    font-size: 13px;
    left: 100px;
    right: 100px;
    display: none;
}

.cookie-left {
    float: left
}

.cookie-right {
    float: right
}

.cc-link {
    color: #ccc;
    margin-left: 10px
}

.cc-link:hover {
    color: #fff
}

.cc-dismiss {
    background: #666;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px
}

.cc-dismiss:hover {
    background: #fff;
    color: #000
}

.text-small {
    font-size: 1px;
    line-height: 18px
}

/* Header / Navigation */
.primary-navigation .nav>li {
    color: #666;
    font-size: 13px
}

.primary-navigation .nav>li span {
    color: black;
    display: block
}

.navbar-nav .nav-item i {
    font-size: 1.733em;
    min-height: 30px
}

.navbar-currencies li {
    list-style: none;
    font-size: 13px
}

.navbar-currencies li span {
    padding-right: 10px
}

.navbar-currencies {
    margin: 7px 70px 7px 10px;
    color: #666
}

.navbar-nav .nav-item {
    text-align: center;
    margin: 0 10px
}

.navbar-nav .nav-item .header-menu-label {
    font-size: 14px;
    display: block
}

.site-header-cart .header-menu-label {
    font-size: 13px;
    display: block
}

.header-cart .count {
    background: black;
    color: white;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    margin: -10px 0 0 -5px;
}

.dropdown-menu-mini-cart {
    left: -260px
}

.dropdown-menu-account {
    padding: 15px;
    font-size: 14px;
    width: 400px
}

.dropdown-menu-account .account-menu-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500
}

.dropdown-menu-account .account-menu-title span {
    width: 100%;
    display: inline-block;
    font-weight: 400
}

.dropdown-menu-account .account-menu-bakiye {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500
}

.dropdown-menu-account .account-menu-link {
    width: 48%;
    display: inline-block;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400
}

.dropdown-menu-account .account-menu-link i {
    font-size: 17px;
    padding-right: 5px;
    width: 26px
}

.no-padding {
    padding: 0 !important
}

.payment-icon-image {
    height: 42px
}

/* DataTables tweaks */
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_filter label {
    width: 100% !important;
    margin: 0 !important
}

div.dataTables_filter input {
    width: 99% !important;
    border-color: #999;
    padding: 7px 10px;
    font-size: 14px
}

.AccountStatement #menu-departments-menu {
    display: none
}

.listTable {
    font-size: 13px
}

.listTable .btn {
    font-weight: normal;
    font-size: 13px;
    padding: 1px 30px
}

.order-details {
    font-size: 14px
}

.order-details td {
    font-size: 13px;
    padding: 5px
}

.miniTable {
    font-size: 14px
}

.miniTable td {
    padding: 5px;
    vertical-align: middle
}

.miniTable td a {
    padding: 0;
    font-size: 13px;
    color: #cc0000
}

.modal50 {
    width: 50% !important;
    max-width: 50% !important
}

.modal60 {
    width: 60% !important;
    max-width: 60% !important
}

.modal70 {
    width: 70% !important;
    max-width: 70% !important
}

.modal80 {
    width: 80% !important;
    max-width: 80% !important
}

.modal90 {
    width: 96% !important;
    max-width: 96% !important
}

.modalheightlarge {
    height: 92%
}

.AccountPanelMenu {
    margin: 0 0 15px 0
}

.AccountPanelMenu ul {
    padding-left: 0 !important
}

.AccountPanelMenu li {
    display: inline
}

li .page-numbers.current {
    background-color: #f5363e !important
}

.productName {
    min-height: 42px;
    color: black;
    line-height: 16px
}

.productImage {
    min-height: 300px
}

.productCode {
    min-height: 20px;
    font-family: Tahoma;
    font-size: 12px
}

.productPrice {
    min-height: 20px;
    width: 100%;
    margin: 10px 0
}

.productPrice span {
    width: 50%;
    float: left
}

.productPrice .salesPrice {
    color: #f5363e;
    font-weight: 500;
    font-size: 18px
}

.productPrice .old-price {
    color: #666;
    text-align: right;
    text-decoration: line-through;
    font-size: 16px
}

.productQuantity {
    float: left;
    width: 30%;
    margin-right: 10%
}

.productQuantity input {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    width: 80px
}

.productAddToCart {
    float: left;
    width: 60%
}


.products .product:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.color-white {
    color: white !important
}


.productListSmallImages {
    float: left;
    width: 12%;
    text-align: center
}

.productListSmallInfo {
    float: left;
    width: 62%;
    margin: 0 3%
}

.productListSmallActions {
    float: left;
    width: 20%;
    padding-top: 30px
}

.productListSmall {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}


.productListSmallName {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black
}

.productListCode {
    font-size: 13px
}

.productListSmallStock {
    font-size: 13px;
    margin: 5px 0
}


.productListSmallPrice .productListSalesPrice {
    color: #f5363e;
    font-weight: 500;
    font-size: 18px;
    margin-right: 25px
}

.productListSmallPrice .productListOldPrice {
    color: #666;
    text-align: right;
    text-decoration: line-through;
    font-size: 16px
}

.productListSmallImages img {
    max-height: 100px;
    display: inline-block !important
}


.products .productListSmall:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    z-index: 99999
}


.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px !important;
    line-height: 42px !important
}

.customForm label {
    margin-bottom: 0px;
    font-weight: 400
}

.nav-item .fa-table {
    font-size: 24px !important
}


#table .products {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: contents !important
}

#table .productsTableImg {
    height: 80px
}

#table p {
    font-size: 12px
}


.addToCartSmall {
    padding: 6px 10px;
    font-size: 15px;
    background: #096
}

.addToCartTable {
    padding: 4px 6px;
    font-size: 14px;
    background: #096;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px
}

.productTableListPrice {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    text-align: right
}

.productTableSalesPrice {
    color: #f5363e;
    font-weight: 500;
    font-size: 16px;
    text-align: right
}

.productTableSalesStock {
    text-align: center
}

.productTableSalesPrice p {
    color: #999;
    font-weight: normal;
    font-size: 16px !important;
    text-decoration: line-through
}

.pageTitle {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 500;
    color: black;
    border-left: 10px solid var(--primaryColor);
    margin-bottom: 30px
}

.customTable td {
    padding: 5px 10px;
    font-size: 14px;
    vertical-align: middle
}

.productDetailHeader {
    padding: 5px 15px;
    border-radius: 0;
    background: none;
    display: block !important;
    text-align: right
}

.productDetailHeader .btn-close {
    padding: 0px 10px;
    border-radius: 4px;
    background: #ddd;
    font-size: 22px;
    font-weight: 500
}

.product-thumbnail {
    margin: 3px
}

.producDetailName {
    float: left;
    width: 100%;
    font-weight: 500;
    color: black;
    font-size: 18px
}

.producDetailCode {
    float: left;
    width: 100%;
    margin: 2px 0
}

.producDetailShortDescription {
    float: left;
    width: 100%;
    color: #999;
    font-size: 13px
}

.producDetailPrice .productDetailSalesPrice {
    color: #f5363e;
    font-weight: 500;
    font-size: 16px;
    margin-right: 25px
}

.producDetailPrice .productDetailOldPrice {
    color: #666;
    text-align: right;
    text-decoration: line-through;
    font-size: 16px
}

.producDetailAction {
    float: left;
    width: 100%
}

.producDetailNameDescription {
    float: left;
    width: 100%;
    margin-top: 40px
}


.productDetailQuantity {
    float: left;
    margin-right: 20px
}

.productDetailQuantity input {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    width: 80px
}

.productDetailAddToCart {}

.producDetailPriceTable td {
    padding: 5px 10px
}

.producDetailPriceTable {
    margin: 20px 0;
    float: left;
    width: 100%;
    border-collapse: collapse
}

.producDetailPriceText {
    font-size: 14px;
    width: 100px
}

.producDetailPriceValue {
    color: black;
    width: 140px
}


.productDetailWarehouse {
    float: left;
    width: 100%;
    margin: 15px 0
}

.productDetailWarehouse h5 {
    font-size: 15px;
    font-weight: 400;
    color: #333
}

.productDetailWarehouse span {
    color: #096;
    font-size: 15px;
    display: inline-block;
    background: #f2f1f1;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    text-align: center
}

.productDetailWarehouse .out-of-stock {
    color: #666
}


.product-select-group {
    display: inline-block;
    min-width: 200px
}

.productTableListe td {
    vertical-align: middle;
    padding: 4px 10px;
    font-size: 14px
}

.productTableListe input {
    padding: 5px !important;
    font-size: 13px
}

.productTableListe .input-group-text {
    padding: 5px;
    font-size: 12px;
    border-radius: 0 6px 6px 0;
    border: none
}

.productTableListe .sablon-group {
    display: inline-block;
    margin-right: 5px
}

.productTableListe .sablon-group select {
    padding: 2px 8px;
    font-size: 13px;
    min-width: 180px
}

.sablon-aciklama {
    position: absolute;
    margin-top: -26px;
    margin-left: 400px
}

.productListCard {
    width: 19%;
    margin: 1% 0.5%
}

.productListCard img {
    width: 100%
}

.productListCardName {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 92%;
    bottom: 7px;
    margin: 4%;
    padding: 2%;
    text-align: center
}

.productListCardName span {
    font-weight: 400;
    font-size: 20px;
    color: #fff
}


.productListCard:hover .productListCardName {
    background-color: #cc0000
}

.ruloLabel {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fcaf17;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    right: 20px;
    top: 20px
}

.ruloLabel img {
    width: 30px;
    height: 30px;
    display: inline
}


.amountClass input {
    background: #000;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 24px;
    width: 100px;
    display: block;
    padding: 10px 15px;
    border-radius: 6px 0 0 6px;
    line-height: 24px
}

.amountClass .input-group-text {
    background: #333;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 20px;
    width: 50px;
    display: block;
    padding: 10px 15px;
    border-radius: 0 6px 6px 0;
    line-height: 24px
}

.widget_shopping_cart_content a:hover {
    color: #fff !important
}

.cartItemsDetail {
    color: #666;
    font-size: 12px;
    font-weight: normal
}

.mini_cart_item a:hover {
    color: red !important
}

#mainCategorySelect,
#subCategorySelect {
    min-width: 260px;
    background: #00babe;
    color: white;
    border-color: #00b9bd
}

/* Dropdowns & user menu (single consolidated block) */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    z-index: 999;
    padding: 8px 0;
}

.dropdown-menu a {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s
}

.dropdown-menu a i {
    margin-right: 8px;
    color: #888
}

.dropdown-menu a:hover {
    background-color: #f0f0f0
}

.dropdown-wrapper:hover .dropdown-menu {
    display: flex
}

.headerUser {
    position: relative;
    z-index: 9999
}

.user-button {
    background: transparent;
    border: none;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.3s ease
}

.user-button:hover {
    background-color: #f5f5f5
}

.dropdown-icon {
    margin-left: 6px;
    font-size: 12px
}

.headerUserIon {
    font-size: 18px;
    margin-right: 5px
}

.headerUserIonOnlıne {
    font-size: 18px;
    margin-right: -10px
}

.headerUser p {
    font-size: 14px
}

.page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important
}

#searchTotals {
    font-weight: 500
}

#searchCategories,
#searchProducts {
    margin: 2px 5px !important
}

#searchProducts span {
    font-size: 13px
}

.checkoutLeft {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: normal
}

.checkoutRight {
    float: left;
    width: 50%
}

.checkoutLeftBox {
    background: #f0f0f0;
    padding: 2%;
    border-radius: 6px;
    width: 100%
}

.checkoutRightBox {
    background: #f0f0f0;
    padding: 5%;
    border-radius: 6px;
    width: 100%
}

.checkoutLeftBox label,
.checkoutRightBox label {
    font-weight: normal !important
}

.checkoutLeftBox p,
.checkoutRightBox p {
    margin-bottom: 2px
}

.checkoutSelect {
    padding: 5px 10px;
    width: 240px;
    font-size: 14px;
    height: 40px
}

.checkoutRightBox th,
.checkoutRightBox td {
    padding: 3px;
    font-size: 14px
}

.ibanList {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    display: none
}

.ibanList th {
    padding: 5px
}

.ibanList tbody td {
    border-bottom: 1px solid #bfbebe;
    border-top: 1px solid #fff
}

#cart_table .product-name {
    border-bottom: 1px solid #bfbebe;
    border-top: 1px solid #fff;
    color: black
}

#cart_table .product-name span {
    line-height: 16px;
    color: #f5363e;
    font-size: 13px;
    display: inline-block
}

.bg-primary2 {
    background: #f5363e
}

.bg-primary2 .close {
    opacity: 1;
    color: #fff
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden
}

.site-content {
    margin-bottom: 40px
}

.AccountStatement .text-info {
    font-size: 13px !important;
    font-weight: normal !important
}

.btn-success-2 {
    background: #00b10b;
    color: white
}

.btn-success-2:hover {
    background: #007908;
    color: white
}

.form-select.select2 {
    padding: 10px 15px;
    height: 42px !important
}

#InstallmentRadios .form-check {
    background: #ececec;
    padding: 3px 11px;
    border-radius: 5px;
    margin: 0
}

#InstallmentRadios .form-check-input[type="radio"] {
    visibility: hidden
}

#InstallmentRadios .form-check-input[type="radio"]:checked+label {
    color: #f00;
    font-weight: 500
}

/* NAV */
.mega-nav {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 999;
    border-top: 1px solid #EAEAEC;
    border-bottom: 1px solid #EAEAEC
}

.mega-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: contents;
    width: 100%
}

.mega-nav-menu>li>a {
    font-size: clamp(15px, 0.833vw, 22px);
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    color: #0C0C0D;
    text-decoration: none;
    padding: 15px;
    display: block;
    transition: background 0.3s
}

.mega-nav-menu>li>a:hover {
    background: var(--primaryColor);
    color: white
}

/* MEGA DROPDOWN */
.mega-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    box-sizing: border-box
}

.mega-nav-parent:hover .mega-nav-dropdown {
    display: block
}

.mega-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12%, 1fr));
    gap: 30px
}

.mega-nav-item {
    text-align: center
}

.mega-nav-item img {
    width: 100%;
    max-width: 100px;
    border-radius: 8px;
    transition: transform 0.3s
}

.mega-nav-item img:hover {
    transform: scale(1.05)
}

.mega-nav-item span {
    display: block;
    margin: 18px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif
}

.mega-nav-item:hover span {
    background: black;
    color: #ff0;
    margin: 5px;
    padding: 3px 10px;
    border-radius: 6px
}

.menu-img {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

.menu-img img {
    max-height: 100px;
}

.product-discount {
    background: var(--primaryColor);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 20px
}

.free-shipping {
    background: #ff0;
    color: #000;
    font-size: 13px;
    font-family: tahoma;
    margin: 5px;
    padding: 3px 15px;
    border-radius: 6px;
    text-align: center
}

.price-box {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.featured-product-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04)
}

.featured-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08)
}

.featured-product-card .disabled {
    color: #ccc;
    border-color: #ccc
}

.featured-product-card input {
    float: left
}

.featured-product-card button {
    float: right
}

.select2 .selection {
    width: 100%
}

/* Floating WhatsApp button */
.whatsBtn {
    display: block !important;
    position: fixed;
    right: 12px;
    bottom: 200px;
    background-color: #25D366;
    color: #222;
    padding: 12px 13px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 5px 1px rgba(189, 189, 189, 1)
}

.whatsBtn i {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    float: left;
    font-weight: 500
}

/* Responsive Custom */
@media(max-width:576px) {
    .m-none {
        display: none !important
    }

    .cookie {
        text-align: center
    }

    .cookie-right {
        text-align: center;
        margin-top: 20px;
        width: 100%
    }

    .AccountPanelMenu {
        margin: 10px 0 15px 0
    }

    .AccountPanelMenu a {
        padding: 5px;
        font-size: 12px
    }

    #primary {
        margin-top: 20px
    }

    #bannersBlock img {
        width: 100%;
        height: auto
    }

    .categories-section h2 {
        font-size: 22px
    }

    .productListCard {
        width: 49%;
        margin: 0.5% 0.5%
    }

    .productListCardName span {
        font-size: 16px
    }

    #mainCategorySelect,
    #subCategorySelect {
        margin: 3px 0;
        width: 100% !important
    }

    .checkoutLeft {
        width: 100%
    }

    .checkoutRight {
        width: 100%;
        margin-top: 25px
    }

    .modal50 {
        width: 96% !important;
        max-width: 96% !important
    }

    .site-footer {
        text-align: center
    }
}

.mr-2 {
    margin-right: 20px
}

.modalDetail div {
    padding: 2px 5px
}

footer {
    margin-top: 45px
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px
}

/* Slider controls */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px
}

.custom-prev {
    left: 20px
}

.custom-next {
    right: 20px
}

.slider {
    position: relative;
    height: 6px;
    background: #ddd;
    border-radius: 6px;
    margin-top: 10px
}

.slider .progress {
    position: absolute;
    height: 100%;
    background: #ff0000;
    border-radius: 6px;
    z-index: 1
}

.slider input[type="range"] {
    position: absolute;
    width: 100%;
    top: -6px;
    height: 18px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2
}

.headerCartButton {
    position: relative;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
    align-items: center;
    color: #000
}

.headerCartButton:hover {
    background-color: #f4f4f4
}

.headerCartButton i.fa-cart-shopping {
    font-size: 18px;
    position: relative;
    margin-right: -10px
}

.headerCartButton .cart-counter {
    position: absolute;
    top: -16px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    z-index: 2;
    box-shadow: 0 0 0 2px #fff;
    transition: transform 0.2s ease
}

.headerCartButton:hover .cart-counter {
    transform: scale(1.1)
}

.headerCartButton h6 {
    margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap
}

.modern-shortcuts {
    flex-wrap: wrap;
    gap: 16px
}

.shortcut-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    color: white;
    background-color: transparent;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease
}

.shortcut-link:hover {
    background-color: #ffffff;
    color: orangered
}

.shortcut-link i {
    font-size: 16px
}

@media (max-width: 576px) {
    .modern-shortcuts {
        justify-content: center;
        gap: 10px;
        padding: 10px
    }

    .shortcut-link {
        font-size: 13px;
        padding: 5px 10px
    }

    .shortcut-link i {
        font-size: 14px
    }
}

/* Search dropdown */
.search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    margin-top: 1px
}

.search-dropdown h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 6px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4px
}

.search-results-content {
    display: flex;
    gap: 15px
}

.search-results-content .col {
    flex: 1;
    min-width: 120px
}

.search-results-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.search-results-content li {
    cursor: pointer;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out
}

.search-results-content li:hover {
    color: #fff
}

@media (max-width: 576px) {
    .search-results-content {
        flex-direction: column;
        gap: 8px
    }

    .search-results-content .col {
        width: 100%
    }
}

.search-count-info {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #444;
    margin-bottom: 8px
}

/* Product list view */
.product-list-view {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease
}

.product-list-view:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)
}

.product-list-view .image-box {
    width: 120px;
    height: 120px;
    flex-shrink: 0
}

.product-list-view .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.product-list-view .product-desc {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 100px
}

.product-list-view .product-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-list-view .text {
    font-size: 14px;
    color: #777;
    line-height: 1.4
}

.product-list-view .button-box {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px
}

.product-list-view .cus-btn-2 {
    background-color: #f9c800;
    color: #000;
    font-weight: 600;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    width: 100%
}

.product-list-view .cus-btn-2:hover {
    background-color: #e5b400;
    color: #000
}

.product-list-view .form-control {
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 80px
}

@media (max-width: 768px) {
    .product-list-view {
        flex-direction: column;
        align-items: stretch;
        gap: 12px
    }

    .product-list-view .image-box {
        width: 100%;
        text-align: center
    }

    .product-list-view .image-box img {
        max-width: 100px
    }

    .product-list-view .button-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .product-list-view .cus-btn-2 {
        width: auto;
        flex: 1
    }

    .product-list-view .form-control {
        width: 60px
    }
}

/* List view controls */
.list-view-count {
    padding: 8px 12px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px
}

.list-view-count:focus {
    border-color: #f9c800;
    outline: none;
    box-shadow: 0 0 0 2px rgba(249, 200, 0, 0.3)
}

.list-view-button {
    background-color: #f9c800;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px
}

.list-view-button:hover {
    background-color: #e5b400;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

@media (max-width: 576px) {

    .list-view-button,
    .list-view-count {
        width: 100% !important
    }

    .d-flex.align-items-center.gap-2.mb-2 {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }
}

/* Account forms and sidebar */
.account-form-modern {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04)
}

.account-label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 15px;
    display: block
}

.account-input {
    width: 100%;
    padding: 25px 18px 25px 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fafafa;
    transition: border 0.3s ease
}

.account-input:focus {
    border-color: var(--primaryColor);
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.1);
    outline: none
}

.input-icon-wrapper {
    position: relative
}

.input-icon-wrapper i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    z-index: 2;
    pointer-events: none
}

.account-sidebar-menu {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    background: #fff
}

.account-sidebar-menu .list-group-item {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease
}

.account-sidebar-menu .list-group-item:last-child {
    border-bottom: none
}

.account-sidebar-menu .list-group-item a {
    color: #333;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    transition: color 0.3s ease
}

.account-sidebar-menu .list-group-item i {
    font-size: 16px;
    min-width: 24px;
    text-align: center;
    color: #6c757d;
    transition: color 0.3s ease
}

.account-sidebar-menu .list-group-item:hover a,
.account-sidebar-menu .list-group-item:hover i {
    color: orangered
}

.account-sidebar-menu .list-group-item.active,
.account-sidebar-menu .list-group-item.active a {
    background-color: var(--primaryColor);
    color: #fff !important
}

.account-sidebar-menu .list-group-item.active i {
    color: #fff !important
}

@media (max-width: 768px) {
    .account-sidebar-menu {
        font-size: 14px
    }

    .account-sidebar-menu .list-group-item {
        padding: 12px 14px
    }
}

/* Address / invoice / bank tables - modern styles */
.address-action-bar {
    position: relative;
    z-index: 2
}

.btn-action {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-align: center
}

.btn-shipment {
    background-color: #000;
    color: #fff;
    border: none
}

.btn-shipment:hover {
    background-color: var(--primaryColor);
    color: #000
}

.btn-add {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.btn-add:hover {
    background-color: var(--primaryColor);
    color: #000;
    border-color: var(--primaryColor)
}

@media (min-width: 992px) {
    .address-action-bar {
        position: sticky;
        top: 30px;
        justify-content: flex-end
    }
}

.modern-address-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden
}

.modern-address-table thead {
    background-color: #f8f9fa;
    font-weight: 600;
    text-transform: uppercase
}

.modern-address-table thead th {
    padding: 14px 12px;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap
}

.modern-address-table tbody td {
    padding: 12px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0
}

.modern-address-table tbody tr:hover {
    background-color: #fffbe6
}

.modern-address-table .edit-btn {
    background-color: var(--primaryColor);
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px
}

.modern-address-table .edit-btn:hover {
    background-color: #000;
    color: #fff
}

.modern-address-table .delete-btn {
    background-color: #dc3545;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px
}

.modern-address-table .delete-btn:hover {
    background-color: #a4161a
}

@media (max-width: 768px) {
    .modern-address-table thead {
        display: none
    }

    .modern-address-table,
    .modern-address-table tbody,
    .modern-address-table tr,
    .modern-address-table td {
        display: block;
        width: 100%
    }

    .modern-address-table tr {
        margin-bottom: 15px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px;
        background-color: #fff
    }

    .modern-address-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        min-height: 40px
    }

    .modern-address-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #444;
        text-align: left
    }
}

/* Modern bank table */
.modern-bank-table {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 15px
}

.modern-bank-table thead th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #333;
    padding: 12px 15px;
    border-bottom: 2px solid #eee
}

.modern-bank-table tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    border-top: 1px solid #f0f0f0
}

.modern-bank-table tbody tr:hover {
    background-color: #fffdee;
    box-shadow: inset 2px 0 0 var(--primaryColor);
    transition: background-color 0.3s
}

@media (max-width: 768px) {
    .modern-bank-table thead {
        display: none
    }

    .modern-bank-table,
    .modern-bank-table tbody,
    .modern-bank-table tr,
    .modern-bank-table td {
        display: block;
        width: 100%
    }

    .modern-bank-table tr {
        margin-bottom: 15px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px
    }

    .modern-bank-table td {
        text-align: right;
        padding-left: 50%;
        position: relative
    }

    .modern-bank-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
        text-align: left;
        color: #555
    }
}

.iban-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: monospace;
    word-break: break-word
}

.iban-text {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.copy-iban-btn {
    background-color: var(--primaryColor);
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: 0.3s
}

.copy-iban-btn:hover {
    background-color: #000;
    color: #fff
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

.info-card {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    font-family: "Bai Jamjuree", sans-serif
}

.info-card label {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px
}

.info-card .card-value {
    background: #eceff1;
    padding: 10px 14px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 15px;
    color: #222;
    word-break: break-word
}

@media (max-width: 576px) {
    .info-grid {
        grid-template-columns: 1fr
    }
}

/* Misc modernizations */
.custom-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-left: 4px solid var(--primaryColor);
    border-radius: 8px
}

.customForm label {
    font-weight: 600;
    font-size: 14px
}

.btn-esbi {
    background-color: var(--primaryColor);
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out
}

.btn-esbi:hover {
    background-color: #000;
    color: #fff
}

@media (max-width: 768px) {
    .custom-card {
        padding: 1.5rem 1rem
    }
}

.custom-input-group {
    position: relative
}

.payment-amount {
    padding-right: 55px;
    border: 2px solid var(--primaryColor);
    border-radius: 8px;
    font-size: 18px;
    height: 48px;
    transition: all 0.2s ease-in-out
}

.payment-amount:focus {
    outline: none;
    border-color: #bfa100;
    box-shadow: 0 0 0 4px rgba(254, 203, 0, 0.2)
}

.currency-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #333;
    pointer-events: none
}

@media (max-width: 576px) {
    .payment-amount {
        font-size: 16px;
        height: 44px
    }
}

.input-with-icon {
    position: relative
}

.input-with-icon i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    pointer-events: none
}

.input-with-icon input,
.input-with-icon textarea {
    padding-left: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 48px;
    transition: border-color 0.2s ease-in-out
}

.input-with-icon input:focus,
.input-with-icon textarea:focus {
    border-color: var(--primaryColor);
    box-shadow: 0 0 0 3px rgba(254, 203, 0, 0.2);
    outline: none
}

.input-with-icon textarea {
    resize: vertical;
    min-height: 80px
}

.inv-label {
    min-width: 110px;
    font-weight: 600;
    color: #212529
}

.btn-pdf-modern {
    background-color: var(--primaryColor);
    color: #000;
    border: 1px solid var(--primaryColor);
    font-weight: 600
}

.btn-pdf-modern:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.btn-print {
    font-weight: 600
}

@media (max-width: 576px) {
    .inv-label {
        min-width: 96px
    }
}

.modern-invoice-table thead th {
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #ddd
}

.modern-invoice-table tbody tr:hover {
    background-color: rgba(254, 203, 0, 0.1);
    transition: background-color 0.2s ease
}


.modern-invoice-table td.text-end {
    font-variant-numeric: tabular-nums
}

@media (max-width: 576px) {

    .modern-invoice-table th,
    .modern-invoice-table td {
        white-space: nowrap;
        padding: 0.4rem
    }
}

.invoice-summary-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: 4px solid var(--primaryColor);
    border-radius: 8px;
    padding: 1.5rem;
    font-size: 15px
}

.invoice-summary-card .summary-item {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f2f2f2
}

.invoice-summary-card .summary-item:last-child {
    border-bottom: none
}

.invoice-summary-card .label {
    font-weight: 500;
    color: #555
}

.invoice-summary-card .value {
    font-weight: 600;
    color: #000
}

.invoice-summary-card .total {
    background: rgba(254, 203, 0, 0.1);
    border-radius: 6px;
    padding: 0.6rem;
    margin-top: 0.5rem
}

.invoice-summary-card .total .label {
    font-weight: 700;
    color: #000
}

.invoice-summary-card .total .value {
    font-weight: 800;
    color: #d17a00;
    /* Genel toplamın öne çıkması için turuncu ton */
    font-size: 1.1rem
}

/* Kart başlığına marka vurgusu */
.transfer-card .accent-pill {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--primaryColor);
    box-shadow: 0 0 0 4px rgba(254, 203, 0, 0.22)
}

/* Kart gövdesi ayracı (başlıktan sonra ince çizgi) */
.transfer-card .card-body {
    border-top: 1px solid #f1f1f1
}

/* Definition list satırları daha okunaklı */
.definition-list dt {
    font-weight: 600;
    letter-spacing: .2px
}

.definition-list dd {
    margin-bottom: .4rem;
    /* Bootstrap varsayılanını yumuşat */
}

.definition-list dt:not(:first-of-type) {
    padding-top: .6rem;
    border-top: 1px dashed #eee
}

.definition-list dd+dt {
    padding-top: .6rem;
    border-top: 1px dashed #eee;
}

/* Rakamları hizalı ve düzgün gösterelim */
.amount-mono {
    font-variant-numeric: tabular-nums;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Küçük ekranlarda biraz daha sıkı layout */
@media (max-width: 576px) {
    .definition-list dt {
        margin-top: .25rem;
    }

    .transfer-card .card-header h5 {
        font-size: 1rem;
    }
}

/* Üst başlık vurgusu */
.accent-pill {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--primaryColor);
    box-shadow: 0 0 0 4px rgba(254, 203, 0, 0.22);
}

/* Kart genel dokunuş */
.tx-card .card-body {
    border-top: 1px solid #f1f1f1;
}

/* “@Model.FISTURU” rozeti */
.tx-type-badge {
    background-color: orangered;
    color: #fff;
    border: 1px solid orangered;
    font-weight: 600;
    padding: .4rem .6rem;
    border-radius: .5rem;
}

/* Satır yapısı: etiket + değer */
.tx-row {
    display: flex;
    align-items: baseline;
    gap: .5rem;
}

.tx-label {
    min-width: 110px;
    color: #6c757d;
    font-weight: 600;
}

.tx-value {
    color: #212529;
}

/* Bölüm ayraçları */
.tx-section-divider {
    border-bottom: 1px dashed #e9ecef;
}

/* Rakam hizası düzgün olsun */
.amount-mono {
    font-variant-numeric: tabular-nums;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Küçük ekranda etiket daha dar olsun */
@media (max-width: 576px) {
    .tx-label {
        min-width: 90px;
    }
}

/* KART genel */
.pd-card {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    padding: 20px;
}

/* Sağ kolon sticky (desktop) */
@media (min-width:1200px) {
    .pd-sticky {
        position: sticky;
        top: 24px;
    }
}

/* Başlık ve breadcrumb */
.pd-breadcrumb a {
    color: #000;
}

.pd-breadcrumb a:hover {
    text-decoration: underline;
}

.pd-title {
    line-height: 1.2;
    letter-spacing: .2px;
    font-size: 22px;
}

/* --- GALERİ --- */
.pd-gallery {
    overflow: hidden;
}

.pd-main .detail-image {
    aspect-ratio: 1 / 1;
    /* kare alan */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 12px;
}

.pd-main img {
    max-height: 540px;
    object-fit: contain;
    transition: transform .25s ease;
    cursor: zoom-in;
}

.pd-main img:hover {
    transform: scale(1.03);
}

/* Thumbnail rayı */
.pd-thumbs {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    overflow: auto;
    padding-bottom: 4px;
}

.pd-thumbs .nav-image {
    width: 74px;
    height: 74px;
    flex: 0 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.pd-thumbs .nav-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pd-thumbs .nav-image:hover {
    transform: translateY(-2px);
}

.pd-thumbs .slick-current .nav-image,
.pd-thumbs .nav-image.is-active {
    border-color: var(--primaryColor);
    box-shadow: 0 0 0 3px rgba(254, 203, 0, .18);
}

/* Slick ok/dot’ları görünür ve içe gömülü */
.product-slider .slick-arrow,
.product-slider-asnav .slick-arrow {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}

.product-slider .slick-prev {
    left: 10px;
}

.product-slider .slick-next {
    right: 10px;
}

.product-slider .slick-dots {
    bottom: 10px;
}

/* --- FİYAT & ROSET --- */
.label.white {
    background: var(--primaryColor);
    color: #000;
    border-radius: 8px;
    padding: 6px 10px;
}

/* --- VARYANT butonları --- */
.variant-btn {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #111;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: all .2s ease;
    position: relative;
}

.variant-btn:hover {
    border-color: #bbb;
}

.variant-btn.out-of-stock {
    color: #999;
    background: #f6f6f6;
    border-style: dashed;
}

.variant-btn .variant-stock-label {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 10px;
    color: #b00;
}

/* --- Adet alanı --- */
.pd-qty .input-area {
    border: 1.5px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    height: 48px;
    background: #fff;
}

.pd-qty .decrement,
.pd-qty .increment {
    width: 46px;
    height: 100%;
    border: 0;
    background: #fafafa;
    font-size: 20px;
    font-weight: 700;
    transition: background .15s;
}

.pd-qty .decrement:hover,
.pd-qty .increment:hover {
    background: #f0f0f0;
}

.pd-qty .number {
    width: 64px;
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

/* İnce gri ayraç */
.hr-line {
    height: 1px;
    background: #efefef;
    margin-top: 18px;
}

/* ===== Tabs – kart & zemin ===== */
.pd-tabs {
    --ink: #111;
    --muted: #6b7280;
    --line: #ececec;
    --accent: #ff2b2b;
    --accent-soft: rgba(255, 43, 43, .12);
}

.pd-tabs .pd-tabs-card {
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
    padding: clamp(24px, 1.667vw, 64px) clamp(48px, 3.333vw, 96px);
}

/* Sekme başlıklarını pill + underline efekti ile modernize */
.pd-tabs-list {
    border-bottom: none !important;
    gap: 10px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 15px;
}

.pd-tab {
    position: relative !important;
    border: none !important;
    background: #f9f9f9 !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    border-radius: 30px !important;
    transition: all 0.25s ease !important;
    overflow: hidden !important;
}

.pd-tab:hover {
    background: #f1f1f1 !important;
    color: #000 !important;
}

/* Aktif durum: hem sarı pill hem underline */
.pd-tab.active {
    background: var(--primaryColor) !important;
    color: #000 !important;
    box-shadow: 0 4px 12px rgba(254, 203, 0, 0.4) !important;
}

.pd-tab.active::after {
    content: "" !important;
    position: absolute !important;
    left: 20% !important;
    bottom: -4px !important;
    width: 60% !important;
    height: 3px !important;
    background: var(--primaryColor) !important;
    border-radius: 2px !important;
    box-shadow: 0 4px 8px rgba(254, 203, 0, 0.5) !important;
}

/* Mobile uyum */
@media (max-width: 576px) {
    .pd-tab {
        flex: 1 1 auto;
        text-align: center;
    }
}


/* ===== Panel içi grid ===== */
.pd-panel {
    padding: 8px 4px 22px;
}

.pd-descgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: start;
}

@media (max-width: 1200px) {
    .pd-descgrid {
        grid-template-columns: 1fr;
    }
}

/* Rich text okunabilirlik */
.pd-richtext,
.pd-side {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.pd-richtext h1,
.pd-richtext h2,
.pd-richtext h3 {
    color: var(--ink);
    margin: 18px 0 8px;
    font-weight: 800;
}

.pd-richtext p {
    margin: 0 0 10px;
}

.pd-richtext ul {
    margin: 8px 0 14px 0;
    padding: 0;
    list-style: none;
}

.pd-richtext ul li {
    position: relative;
    padding-left: 20px;
    margin: 6px 0;
}

.pd-richtext ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    position: absolute;
    left: 0;
    top: .65em;
    box-shadow: 0 0 0 4px var(--accent-soft);
}

/* Sağ sütun (resimli açıklama / öne çıkan kutu) */
.pd-side {
    border: 1px dashed var(--line);
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #fff, #fafafa);
}

/* Responsive video (iframe) */
.pd-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 14px;
    margin: 14px 0;
}

.pd-video iframe,
.pd-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ===== Teknik özellikler – her içerik türünü güzelleştir ===== */

/* UL liste tekniği */
#nav-spec ul {
    list-style: none;
    margin: 10px 0 4px;
    padding: 0;
    columns: 2;
    column-gap: 28px;
}

@media (max-width: 768px) {
    #nav-spec ul {
        columns: 1;
    }
}

#nav-spec ul li {
    break-inside: avoid;
    padding: 7px 0 7px 20px;
    position: relative;
    color: var(--muted);
}

#nav-spec ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #d7dbe3;
    position: absolute;
    left: 0;
    top: 12px;
}

/* Tablo tekniği */
#nav-spec table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 8px 0 14px;
}

#nav-spec th,
#nav-spec td {
    padding: 12px 14px;
    text-align: left;
    font-size: 14px;
}

#nav-spec thead th {
    background: #f7f8fb;
    color: #222;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#nav-spec tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

#nav-spec tbody tr:nth-child(odd) {
    background: #fcfdff;
}

#nav-spec tbody td:first-child {
    color: #111;
    font-weight: 700;
    width: 38%;
}

#nav-spec tbody td:last-child {
    color: var(--muted);
}

/* Tanım listesi (dl/dt/dd) desteği */
#nav-spec dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px 16px;
    margin: 0;
}

#nav-spec dt {
    font-weight: 800;
    color: #111;
}

#nav-spec dd {
    margin: 0;
    color: var(--muted);
}

/* Boş/placeholder mesajı (içerik yoksa göstermek için .is-empty ekleyebilirsin) */
#nav-spec.is-empty::before {
    content: "Teknik özellik bilgileri yakında eklenecektir.";
    display: block;
    text-align: center;
    color: #9aa0aa;
    padding: 32px 0;
}

/* Baskı dostu (müşteri çıktı almak isterse) */
@media print {
    .pd-tabs-nav {
        position: static;
    }

    .pd-tabs-card {
        box-shadow: none;
        border: none;
    }

    .pd-side {
        border: none;
        background: transparent;
    }
}

.discount-timer-dynamic {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: "Segoe UI", sans-serif;
}

.discount-timer-dynamic .timer-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

.discount-timer-dynamic .timer-number {
    font-size: 18px;
    font-weight: bold;
    color: #dc3545;
}

.discount-timer-dynamic .timer-label {
    font-size: 12px;
    color: #6c757d;
}

.discount-timer-dynamic.timer-ended {
    background: #ffe5e5;
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

.discount-timer-wrapper {
    text-align: center;
    margin-top: 10px;
}

.discount-timer-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.sticky-toggle {
    position: fixed;
    right: 12px;
    bottom: 150px;
    z-index: 1060;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.sticky-toggle .btn-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(20, 20, 50, 0.18);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-weight: 600;
}

.sticky-toggle .btn-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(20, 20, 50, 0.2);
}

.sticky-toggle .btn-toggle .fa-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width: 520px) {
    .sticky-toggle {
        right: 12px;
        bottom: 12px;
    }

    .sticky-toggle .btn-toggle {
        padding: 9px 12px;
        font-size: 13px;
    }

    .sticky-toggle .btn-text {
        display: none;
    }
}

#iframePaymentModalBody .sticky-toggle .btn-toggle {
    display: none !important;
}

/* Custom range slider */
.range-input {
    position: relative;
    height: 36px;
    margin-top: 10px
}

.range-input input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2
}

.range-input::before {
    content: "";
    position: absolute;
    height: 6px;
    background: #ddd;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
    z-index: 1
}

.range-input input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff0000;
    border: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    transition: box-shadow 0.2s ease
}

.range-input input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.3)
}

.range-input input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff0000;
    border: none
}

/* Carousel prev/next consolidated earlier */

/* Product-action (consolidated and responsive) */
.product-action {
    display: flex;
    gap: 10px;
    margin-top: 12px
}

@media (max-width: 576px) {
    .product-action {
        flex-direction: column;
        gap: 8px
    }

    .add-to-cart-btn,
    .quantity-input {
        width: 100%
    }
}

/* Single definition for quantity input used across components */
.quantity-input {
    width: 70px;
    height: 40px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    appearance: textfield;
    transition: border-color 0.2s ease-in-out
}

.quantity-input:focus {
    outline: none;
    border-color: #ffcc00;
    box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.2)
}

.add-to-cart-btn {
    background-color: #ffe600;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    border: 2px solid #ffe600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}

.add-to-cart-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #ffe600;
    box-shadow: 0 0 0 2px rgba(255, 230, 0, 0.4)
}

/* Consolidated account menu and animations */
.accountMenu .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    border-radius: 6px
}

.accountMenu .dropdown-toggle:hover {
    background-color: #f0f0f0
}

.accountMenu .dropdown-menu {
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    border: none
}

.accountMenu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 15px;
    color: #333
}

.accountMenu .dropdown-item i {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    width: 20px;
    text-align: center
}

.accountMenu .dropdown-item:hover {
    background-color: #f7f7f7
}

.accountMenu .dropdown-item[href="/cikis"] {
    color: #d32f2f
}

.accountMenu .dropdown-item[href="/cikis"] i {
    color: #d32f2f
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Small remaining responsive tweaks */
@media (max-width: 576px) {
    .search-input {
        font-size: 14px !important;
        padding: 10px 12px !important
    }

    .search-btn {
        padding: 10px 14px !important;
        font-size: 14px !important
    }
}

.quantityinput {
    padding: 8px !important
}

.ProductListDiv {
    margin-bottom: 15px;
    border-radius: 15px;
}

.ProductListDivImgage {
    text-align: center;
    margin: 0 8px;
}

.ProductListDivDesc {
    text-align: center;
    margin: 0 8px;
}

.ProductListDivQuantity {
    text-align: center;
    margin: 0 8px;
}

.ProductListDivQuantity button {
    background: var(--primaryColor);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.ProductListDivQuantity button:hover {
    background: black;
}

.ProductListDivQuantity .fa-ban {
    color: #ccc;
    font-size: 36px
}


.ProductListDivQuantity input {
    font-size: 20px;
    text-align: center;
    width: 80px;
    border-radius: 7px;
    margin: 0px 20px;
    height: 42px;
    padding: 5px;
    border: 1px solid #ccc;
}

.text-left {
    text-align: left
}

.ProductListDivDesc a {
    font-weight: 500;
    font-size: 18px
}

/* All Categories Styles */

.page-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.search-wrapper {
    max-width: 500px;
}

#categorySearch {
    border-radius: 4px;
    padding: 10px 16px;
    border: 1px solid #ddd;
    font-size: 15px;
}

#categorySearch:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

.category-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.category-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-main {
    display: flex;
    align-items: center;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f0f0f0;
}

.category-main:hover {
    background: #fafafa;
}

.category-image-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-info {
    margin-left: 14px;
    flex: 1;
}

.category-title {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.sub-count {
    font-size: 13px;
    color: #777;
}

.subcategories-wrapper {
    padding: 10px;
}

.subcategories-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.subcategory-item {
    display: block;
    padding: 5px 10px;
    background: #fafafa;
    border-radius: 3px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: all 0.2s ease;
}

.subcategory-item:hover {
    background: #f0f0f0;
    color: #007bff;
}

.subcategory-item span {
    display: inline;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.search-highlight {
    background-color: #fff3cd;
    padding: 1px 3px;
    border-radius: 2px;
    display: inline;
    white-space: normal;
}

.category-title,
.subcategory-item span {
    word-break: break-word;
    white-space: normal;
}

/* All Categories Styles End */

/* Yeni Ürün */
.badge-new {
    background: #4c4c4c;
    color: white;
}

/* Sağ üst köşe */
.product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* Tükendi Şeridi */
.out-of-stock-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: rgba(220, 53, 69, 0.9);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    font-size: 14px;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Ürün resmi container relative */
.product-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Ürün resmi */
.product-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* Favori Kalp İkonu Stilleri */
.favorite-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.product-image-container:hover .favorite-heart,
.product-image-container .favorite-heart.favorite-visible {
    opacity: 1;
    transform: scale(1);
}

.favorite-heart:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.favorite-heart i {
    font-size: 18px;
    color: #dc3545;
    transition: all 0.2s ease;
}

.favorite-heart.favorite-active i {
    color: #dc3545;
}

.favorite-heart:not(.favorite-active) i {
    color: #999;
}

.favorite-heart:hover i {
    transform: scale(1.2);
}

.alt-banner-container {
    margin: 20px 0;
}

.alt-banner-item {
    padding: 10px;
}

.alt-banner-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-group-title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.vitrin-nav-buttons {
    display: flex;
    gap: 10px;
}

.vitrin-nav-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #007bff;
    background: white;
    color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
}

.vitrin-nav-btn:hover {
    background: #007bff;
    color: white;
    transform: scale(1.1);
}

.vitrin-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.vitrin-nav-btn:disabled:hover {
    background: white;
    color: #007bff;
    transform: none;
}

.vitrin-slider {
    overflow: hidden;
    position: relative;
}

.vitrin-slider-content {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vitrin-slider-content::-webkit-scrollbar {
    display: none;
}

.vitrin-slider-content .featured-product-card {
    flex: 0 0 auto;
    width: 280px;
}

@media (max-width: 768px) {
    .vitrin-slider-content .featured-product-card {
        width: 250px;
    }
}

@media (max-width: 576px) {
    .vitrin-slider-content .featured-product-card {
        width: 220px;
    }
}

/* Favorites page styles */

.favorites-page {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.favorites-header {
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.favorites-header h2 {
    margin: 0;
    color: #333;
    font-weight: 700;
    font-size: 28px;
}

.favorites-count {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}

.favorite-product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.favorite-product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.favorite-product-image {
    position: relative;
    height: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
}

.favorite-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.favorite-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e74c3c;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.favorite-remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.favorite-remove-btn:hover {
    background: #e74c3c;
    transform: scale(1.1);
}

.favorite-remove-btn:hover i {
    color: white;
}

.favorite-remove-btn i {
    color: #e74c3c;
    font-size: 18px;
    transition: color 0.3s ease;
}

.out-of-stock-overlay-favorite {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
}

.favorite-product-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.favorite-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.favorite-product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.favorite-product-title a:hover {
    color: #007bff;
}

.favorite-product-variant {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    padding: 6px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    display: inline-block;
}

.favorite-product-price {
    margin-top: auto;
    padding-top: 15px;
}

.favorite-price-current {
    font-size: 20px;
    font-weight: 700;
    color: #e74c3c;
}

.favorite-price-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}

.favorite-price-normal {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.favorite-product-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.favorite-btn-add-cart {
    flex: 1;
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.favorite-btn-add-cart:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.favorite-btn-add-cart:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.empty-favorites {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.empty-favorites-icon {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-favorites h3 {
    color: #333;
    margin-bottom: 10px;
}

.empty-favorites p {
    color: #666;
    margin-bottom: 30px;
}

.empty-favorites a {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.empty-favorites a:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.favorite-stock-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stock-in {
    background: #d4edda;
    color: #155724;
}

.stock-out {
    background: #f8d7da;
    color: #721c24;
}

.mega-nav-item:hover span {
    color: white !important;
}

/* Favorites page styles end */

/* Whatsapp share */

.whatsapp-share-container {
    margin-top: 15px;
}

.whatsapp-share-container a {
    transition: all 0.3s ease;
    font-weight: 500;
    background-color: #25D366;
    border-color: #25D366;
}

.whatsapp-share-container a:hover {
    background-color: #128C7E !important;
    border-color: #128C7E !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-share-container a i {
    font-size: 20px;
}

/* Whatsapp share end */

.main-menu__list .submenu span {
    color: white !important;
    font-size: 13px;
}

/* Mobil Filtre Toggle Butonu */
.mobile-filter-toggle {
    display: none;
    width: 100%;
    padding: 12px 16px;
    background: #f97316;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.mobile-filter-toggle:hover {
    background: #ea580c;
}

.mobile-filter-toggle i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.mobile-filter-toggle.active i {
    transform: rotate(180deg);
}

/* Mobil görünümde sidebar */
.mobile-sidebar-wrapper {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199.98px) {
    #mobileFilterSidebar:not(.show) {
        display: none !important;
    }

    .mobile-filter-toggle {
        display: block !important;
    }
}

/* Desktop görünümde sidebar her zaman görünür */
@media screen and (min-width: 1200px) {
    #mobileFilterSidebar {
        display: block !important;
    }

    .mobile-filter-toggle {
        display: none !important;
    }
}