/* --------------------------------------------------
   Global
-------------------------------------------------- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #f8f9fa;
    font-size: 0.80em;
}

.card-img-top {
    object-fit: cover;
}

/* Ana sayfa ürün kartları için hafif hover efekti */
.card.h-100 {
    transition: transform .15s ease, box-shadow .15s ease;
}

.card.h-100:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

/* --------------------------------------------------
   Navbar (genel)
-------------------------------------------------- */
.main-navbar .navbar-brand {
    letter-spacing: .03em;
    font-weight: 700;
}

.main-navbar .nav-link {
    font-size: 0.9rem;
}

.main-navbar .dropdown-menu {
    font-size: 0.875rem;
}

.main-navbar .btn {
    border-radius: 999px;
}

/* Sticky header (her zaman üstte kalsın) */
.main-navbar.sticky-top {
    z-index: 1030;
}

/* --------------------------------------------------
   Ürün kartları
-------------------------------------------------- */
.product-card {
    border-radius: .75rem;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

/* --------------------------------------------------
   Header & kategori menüsü (yeni)
-------------------------------------------------- */
.main-navbar {
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    background-color: #ffffff;
}

/* Logo + arama satırını biraz daha yüksek yap */
.main-header-top .container {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.main-header-top .header-logo span {
    letter-spacing: .04em;
}

.header-search-wrapper {
    position: relative;
}

.header-search-input {
    border-radius: 999px;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-color: #e5e7eb;
    box-shadow: none;
}

.header-search-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.18);
}

.header-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .9rem;
    color: #9ca3af;
    pointer-events: none;
}

/* Iconlu butonlar (Hesap / Favori / Sepet) */
.header-actions .header-action,
.header-cart-link {
    font-size: 0.75rem;
    color: #111827;
}

.header-actions .header-action:hover,
.header-cart-link:hover {
    color: #0d6efd;
}

.header-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    background-color: #ffffff;
}

.header-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hesabım açılır menü */
.header-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 4px;
}

.header-account-dropdown {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    margin-top: 0;
    min-width: 200px;
    padding: .5rem 0;
    background-color: #ffffff;
    border-radius: .75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 .5rem 1rem rgba(15, 23, 42, 0.12);
    z-index: 1050;
    display: none;
}

/* Hover ile aç */
.header-account:hover .header-account-dropdown {
    display: block;
}

.header-account-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .9rem;
    font-size: 0.85rem;
    color: #111827;
    text-decoration: none;
    cursor: pointer;
}

.header-account-item:hover {
    background-color: #f3f4f6;
    color: #0d6efd;
}

.header-account-item-icon {
    width: 20px;
    display: inline-flex;
    justify-content: center;
    font-size: 0.9rem;
}

.header-account-divider {
    height: 1px;
    margin: .35rem 0;
    background-color: #e5e7eb;
}

/* Üst duyuru bandı */
.main-header-announcement {
    background-color: #020617;
    color: #f9fafb;
    font-size: 0.9rem;
    padding: .55rem 0;
}

.main-header-announcement-text {
    font-weight: 500;
}

/* Kategori şeridi */
.category-nav {
    background-color: #ffffff;
}

/* Dropdown artık container'a göre hizalansın */
.category-nav > .container {
    position: relative;
}

.category-nav-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

/* Her kategori item'ı nav yüksekliğini versin */
.category-nav-item {
    position: static;
    padding: .75rem 0;
}

.category-nav-item li {
    cursor: pointer;
}

/* Link genel görünümü */
.category-nav-link {
    font-size: 0.92rem;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    padding-bottom: .4rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

/* Hover rengi: li'nin herhangi bir yerine gelince değişsin */
.category-nav-item:hover .category-nav-link {
    color: #0d6efd;
}

.category-nav-link.active,
.category-nav-item:hover .category-nav-link.active {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* 1. seviye alt kategoriler için mega dropdown */
.category-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0;
    padding: 2rem 0 2.5rem;
    background-color: #ffffff;
    border-radius: 0 0 .75rem .75rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-top: none;
    box-shadow: 0 .5rem 1.5rem rgba(15, 23, 42, 0.08);
    z-index: 1040;
    display: none;
}

/* Hover (desktop) + JS ile eklenen .show (mobil) */
.category-nav-item:hover > .category-dropdown,
.category-nav-item.show > .category-dropdown {
    display: block;
}

/* Üstteki "Takı" başlığı */
.category-dropdown-title {
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    padding: 0 3rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

/* Alt kategorilerin olduğu alan – yan yana */
.category-dropdown-scroll {
    position: relative;
    padding: 2rem 3rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.category-dropdown-grid-wrapper {
    overflow: hidden;
    flex: 1 1 auto;
}

.category-dropdown-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
    padding: 0;
    scroll-behavior: smooth;
    transform: translateX(0);
    transition: transform .25s ease;
    will-change: transform;
}

/* Ok butonları */
.category-scroll-btn {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(15, 23, 42, 0.12);
    font-size: 0.85rem;
    padding: 0;
}

.category-scroll-btn:hover {
    background-color: #f3f4f6;
}

.category-scroll-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
    box-shadow: none;
}

/* Soldaki ve sağdaki okların konumu */
.category-scroll-btn-prev {
    margin-left: -0.75rem;
}

.category-scroll-btn-next {
    margin-right: -0.75rem;
}

/* Her alt kategori kartı */
.category-dropdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .5rem;
    padding: 0;
    border-radius: .75rem;
    background-color: transparent;
    color: #111827;
    cursor: pointer;
    flex: 0 0 auto;
}

