/* ============================================
   HAŞEM MOBİLYA - PREMIUM TASARIM
   Renk Paleti: #c5a059 (Lüks Sıcak Altın)
   Tipografi: Outfit (Başlıklar) + Plus Jakarta Sans (Gövde)
   Tam Uyumlu & Şık Mobil Deneyim
   ============================================ */

:root {
    --siyah: #121212;
    --koyu: #1c1c1c;
    --koyu-kart: #242424;
    --beyaz: #ffffff;
    --gri: #5e6268;
    --acik-gri: #e6e3dc;
    --temel: #c5a059;
    --temel-koyu: #ad8741;
    --temel-acik: #f5eedf;
    --temel-glow: rgba(197, 160, 89, 0.24);
    --temel-border: rgba(197, 160, 89, 0.4);
    --bg: #f9f7f2;
    --bg-koyu: #eeeae0;
    --font-b: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-g: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --gecis: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    --golge-sm: 0 4px 14px rgba(0, 0, 0, 0.05);
    --golge-md: 0 12px 32px rgba(0, 0, 0, 0.08);
    --golge-lg: 0 20px 48px rgba(0, 0, 0, 0.12);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-g);
    background: var(--bg);
    color: var(--siyah);
    line-height: 1.65;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.menu-acik {
    overflow: hidden;
}

::selection {
    background: var(--temel);
    color: var(--beyaz);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--gecis);
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
}

/* ============================================
   BUTONLAR
   ============================================ */
.btn-k {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 34px;
    background: var(--siyah);
    color: var(--beyaz);
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: var(--gecis);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.btn-k:hover {
    background: var(--temel);
    color: var(--beyaz);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--temel-glow);
    border-color: var(--temel);
}

.btn-kucuk {
    padding: 12px 26px;
    font-size: 12px;
}

.btn-full {
    width: 100%;
}

.btn-b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    background: transparent;
    color: var(--siyah);
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 100px;
    border: 1.5px solid var(--siyah);
    transition: var(--gecis);
}

.btn-b:hover {
    background: var(--siyah);
    color: var(--beyaz);
    transform: translateY(-2px);
}

.btn-wp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    background: rgba(37, 211, 102, 0.1);
    color: #128c7e;
    border: 1px solid rgba(37, 211, 102, 0.3);
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 100px;
    transition: var(--gecis);
    text-decoration: none;
}

.btn-wp:hover {
    background: #25d366;
    color: #ffffff;
    border-color: #25d366;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
    transform: translateY(-2px);
}

/* ============================================
   ETİKET & BAŞLIK
   ============================================ */
.etiket {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-b);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--temel);
    margin-bottom: 14px;
}

.etiket::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: var(--temel);
    border-radius: 2px;
}

.etiket-acik {
    color: var(--temel-acik);
}

.etiket-acik::before {
    background: var(--temel-acik);
}

.baslik-b {
    font-family: var(--font-b);
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.8px;
    color: var(--siyah);
}

.baslik-b em {
    font-style: normal;
    color: var(--temel);
    font-weight: 600;
}

.baslik-b-acik {
    color: var(--beyaz) !important;
}

/* ============================================
   KAYAN ÇUBUK (ANNOUNCEMENT BAR)
   ============================================ */
.kayancak {
    background: var(--siyah);
    color: var(--beyaz);
    overflow: hidden;
    padding: 10px 0;
    font-family: var(--font-b);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.kayancak-ic {
    display: inline-flex;
    gap: 40px;
    animation: kaydir 22s linear infinite;
    white-space: nowrap;
}

.nokta {
    width: 5px;
    height: 5px;
    background: var(--temel);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

@keyframes kaydir {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   NAVİGASYON & MOBİL OVERLAY
   ============================================ */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 105;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.nav-overlay.aktif {
    opacity: 1;
    pointer-events: auto;
}

.nav {
    position: sticky;
    top: 0;
    z-index: 120;
    background: rgba(249, 247, 242, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--gecis);
}

.nav-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.nav-orta {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-mobil-baslik,
.nav-mobil-ekstra {
    display: none;
}

.nav-l {
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 500;
    color: var(--gri);
    position: relative;
    padding: 6px 0;
    transition: var(--gecis);
}

.nav-l::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--temel);
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-l:hover,
.nav-l.active {
    color: var(--siyah);
}

.nav-l:hover::after,
.nav-l.active::after {
    width: 100%;
}

.nav-sag {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-ct {
    padding: 10px 24px;
    background: var(--temel);
    color: var(--beyaz);
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px var(--temel-glow);
    transition: var(--gecis);
}

.nav-ct:hover {
    background: var(--temel-koyu);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--temel-glow);
}

/* Hamburger İkonu */
.nav-ham {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: none;
    padding: 0;
    transition: var(--gecis);
}

.nav-ham:hover {
    background: rgba(197, 160, 89, 0.15);
}

.nav-ham span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--siyah);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-ham.aktif span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background: var(--temel-koyu);
}

.nav-ham.aktif span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.nav-ham.aktif span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background: var(--temel-koyu);
}

