:root{
    --theme-base-font: 'Urbanist', 'sans-serif';
    --theme-primary-color: #000000;
    --theme-secondary-color: #353535;
    --theme-dark-color: #202020;
    --theme-white: #ffffff;
    --theme-gray-color: #cecece;
    --theme-transition-delay: all 0.4s ease;
    --theme-action-color: #ff0000;
}

html{
    overflow-x: hidden;
}

body{
    font-family: var(--theme-base-font);
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

.swiper [data-aos] {
  pointer-events: none;
}

.swiper-slide-active [data-aos] {
  pointer-events: auto;
}


.slide-content > * {
  pointer-events: none;
}

.swiper-slide-active .slide-content > * {
  pointer-events: auto;
}

[data-aos] {
    pointer-events: auto !important;
}

.aos-animate {
    pointer-events: auto !important;
}

/* General theme styles */

.theme-btn{
    background: var(--theme-dark-color);
    color: var(--theme-white);
    padding: 9px 24px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #0c0c0c46;
    display: flex;
    align-items: center;
    width: max-content;
    transition: var(--theme-transition-delay);
}

.theme-btn-white{
    background: var(--theme-white);
    color: var(--theme-dark-color);
    padding: 9px 24px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #0c0c0c46;
    display: flex;
    align-items: center;
    width: max-content;
    transition: var(--theme-transition-delay);
}

.theme-btn:hover{
    background: var(--theme-white);
    color: var(--theme-dark-color);
}

.theme-btn-white:hover{
    background: var(--theme-dark-color);
    color: var(--theme-white);
}

.theme-btn-white i{
    margin-right: 6px;
    font-size: 20px;
}

.theme-btn i{
    margin-right: 6px;
    font-size: 20px;
}


/* Top header styles */

.top-header{
    background: var(--theme-white);
    padding: 6px 0;
    border-bottom: 1px solid var(--theme-gray-color);
}

.top-header a{
    color: var(--theme-dark-color);
    display: flex;
    align-items: center;
}
.top-header a span{
    font-weight: bold;
    margin: 0 4px;
}
.top-header a i{
    margin-right: 6px;
    font-size: 20px;
}

.disp-m{
    display: none !important;
}

@media (max-width: 998px) {
    .top-header-center{
        display: none;
    }
    .disp-m{
        display: block !important;
    }
    .disp-d{
        display: none !important;
    }
.header-search input {
    width: 100% !important;
}
}

/* Top header lang selector styles */

.lang-option img{
    width: 20px;
    margin-right: 6px;
}

.lang-selector {
    position: relative;
}

.lang-menu a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #222;
    cursor: pointer;
}

.lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    min-width: 110px;
    display: none;
    z-index: 99;
}

.lang-menu a {
    padding: 4px 12px;
    transition: background 0.2s;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
}

.lang-menu a img{
    width: 18px;
}

.lang-menu a:hover {
    background: #f5f5f5;
}

.lang-selector:hover .lang-menu {
    display: block;
}

@media (hover: hover) {
    .lang-selector:hover .lang-menu {
        display: block;
    }
}

.lang-selector.open .lang-menu {
    display: block;
}

/* Header styles */

#sticky-header {
  z-index: 10000;
  background: #fff;
}

#sticky-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  animation: headerDown .35s ease;
}

#sticky-header.is-fixed + .header-menu {
position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    z-index: 10000;
    animation: headerDown .35s ease;
}

body.has-sticky-header {
  padding-top: 140px; 
}

@keyframes headerDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}

.header-content{
    background: var(--theme-white);
    padding: 24px 0;
    border-bottom: 1px solid var(--theme-gray-color)
}

.header-logo img{
    width: 180px;
}

.header-search input{
    width: 320px;
}

.header-content .btn-search{
    position: absolute;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-primary-color);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    color: var(--theme-white);
}

.menu-badge{
        background: red;
    color: white;
    padding: 0px 6px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    bottom: 90%;
    right: -15px;
}

.header-elements a{
    color: var(--theme-primary-color);
        display: flex;
    align-items: flex-start;
    position: relative;
    min-width: 120px;
    font-size: 14px;
}
.header-elements a i{
    font-size: 32px;
    width: 40px;
}
.header-elements span{
position: absolute;
    left: 40px;
    bottom: 6px;
    font-weight: bold;
}

.tehme-link{
    position: relative;
}

