/* ==========================================================================
   TEYMUR SERAMİK & VİTRİFİYE - ANA STİL DOSYASI (style.css)
   Kurumsal, Yaz Konseptli, Lüks Banyo & Seramik E-Ticaret
   Renk Paleti: Lacivert (#063B73), Canlı Mavi (#1F8BFF), WhatsApp Yeşil (#25D366)
   ========================================================================== */

:root {
  /* Renk Paleti (Yaz Konsepti) */
  --color-primary: #063B73;       /* Koyu Lacivert */
  --color-primary-hover: #042952;
  --color-blue: #1F8BFF;          /* Canlı Mavi */
  --color-blue-light: #EBF4FF;
  --color-turquoise: #00A6B4;
  --color-turquoise-light: #E6F8FA;
  --color-cream: #FAF8F5;         /* Açık Krem */
  --color-sand: #F3EFEA;          /* Kum Beji */
  --color-white: #FFFFFF;
  --color-gray-50: #F8FAFC;
  --color-gray-100: #F1F5F9;
  --color-gray-200: #E2E8F0;
  --color-gray-300: #CBD5E1;
  --color-gray-400: #94A3B8;
  --color-gray-500: #64748B;
  --color-gray-600: #475569;
  --color-gray-700: #334155;
  --color-gray-800: #1E293B;
  --color-gray-900: #0F172A;
  
  /* WhatsApp CTA Rengi (Sadece bu alanda yeşil) */
  --color-wa-green: #25D366;
  --color-wa-dark: #1EBE5D;
  --color-wa-glow: rgba(37, 211, 102, 0.35);

  /* Rozet Renkleri */
  --badge-yeni: #38BDF8;
  --badge-indirim: #E11D48;
  --badge-populer: #1F8BFF;

  /* Tipografi */
  --font-heading: 'Poppins', 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Kutu ve Geçiş Ayarları */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 9999px;
  
  --shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.08), 0 4px 6px -4px rgba(15, 23, 42, 0.04);
  --shadow-card: 0 2px 8px rgba(6, 59, 115, 0.06);
  --shadow-card-hover: 0 14px 24px -4px rgba(6, 59, 115, 0.12);
  --shadow-wa: 0 10px 25px rgba(37, 211, 102, 0.35);

  --transition-fast: 0.18s ease;
  --transition-normal: 0.28s cubic-bezier(0.4, 0, 0.2, 1);

  --container-max: 1320px;
}

/* Temel Sıfırlama */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-gray-700);
  background-color: #FAFAFA;
  overflow-x: hidden;
}

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

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ==========================================================================
   1. ÜST BİLGİ ÇUBUĞU (TOP BAR)
   ========================================================================== */
.top-bar {
  background-color: var(--color-white);
  border-bottom: 1px solid #E5E7EB;
  font-size: 12.5px;
  color: #334155;
  height: 38px;
  display: flex;
  align-items: center;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  white-space: nowrap;
}

.top-bar-item svg {
  color: #002855;
  flex-shrink: 0;
}

.top-bar-item a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.top-bar-item a:hover {
  color: #00A5E3;
}

/* ==========================================================================
   2. HEADER & LOGO & ARAMA
   ========================================================================== */