/* ============================================
   HERO BÖLÜMÜ
   ============================================ */
.hero {
    min-height: 88vh;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 32px;
    gap: 48px;
    align-items: center;
}

.hero-sol {
    padding-right: 20px;
}

.hero-etiket-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    background: rgba(197, 160, 89, 0.1);
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid var(--temel-border);
}

.hero-nokta {
    width: 8px;
    height: 8px;
    background: var(--temel);
    border-radius: 50%;
    display: block;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }
}

.hero-etiket {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--temel-koyu);
}

.hero-baslik {
    font-family: var(--font-b);
    font-size: clamp(40px, 5.2vw, 68px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
    color: var(--siyah);
}

.hero-don {
    display: inline-block;
    color: var(--temel);
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-don.gizli {
    opacity: 0;
    transform: translateY(-8px);
}

.hero-acik {
    font-size: 17px;
    color: var(--gri);
    max-width: 480px;
    margin-bottom: 34px;
    line-height: 1.75;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-sag {
    position: relative;
    height: 68vh;
    min-height: 480px;
}

.hero-gorsel-w {
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 88%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--golge-lg);
}

.hero-gorsel {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-kart {
    position: absolute;
    bottom: -15px;
    left: -20px;
    background: var(--siyah);
    color: var(--beyaz);
    padding: 22px 26px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(197, 160, 89, 0.3);
    z-index: 2;
}

.hero-kart-sayi {
    font-family: var(--font-b);
    font-size: 38px;
    font-weight: 700;
    color: var(--temel);
    line-height: 1;
}

.hero-kart-yazi {
    font-size: 13px;
    line-height: 1.35;
    color: var(--acik-gri);
    font-weight: 500;
}

.hero-kucuk-gorsel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44%;
    height: 190px;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid var(--bg);
    box-shadow: var(--golge-md);
    z-index: 1;
}

.hero-kucuk-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   BÜYÜK YAZI BÖLÜMÜ (CALLOUT)
   ============================================ */
.buyuk-yazi-bolum {
    padding: 100px 32px;
    background: var(--siyah);
    color: var(--beyaz);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.buyuk-yazi-icerik {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.buyuk-sayi {
    font-family: var(--font-b);
    font-size: clamp(80px, 14vw, 150px);
    font-weight: 800;
    color: rgba(197, 160, 89, 0.07);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    user-select: none;
    z-index: -1;
}

.buyuk-yazi {
    font-family: var(--font-b);
    font-size: clamp(34px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    position: relative;
}

.buyuk-yazi em {
    font-style: normal;
    color: var(--temel);
    font-weight: 600;
}

.buyuk-cizgi {
    width: 64px;
    height: 3px;
    background: var(--temel);
    margin: 28px auto 0;
    border-radius: 2px;
}

/* ============================================
   ÜRÜNLER BÖLÜMÜ (LÜKS MOBİLYA KOLEKSİYONU)
   ============================================ */
.urunler {
    padding: 110px 0 90px;
    background: radial-gradient(circle at 80% 20%, rgba(197, 160, 89, 0.05) 0%, transparent 50%), var(--bg);
    position: relative;
}

.urunler-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
}

.urunler-baslik-satir {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
    gap: 40px;
}

.urunler-aciklama {
    font-size: 15px;
    color: var(--gri);
    max-width: 400px;
    text-align: right;
    line-height: 1.75;
}

/* Kategori Filtreleme Çubuğu */
.urun-filtre-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.urun-filtre-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    color: var(--gri);
    cursor: pointer;
    transition: var(--gecis);
    backdrop-filter: blur(8px);
}

.filtre-nokta {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    transition: var(--gecis);
}

.urun-filtre-btn:hover {
    color: var(--siyah);
    border-color: var(--temel);
    background: var(--beyaz);
    transform: translateY(-1px);
}

.urun-filtre-btn.active {
    background: var(--siyah);
    color: var(--beyaz);
    border-color: var(--siyah);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.urun-filtre-btn.active .filtre-nokta {
    background: var(--temel);
    box-shadow: 0 0 8px var(--temel);
}

/* Kompakt Modern Kart Izgarası (Lüks Showroom Tasarımı) */
.urun-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.urun-kart {
    background: linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
    border: 1px solid rgba(197, 160, 89, 0.22);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    position: relative;
}

.urun-kart::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--temel), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 4;
}

.urun-kart:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09), 0 8px 24px var(--temel-glow);
    border-color: rgba(197, 160, 89, 0.6);
}