.category-dropdown-item:hover {
    background-color: transparent;
    color: #0d6efd;
}

/* Kategori görseli – daha büyük ve yuvarlak */
.category-dropdown-img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    margin-bottom: 0.75rem;
}

.category-dropdown-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-dropdown-text {
    font-size: 0.95rem;
    font-weight: 500;
}

/* Mobilde biraz daha sade ve alta doğru aksın */
@media (max-width: 991.98px) {
    .category-dropdown {
        position: static;
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 1rem 0 1.25rem;
    }

    .category-dropdown-title {
        padding: 0 1rem 0.75rem;
    }

    .category-dropdown-scroll {
        padding: 1rem 1rem 0;
        gap: 0;
    }

    .category-dropdown-grid-wrapper {
        overflow: visible;
    }

    .category-dropdown-grid {
        padding: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1.5rem;
    }

    .category-scroll-btn {
        display: none !important;
    }

    .category-dropdown-img-wrapper {
        width: 90px;
        height: 90px;
    }
}

/* ----------------------------------------------
   Home Hero Slider
---------------------------------------------- */

/* Container içindeyse full width olsun diye: */
.home-hero-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
}

/* Slider genel */
.home-hero-carousel {
    position: relative;
}

.home-hero-carousel .carousel-inner {
    overflow: hidden;
}

.home-hero-carousel .carousel-item {
    min-height: 340px;
}

@media (min-width: 992px) {
    .home-hero-carousel .carousel-item {
        min-height: 480px;
    }
}

.home-hero-slide {
    width: 100%;
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-slide-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.hero-slide-image-wrapper {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    height: 480px;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
}

.hero-slide-content {
    flex: 0 0 45%;
}

.hero-slide-title {
    font-size: clamp(2rem, 2.6vw, 2.8rem);
    font-weight: 700;
    font-style: italic;
}

.hero-slide-subtitle {
    font-size: 1rem;
    font-weight: 500;
}

/* Giriş animasyonu */
.hero-slide-image-wrapper,
.hero-slide-content {
    opacity: 0;
    transition: all .6s ease;
    will-change: transform, opacity;
}

.hero-slide-image-wrapper {
    transform: translateX(-40px);
}

.hero-slide-content {
    transform: translateX(40px);
}

.home-hero-carousel .carousel-item.active .hero-slide-image-wrapper,
.home-hero-carousel .carousel-item.active .hero-slide-content {
    opacity: 1;
    transform: translateX(0);
}

.home-hero-carousel .carousel-item.active .hero-slide-content {
    transition-delay: .12s;
}

/* Oklar */
.home-hero-carousel .carousel-control-prev,
.home-hero-carousel .carousel-control-next {
    width: auto;
    align-items: center;
    justify-content: center;
}

.home-hero-carousel .carousel-control-prev {
    left: 2.5rem;
}

.home-hero-carousel .carousel-control-next {
    right: 2.5rem;
}

.hero-arrow {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background-color: rgba(75, 85, 99, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
}

.hero-arrow i {
    font-size: 1rem;
}

.hero-arrow:hover {
    background-color: rgba(31, 41, 55, 0.95);
}

/* Noktalar */
.home-hero-carousel .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background-color: #e5e7eb;
}

.home-hero-carousel .carousel-indicators .active {
    background-color: #111827;
}

@media (max-width: 767.98px) {
    .home-hero-slide-inner {
        flex-direction: column;
        text-align: center;
    }

    .hero-slide-content {
        flex: 0 0 auto;
    }

    .hero-slide-title {
        font-size: 1.6rem;
    }

    .hero-slide-image-wrapper {
        height: 220px;
        max-width: 100%;
    }

    .home-hero-carousel .carousel-control-prev {
        left: 1.25rem;
    }

    .home-hero-carousel .carousel-control-next {
        right: 1.25rem;
    }
}

/* --------------------------------------------------
   Editörün Seçtikleri
-------------------------------------------------- */

.home-editor-picks-section {
    background-color: #f9fafb;
}

.home-section-title {
    font-size: 1.6rem;
    font-weight: 600;
}

/* Tab butonları */
.home-editor-tabs {
    text-align: center;
}

.editor-tab-btn {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    padding: .45rem 1.4rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
    transition: background-color .15s ease,
                color .15s ease,
                box-shadow .15s ease,
                border-color .15s ease;
}

.editor-tab-btn:hover {
    border-color: #0d6efd;
    color: #0d6efd;
    box-shadow: 0 .25rem .8rem rgba(15, 23, 42, 0.12);
}

.editor-tab-btn.active {
    background-color: #111827;
    border-color: #111827;
    color: #ffffff;
    box-shadow: 0 .35rem 1.2rem rgba(15, 23, 42, 0.25);
}

/* Tab içerikleri */
.editor-products-row {
    display: none;
}

.editor-products-row.active {
    display: block;
}

/* Ürün kartı - modern tasarım */
.editor-product-card {
    height: 100%;
}

.editor-product-card-inner {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 1rem 1rem 1rem;
    box-shadow: 0 0 10px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.editor-product-card-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(15, 23, 42, 0.12);
}

/* Favori ikonu */
.editor-card-fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #6b7280;
    cursor: pointer;
    z-index: 3;
    padding: 0;
}