.site-header {
  background-color: var(--color-white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  transition: padding var(--transition-normal), box-shadow var(--transition-normal);
}

.site-header.is-scrolled {
  box-shadow: 0 4px 14px rgba(0, 40, 85, 0.08);
}

.header-main {
  padding: 16px 0;
  transition: padding var(--transition-normal);
}

.site-header.is-scrolled .header-main {
  padding: 10px 0;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo */
.header-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-brand {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #002855;
  line-height: 1;
}

.logo-tagline-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.logo-line {
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #00A5E3;
}

.logo-subtitle {
  font-family: var(--font-heading);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00A5E3;
  text-transform: uppercase;
}

/* Arama Kutusu */
.header-search {
  flex: 1;
  max-width: 560px;
  position: relative;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.search-form:focus-within {
  border-color: #00A5E3;
  box-shadow: 0 0 0 2px rgba(0, 165, 227, 0.15);
}

.search-input {
  flex: 1;
  height: 100%;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #1E293B;
  font-size: 14px;
  outline: none;
}

.search-input::placeholder {
  color: #94A3B8;
}

.search-btn {
  width: 48px;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #002855;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color var(--transition-fast);
  flex-shrink: 0;
}

.search-btn:hover {
  background-color: #001C3D;
}

/* Header Aksiyonları (Hesabım, Sepet) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}

.header-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 12.5px;
  font-weight: 600;
  color: #002855;
  position: relative;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.header-action-item:hover {
  color: #00A5E3;
}

.header-action-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002855;
}

.header-action-item:hover .header-action-icon {
  color: #00A5E3;
}

.header-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  background-color: #00A5E3;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 165, 227, 0.3);
}

/* ==========================================================================
   3. MENÜ & NAVİGASYON
   ========================================================================== */
.header-nav {
  border-top: 1px solid #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  background-color: var(--color-white);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 13px 2px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: #002855;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: #002855;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #00A5E3;
  border-radius: 2px 2px 0 0;
}

.nav-arrow {
  color: #64748B;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.nav-item:hover .nav-arrow {
  transform: rotate(180deg);
  color: #00A5E3;
}

/* ==========================================================================
   4. HERO ALANI (REFERANS GÖRSEL BİREBİR)
   ========================================================================== */
.hero-section {
  position: relative;
  background-color: #FFFFFF;
  padding: 0;
  width: 100%;
}

.hero-full-container {
  width: 100%;
  max-width: 100%;
}

.hero-banner-container {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-color: #E8ECEF;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.84) 40%, rgba(255,255,255,0.05) 75%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 60px 80px;
  max-width: 600px;
}

.hero-badge-pill {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #00A5E3;
  margin-bottom: 12px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #002855;
  margin-bottom: 18px;
}

.hero-title .highlight-blue {
  color: #00A5E3;
  display: block;
}

.hero-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 28px;
  max-width: 440px;
}

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

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #002855;
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 3px; /* Kenar yuvarlamaları %80 azaltıldı (3px) */
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 40, 85, 0.25);
  transition: all var(--transition-fast);
}

.hero-cta-btn:hover {
  background-color: #001C3D;
  box-shadow: 0 6px 18px rgba(0, 40, 85, 0.35);
  transform: translateY(-2px);
}

.hero-wa-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #25D366 0%, #1EBE5D 100%);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 3px; /* Kenar yuvarlamaları uyumlu 3px */
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all var(--transition-fast);
}

.hero-wa-cta-btn:hover {
  background: linear-gradient(135deg, #1EBE5D 0%, #169E4A 100%);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
  transform: translateY(-2px);
}

.hero-wa-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  color: #334155;
  font-weight: 600;
}

.hero-wa-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #25D366;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: waPulseDot 1.8s infinite;
}

@keyframes waPulseDot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Slider Noktaları (Alt Orta) */
.hero-slider-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 4;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.9;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-dot.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00A5E3;
  opacity: 1;
}

.slider-dot.active svg {
  display: block;
}