.urun-kart:hover::after {
    opacity: 1;
}

.urun-kart.gizle {
    display: none !important;
}

.urun-kart-gorsel {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    background: var(--bg-koyu);
    cursor: pointer;
}

.urun-kart-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.urun-kart:hover .urun-kart-gorsel img {
    transform: scale(1.08);
}

/* Rozet & Favori */
.urun-kart-rozet {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(18, 18, 18, 0.84);
    color: var(--temel);
    border: 1px solid var(--temel-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.urun-fav-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gri);
    cursor: pointer;
    z-index: 3;
    transition: var(--gecis);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.urun-fav-btn:hover {
    color: #e74c3c;
    transform: scale(1.12);
    background: var(--beyaz);
}

.urun-fav-btn.favoride {
    background: #e74c3c;
    color: var(--beyaz);
    border-color: #e74c3c;
}

.urun-fav-btn.favoride svg {
    fill: var(--beyaz);
}

.urun-kart-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.1) 0%, rgba(18, 18, 18, 0.5) 100%);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.urun-kart-gorsel:hover .urun-kart-hover {
    opacity: 1;
}

.urun-kart-hover span {
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    color: var(--beyaz);
    padding: 10px 22px;
    background: rgba(18, 18, 18, 0.88);
    border: 1.5px solid var(--temel);
    border-radius: 100px;
    backdrop-filter: blur(8px);
    transform: translateY(8px);
    transition: transform 0.3s ease, background 0.2s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.urun-kart-gorsel:hover .urun-kart-hover span {
    transform: translateY(0);
}

.urun-kart-hover span:hover {
    background: var(--temel);
    color: var(--beyaz);
}

/* Bilgi Alanı */
.urun-kart-bilgi {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.urun-kart-kat {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--temel-koyu);
    margin-bottom: 5px;
}

.urun-kart-baslik {
    font-family: var(--font-b);
    font-size: 19px;
    font-weight: 700;
    color: var(--siyah);
    line-height: 1.3;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.urun-kart-acik {
    font-size: 13px;
    color: var(--gri);
    line-height: 1.5;
    margin-bottom: 16px;
}

/* Aksiyon Butonları */
.urun-kart-aksiyon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-kart-incele {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    background: var(--temel);
    color: var(--beyaz);
    border: none;
    border-radius: 100px;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--gecis);
    box-shadow: 0 4px 12px var(--temel-glow);
}

.btn-kart-incele:hover {
    background: var(--temel-koyu);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px var(--temel-glow);
}

.btn-kart-wp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25d366;
    color: var(--beyaz);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--gecis);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
}

.btn-kart-wp:hover {
    background: #1eb956;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

/* ============================================
   HIZLI İNCELEME (QUICK VIEW) MODAL STİLLERİ
   ============================================ */
.urun-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.urun-modal-overlay.acik {
    opacity: 1;
    pointer-events: auto;
}

.urun-modal {
    background: var(--bg);
    border-radius: 28px;
    max-width: 960px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--temel-border);
    transform: scale(0.92) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.urun-modal-overlay.acik .urun-modal {
    transform: scale(1) translateY(0);
}

.urun-modal-kapat {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--beyaz);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--siyah);
    cursor: pointer;
    z-index: 10;
    transition: var(--gecis);
    box-shadow: var(--golge-sm);
}