.editor-card-fav-btn.is-favorite i {
    color: #e11d48;
}

.editor-card-fav-btn:hover {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* Etiketler */
.editor-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    z-index: 3;
}

.editor-badge-soft {
    background-color: #eff6ff;
    color: #1d4ed8;
    font-size: 0.7rem;
    border-radius: 999px;
    padding: .15rem .5rem;
}

.editor-badge-outline {
    background-color: #c2410c;
    color: #fff7ed;
    font-size: 0.7rem;
    border-radius: 999px;
    padding: .15rem .5rem;
}

.editor-badge-new {
    background-color: #22c55e;
    color: #ffffff;
    font-size: 0.7rem;
    border-radius: 999px;
    padding: .15rem .5rem;
}

/* Görsel alanı */
.editor-card-image-wrapper {
    width: 100%;
    height: 300px;
    border-radius: 1.25rem;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.editor-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.editor-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Metin alanı */
.editor-card-body {
    flex: 1 1 auto;
}

.editor-card-title-link {
    color: #111827;
}

.editor-card-title-link:hover {
    color: #0d6efd;
}

.editor-card-title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: .4rem;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.editor-card-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .15rem;
}

.editor-card-price-current {
    font-weight: 600;
    font-size: 0.95rem;
    color: #ff5c00;
}

.editor-card-price-old {
    font-size: 0.8rem;
    color: #9ca3af;
    text-decoration: line-through;
}

/* Sepete ekle – hover ile görselin üzerinde çıkan buton */
.editor-add-to-cart-form {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    margin: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 2;
}

.editor-add-to-cart-btn {
    width: 100%;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    padding: .5rem 1rem;
}

.editor-product-card-inner:hover .editor-add-to-cart-form {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Küçük ekran uyumu */
@media (max-width: 575.98px) {
    .editor-card-image-wrapper {
        height: 220px;
    }
}

/* Slider yapısı (Editörün seçtikleri) */
.editor-products-slider {
    position: relative;
}

.editor-products-wrapper {
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

.editor-products-track {
    display: flex;
    gap: 1.5rem;
}

/* Kart genişlikleri */
.editor-product-slide {
    flex: 0 0 50%;
}

/* Desktop: daha fazla kart göster */
@media (min-width: 992px) {
    .editor-product-slide {
        flex: 0 0 calc(20% - 1.125rem);
    }
}

/* Slider altındaki oklar */
.editor-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    margin-top: 1.25rem;
}

.editor-slider-arrow {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(15, 23, 42, 0.12);
    font-size: 0.85rem;
    padding: 0;
}

.editor-slider-arrow:hover {
    background-color: #f3f4f6;
}

.editor-slider-arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
    box-shadow: none;
}

/* ----------------------------------------------
   Home Story Banner (tek geniş banner)
---------------------------------------------- */

.home-story-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
}