/* WhatsApp Sipariş Konuşma Balonu (Hero Sağ Alt - Görselle Birebir) */
.hero-whatsapp-bubble,
.hero-whatsapp-box {
  position: absolute;
  bottom: 40px;
  right: 50px;
  top: auto;
  transform: none;
  z-index: 5;
  background-color: #00A859;
  background: linear-gradient(135deg, #00B359 0%, #009E4E 100%);
  color: #FFFFFF;
  padding: 16px 26px 16px 20px;
  border-radius: 36px;
  box-shadow: 0 16px 36px rgba(0, 168, 89, 0.4), 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-whatsapp-bubble:hover,
.hero-whatsapp-box:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 42px rgba(0, 168, 89, 0.5);
}

.whatsapp-bubble-tail {
  position: absolute;
  bottom: -9px;
  left: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 0;
  border-color: #009E4E transparent transparent transparent;
}

.whatsapp-bubble-icon,
.hero-whatsapp-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #00A859;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.whatsapp-bubble-content,
.hero-whatsapp-texts {
  display: flex;
  flex-direction: column;
}

.whatsapp-bubble-title,
.hero-whatsapp-title {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  color: #FFFFFF;
}

.whatsapp-bubble-title span,
.hero-whatsapp-title span {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.95;
}

.whatsapp-bubble-title strong,
.hero-whatsapp-title strong {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.whatsapp-bubble-sub,
.hero-whatsapp-sub {
  font-size: 12px;
  opacity: 0.95;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 3px 0 0 0;
}

.whatsapp-click-finger,
.hero-whatsapp-hand {
  position: absolute;
  bottom: -16px;
  right: -12px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  animation: waPulse 1.8s infinite ease-in-out;
}

@keyframes waPulse {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-3px, -3px) rotate(-6deg); }
}

/* ==========================================================================
   5. GÜVEN BÖLÜMÜ (TRUST BAR - GÖRSELLE BİREBİR)
   ========================================================================== */
.trust-section {
  background-color: var(--color-white);
  border-bottom: 1px solid #E5E7EB;
  padding: 22px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-icon-box {
  color: #002855;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-text {
  display: flex;
  flex-direction: column;
}

.trust-title-row {
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  color: #002855;
  line-height: 1.25;
}

.trust-sub-row {
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  color: #002855;
  line-height: 1.25;
}

/* ==========================================================================
   6. KATEGORİLER ALANI (TÜM ÜRÜN GRUPLARIMIZ - REFERANS GÖRSELLE BİREBİR)
   ========================================================================== */
.categories-section {
  padding: 44px 0 52px 0;
  background-color: #FFFFFF;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-header-left {
  display: flex;
  flex-direction: column;
}

.section-eyebrow {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #0077D8;
  margin-bottom: 5px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: #002855;
  letter-spacing: -0.4px;
  line-height: 1.18;
  margin: 0;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 600;
  color: #0077D8;
  text-decoration: none;
  padding-bottom: 3px;
  transition: gap var(--transition-fast), color var(--transition-fast);
}

.section-link svg {
  transition: transform var(--transition-fast);
}

.section-link:hover {
  gap: 9px;
  color: #005FB8;
}

.section-link:hover svg {
  transform: translateX(3px);
}

/* Kategori Kartları Izgarası (Masaüstü 6 Kolon) */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 40, 85, 0.08);
  border-color: #CBD5E1;
}

.category-card-img-wrap,
.category-img-box {
  width: 100%;
  aspect-ratio: 1 / 0.95;
  background-color: #F8FAFC;
  overflow: hidden;
  position: relative;
  border-radius: 13px 13px 0 0;
}

.category-card-img-wrap img,
.category-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card:hover .category-card-img-wrap img,
.category-card:hover .category-img-box img {
  transform: scale(1.04);
}

.category-card-footer,
.category-footer {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  gap: 8px;
}

.category-card-name,
.category-name {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: #002855;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  margin: 0;
}

.category-card-arrow,
.category-arrow-icon {
  color: #0077D8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.category-card:hover .category-card-arrow,
.category-card:hover .category-arrow-icon {
  transform: translateX(4px);
  color: #005FB8;
}

/* ==========================================================================
   7. ÖNE ÇIKAN ÜRÜNLER (PRODUCT CARDS)
   ========================================================================== */
.products-section {
  padding: 10px 0 54px 0;
  background-color: #FFFFFF;
}

.section-subtitle {
  font-size: 14px;
  color: #64748B;
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.product-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 40, 85, 0.08);
  border-color: #CBD5E1;
}