.theme-link::before{
content: "";
    width: 1px;
    height: 24px;
    background: #919191;
    margin-right: 9px;
}

.header-menu{
    border-bottom: 1px solid var(--theme-gray-color)
}

.header-menu .header-mega a{
    background: var(--theme-primary-color);
    color: var(--theme-white);
    width: max-content;
    padding: 12px 18px;
    display: flex;
    align-items: center;
}

.header-menu .header-mega a i{
    margin-right: 6px;
}

.header-menu-content a:first-child {
    margin: 0;
    min-width: 200px;
}

.header-menu-content a:first-child{
    border-bottom: none !important;
}

.header-menu-content a{
    color: var(--theme-primary-color);
    margin: 0 20px;
    transition: var(--theme-transition-delay);
}

.header-menu-content a:hover{
    border-bottom: 1px solid var(--theme-secondary-color);
}

.header-menu-content a.hot-menu{
    position: relative;
}

.header-menu-content a.hot-menu span{
    background: red;
    color: var(--theme-white);
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .header-content .container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 15px;
    }

    .header-menu-content{
        justify-content: space-between;
    }

    #sticky-header.is-fixed + .header-menu {
    top: 131px;
}

    .header-logo {
        order: 1;
        flex: 0 0 auto;
    }
    .header-logo img {
        width: 130px;
    }

    .header-elements {
        order: 2;
        flex: 0 0 auto;
        display: flex !important;
        min-width: auto !important;
        gap: 15px; 
    }

    .header-elements a {
        min-width: auto !important;
        font-size: 0 !important;
        color: var(--theme-primary-color);
        display: block !important;
    }

    .header-elements a i {
        font-size: 24px !important; 
        width: auto !important;
    }

    .header-elements span {
        display: none !important;
    }

    .header-search {
        order: 3;
        width: 100% !important;
        margin-top: 15px;
    }

    .header-search input {
        width: 100% !important; 
        height: 45px;
    }
    
    .header-content {
        padding: 10px 0 !important;
    }
}

/* Header mega styles */

.mega-content{
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 4px #dbdbdb;
    border-radius: 0px 0px 16px 16px;
    z-index: 10000;
}

.mega-details{
 display: flex;
    width: 100%;
    justify-content: end;
}

.mega-content ul{
    list-style: none;
    padding: 0;
}

.mega-content li{
    list-style: none;
    padding: 0;
}

.mega-content #mega-main {
    min-width: 200px;
}

.mega-content #mega-main a{
    background: none;
    color: var(--theme-primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--theme-transition-delay);
}

.mega-content #mega-main a:hover{
    background: var(--theme-primary-color);
    color: var(--theme-white);
}

.mega-content #mega-sub a{
    background: none;
    color: var(--theme-primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--theme-transition-delay);
}

.mega-content #mega-sub a:hover{
    background: var(--theme-primary-color);
    color: var(--theme-white);
}

#mega-desc img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.mega-desc-content{
    padding: 16px;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

#mega-sub ul{
    display: none;
}

#mega-desc{
    max-width: 600px;
}

.mega-content {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-15px);
    transition: transform .25s ease, opacity .25s ease;
}

.header-mega:hover .mega-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    background: var(--theme-white);
}

/* Mega menu mobile */

@media (max-width: 991.98px) {
    .mega-content {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 9999;
    }

    .mega-content.is-active {
        display: block;
    }

    .mega-content #mega-main {
    padding: 0 12px;
}

    #mega-main li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    #mega-main li a {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        background: #fff;
        color: #333;
    }

    #mega-main ul {
        display: none;
        background: #f9f9f9;
        padding-left: 20px;
        list-style: none;
    }

    #mega-main ul.is-active {
        display: block; 
    }

    #mega-main ul li a {
        background: transparent;
        font-size: 14px;
        padding: 10px 15px;
    }

    #mega-desc, .mega-details {
        display: none !important;
    }
}


#mobile-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile-menu-trigger i { font-size: 20px; margin-right: 5px; }

.mobile-side-menu {
    position: fixed;
    top: 0;
    right: -300px; 
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 10001;
    transition: transform 0.4s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.mobile-side-menu.is-open {
    transform: translateX(-300px);
}

.side-menu-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--theme-primary-color);
    color: white;
}
#side-menu-close { background: none; border: none; color: white; font-size: 30px; }

