.btn-close {
    filter: invert(0);
}

/* Marka Etiketi Stilleri */
.brand-badge {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: none;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    transition: all 0.3s ease;
    animation: brandGlow 3s ease-in-out infinite alternate;
}

.brand-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

@keyframes brandGlow {
    0% {
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
    }
    100% {
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.5);
    }
}

.tns-controls,
.tns-autoplay-button {
    display: none !important;
}

/* Masaüstü ve tablet için (mobil hariç) */
/*@media (min-width: 769px) {
    #productImageCarousel {
        width: 610px;
        height: 450px;
        margin: 0 auto;
    }
}*/

/* Mobilde otomatik boyut */
/*@media (max-width: 768px) {
    #productImageCarousel {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}*/

/* Masaüstü büyük ekranlar */
@media (min-width: 1200px) {
    #productImageCarousel {
        width: 610px;
        height: 450px;
        margin: 0 auto;
    }
}

/* Orta boy tabletler (yatay tabletler gibi) */
@media (min-width: 769px) and (max-width: 1199px) {
    #productImageCarousel {
        width: 90%; /* Yatay tabletlerde taşmayı önler */
        height: auto; /* Orantılı yükseklik */
        margin: 0 auto;
    }
}

/* Mobil cihazlar */
@media (max-width: 768px) {
    #productImageCarousel {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}


button[data-action="stop"] {
    display: none !important;
}

@media (max-width: 991.98px) {
    .why-choose-section .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .why-choose-section .feature {
        text-align: start !important;
    }

    .why-choose-section .section-title,
    .why-choose-section .lead {
        text-align: center !important;
    }

    .why-choose-section .text-end {
        text-align: left !important;
    }

    .col-lg-4[style], .col-lg-8[style] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .col-lg-4 > div[style] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Teknik detaylar stili */
.technical-details {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
    margin-top: 3rem;
    border-radius: 0.5rem;
}

    .technical-details h2 {
        text-align: center;
        margin-bottom: 2rem;
        color: #2f855a;
    }

    .technical-details table {
        width: 100%;
        border-collapse: collapse;
    }

    .technical-details th,
    .technical-details td {
        padding: 0.75rem 1rem;
        border: 1px solid #dee2e6;
    }

    .technical-details th {
        background-color: #e6ffed;
        color: #276749;
        text-align: left;
    }

@media (max-width: 575.98px) {
    .technical-details table,
    .technical-details thead,
    .technical-details tbody,
    .technical-details th,
    .technical-details td,
    .technical-details tr {
        display: block;
        width: 100%;
    }

        .technical-details thead tr {
            display: none;
        }

    .technical-details td {
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

        .technical-details td::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%;
            padding-left: 1rem;
            white-space: nowrap;
            font-weight: 700;
            color: #276749;
            content: attr(data-label);
        }
}

/* Teknik detaylar tablosu için mobil scroll */
.product-desc {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-desc table {
    min-width: 600px; /* Tablo minimum genişliği */
}

@media (max-width: 575.98px) {
    .product-desc {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #dee2e6 #f8f9fa;
    }
    
    .product-desc::-webkit-scrollbar {
        height: 6px;
    }
    
    .product-desc::-webkit-scrollbar-track {
        background: #f8f9fa;
        border-radius: 3px;
    }
    
    .product-desc::-webkit-scrollbar-thumb {
        background: #dee2e6;
        border-radius: 3px;
    }
    
    .product-desc::-webkit-scrollbar-thumb:hover {
        background: #adb5bd;
    }
}

/* Renk noktaları stili */
.color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ddd;
    cursor: pointer;
}

.sticky-price-measure {
    padding: 0.5rem 0;
}

@media (max-width: 768px) {
    .sticky-price-measure {
        position: static;
        padding: 0;
    }

    .sticky-price-measure,
    .color-options {
        justify-content: flex-start !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .measure-select {
        text-align: left !important;
    }
}

.product-detail-section {
    background: #f8fafc;
}

.product-info h1 {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
}

.product-gallery img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.price-animate {
    animation: priceFlash 0.5s;
}

@keyframes priceFlash {
    0% {
        background: #ffe082;
        color: #222;
        transform: scale(1.15);
    }

    60% {
        background: #fffbe6;
        color: #222;
        transform: scale(1.05);
    }

    100% {
        background: none;
        color: inherit;
        transform: scale(1);
    }
}

.btn-detayli-bilgi {
    background: linear-gradient(90deg, #ffcc33 60%, #ffb347 100%);
    color: #222;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
    transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
}

    .btn-detayli-bilgi:hover, .btn-detayli-bilgi:focus {
        background: linear-gradient(90deg, #ffb347 60%, #ffcc33 100%);
        color: #222;
        box-shadow: 0 4px 16px 0 rgba(255,204,51,0.18);
        transform: scale(1.04);
    }
