.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    border-width: 0 !important;
    /* Eski tarayıcılar için ek güvenlik */
    -webkit-clip-path: inset(50%) !important;
    /* IE için */
    word-wrap: normal !important;
    word-break: normal !important;
}

section.productDetail .thumbSlideArea .swiper-slide img {
    object-fit: contain;
}

.category-dropdown {
    width: 260px;
}

/* Product Description Tab Styles */
.tabDesc {
    color: #CFCFCF;
    line-height: 1.8;
    font-size: 16px;
}

.tabDesc p {
    margin-bottom: 20px;
}

.tabDesc h1,
.tabDesc h2,
.tabDesc h3,
.tabDesc h4,
.tabDesc h5,
.tabDesc h6 {
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.tabDesc ul,
.tabDesc ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.tabDesc ul {
    list-style-type: disc;
}

.tabDesc ol {
    list-style-type: decimal;
}

.tabDesc li {
    margin-bottom: 10px;
}

.tabDesc strong,
.tabDesc b {
    color: #fff;
    font-weight: 700;
}

.tabDesc a {
    color: #FF0000;
    text-decoration: underline;
}

.tabDesc img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.tabDesc blockquote {
    border-left: 4px solid #FF0000;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #eee;
}

.tabDesc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.05);
}

.tabDesc table th,
.tabDesc table td {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
    text-align: left;
}

.tabDesc table th {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

section.secondBanner .secondBannerContent .middleText {
    max-width: 100%;
}

section.secondBanner .secondBannerContent .middleVideos .text2 {
    max-width: 100%;
}

.headerWhite .languageMenu .openMenu .currentLang {
    color: #FF0000;
}

.m-0 {
    margin: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

@media (max-width: 768px) {
    .marginLeft {
        margin-left: auto;
    }
}

section.secondBanner .secondBannerContent .middleVideos .imgArea{
top:0px;
}