.side-menu-links { list-style: none; padding: 20px 0; }
.side-menu-links li a {
    display: block;
    padding: 15px 25px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: 0.3s;
}
.side-menu-links li a:hover { background: #f9f9f9; padding-left: 30px; }

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.menu-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.menu-divider { height: 1px; background: #eee; margin: 10px 0; }


/* Theme form styles */

input{
    padding: 9px 12px 9px 9px;
    border: 2px solid #edeff2;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    width: 100%;
}

/* Slider styles */

.hero-slider {
    position: relative;
}

.theme-slide h2{
    font-size: 54px;
    font-weight: bold;
    margin-top: 20px;
}

.theme-slide a{
    margin-top: 60px;
}

.theme-slide .slide-badge{
    background: red;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
}

.hero-slider .swiper-slide {
    position: relative;
    max-height: 740px;
    height: 740px;
    display: flex;
    align-items: center;
}

.hero-slider .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-slider .swiper-slide .container {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    color: #fff;
}

.hero-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.15)
    );
    z-index: 1;
}


.main-slide-1 .swiper-pagination {
    position: absolute;
    display: flex;
    gap: 8px;
    align-items: center;
    bottom: 55px !important;
    top: auto !important;
    left: 110px !important;
}

.main-slide-1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .5;
    border-radius: 20px;
    transition: all .3s ease;
}

.main-slide-1 .swiper-pagination-bullet-active {
    width: 28px;
    opacity: 1;
}

.swiper-button-prev:after{
    content: "" !important;
}
.swiper-button-next:after{
    content: "" !important;
}
.theme-slide-prev, .theme-slide-next{
    bottom: 40px !important;
    top: auto !important;
    color: var(--theme-dark-color) !important;
    background: var(--theme-white) !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 20px;
    transition: var(--theme-transition-delay);
}
.theme-slide-next{
    right: auto !important;
    left: 60px !important;
}

.theme-slide-prev:hover, .theme-slide-next:hover{
    background: var(--theme-dark-color) !important;
    color: var(--theme-white) !important;
}



/* Brand swiper styles */

.brand-slider{
    padding: 8px 0;
}

.brand-swiper{
    padding: 12px !important;
}

.brand-swiper .swiper-slide img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 12px;
    border: 1px solid #cfcfcf93;
    box-shadow: 0px 0px 6px #8b8b8b81;
}

/* Category banner styles */

.category-banner img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.category-banner .banner-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.category-banner img {
    width: 100%;
    display: block;
}

/* Ortak yazı stili */
.banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;              /* yarım alan */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 30px;
    color: #fff;
    z-index: 2;
}

/* Sol banner: yazı sağda */
.banner-left .banner-content {
    right: 0;
    text-align: left;
}

/* Sağ banner: yazı solda */
.banner-right .banner-content {
    left: 0;
    text-align: left;
}

/* Okunabilirlik için gradient */
.banner-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.1)
    );
    z-index: 1;
}

.banner-right::before {
    background: linear-gradient(
        -90deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.1)
    );
}

@media (max-width: 991px) {
    .banner-content {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .banner-content p{
        text-align: center;
    }
    .banner-box{
        margin-top: 12px;
    }
}



/* Product area 1 styles */

/* LEFT CATEGORY */
.category-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.category-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,.4));
}



/* BADGE & FAVORITE */
.favorite-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--theme-white) !important;
    color: var(--theme-dark-color) !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    transition: var(--theme-transition-delay);
}

.favorite-btn:hover {
    background: red !important;
    color: var(--theme-white) !important;
}

.section-padding{
    padding: 60px 0;
}



/* Full banner */

.banner-area {
    padding: 60px 0;
}

.banner-full {
    width: 100%;
    height: 240px;
    padding: 0 30px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-badge {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .9;
}

.full-banner-content h2 {
    font-size: 38px;
    margin-bottom: 12px;
}

.full-banner-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Tab products */

.product-tabs-nav {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

.product-tabs-nav button {
    background: transparent;
    border: none;
    font-weight: 600;
    padding: 10px 18px;
    cursor: pointer;
    color: #777;
    position: relative;
}

.product-tabs-nav button.active {
    color: var(--theme-primary-color);
}

.product-tabs-nav button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: var(--theme-primary-color);
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}


/* Cookie popup styles */

#cc-popup-container {
    position: fixed;
    bottom: 24px;
    left: 50%;
    /* Başlangıç hali: Aşağıda, küçük ve şeffaf */
    transform: translateX(-50%) translateY(40px) scale(0.92);
    width: 90%;
    max-width: 500px;
    background: var(--theme-white);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); /* Daha belirgin bir gölge */
    border: 1px solid var(--theme-dark-color);
    border-radius: 16px;
    padding: 24px;
    z-index: 9999;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
    /* Gelişmiş Geçiş Efekti (Cubic Bezier - Yaylanma efekti verir) */
    transition: 
        transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
        opacity 0.5s ease;
    
    pointer-events: none; /* Gizliyken tıklamaları engeller */
}