.home-story-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.home-story-inner.story-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-story-image {
    flex: 0 0 45%;
    min-height: 320px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.home-story-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.home-story-content {
    flex: 0 0 45%;
}

.home-story-title {
    font-size: clamp(2rem, 2.6vw, 2.8rem);
    font-weight: 700;
    font-style: italic;
}

.home-story-subtitle {
    font-size: 1rem;
    max-width: 420px;
}

.home-story-btn {
    border-radius: 999px;
    padding: .75rem 1.9rem;
    font-weight: 600;
}

.home-story-btn i {
    font-size: 0.9rem;
}

/* Mobil düzen */
@media (max-width: 767.98px) {
    .home-story-inner {
        flex-direction: column;
        text-align: center;
    }

    .home-story-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-story-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ----------------------------------------------
   Home Promo Boxes (3'lü kampanya kutuları)
---------------------------------------------- */

.home-promo-boxes-section {
    background-color: #f9fafb;
}

.home-promo-card {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.home-promo-card-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.4rem 1.6rem;
}

.home-promo-card-text {
    flex: 1 1 auto;
}

.home-promo-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .35rem;
}

.home-promo-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.home-promo-btn {
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    padding: .45rem 1.4rem;
}

.home-promo-card-image {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-promo-card-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Tablet & mobil düzen */
@media (max-width: 991.98px) {
    .home-promo-card-inner {
        padding: 1.2rem 1.25rem;
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .home-promo-card-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-promo-card-image {
        width: 100%;
        justify-content: center;
        margin-top: .75rem;
    }
}

/* ----------------------------------------------
   Site Footer
---------------------------------------------- */

.site-footer {
    background-color: #ffffff;
    color: #111827;
    font-size: 0.9rem;
    border-top: 1px solid #e5e7eb;
}

.site-footer .footer-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
}

.site-footer .footer-links {
    margin: 0;
    padding: 0;
}

.site-footer .footer-link {
    display: inline-block;
    color: #6b7280;
    text-decoration: none;
    padding: 2px 0;
}

.site-footer .footer-link:hover {
    color: #111827;
}

/* Alt kısım */
.footer-bottom {
    font-size: 0.85rem;
}

.footer-bottom-image {
    max-height: 40px;
    width: auto;
}

/* Sosyal ikonlar */
.footer-social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border: 1px solid #d1d5db;
    color: #4b5563;
    font-size: 0.9rem;
    transition: background-color .15s ease,
                color .15s ease,
                border-color .15s ease;
}

.footer-social-link:hover {
    background-color: #111827;
    color: #ffffff;
    border-color: #111827;
}

/* ----------------------------------------------
   Footer Newsletter
---------------------------------------------- */

.footer-newsletter {
    margin-top: 3rem;
    background-color: #020617;
    color: #f9fafb;
}

.footer-newsletter-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.footer-newsletter-title {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.2;
}

.footer-newsletter-text {
    font-size: 0.85rem;
    max-width: 420px;
    color: #e5e7eb;
}

.footer-newsletter-form {
    max-width: 460px;
}

.footer-newsletter-input-wrapper {
    position: relative;
}

.footer-newsletter-input {
    border-radius: 999px;
    padding: 0.85rem 3rem 0.85rem 1.5rem;
    border: none;
    outline: none;
    font-size: 0.95rem;
}

.footer-newsletter-input:focus {
    box-shadow: 0 0 0 2px rgba(248, 250, 252, 0.5);
}

.footer-newsletter-submit {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background-color: #111827;
    color: #f9fafb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-newsletter-submit:hover {
    background-color: #f9fafb;
    color: #111827;
}

.footer-newsletter-image {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
}

.footer-newsletter-image-card {
    max-width: 420px;
    border-radius: 1.5rem;
    overflow: hidden;
    background-color: #111827;
}

.footer-newsletter-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobil düzen */
@media (max-width: 767.98px) {
    .footer-newsletter-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-newsletter-form {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-newsletter-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-newsletter-image-card {
        width: 100%;
    }
}

/* ----------------------------------------------
   Home Category Blocks (ana kategori slider kartları)
---------------------------------------------- */

.home-category-block-section {
    background-color: transparent;
}

.home-category-block-card {
    background-color: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid #e5e7eb;
    padding: 2rem 1.75rem 2.25rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

@media (max-width: 575.98px) {
    .home-category-block-card {
        padding: 1.5rem 1.1rem 1.8rem;
    }
}

.home-category-block-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.home-category-block-title {
    text-align: center;
}

.home-category-block-title .home-section-title {
    font-size: 1.5rem;
}

.home-category-block-link-wrapper {
    text-align: right;
}

.home-category-block-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2563eb;
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 0.15s ease,
                color 0.15s ease,
                border-color 0.15s ease,
                box-shadow 0.15s ease;
}

.home-category-block-link i {
    font-size: 0.8rem;
}

.home-category-block-link:hover {
    background-color: #eff6ff;
    border-color: #2563eb;
    color: #1d4ed8;
    box-shadow: 0 0.25rem 0.75rem rgba(37, 99, 235, 0.18);
}

/* ----------------------------------------------
   Duyuru bandı sadece desktop
---------------------------------------------- */
@media (max-width: 991.98px) {
    .main-header-announcement {
        display: none;
    }
}

/* ----------------------------------------------
   Mobile header
---------------------------------------------- */

.main-header-mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.header-menu-toggle {
    border: none;
    background: transparent;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #111827;
}

.header-logo-mobile span {
    font-weight: 700;
    font-size: 1.1rem;
}

.header-icon-link {
    text-decoration: none;
    color: #111827;
}

.header-icon-link:hover {
    color: #0d6efd;
}

/* ----------------------------------------------
   Mobil offcanvas menü – panel yapısı
---------------------------------------------- */

.main-mobile-menu {
    max-width: 360px;
}

.mobile-menu-panels {
    position: relative;
    width: 100%;
}

.mobile-menu-panel {
    display: none;
}

.mobile-menu-panel.active {
    display: block;
}

.mobile-menu-panel-header {
    padding: .85rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.mobile-menu-panel-header.root {
    justify-content: flex-start;
}

.mobile-panel-back {
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: .9rem;
    color: #111827;
}

.mobile-panel-title {
    font-size: 1rem;
    font-weight: 600;
}

/* Liste */
.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #f3f4f6;
    padding: .6rem 1rem;
}

.mobile-menu-item-left {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.mobile-menu-thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f3f4f6;
}

.mobile-menu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-menu-link-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    text-decoration: none;
    font-size: .95rem;
    color: #111827;
}

.mobile-menu-link-btn span {
    display: inline-block;
}

.mobile-menu-link-btn.is-leaf {
    text-decoration: none;
}

.mobile-menu-link-btn:hover {
    color: #0d6efd;
}

.mobile-menu-item-icon {
    font-size: .85rem;
    color: #9ca3af;
}

/* Panel altındaki "Tümünü gör" linki */
.mobile-panel-see-all {
    padding: .75rem 1rem 1rem;
}

.mobile-see-all-link {
    font-size: .9rem;
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
}

.mobile-see-all-link:hover {
    text-decoration: underline;
}

/* ----------------------------------------------
   Category page
---------------------------------------------- */

.category-page .breadcrumb {
    font-size: 0.85rem;
}

.category-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #d1d5db;
}

.category-breadcrumb .breadcrumb-item a {
    color: #111827;
    font-weight: 500;
    text-decoration: none;
}

.category-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.category-breadcrumb .breadcrumb-item.active {
    color: #6b7280;
    font-weight: 500;
}

/* Sidebar biraz daha kompakt */
.category-sidebar .card {
    border-radius: 0.9rem;
    border-color: #e5e7eb;
}

.category-sidebar .card-header {
    background-color: #f9fafb;
    border-bottom-color: #e5e7eb;
}

/* Attribute filter scroll alanı */
.category-filter-group {
    margin-bottom: 1rem;
}

.category-filter-values {
    max-height: 160px;
    overflow-y: auto;
    padding: .3rem .5rem .4rem;
    border-radius: .6rem;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.category-filter-values .form-check {
    margin-bottom: .15rem;
}

/* Scrollbar biraz incelsin (Chrome, Edge) */
.category-filter-values::-webkit-scrollbar {
    width: 6px;
}

.category-filter-values::-webkit-scrollbar-track {
    background: transparent;
}

.category-filter-values::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 999px;
}

/* Sepet / Ödeme özel stilleri */
.coupon-input .input-group .form-control {
    border-right: 0;
}

.coupon-input .input-group .btn {
    border-left: 0;
}

.payment-card-form input[type="text"],
.payment-card-form input[type="number"] {
    font-size: 0.95rem;
}

/* Küçük yardımcı metin */
.small-muted {
    color: #6b7280;
}

/* Disabled buton stilleri - qty-btn sınıfı için */
.qty-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #e5e7eb;
    border-color: #d1d5db;
    color: #9ca3af;
}