/* Kart Üst Rozet & Favori */
.product-img-wrap,
.product-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #F8FAFC;
  position: relative;
  overflow: hidden;
}

.product-img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-img-wrap img,
.product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-img-wrap img,
.product-card:hover .product-img-box img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  color: #FFFFFF;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.badge-blue,
.badge-new,
.badge-yeni,
.badge-populer {
  background-color: #00A5E3;
}

.badge-pink,
.badge-discount,
.badge-indirim {
  background-color: #C026D3;
}

.product-fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #002855;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-fav-btn:hover {
  background-color: #FFF1F2;
  color: #E11D48;
  border-color: #FECDD3;
  transform: scale(1.08);
}

.product-fav-btn.active,
.product-fav-btn.is-active {
  background-color: #FFF1F2;
  color: #E11D48;
  border-color: #FECDD3;
}

.product-fav-btn svg {
  stroke: currentColor;
}

/* Ürün Bilgi Alanı */
.product-info {
  padding: 13px 14px 15px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #FFFFFF;
}

.product-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #002855;
  line-height: 1.35;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title a {
  color: #002855;
  text-decoration: none;
  transition: color 0.15s ease;
}

.product-title a:hover {
  color: #00A5E3;
}

.product-brand {
  font-size: 13px;
  font-weight: 400;
  color: #94A3B8;
  margin-bottom: 12px;
  line-height: 1.2;
}

.product-price-row,
.product-prices {
  margin-top: auto;
  margin-bottom: 13px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.product-price,
.price-current {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: #002855;
  letter-spacing: -0.2px;
}

.product-old-price,
.price-old {
  font-size: 12.5px;
  font-weight: 400;
  color: #94A3B8;
  text-decoration: line-through;
}

/* Sepete Ekle Butonu */
.btn-add-cart,
.btn-add-to-cart {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  background-color: #002855;
  color: #FFFFFF;
  border: none;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  padding: 0 10px;
}

.btn-add-cart:hover,
.btn-add-to-cart:hover {
  background-color: #001D3D;
  color: #FFFFFF;
}

.btn-add-cart:active,
.btn-add-to-cart:active {
  transform: scale(0.99);
}

/* ==========================================================================
   8. KAMPANYA BANNERI (BANYONUZDA HAYALİNİZDEKİ TASARIM)
   ========================================================================== */
.campaign-banner-section {
  padding: 20px 0 54px 0;
}

.campaign-banner-box {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(6, 59, 115, 0.08);
  min-height: 340px;
  display: flex;
  align-items: center;
  background-color: #EDF2F7;
}

.campaign-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.campaign-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.85) 45%, rgba(255,255,255,0.3) 100%);
  z-index: 2;
}

.campaign-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.campaign-left {
  max-width: 480px;
}

.campaign-eyebrow {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--color-blue);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.campaign-heading {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--color-primary);
  margin-bottom: 22px;
}

.campaign-heading .script-text {
  font-family: 'Poppins', cursive, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: var(--color-blue);
}

.campaign-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  transition: all var(--transition-fast);
}

.campaign-cta-btn:hover {
  background-color: var(--color-blue);
  transform: translateY(-2px);
}

/* Banner Sağ Özellik Rozetleri */
.campaign-features-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
}

.campaign-feature-card {
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 10px rgba(6, 59, 115, 0.05);
}

.feature-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-blue-light);
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card-title {
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-primary);
}

.feature-card-sub {
  font-size: 12px;
  color: var(--color-gray-500);
}

/* ==========================================================================
   9. MARKALAR ALANI (BRANDS)
   ========================================================================== */
.brands-section {
  padding: 36px 0;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  border-bottom: 1px solid var(--color-gray-200);
}

.brands-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brands-left {
  max-width: 320px;
}

.brands-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.brands-sub {
  font-size: 13px;
  color: var(--color-gray-500);
}