.urun-modal-kapat:hover {
    background: var(--siyah);
    color: var(--beyaz);
    transform: rotate(90deg);
}

.urun-modal-ic {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    padding: 36px;
}

.modal-gorsel-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    box-shadow: var(--golge-md);
    background: var(--bg-koyu);
}

.modal-ana-gorsel {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-rozet-etiket {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(18, 18, 18, 0.85);
    color: var(--temel);
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid var(--temel-border);
    backdrop-filter: blur(8px);
}

.urun-modal-sag {
    display: flex;
    flex-direction: column;
}

.modal-kategori-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.modal-kategori-tag {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--temel-koyu);
}

.modal-durum-tag {
    font-size: 11px;
    font-weight: 600;
    color: #27ae60;
}

.modal-baslik {
    font-family: var(--font-b);
    font-size: 30px;
    font-weight: 700;
    color: var(--siyah);
    margin-bottom: 12px;
}

.modal-aciklama {
    font-size: 14px;
    color: var(--gri);
    line-height: 1.7;
    margin-bottom: 20px;
}

.modal-ozellik-tablo {
    background: var(--beyaz);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.modal-oz-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.modal-oz-satir:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-oz-ad {
    font-weight: 600;
    color: var(--siyah);
}

.modal-oz-deger {
    color: var(--gri);
    text-align: right;
}

.modal-renk-alani {
    margin-bottom: 24px;
}

.modal-renk-baslik {
    font-family: var(--font-b);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--siyah);
    display: block;
    margin-bottom: 10px;
}

.modal-swatch-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-swatch-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--beyaz);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: var(--siyah);
    cursor: pointer;
    transition: var(--gecis);
}

.modal-swatch-item:hover,
.modal-swatch-item.active {
    border-color: var(--temel);
    background: var(--temel-acik);
    color: var(--temel-koyu);
}

.modal-swatch-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-aksiyonlar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.modal-teklif-btn {
    background: var(--temel);
}

.modal-teklif-btn:hover {
    background: var(--temel-koyu);
}

/* ============================================
   KAYAN GÖRSELLER BÖLÜMÜ
   ============================================ */
.kayan-bolum {
    padding: 40px 0;
    overflow: hidden;
    background: var(--bg);
}

.kayan-satir {
    display: flex;
    gap: 18px;
    animation: kayma 50s linear infinite;
    width: max-content;
}

.kayan-satir:hover {
    animation-play-state: paused;
}

.kayan-kutu {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--golge-sm);
}

.kayan-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kayan-kutu:hover img {
    transform: scale(1.06);
}

@keyframes kayma {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   HAKKIMIZDA BÖLÜMÜ (GENİŞ BANNER)
   ============================================ */
.hakkimizda {
    padding: 100px 0;
}

.hakkimizda-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.hakkimizda-gorsel-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--golge-lg);
}

.hakkimizda-gorsel {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hakkimizda-gorsel-wrap:hover .hakkimizda-gorsel {
    transform: scale(1.02);
}

.hakkimizda-sag .etiket {
    margin-bottom: 14px;
}

.hakkimizda-sag .baslik-b {
    margin-bottom: 22px;
}

.hakkimizda-metin {
    font-size: 15px;
    color: var(--gri);
    margin-bottom: 16px;
    line-height: 1.8;
}

.hakkimizda-sayilar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid var(--acik-gri);
}

.sayi {
    display: block;
    font-family: var(--font-b);
    font-size: 38px;
    font-weight: 700;
    color: var(--temel);
    line-height: 1.1;
    margin-bottom: 4px;
}

.sayi-yazi {
    font-size: 12px;
    color: var(--gri);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* ============================================
   NEDEN BİZ BÖLÜMÜ
   ============================================ */
.neden {
    padding: 100px 0;
    background: var(--siyah);
    color: var(--beyaz);
}

.neden-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.neden-baslik-alan .etiket {
    color: var(--temel);
}

.neden-baslik-alan .baslik-b {
    color: var(--beyaz);
}

.neden-liste {
    margin-top: 10px;
}

.neden-satir {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: var(--gecis);
}

.neden-numara {
    font-family: var(--font-b);
    font-size: 15px;
    font-weight: 700;
    color: var(--temel);
    padding-top: 2px;
}

.neden-icerik h3 {
    font-family: var(--font-b);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.neden-icerik p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
}

.neden-satir:hover .neden-icerik h3 {
    color: var(--temel);
}

/* ============================================
   BLOG BÖLÜMÜ
   ============================================ */
.blog {
    padding: 100px 0;
}

.blog-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
}