.qty-btn:disabled:hover {
    background-color: #e5e7eb;
    border-color: #d1d5db;
}

/* Buton hover state - sadece enabled olduğunda */
.qty-btn:not(:disabled):hover {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

/* =====================================================
   FORM VE INPUT STILLERI - CUSTOM
===================================================== */

.form-control,
.form-select {
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    padding: 0.65rem 0.95rem;
    font-size: 0.95rem;
    background-color: #ffffff;
    transition: border-color 0.15s ease,
                box-shadow 0.15s ease,
                background-color 0.15s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    outline: none;
}

/* Placeholder stilleri */
.form-control::placeholder {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.80rem;
}

textarea.form-control {
    resize: vertical;
}

/* Label stilleri */
.form-label {
    font-weight: 500;
    color: #111827;
    margin-bottom: 0.45rem;
    font-size: 0.80rem;
}

.form-label strong {
    font-weight: 600;
}

/* Form grup alanları */
.mb-3 {
    margin-bottom: 1.25rem;
}

/* Small helper text */
.form-text,
small.text-muted {
    color: #6b7280;
    font-size: 0.85rem;
    margin-top: 0.35rem;
    display: block;
}

/* Hata durumu */
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Başarılı durumu */
.form-control.is-valid,
.form-select.is-valid {
    border-color: #16a34a;
    background-color: #f0fdf4;
}

.form-control.is-valid:focus,
.form-select.is-valid:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

/* Disabled state */
.form-control:disabled,
.form-select:disabled {
    background-color: #f3f4f6;
    color: #9ca3af;
    border-color: #e5e7eb;
}

/* Checkbox ve Radio stil */
.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 1.5px solid #d1d5db;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: border-color 0.15s ease,
                background-color 0.15s ease,
                box-shadow 0.15s ease;
}