#cc-popup-container.cc-active {
    /* Aktif hali: Yerinde, tam boy ve görünür */
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.cc-content-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cc-emoji {
    font-size: 28px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.cc-text-group {
    flex: 1;
}

.cc-title {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-primary-color);
    font-family: var(--theme-base-font);
}

.cc-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--theme-dark-color);
    font-family: var(--theme-base-font);
    opacity: 0.9;
}

.cc-description a {
    color: var(--theme-primary-color);
    text-decoration: underline;
    font-weight: 600;
}

.cc-action-buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.theme-btn, .theme-btn-white {
    padding: 10px 22px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

@media (max-width: 480px) {
    #cc-popup-container {
        bottom: 15px;
        width: 95%;
        padding: 20px;
    }
    
    .cc-action-buttons {
        flex-direction: column-reverse; 
    }
    
    .theme-btn, .theme-btn-white {
        width: max-content;
        text-align: center;
    }
}


/* Popup styles */

.promo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.promo-overlay.show {
    opacity: 1;
    visibility: visible;
}

.promo-modal {
    background: var(--theme-white);
    width: 90%;
    max-width: 850px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(0.8) translateY(20px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.promo-overlay.show .promo-modal {
    transform: scale(1) translateY(0);
}

.promo-container {
    display: flex;
    min-height: 450px;
}

.promo-image {
    flex: 1;
    background: #f1f2f6;
    display: block;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.promo-badge {
    color: var(--theme-action-color);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.promo-title {
    font-size: 42px;
    font-weight: 900;
    color: var(--theme-primary-color);
    margin: 0 0 15px 0;
    line-height: 1.1;
}

.promo-title span {
    color: var(--theme-action-color);
}

.promo-text {
    color: var(--theme-dark-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Form Elemanları */
.promo-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.promo-input {
    padding: 9px 18px;
    border: 2px solid #edeff2;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    width: 100%;
}

.promo-input:focus {
    border-color: var(--theme-action-color);
}

.promo-link-close {
    background: none;
    border: none;
    color: var(--theme-dark-color);
    text-decoration: underline;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}

/* Kapatma Butonu (X) */
.promo-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #a4b0be;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.promo-close-btn:hover {
    color: var(--theme-primary-color);
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .promo-container {
        flex-direction: column;
    }
    .promo-image {
        height: 200px;
    }
    .promo-content {
        padding: 30px 20px;
    }
    .promo-title {
        font-size: 30px;
    }
}





/* Faq styles */

.faq-section {
    background-color: #f8f9fa; 
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.custom-faq .accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.custom-faq .accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    background-color: #fff;
    border: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    color: var(--theme-action-color); 
    background-color: #fff;
    box-shadow: none;
}

.faq-number {
    margin-right: 15px;
    color: var(--theme-action-color);
    font-weight: 800;
    opacity: 0.5;
}

.custom-faq .accordion-body {
    padding: 0 25px 25px 65px; 
    color: #6c757d;
    line-height: 1.7;
    font-size: 1rem;
}

.custom-faq .accordion-button::after {
    background-size: 1.2rem;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .custom-faq .accordion-button {
        font-size: 1rem;
        padding: 15px;
    }
    .custom-faq .accordion-body {
        padding: 0 15px 15px 15px;
    }
    .faq-number {
        display: none;
    }
}



/* Blog styles */

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.blog-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-card:hover .blog-img-wrapper img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--theme-action-color);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.blog-meta i {
    color: var(--theme-action-color);
    margin-right: 5px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-title a {
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.blog-title a:hover {
    color: var(--theme-action-color);
}

.blog-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-link {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.blog-link:hover {
    color: var(--theme-action-color);
    gap: 12px;
}

.custom-nav-btn {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.custom-nav-btn:hover {
    background: var(--theme-action-color);
    color: #fff;
    border-color: var(--theme-action-color);
}

.tracking-wider {
    letter-spacing: 2px;
}

.swiper-pagination-bullet-active{
    background: var(--theme-action-color) !important;
}

/* Footer styles */

.main-footer {
    background-color: var(--theme-primary-color);
    color: var(--theme-white);
}

.footer-features {
    background-color: var(--theme-white);
    padding: 40px 0;
    border-bottom: 1px solid var(--theme-gray-color);
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.feature-card i {
    font-size: 40px;
    color: var(--theme-primary-color);
}

.feature-card h6 {
    margin: 0;
    font-weight: 700;
    color: var(--theme-primary-color);
}

.feature-card p {
    margin: 0;
    font-size: 13px;
    color: var(--theme-secondary-color);
}

.footer-brand h3 span {
    color: var(--theme-action-color);
}

.footer-brand img{
    width: 210px;
}

.text-gray {
    color: var(--theme-gray-color);
}

.footer-title {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--theme-gray-color);
    text-decoration: none;
    transition: var(--theme-transition-delay);
}

.footer-links a:hover {
    color: var(--theme-action-color);
    padding-left: 5px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    background: var(--theme-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--theme-white);
    text-decoration: none;
    transition: var(--theme-transition-delay);
}

.footer-socials a i{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a:hover {
    background: var(--theme-action-color);
    transform: translateY(-5px);
}

.app-btn {
    background: var(--theme-dark-color);
    border: 1px solid var(--theme-secondary-color);
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    transition: var(--theme-transition-delay);
    width: fit-content;
}

.app-btn i {
    font-size: 32px;
}

.app-btn-text small {
    display: block;
    font-size: 10px;
    opacity: 0.7;
}

.app-btn-text span {
    font-weight: 700;
    font-size: 16px;
}

.app-btn:hover {
    border-color: var(--theme-action-color);
    background: #000;
}

.payment-methods {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.payment-methods img {
    height: 25px;
    filter: grayscale(1) brightness(2);
    transition: var(--theme-transition-delay);
    opacity: 0.8;
}

.payment-methods img:hover {
    filter: grayscale(0) brightness(1);
    opacity: 1;
}

@media (max-width: 768px) {
    .feature-card {
        flex-direction: column;
        text-align: center;
    }
    .payment-methods {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}


.app-btn-mini {
    background: var(--theme-dark-color);
    border: 1px solid var(--theme-secondary-color);
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    transition: var(--theme-transition-delay);
    font-size: 13px;
    font-weight: 600;
}

.app-btn-mini i {
    font-size: 20px;
}

.app-btn-mini:hover {
    border-color: var(--theme-action-color);
    background: var(--theme-primary-color);
}

.newsletter-input-group {
    display: flex;
    background: var(--theme-dark-color);
    padding: 6px;
    border-radius: 12px;
    border: 1px solid var(--theme-secondary-color);
    transition: var(--theme-transition-delay);
}

.newsletter-input-group:focus-within {
    border-color: var(--theme-action-color);
}

.newsletter-input {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: var(--theme-white);
    flex: 1;
    outline: none;
    font-family: var(--theme-base-font);
}

.newsletter-btn {
    background: var(--theme-action-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-family: var(--theme-base-font);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--theme-transition-delay);
}

.newsletter-btn:hover {
    background: #cc0000;
    transform: scale(1.02);
}

.newsletter-btn i {
    font-size: 18px;
}

@media (max-width: 480px) {
    .app-buttons {
        flex-direction: row;
        justify-content: flex-start;
    }
}



/* Product list */

.product-card {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 1px solid #f0f0f0;
}

.product-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-color: transparent;
    transform: translateY(-5px);
}

.product-image-area {
    background: #f8f9fa;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.product-img img {
    max-width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}
.product-badge.sale { background: #ff4757; color: #fff; }
.product-badge.new { background: var(--theme-primary-color); color: #fff; top: 40px; }

.product-quick-actions {
    position: absolute;
    right: -50px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: 0.3s ease;
}

.product-card:hover .product-quick-actions {
    right: 12px;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.action-btn:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.add-to-cart-overlay {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    background: var(--theme-primary-color);
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-card:hover .add-to-cart-overlay {
    bottom: 0;
}

.product-info-area {
    padding: 15px 5px 5px;
}

.product-cat {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    height: 42px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a {
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.product-title a:hover {
    color: var(--theme-primary-color);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.stars {
    color: #ffb800;
    font-size: 14px;
}

.review-count {
    font-size: 12px;
    color: #aaa;
}

.product-price-unit {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-primary-color);
}

.old-price {
    font-size: 14px;
    color: #bbb;
    text-decoration: line-through;
}

@media (max-width: 576px) {
    .product-card { padding: 8px; }
    .product-title { font-size: 13px; height: 38px; }
    .current-price { font-size: 15px; }
    .add-to-cart-overlay { 
        display: none;
    }
    .product-quick-actions { display: none; } 
}

.filter-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.filter-widget:last-child { border-bottom: none; }

.filter-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-widget .form-check {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.filter-widget .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
    border: 2px solid #ddd;
}
.filter-widget .form-check-label {
    padding-left: 12px; 
    cursor: pointer;
    font-size: 14px;
    color: #555;
    width: 100%;
}
.filter-widget .form-check-input:checked {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.view-switcher-box {
    display: flex;
    background: #f4f4f4;
    padding: 4px;
    border-radius: 10px;
    gap: 2px;
}
.view-btn {
    border: none;
    background: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #888;
    transition: 0.3s;
}
.view-btn.active {
    background: #fff;
    color: var(--theme-primary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.view-btn i { font-size: 20px; }

#products-wrapper.list-view .product-column {
    width: 100% !important;
}

#products-wrapper.list-view .product-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

#products-wrapper.list-view .product-image-area {
    width: 260px;
    min-width: 260px;
    height: 220px;
    margin-bottom: 0;
}

#products-wrapper.list-view .product-info-area {
    padding: 0 0 0 30px;
    flex-grow: 1;
}

#products-wrapper.list-view .product-title {
    font-size: 20px;
    height: auto;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}

#products-wrapper.list-view .product-price-unit {
    margin-top: 15px;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.filter-overlay.active { display: block; }


@media (max-width: 991.98px) {
    .filter-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -100%; 
        width: 85% !important;
        max-width: 320px;
        height: 100vh !important;
        z-index: 10001 !important;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        border-radius: 0 !important;
        box-shadow: 20px 0 50px rgba(0,0,0,0.2);
    }

    .filter-sidebar.active {
        left: 0 !important;
    }

    #close-filter-mobile {
        display: block !important;
        font-size: 24px;
        cursor: pointer;
    }
}

#products-wrapper.list-view .product-column {
    width: 100% !important;
}

#products-wrapper.list-view .product-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    padding: 15px;
    gap: 15px;
}

#products-wrapper.list-view .product-image-area {
    width: 240px; 
    min-width: 240px;
    height: 200px;
    margin-bottom: 0;
}

#products-wrapper.list-view .product-info-area {
    padding: 0;
    flex: 1;
}

@media (max-width: 767.98px) {
    #products-wrapper.list-view .product-card {
        padding: 10px;
        gap: 10px;
    }

    #products-wrapper.list-view .product-image-area {
        width: 120px;
        min-width: 120px;
        height: 120px;
        padding: 10px;
    }

    #products-wrapper.list-view .product-title {
        font-size: 13px !important;
        line-height: 1.3;
        height: 34px;
        margin-bottom: 5px;
    }

    #products-wrapper.list-view .product-price-unit {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    #products-wrapper.list-view .current-price {
        font-size: 14px;
    }

    #products-wrapper.list-view .add-to-cart-overlay {
        display: none !important;
    }

    #products-wrapper.list-view .product-info-area::after {
        content: 'Add to Cart';
        display: block;
        margin-top: 10px;
        background: var(--theme-primary-color);
        color: white;
        text-align: center;
        padding: 5px;
        font-size: 11px;
        border-radius: 6px;
    }
}

.filter-btn{
    width: 100%;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
}




/* Product detail styles */

/* --- Ürün Detay Sayfası --- */
.product-gallery .product-main-slider {
    aspect-ratio: 1 / 1;
}

.product-gallery .product-thumb-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--theme-primary-color) !important;
}

/* Miktar Seçici */
.quantity-picker {
    background: #f8f9fa;
}
.quantity-picker .btn-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.quantity-picker .btn-icon:hover {
    background: #eee;
}

/* Tablar */
.product-tabs .nav-tabs .nav-link {
    position: relative;
    font-size: 18px;
}
.product-tabs .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--theme-primary-color);
    border-radius: 10px;
}

.product-details-content h1 {
    font-size: 2.2rem;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .product-details-content h1 { font-size: 1.6rem; }
    .product-gallery { position: relative !important; top: 0 !important; }
}