.blog-ust {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 52px;
}

.blog-kartlar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-k {
    background: var(--beyaz);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--gecis);
    box-shadow: var(--golge-sm);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.blog-k:hover {
    transform: translateY(-6px);
    box-shadow: var(--golge-md);
}

.blog-k-gorsel {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-k-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-k:hover .blog-k-gorsel img {
    transform: scale(1.05);
}

.blog-k-tarih {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    color: var(--siyah);
}

.blog-k-icerik {
    padding: 24px;
}

.blog-k-kategori {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--temel-koyu);
}

.blog-k-icerik h3 {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 10px;
    letter-spacing: -0.3px;
    line-height: 1.35;
    color: var(--siyah);
}

.blog-k-icerik p {
    font-size: 14px;
    color: var(--gri);
    margin-bottom: 16px;
    line-height: 1.65;
}

.blog-k-link {
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    color: var(--temel);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: var(--gecis);
}

.blog-k-link:hover {
    color: var(--temel-koyu);
    transform: translateX(4px);
}

/* ============================================
   YORUMLAR BÖLÜMÜ
   ============================================ */
.yorumlar {
    padding: 100px 0;
    background: var(--bg-koyu);
}

.yorumlar-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
}

.yorumlar-baslik {
    margin-bottom: 48px;
}

.yorum-satir {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.yorum-k {
    background: var(--beyaz);
    border-radius: 20px;
    padding: 32px;
    transition: var(--gecis);
    box-shadow: var(--golge-sm);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.yorum-k:hover {
    transform: translateY(-4px);
    box-shadow: var(--golge-md);
}

.yorum-yildiz {
    color: var(--temel);
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.yorum-k p {
    font-size: 15px;
    color: var(--gri);
    line-height: 1.75;
    margin-bottom: 24px;
    font-style: italic;
}

.yorum-kim {
    display: flex;
    align-items: center;
    gap: 12px;
}

.yorum-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--siyah);
    color: var(--temel);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    border: 1px solid var(--temel);
}

.yorum-kim strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--siyah);
}

.yorum-kim span {
    font-size: 12px;
    color: var(--gri);
}

/* ============================================
   SSS BÖLÜMÜ
   ============================================ */
.sss {
    padding: 100px 0;
}

.sss-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.sss-alt-yazi {
    font-size: 15px;
    color: var(--gri);
    margin-bottom: 28px;
    line-height: 1.7;
}

.akk {
    border-bottom: 1px solid var(--acik-gri);
}

.akk-b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--font-b);
    font-size: 16px;
    font-weight: 600;
    color: var(--siyah);
    transition: var(--gecis);
}

.akk-b:hover {
    color: var(--temel);
}

.akk-ikon {
    font-size: 22px;
    font-weight: 300;
    color: var(--temel);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

.akk.acik .akk-ikon {
    transform: rotate(45deg);
}

.akk-c {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.akk.acik .akk-c {
    max-height: 240px;
}

.akk-c p {
    padding-bottom: 20px;
    font-size: 14px;
    color: var(--gri);
    line-height: 1.75;
}

/* ============================================
   İLETİŞİM BÖLÜMÜ (ŞIK KART DÜZENİ)
   ============================================ */
.iletisim {
    padding: 100px 0;
    background: var(--koyu);
    color: var(--beyaz);
}

.iletisim-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
}

.iletisim-ust {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.iletisim-ust .etiket {
    justify-content: center;
}

.iletisim-ust .baslik-b {
    margin-bottom: 18px;
}

.iletisim-alt-yazi {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
}

.iletisim-kartlar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.iletisim-kutu {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 38px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--gecis);
    position: relative;
    overflow: hidden;
}

.iletisim-kutu:hover {
    transform: translateY(-6px);
    border-color: var(--temel);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.iletisim-kutu-ikon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid var(--temel-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--temel);
    margin-bottom: 22px;
    transition: var(--gecis);
}

.iletisim-kutu:hover .iletisim-kutu-ikon {
    background: var(--temel);
    color: var(--beyaz);
    transform: scale(1.08);
}

.iletisim-kutu-baslik {
    font-family: var(--font-b);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--temel-acik);
    margin-bottom: 8px;
}