.form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-check-input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-check-input:disabled {
    background-color: #e5e7eb;
    border-color: #d1d5db;
    cursor: not-allowed;
}

.form-check-label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    color: #111827;    
    padding-left: 6px;
    margin-top: 3px;
}

/* Radio button */
.form-check-input[type="radio"] {
    border-radius: 50%;
}

/* =====================================================
   BUTTON STILLERI - CUSTOM
===================================================== */

/* Tüm butonlar için temel stil */
.btn {
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.65rem 1.25rem;
    border: none;
    transition: all 0.15s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* PRIMARY - Ana buton (mavi) */
.btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    border: 1px solid #2563eb;
}

.btn-primary:hover:not(:disabled) {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transform: translateY(-1px);
}

.btn-primary:active:not(:disabled) {
    background-color: #1e40af;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* PRIMARY OUTLINE */
.btn-outline-primary {
    background-color: transparent;
    color: #2563eb;
    border: 1.5px solid #2563eb;
}

.btn-outline-primary:hover:not(:disabled) {
    background-color: #eff6ff;
    border-color: #1d4ed8;
    color: #1d4ed8;
}

/* SUCCESS - Başarı butonu (yeşil) */
.btn-success {
    background-color: #16a34a;
    color: #ffffff;
    border: 1px solid #16a34a;
}

.btn-success:hover:not(:disabled) {
    background-color: #15803d;
    border-color: #15803d;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    transform: translateY(-1px);
}

/* SUCCESS OUTLINE */
.btn-outline-success {
    background-color: transparent;
    color: #16a34a;
    border: 1.5px solid #16a34a;
}

.btn-outline-success:hover:not(:disabled) {
    background-color: #f0fdf4;
    border-color: #15803d;
    color: #15803d;
}

/* DANGER - Tehlike butonu (kırmızı) */
.btn-danger {
    background-color: #dc2626;
    color: #ffffff;
    border: 1px solid #dc2626;
}

.btn-danger:hover:not(:disabled) {
    background-color: #b91c1c;
    border-color: #b91c1c;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    transform: translateY(-1px);
}

/* DANGER OUTLINE */
.btn-outline-danger {
    background-color: transparent;
    color: #dc2626;
    border: 1.5px solid #dc2626;
}

.btn-outline-danger:hover:not(:disabled) {
    background-color: #fef2f2;
    border-color: #b91c1c;
    color: #b91c1c;
}

/* WARNING - Uyarı butonu (turuncu) */
.btn-warning {
    background-color: #f59e0b;
    color: #ffffff;
    border: 1px solid #f59e0b;
}

.btn-warning:hover:not(:disabled) {
    background-color: #d97706;
    border-color: #d97706;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    transform: translateY(-1px);
}

/* INFO - Bilgi butonu (açık mavi) */
.btn-info {
    background-color: #0891b2;
    color: #ffffff;
    border: 1px solid #0891b2;
}

.btn-info:hover:not(:disabled) {
    background-color: #0e7490;
    border-color: #0e7490;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
    transform: translateY(-1px);
}

/* SECONDARY - İkincil buton (gri) */
.btn-secondary {
    background-color: #6b7280;
    color: #ffffff;
    border: 1px solid #6b7280;
}

.btn-secondary:hover:not(:disabled) {
    background-color: #4b5563;
    border-color: #4b5563;
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
    transform: translateY(-1px);
}

/* SECONDARY OUTLINE */
.btn-outline-secondary {
    background-color: transparent;
    color: #6b7280;
    border: 1.5px solid #6b7280;
}

.btn-outline-secondary:hover:not(:disabled) {
    background-color: #f3f4f6;
    border-color: #4b5563;
    color: #4b5563;
}

/* Buton boyutları */
.btn-sm {
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
    border-radius: 0.625rem;
}

.btn-lg {
    padding: 0.85rem 1.75rem;
    font-size: 1.05rem;
    border-radius: 0.875rem;
}

/* Blok buton */
.btn-block,
.w-100 {
    width: 100%;
}

/* Buton grup */
.btn-group {
    display: flex;
    gap: 0.5rem;
}

.btn-group .btn {
    flex: 1;
}

/* =====================================================
   ALERT VE MESAJ STILLERI
===================================================== */

.alert {
    border-radius: 0.75rem;
    border: none;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.alert-success {
    background-color: #f0fdf4;
    color: #166534;
    border-left: 4px solid #16a34a;
}

.alert-danger {
    background-color: #fef2f2;
    color: #7f1d1d;
    border-left: 4px solid #dc2626;
}

.alert-warning {
    background-color: #fffbeb;
    color: #78350f;
    border-left: 4px solid #f59e0b;
}

.alert-info {
    background-color: #ecf0ff;
    color: #1e3a8a;
    border-left: 4px solid #2563eb;
}

.alert ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.alert li {
    margin-bottom: 0.35rem;
}

/* =====================================================
   FORM - SPESIFIK ALAN STİLLERİ
===================================================== */

.payment-card-form input,
.checkout-form input,
.profile-form input {
    font-size: 0.95rem;
}

/* Telefon input'u */
input[type="tel"] {
    letter-spacing: 0.05em;
}

/* Tarih input'u */
input[type="date"] {
    cursor: pointer;
}

/* Sayı spinner'ı gizle (qty input) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Form validasyon mesajları */
.invalid-feedback,
.valid-feedback {
    font-size: 0.85rem;
    margin-top: 0.35rem;
    display: block;
}

.invalid-feedback {
    color: #dc2626;
}

.valid-feedback {
    color: #16a34a;
}

/* Ürün detay sayfası kartları */
.product-gallery-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.product-gallery-body {
    padding: 20px;
}

/* Brand Section */
.brand-section {
    padding-bottom: 12px;
}

/* Price Section */
.price-section {
    padding-bottom: 12px;
}

.discount-badge {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

/* Product Details Grid */
.product-page .breadcrumb {
    font-size: 0.85rem;
}

.product-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    padding: 8px 0;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.detail-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* Quantity Input Group */
.qty-input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.qty-btn {
    background: #f8f9fa;
    border: none;
    color: #333;
    padding: 0 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 44px;
}

.qty-btn:hover {
    background: #e9ecef;
    color: #0d6efd;
}

.qty-btn i {
    font-size: 12px;
}

.qty-input {
    border: none;
    text-align: center;
    flex: 1;
    padding: 10px 4px;
    font-weight: 600;
    height: 100%;
}

.qty-input:focus {
    outline: none;
    box-shadow: none;
}

.qty-minus {
    border-right: 1px solid #ddd;
}

.qty-plus {
    border-left: 1px solid #ddd;
}

.product-info-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.product-info-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ===== PRODUCT DETAIL ACTIONS & INFO ===== */
.product-actions-bar {
    margin: 20px 0 16px 0;
    padding: 0;
}

.action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.action-btn {
    flex: 0 1 auto;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.action-btn:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.action-btn i {
    font-size: 14px;
}

.action-btn span {
    display: inline;
}

.favorite-btn {
    background: #fff5f5;
    border-color: #ffc0cb;
    color: #e74c3c;
}

.favorite-btn:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

.favorite-btn.is-favorite {
    background: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

.favorite-btn.is-favorite:hover {
    background: #c82333;
    border-color: #c82333;
}

/* Product Tags */
.product-tags-section {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
}

.product-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.product-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.product-tag i {
    font-size: 13px;
}

.tag-fast-shipping {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.tag-free-shipping {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Product Info Grid */
.product-info-grid {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.info-value a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-value a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 576px) {
    .action-buttons {
        gap: 8px;
    }

    .action-btn {
        padding: 10px 12px;
        font-size: 12px;
        min-width: 90px;
    }

    .action-btn span {
        display: none;
    }

    .action-btn i {
        margin-right: 0;
    }

    .product-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-tag {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .action-buttons {
        gap: 10px;
    }

    .action-btn {
        padding: 11px 14px;
        font-size: 12px;
        flex: 1 1 calc(33.333% - 10px);
    }
}

/* ===== PRODUCT GALLERY ===== */
.product-gallery-wrapper {
    display: flex;
    gap: 12px;
}

.product-gallery-main {
    position: relative;
    flex: 1;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.15);
}

.gallery-prev {
    left: 12px;
}

.gallery-next {
    right: 12px;
}

/* Küçük Resimler Container */
.product-gallery-thumbs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 80px;
}

.product-gallery-thumbs-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px;
}

.product-gallery-thumbs-container::-webkit-scrollbar {
    width: 4px;
}

.product-gallery-thumbs-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.product-gallery-thumbs-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.product-gallery-thumbs-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.product-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gallery-thumbs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.gallery-thumbs-nav:hover {
    background: #e9ecef;
    color: #0d6efd;
}

.gallery-thumbs-nav i {
    font-size: 12px;
}

.product-gallery-thumbs .product-thumb {
    flex-shrink: 0;
}

.product-gallery-thumbs .product-thumb .thumb-inner {
    border: 2px solid transparent;
    border-radius: .5rem;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-gallery-thumbs .product-thumb .thumb-inner:hover {
    border-color: #ddd;
}

.product-gallery-thumbs .product-thumb.active .thumb-inner {
    border-color: #fd7e14;
    box-shadow: 0 2px 8px rgba(253, 126, 20, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .product-gallery-wrapper {
        flex-direction: column;
    }

    .product-gallery-thumbs-wrapper {
        flex-direction: row;
        min-width: auto;
        width: 100%;
    }

    .product-gallery-thumbs-container {
        max-height: none;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        padding-right: 0;
        padding-bottom: 4px;
    }

    .product-gallery-thumbs {
        flex-direction: row;
    }

    .gallery-thumbs-nav {
        display: none;
    }

    .product-gallery-thumbs-up,
    .product-gallery-thumbs-down {
        display: none !important;
    }
}

/* ===== VARIANT OPTIONS ===== */
.variant-option {
    border-radius: 999px;
    min-width: 44px;
}

.variant-option.active {
    border-width: 2px;
}

.variant-option-color.btn {
    border-radius: .75rem;
}

.variant-option.variant-disabled {
    opacity: .4;
    cursor: not-allowed;
}

/* ===== PRODUCT DETAIL TABS ===== */
.product-detail-tabs-container {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.product-detail-tabs-container:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.product-detail-tabs-header {
    border-bottom: 2px solid #f0f0f0;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    padding: 0;
}

.product-detail-nav {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.product-detail-nav .nav-item {
    margin: 0;
}

.product-detail-tab-btn {
    background: transparent;
    border: none;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.product-detail-tab-btn:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0.02);
}

.product-detail-tab-btn.active {
    color: #0d6efd;
    background: transparent;
}

.product-detail-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd 0%, #0d6efd 100%);
    border-radius: 3px 3px 0 0;
}

.tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tab-label {
    display: inline;
}

.product-detail-tabs-content {
    padding: 40px 30px;
    min-height: 300px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-description-content {
    color: #333;
    line-height: 1.8;
    font-size: 15px;
}

.product-description-content p {
    margin-bottom: 1rem;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.empty-state i {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
    color: #ddd;
}

.empty-state p {
    font-size: 16px;
    margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
    .product-detail-tab-btn {
        padding: 12px 16px;
        font-size: 13px;
        gap: 6px;
    }

    .tab-icon {
        font-size: 14px;
    }

    .product-detail-tabs-content {
        padding: 24px 16px;
        min-height: 250px;
    }

    .product-detail-nav {
        gap: 0;
    }

    .product-detail-tab-btn {
        flex: 1;
        text-align: center;
        justify-content: center;
    }

    .tab-label {
        display: none;
    }
}

@media (max-width: 768px) {
    .product-detail-tab-btn {
        padding: 14px 18px;
        font-size: 13px;
    }
}

.form-label.required::after {
    content: " *";
    color: red;
}

/* --------------------------------------------------
   Dashboard / Sidebar / Header
-------------------------------------------------- */

.sidebar {
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.menu-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    margin: 0 8px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.menu-item:hover {
    background-color: rgba(255,255,255,0.1);
    border-left-color: #0d6efd;
}

.menu-section {
    margin-top: 15px;
}

.menu-title {
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

/* Genel header elemanı */
header {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
