
        body {
            font-family: var(--font-main);
            color: var(--text-color);
            background-color: #fff;
        }

        a { text-decoration: none; color: inherit; }
        
        .top-bar { background-color: #f5f5f5; font-size: 13px; padding: 8px 0; border-bottom: 1px solid #ddd; }
        .top-bar a:hover { color: var(--primary-green); }
        .main-header { padding: 25px 0; }
        .logo-text { font-size: 32px; font-weight: 700; color: var(--primary-green); letter-spacing: -1px; }
        
        .search-box input { border-radius: 25px 0 0 25px; border: 1px solid var(--primary-green); padding-left: 20px; }
        .search-box button { border-radius: 0 25px 25px 0; background: var(--primary-green); border: 1px solid var(--primary-green); color: #fff; padding: 0 30px; }
        .search-box button:hover { background: #222; }

        .main-navbar { background-color: var(--primary-green); }
        .main-navbar .nav-link { color: white !important; font-weight: 500; padding: 16px 22px !important; text-transform: uppercase; }
        .main-navbar .nav-link:hover { background-color: rgba(0,0,0,0.1); }
        .dropdown-menu { border:none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

        

    /* SWIPER QUICK LINKS STİLİ */
    .quick-links-container {
        padding: 20px 0;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .quick-link-item {
        text-align: center;
        transition: transform 0.2s;
        display: block;
        padding: 5px;
    }
    
    .quick-link-item:hover {
        transform: translateY(-5px);
        color: var(--primary-green);
    }

    .quick-link-img-wrapper {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #ff991f; /* Çerçeve Rengi */
        padding: 2px; /* Resim ile çerçeve boşluğu */
        background: #fff;
    }
    
    /* İlk elemana özel turuncu çerçeve (Motor kurye gibi) */
    .swiper-slide:first-child .quick-link-img-wrapper {
        border-color: var(--accent-orange);
        box-shadow: 0 0 10px rgba(250, 139, 67, 0.3);
    }

    .quick-link-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .quick-link-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
        color: #333;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Ok İşaretleri */
    .quick-swiper-button-next, .quick-swiper-button-prev {
        color: #888;
        width: 30px !important;
        height: 30px !important;
    }
    .quick-swiper-button-next::after, .quick-swiper-button-prev::after {
        font-size: 18px !important;
        font-weight: bold;
    }

    /* Hero Slider Özelleştirme */
.heroSwiper .swiper-button-next, 
.heroSwiper .swiper-button-prev {
    color: #ffffff; /* Oklar Beyaz olsun */
    text-shadow: 0 0 5px rgba(0,0,0,0.5); /* Okların arkasına gölge */
}

.heroSwiper .swiper-pagination-bullet-active {
    background-color: var(--primary-green) !important; /* Aktif nokta yeşil olsun */
}

.heroSwiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
    width: 12px;
    height: 12px;
}

/* Hero Slider Resim Ayarları */
.hero-image {
    width: 100%;
    --height: 500px;      /* Masaüstü Yüksekliği */
    object-fit: cover;  /* Resmi bozmadan ortalayarak doldur */
    object-position: center;
}

/* Mobil Cihazlar (768px altı) */
@media (max-width: 768px) {
    .hero-image {
        height: auto;  /* Mobil Yüksekliği (İsteğe göre 200px-300px yapabilirsiniz) */
    }
    
    /* Mobilde yazı alanını gizleyelim ki resim kapansın istemiyorsanız */
    /* Zaten kodumuzda d-none d-md-block vardı, yani mobilde yazı gizli */
}
/* Kayan Yazı Çubuğu */
.scrolling-bar-container {
    background-color: #2c3e50; /* Koyu Lacivert/Siyah Arka Plan */
    color: #fff;
    height: 35px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1050; /* Menünün üzerinde kalsın */
}

.scrolling-content {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    /* Animasyon Süresi: 25s (Yazı uzunsa artırabilirsiniz) */
    animation: scroll-left 25s linear infinite; 
}

/* Animasyon Tanımı */
@keyframes scroll-left {
    0% {
        transform: translateX(100vw); /* Ekranın sağından başla */
    }
    100% {
        transform: translateX(-100%); /* Sola doğru kaybol */
    }
}

/* Mobilde yazı sığmazsa diye yükseklik ayarı */
@media (max-width: 768px) {
    .scrolling-bar-container {
        height: 30px;
        font-size: 12px;
    }
}

/* BANNER HOVER EFEKTİ */
.banner-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: block;
}
.banner-card img {
    width: 100%;
    transition: transform 0.5s ease;
}
.banner-card:hover img {
    transform: scale(1.05); /* Resim %5 büyür */
}
.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
    color: white;
    opacity: 0.9;
}

/* SEKME (TAB) TASARIMI */
.custom-tabs .nav-link {
    color: #555;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
}
.custom-tabs .nav-link.active {
    color: var(--primary-green);
    border-bottom: 2px solid var(--primary-green);
    background: transparent;
}
.custom-tabs .nav-link:hover {
    color: var(--primary-green);
}

/* Mobil Alt Menü Tasarımı */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1040;
    padding: 8px 0 5px;
    border-top: 1px solid #eee;
}
.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    font-size: 11px;
    text-decoration: none;
}
.mobile-bottom-nav .nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}
.mobile-bottom-nav .nav-item.active, 
.mobile-bottom-nav .nav-item:hover {
    color: var(--primary-green);
}
/* Footer mobilde menünün altında kalmasın diye boşluk */
@media (max-width: 768px) {
    body { padding-bottom: 60px; }
}

   /* Galeri */
    .product-slider-main { height: 500px; border: 1px solid #eee; border-radius: 10px; margin-bottom: 10px; background: #fff; }
    .product-slider-main img { width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; }
    .product-slider-thumbs { height: 100px; padding: 10px 0; }
    .product-slider-thumbs .swiper-slide { width: 25%; height: 100%; opacity: 0.4; cursor: pointer; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; }
    .product-slider-thumbs .swiper-slide-thumb-active { opacity: 1; border: 2px solid #28a745; }
    .product-slider-thumbs img { width: 100%; height: 100%; object-fit: cover; }

    /* Fiyat ve Butonlar */
    .price-large { font-size: 28px; font-weight: 700; color: #28a745; transition: color 0.3s; }
    .price-old { text-decoration: line-through; color: #666; font-size: 18px; margin-right: 10px; }
    .qty-input { text-align: center; border: 1px solid #ddd; width: 50px; border-left: 0; border-right: 0; font-weight: bold; }
    .qty-btn { border: 1px solid #ddd; background: #fff; width: 40px; color: #333; transition: 0.2s; }
    .qty-btn:hover { background: #f8f9fa; }
    .btn-whatsapp { background-color: #159143; color: white; border: none; }
    .btn-whatsapp:hover { background-color: #128C7E; color: white; }

    /* Varyasyon Seçenekleri (Radio Button Style) */
    .variation-label {
        cursor: pointer;
        border: 2px solid #eee;
        padding: 10px 15px;
        border-radius: 8px;
        margin-right: 10px;
        margin-bottom: 10px;
        transition: all 0.2s;
        font-weight: 500;
        background: #fff;
    }
    .variation-label:hover { border-color: #ccc; }
    /* Seçili Durum */
    .variation-radio:checked + .variation-label {
        border-color: #28a745;
        background-color: #e8f5e9;
        color: #28a745;
        font-weight: 700;
        box-shadow: 0 0 0 1px #28a745;
    }
    /* Stokta Yok Durumu */
    .variation-label.disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background-color: #f8f9fa;
        text-decoration: line-through;
    }