.iletisim-kutu-deger {
    font-family: var(--font-b);
    font-size: 18px;
    font-weight: 700;
    color: var(--beyaz);
    margin-bottom: 10px;
    line-height: 1.4;
    transition: var(--gecis);
}

.iletisim-kutu-deger:hover {
    color: var(--temel);
}

.iletisim-kutu-acik {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.iletisim-kutu-btn {
    width: 100%;
}

.iletisim-kutu-btn-b {
    width: 100%;
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--beyaz);
}

.iletisim-kutu-btn-b:hover {
    background: var(--temel);
    border-color: var(--temel);
    color: var(--beyaz);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--siyah);
    color: rgba(255, 255, 255, 0.5);
    padding: 80px 0 0;
    border-top: 1px solid rgba(197, 160, 89, 0.15);
}

.footer-i {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 32px;
}

.footer-ust {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 60px;
}

.footer-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
}

.footer-marka p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-sosyal {
    display: flex;
    gap: 10px;
}

.footer-sosyal a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--gecis);
}

.footer-sosyal a:hover {
    background: var(--temel);
    border-color: var(--temel);
    color: var(--beyaz);
    box-shadow: 0 4px 12px var(--temel-glow);
}

.footer-sutun h4 {
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    color: var(--beyaz);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
}

.footer-sutun h4::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: var(--temel);
    margin-top: 6px;
    border-radius: 2px;
}

.footer-sutun ul {
    list-style: none;
}

.footer-sutun li {
    margin-bottom: 10px;
}

.footer-sutun a,
.footer-sutun li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: var(--gecis);
    line-height: 1.6;
}

.footer-sutun a:hover {
    color: var(--temel);
}

.footer-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

/* ============================================
   RESPONSIVE & MOBİL DÜZENLEMELERİ
   ============================================ */
