
img {
    -webkit-user-select: none !important; /* Safari */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* IE10+/Edge */
    user-select: none !important; /* Standart */
}

a {
    color: #1f1f1f;
}

    a:hover {
        color: #f42717;
    }

.product-info .oem-list div h6 {
}

body.modal-open {
    padding-right: 0 !important;
}

input[type="checkbox"]:checked {
    accent-color: #FF0000;
}
/*.product-detail .view {
    color: #4f4f4f !important;
}*/

.ils-stock-name {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.product-categories .checkbox-list {
    max-height: 300px;
    overflow-y: auto;
}

    .product-categories .checkbox-list::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .product-categories .checkbox-list::-webkit-scrollbar-track {
        background: linear-gradient(to bottom, #D5D5D5, #D5D5D5);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 2px 100%;
    }

    .product-categories .checkbox-list::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }

        .product-categories .checkbox-list::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.mobile-phone {
    margin-top: 7rem;
}



.product-categories .search-input {
    position: relative;
}


    .product-categories .search-input .search-icon {
        position: absolute;
        right: 1rem;
        font-size: 1.5rem;
        color: #1F1F1F;
        pointer-events: none;
    }

.helper-search {
    display: flex;
    justify-content: center; /* Sa� tarafa hizalar */
}

    .helper-search button {
        width: 25%;
        border: none;
        background-color: #1F1F1F;
        padding: 1rem;
        color: #fff;
        border-radius: 12px;
        font-size: 10.5pt;
    }

        .helper-search button:hover {
            background-color: #FF0000;
        }

.mmm {
}

    .mmm label {
        border: solid 1px #dfdfdf !important;
        border-radius: 12px;
        width: 47% !important;
        margin-left: .6rem;
        margin-top: .3rem;
        font-size: 12px !important;
        font-weight: 500;
    }


.search-query {
    text-align: right;
    margin-bottom: .7rem;
}

.badge-danger {
    background-color: #1F1F1F;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 9pt;
    font-weight: 400;
    line-height: 1;
}

    .badge-danger:hover {
        background-color: #FF0000;
        color: #ffffff;
        cursor: pointer;
    }

    .badge-danger i {
        margin-left: 5px;
        vertical-align: middle;
    }



.product-other-contents .content a {
    color: #212529;
}

    .product-other-contents .content a:hover h4,
    .product-other-contents .content a:hover p {
        color: #FF0000;
    }

.product-info .list-three .list ul li a {
    color: #fff;
}

    .product-info .list-three .list ul li a:hover {
        color: #ff0000;
    }

.modal-footer button {
    width: 130px;
    border: none;
    background-color: #1f1f1f;
    padding: .65rem 0;
    color: #fff;
    border-radius: 6px;
    font-size: 11pt;
    font-weight: 500;
}

    .modal-footer button:hover {
        background-color: #ff0000;
    }

#ebltmsj {
    width: 100%;
}

.title {
    padding-left: 0 !important;
}

search-box h5 {
    margin-left: 0px;
}

@media (max-width: 1650px) {
    .main-sliders .slide-product-search .slide-product .mainProductSlider .contents .product-image img {
        height: 40vh;
        margin-right: -40px;
        margin-left: 30px;
    }
}

.product-detail .desc {
    line-height: 1.5rem;
}

.product-detail .items {
    justify-content: start;
    gap: 30px;
}

.product-detail .desc {
    word-spacing: 2px;
}

.main-sliders .slide-banner .mainSlider .texts {
    margin-top: 5rem;
}

.main-sliders .slide-banner .mainSlider .swiper-pagination {
    bottom: 18vh;
}

@media (max-width: 770px) {
    .product-detail .items {
        justify-content: start;
        gap: 0px;
    }
}

.search-box h5 {
    margin-left: 0px;
}

@media (max-width: 1650px) {
    .main-sliders .slide-product-search .slide-product .mainProductSlider .contents .product-image img {
        height: 40vh;
        margin-right: -40px;
        margin-left: 30px;
    }
}

.product-detail .desc {
    line-height: 1.5rem;
}

.product-detail .items {
    justify-content: start;
    gap: 30px;
}

.product-detail .desc {
    word-spacing: 2px;
}