.brands-logos-row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.brand-logo-item {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #64748B;
  transition: all var(--transition-fast);
  cursor: pointer;
  user-select: none;
}

.brand-logo-item:hover {
  color: var(--color-primary);
  transform: scale(1.08);
}

/* ==========================================================================
   10. E-POSTA BÜLTENİ (NEWSLETTER)
   ========================================================================== */
.newsletter-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #F0F7FF 0%, #E2EEFF 50%, #F5F9FF 100%);
  position: relative;
  overflow: hidden;
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.newsletter-text-wrap {
  display: flex;
  flex-direction: column;
}

.newsletter-tag {
  font-size: 14px;
  color: var(--color-gray-600);
  font-weight: 500;
}

.newsletter-heading {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--color-primary);
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 480px;
  flex: 1;
}

.newsletter-input {
  flex: 1;
  height: 48px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--color-gray-200);
  background-color: var(--color-white);
  font-size: 14px;
  outline: none;
  box-shadow: 0 2px 6px rgba(6, 59, 115, 0.04);
}

.newsletter-input:focus {
  border-color: var(--color-blue);
}

.newsletter-btn {
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  background-color: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(31, 139, 255, 0.3);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.newsletter-btn:hover {
  background-color: var(--color-primary);
  transform: translateY(-2px);
}

/* ==========================================================================
   11. FOOTER (KURUMSAL VE İLETİŞİM)
   ========================================================================== */
.site-footer {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  padding: 56px 0 24px 0;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-col-about {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-desc {
  font-size: 14px;
  color: var(--color-gray-500);
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.social-circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.social-circle-btn:hover {
  background-color: var(--color-blue);
  transform: translateY(-2px);
}

.footer-col-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 18px;
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu a {
  font-size: 13.5px;
  color: var(--color-gray-600);
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.footer-menu a:hover {
  color: var(--color-blue);
  padding-left: 3px;
}

.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--color-gray-700);
  font-weight: 500;
}

.footer-contact-item svg {
  color: var(--color-blue);
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid var(--color-gray-200);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--color-gray-500);
}

/* Yukarı Çık Butonu */
.back-to-top-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 10px rgba(6, 59, 115, 0.2);
}

.back-to-top-btn:hover {
  background-color: var(--color-blue);
  transform: translateY(-3px);
}

/* ==========================================================================
   SABİT MOBİL ALT MENÜ (MOBILE BOTTOM BAR)
   ========================================================================== */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  z-index: 1000;
  padding: 8px 0;
}

.mobile-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.mobile-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-gray-600);
}

.mobile-bottom-item.active {
  color: var(--color-blue);
}

.mobile-bottom-item.wa-item {
  color: var(--color-wa-dark);
}

/* ==========================================================================
   MODALLAR & BİLDİRİM TOASTLARI
   ========================================================================== */
.toast-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 14px 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  z-index: 2000;
  animation: slideInUp 0.25s ease;
}

@keyframes slideInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   MOBİL MENÜ ÇEKMECESİ (DRAWER - DÜZGÜN GİZLEME VE SLIDE)
   ========================================================================== */
.mobile-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 40, 85, 0.5);
  backdrop-filter: blur(3px);
  z-index: 2998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-drawer-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2999;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
}

.mobile-drawer-header {
  padding: 18px 20px;
  background-color: #002855;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-drawer-logo {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.mobile-drawer-close {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mobile-drawer-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobile-drawer-search {
  margin-bottom: 20px;
}

.mobile-search-input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.mobile-search-input:focus {
  border-color: #00A5E3;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.mobile-nav-list li a {
  display: block;
  padding: 12px 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #002855;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s;
}

.mobile-nav-list li a:hover {
  background-color: #F1F5F9;
  color: #00A5E3;
}

.mobile-drawer-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #E2E8F0;
}

.btn-mobile-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #002855;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
