/* =========================================
   BIDOLUSISE – ÖZEL AYARLAR
========================================= */

/* ÜRÜN KARTLARINDA FİYAT GİZLEME */
.price {
    display: none !important;
}

/* ÜRÜN KARTINDA SEPETE EKLE YAZISINI SAKLA */
.button-group button span.hidden-xs,
.button-group button span.hidden-sm,
.button-group button span.hidden-md {
    display: none !important;
}

/* SEPETE EKLE BUTON SİMGESİNİ GİZLE */
.button-group button i.fa-shopping-cart {
    display: none !important;
}

/* SADECE SEPETE EKLE BUTONUNA 'BIDOLU ŞİŞE' YAZISI GETİR */
.button-group button[onclick^="cart.add"]:after {
    content: "Bidolu Şişe";
    font-size: 13px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    margin-left: 6px;
}


/* =========================================
   GENEL TİPOGRAFİ – DAHA KURUMSAL
========================================= */

body {
    font-family: "Segoe UI", "Roboto", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

/* Başlıklar */
#content h1,
#content h2,
#content h3 {
    font-family: "Segoe UI", "Roboto", Arial, sans-serif;
    font-weight: 600;
    color: #333;
}


/* =========================================
   ÜST MENÜ BAR
========================================= */

#menu {
    border-radius: 8px;
    padding: 0;
}

/* Desktop ana menü linkleri */
#menu .nav > li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 8px 18px;
    line-height: 1.4;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover/aktif durum – sade arka plan */
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
    background: rgba(0, 0, 0, 0.08);
}

/* Alt çizgi animasyonlarını iptal – satır kaydırmaması için */
#menu .nav > li > a::after {
    content: none;
}

/* Mobilde menü yapısını bozmadan sadece boyut küçült */
@media (max-width: 768px) {
    #menu .nav > li > a {
        font-size: 13px;
        padding: 7px 14px;
    }
}


/* =========================================
   SLIDER (ANA SAYFA GÖRSEL ALANI)
========================================= */

/* Çerçeve */
.slideshow .swiper-viewport,
#slideshow0 .swiper-viewport {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* Masaüstü – 380px */
.slideshow .swiper-slide img,
#slideshow0 .swiper-slide img {
    width: 100%;
    height: 380px;          /* masaüstü için net yükseklik */
    object-fit: cover;      /* taşırmadan kes */
}

/* Mobil – yüksekliği düşür (LCP hızlanır) */
@media (max-width: 768px) {
    .slideshow .swiper-slide img,
    #slideshow0 .swiper-slide img {
        height: 220px !important;  /* mobil optimize yüksekliği */
        object-fit: cover;
    }
}

/* Slider altındaki noktalar */
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 999px;
}
.swiper-pagination-bullet-active {
    transform: scale(1.1);
}

/* =========================================
   ÜRÜN KARTLARI
========================================= */

.product-thumb {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-thumb:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

.product-thumb .image img {
    display: block;
    width: 100%;
}

.product-thumb .caption {
    padding: 12px 15px;
}

.product-thumb h4 a {
    font-size: 15px;
    font-weight: 600;
}

.product-thumb .button-group {
    border-top: 1px solid #f2f2f2;
}

@media (max-width: 768px) {
    .product-thumb {
        margin-bottom: 16px;
    }
}


/* =========================================
   SOL KATEGORİ MENÜSÜ (TÜMÜNÜ GÖR)
========================================= */

.list-group {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.04);
}

.list-group-item {
    background: #fafafa;
    font-size: 14px;
    padding: 9px 16px;
    border: none;
    border-bottom: 1px solid #ededed;
    font-weight: 500;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-group-item:hover {
    background: #e8f6fc;
}

.list-group-item.active,
.list-group-item.active:hover {
    background: #007ebc;
    color: #ffffff;
    font-weight: 600;
}


/* =========================================
   ALT KATEGORİ LİNKLERİ
========================================= */

.category-list a {
    font-size: 15px;
    font-weight: 500;
    color: #006c9c;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: color 0.18s ease, border-bottom-color 0.18s ease;
}

.category-list a:hover {
    color: #004f70;
    border-bottom-color: #004f70;
}

@media (max-width: 768px) {
    .category-list a {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 6px;
    }
}