@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .hero-sol {
        padding-right: 0;
    }

    .hero-sag {
        height: 480px;
        min-height: 400px;
        margin-top: 10px;
        display: none;
    }

    .urun-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .hakkimizda-i {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .neden-i {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .blog-kartlar {
        grid-template-columns: repeat(2, 1fr);
    }

    .yorum-satir {
        grid-template-columns: repeat(2, 1fr);
    }

    .sss-i {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .iletisim-kartlar {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-ust {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {

    /* Nav & Drawer */
    .nav-i {
        padding: 0 20px;
        height: 64px;
    }

    .nav-ham {
        display: flex;
        z-index: 10;
        cursor: pointer;
    }

    .nav-ct {
        display: none;
    }

    .nav {
        overflow-x: clip;
    }

    .nav-orta {
        position: fixed;
        top: 0;
        right: -110%;
        bottom: 0;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        height: 100dvh;
        background: #ffffff;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 24px 24px 32px;
        gap: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-orta.acik {
        right: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-mobil-baslik {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18px;
        margin-bottom: 16px;
        border-bottom: 1px solid var(--acik-gri);
    }

    .nav-mobil-logo {
        height: 32px;
        width: auto;
    }

    .nav-kapat {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.04);
        border: none;
        font-size: 24px;
        color: var(--siyah);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        cursor: pointer;
        transition: var(--gecis);
    }

    .nav-kapat:hover {
        background: var(--temel);
        color: var(--beyaz);
    }

    .nav-l {
        font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-weight: 600;
        color: var(--siyah);
        display: block;
    }

    .nav-l::after {
        display: none;
    }

    .nav-l.active {
        color: var(--temel);
    }

    .nav-mobil-ekstra {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding-top: 28px;
        gap: 16px;
    }

    .nav-mobil-cta {
        background: var(--temel);
        color: var(--beyaz);
    }

    .nav-mobil-iletisim {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav-mobil-link {
        font-size: 13px;
        color: var(--gri);
        font-weight: 500;
    }

    /* Container Boşlukları */
    .hero,
    .urunler-i,
    .hakkimizda-i,
    .neden-i,
    .blog-i,
    .yorumlar-i,
    .sss-i,
    .iletisim-i,
    .footer-i {
        padding-left: 20px;
        padding-right: 20px;
    }

    .urunler,
    .hakkimizda,
    .neden,
    .blog,
    .yorumlar,
    .sss,
    .iletisim {
        padding: 70px 0;
    }

    .buyuk-yazi-bolum {
        padding: 70px 20px;
    }

    /* Hero */
    .hero-baslik {
        font-size: clamp(34px, 8.5vw, 44px);
        letter-spacing: -0.8px;
    }

    .hero-sag {
        height: 360px;
        min-height: 320px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 20px;
    }

    .hero-gorsel-w {
        width: 100%;
        height: 100%;
    }

    .hero-kart {
        bottom: 12px;
        left: 12px;
        padding: 12px 16px;
        border-radius: 14px;
        gap: 10px;
    }

    .hero-kart-sayi {
        font-size: 26px;
    }

    .hero-kart-yazi {
        font-size: 11px;
    }

    .hero-kucuk-gorsel {
        display: none;
    }

    /* Ürünler - Kompakt Mobil Izgara */
    .urunler {
        padding: 60px 0 50px;
    }

    .urunler-baslik-satir {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
    }

    .urunler-aciklama {
        text-align: left;
        max-width: 100%;
        font-size: 13.5px;
    }

    .urun-filtre-bar {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 24px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        max-width: 100%;
    }

    .urun-filtre-bar::-webkit-scrollbar {
        display: none;
    }

    .urun-filtre-btn {
        padding: 7px 14px;
        font-size: 12px;
        flex-shrink: 0;
        gap: 6px;
    }

    .urun-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
        max-width: 100%;
    }

    .urun-kart {
        min-width: 0;
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .urun-kart-gorsel {
        height: 140px;
    }

    .urun-kart-rozet {
        top: 8px;
        left: 8px;
        font-size: 9px;
        padding: 3px 8px;
        letter-spacing: 0.2px;
    }

    .urun-fav-btn {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
    }

    .urun-fav-btn svg {
        width: 13px;
        height: 13px;
    }

    .urun-kart-bilgi {
        padding: 10px 10px 12px;
    }

    .urun-kart-kat {
        font-size: 9.5px;
        margin-bottom: 2px;
    }

    .urun-kart-baslik {
        font-size: 13.5px;
        margin-bottom: 4px;
        font-weight: 700;
        line-height: 1.3;
    }

    .urun-kart-acik {
        font-size: 11px;
        line-height: 1.35;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .urun-kart-aksiyon {
        padding-top: 8px;
        gap: 6px;
    }

    .btn-kart-incele {
        padding: 7px 8px;
        font-size: 11px;
        gap: 4px;
    }

    .btn-kart-wp {
        width: 30px;
        height: 30px;
    }

    .btn-kart-wp svg {
        width: 14px;
        height: 14px;
    }

    .urun-modal-ic {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 20px;
    }

    .modal-gorsel-wrap {
        min-height: 220px;
        height: 240px;
    }

    .modal-baslik {
        font-size: 22px;
    }

    .urun-modal {
        border-radius: 20px;
    }

    /* Kayan Bölüm Mobilde Gizle */
    .kayan-bolum {
        display: none !important;
    }

    /* Hakkımızda Mobilde Sol Görsel Gizle */
    .hakkimizda-sol {
        display: none !important;
    }

    .hakkimizda-i {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hakkimizda-sag {
        padding: 0;
    }

    .hakkimizda-sayilar {
        gap: 14px;
        margin-top: 36px;
    }

    .sayi {
        font-size: 28px;
    }

    /* Blog & Yorum */
    .blog-kartlar,
    .yorum-satir {
        grid-template-columns: 1fr;
    }

    .blog-ust {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 36px;
    }

    /* İletişim Kartları */
    .iletisim-ust {
        margin-bottom: 40px;
    }

    .iletisim-kutu {
        padding: 30px 22px;
    }

    /* Footer */
    .footer-ust {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-alt {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .kayancak {
        font-size: 10px;
        padding: 8px 0;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
    }

    .hero-btns .btn-k,
    .hero-btns .btn-b {
        width: 100%;
    }

    .hakkimizda-sayilar {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .sayi {
        font-size: 22px;
    }

    .sayi-yazi {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .neden-satir {
        grid-template-columns: 36px 1fr;
        gap: 14px;
        padding: 22px 0;
    }

    .neden-icerik h3 {
        font-size: 17px;
    }
}