.main-sliders .slide-banner .mainSlider .texts {
    margin-top: 5rem;
}

.main-sliders .slide-banner .mainSlider .swiper-pagination {
    bottom: 18vh;
}

@media (max-width: 770px) {
    .product-detail .items {
        justify-content: start;
        gap: 0px;
    }
}

@media (max-width: 992px) {
    .main-sliders .slide-product-search .slide-product .mainProductSlider .contents .product-image img {
        height: 18vh;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.descp .sssp {
    margin-bottom: 1px;
    font-weight: 500;
}

.descp ul {
    list-style: none; /* Madde i�aretlerini kald�r�r */
    padding: 0; /* Varsay�lan i� bo�lu�u kald�r�r */
    display: flex; /* Flexbox'� etkinle�tirir */
    flex-wrap: wrap; /* Gerekirse alt sat�ra ge�mesini sa�lar */
    margin-bottom: 1rem; /* Alt bo�luk */
}

    .descp ul li {
        margin-right: 10px; /* Sa� bo�luk */
        font-size: 11px; /* Yaz� boyutu */
        line-height: 1.5; /* Sat�r y�ksekli�i */
    }

.descp > ul > li:not(:last-child)::after { /* Ana ul'nin li'lerini hedef al�r */
    content: ", ";
    line-height: 1;
}

.descp > ul > li > ul { /* Ana ul'nin li'leri i�indeki ul'leri hedef al�r */
    list-style: none;
    padding: 0;
    display: inline; /* ��teki ul'leri inline hale getirir */
}

    .descp > ul > li > ul > li { /* Ana ul'nin li'leri i�indeki ul'lerin li'lerini hedef al�r */
        display: inline; /* ��teki li'leri inline hale getirir */
        margin-right: 5px; /* ��teki li'lerin sa� bo�lu�u */
    }

        .descp > ul > li > ul > li a { /* i�teki li lerin a taglerini hedef al�r */
            white-space: nowrap;
            font-size: 11px;
            line-height: 1;
        }





.products .list-products .mmm-list li,
.products .list-products .mmm-list li button { /* Changed 'a' to 'button' here */
    display: flex;
    font-weight: 500;
    gap: 0.5rem;
}

    .products .list-products .mmm-list li.active p:nth-child(1) {
        color: #FF0000;
    }

.products .list-products .mmm-list li {
    margin-left: 1.5rem;
}

    .products .list-products .mmm-list li button { /* Changed 'a' to 'button' here */
        color: #606060;
        background: none; /* Added to remove button background */
        border: none; /* Added to remove button border */
        cursor: pointer; /* Added to show button is clickable */
        padding: 0; /* Added to remove default button padding */
        text-align: left; /* Added to align text like anchor */
    }

        .products .list-products .mmm-list li button:hover { /* Changed 'a:hover' to 'button:hover' here */
            color: #FF0000;
        }

    .products .list-products .mmm-list li.active {
        margin: 0;
    }



.catalog-notification-bar {
    position: fixed;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    border-left: 4px solid #FF0000;
    padding: 15px;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    border-radius: 4px 0 0 4px;
}

    .catalog-notification-bar.show {
        right: 0;
    }

.notification-content {
    margin-bottom: 10px;
}

.notification-link {
    display: block;
    margin-top: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: bold;
}

    .notification-link:hover {
        color: #ff0000;
        text-decoration: underline;
    }

.notification-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #666;
}

    .notification-close:hover {
        color: #ff0000;
    }

#notification-message {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* New styles for the catalog item structure */
.catalog-item {
    display: flex;
    flex-direction: column;
}

.catalog-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

@media (min-width: 1200px) {.modal-xl {max-width:1400px;}}
.vdn-modal{z-index:99999999;}
.vdn-modal-content{padding:2rem;border-radius:20px;box-shadow: 0 0 60px 6px #00000036;border: none;}

.vdn-modal-content .desc{color:#7F7F7F;font-weight:400;max-width:450px;}
.modal-backdrop{background:#f2f2f2 !important; z-index: 99999998 !important;}
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal {
    overflow-y: auto !important;
    z-index: 99999999 !important;
}

/* Force header below modal when modal is open */
body.modal-open .header,
body.modal-open .header.fixed {
    z-index: 99999990 !important;
}
@media(max-width: 768px) {
    .vdn-modal-content {
        padding: 0rem;
    }

}


.oem-head {color: #000;font-weight: 500;font-size: 11pt;}

/* ===== SSS / FAQ Section Styles ===== */
.descp {
    /*background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);*/
    border-radius: 16px;
    padding: 2rem;
    margin-top: 1rem;
}

.descp h5.head {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #d32f2f;
    display: inline-block;
}

.descp h6.head {
    font-size: 0.95rem;
    font-weight: 600;
    color: #262F2E;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.descp h6.head::before {
    content: "";
    width: 4px;
    height: 16px;
    background: #d32f2f;
    border-radius: 2px;
    flex-shrink: 0;
}

.descp .sssp {
    margin-bottom: 0.75rem;
    font-weight: 400;
    color: #666;
    font-size: 0.85rem;
}

.descp > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0 0 1rem 0;
    list-style: none;
}

.descp > ul > li {
    margin: 0;
    font-size: 0.8rem;
}

.descp > ul > li:not(:last-child)::after {
    display: none;
}

.descp > ul > li > a {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #444;
    font-size: 0.75rem;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.descp > ul > li > a:hover {
    background: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.25);
}

/* OEM Marka Listesi */
.descp > ul > li > span {
    display: inline-block;
    font-weight: 600;
    color: #262F2E;
    background: #e8e8e8;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.descp > ul > li > ul {
    display: inline;
    padding: 0;
    margin: 0;
}

.descp > ul > li > ul > li {
    display: inline;
}

.descp > ul > li > ul > li a {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 0.7rem;
    margin: 0.15rem;
    transition: all 0.2s ease;
}

.descp > ul > li > ul > li a:hover {
    background: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
}

/* Accordion / Details Styles */
.descp details.sss-more {
    margin-top: 1rem;
    border: none;
    border-radius: 12px;
    background: #efefef;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.descp details.sss-more summary {
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #262F2E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    list-style: none;
    user-select: none;
}

.descp details.sss-more summary::-webkit-details-marker {
    display: none;
}

.descp details.sss-more summary::after {
    content: "";
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d32f2f' stroke-width='3' 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: center;
    transition: transform 0.3s ease, background-color 0.2s ease;
    flex-shrink: 0;
}

.descp details.sss-more[open] summary::after {
    transform: rotate(180deg);
    background-color: #d32f2f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.descp details.sss-more summary:hover {
    background: #fafafa;
}

.descp details.sss-more[open] summary {
    border-bottom: 1px solid #f0f0f0;
}

.descp details.sss-more > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 0;
    max-height: 350px;
    overflow-y: auto;
    background: #fafafa;
}

.descp details.sss-more > ul > li {
    margin: 0;
    padding: 0;
}

.descp details.sss-more > ul > li > a {
    display: block;
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #444;
    font-size: 0.78rem;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.descp details.sss-more > ul > li > a:hover {
    background: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 2px 6px rgba(211, 47, 47, 0.2);
}

.descp details.sss-more > ul::-webkit-scrollbar {
    width: 6px;
}

.descp details.sss-more > ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.descp details.sss-more > ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.descp details.sss-more > ul::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Teknik Özellikler Paragrafı */
.descp > p:not(.sssp) {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #d32f2f;
    font-size: 0.85rem;
    color: #444;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .descp {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .descp h5.head {
        font-size: 1.1rem;
    }

    .descp h6.head {
        font-size: 0.9rem;
    }

    .descp > ul > li > a {
        padding: 0.35rem 0.6rem;
        font-size: 0.7rem;
    }

    .descp details.sss-more {
        margin-top: 0.75rem;
    }

    .descp details.sss-more summary {
        padding: 0.85rem 1rem;
        font-size: 0.85rem;
    }

    .descp details.sss-more > ul {
        grid-template-columns: 1fr;
        max-height: 280px;
        padding: 0.75rem;
        gap: 0.4rem;
    }

    .descp details.sss-more > ul > li > a {
        padding: 0.6rem 0.75rem;
        font-size: 0.75rem;
    }

    .descp details.sss-more > ul > li > a:hover {
        transform: none;
    }
}