/* Bebek Zibin Özel Tasarım - Yumuşak Bej Renk Paleti */

:root {
  --primary-color: #CDAD8F; /* Orta tan - Ana renk */
  --secondary-color: #D0C6BB; /* Açık bej - İkincil renk */
  --accent-color: #CDAD8F; /* Orta tan - Vurgu rengi */
  --accent-brown: #CDAD8F; /* Orta tan ton */
  --accent-blue: #e7ba89; /* Açık bej - Erkek bebekler için */
  --accent-blue-light: #ECE3DB; /* Çok açık bej - Erkek bebekler için */
  --text-color: #8B7355;
  --light-orange: #ECE3DB;
  --light-brown: #F0EEE6;
  --light-blue: #F0EEE6; /* En açık bej - Erkek bebekler için arka plan */
  --dark-orange: #8B7355;
  --dark-brown: #8B7355;
  --dark-blue: #A58475; /* Muted Brownish-Pink - Başlıklar */
  --heading-color: #A58475; /* Muted Brownish-Pink - Başlıklar */
  --success-color: #CDAD8F;
  --warning-color: #D0C6BB;
  --gradient-primary: linear-gradient(135deg, #CDAD8F, #D0C6BB);
  --gradient-secondary: linear-gradient(135deg, #ECE3DB, #CDAD8F);
  --gradient-blue: linear-gradient(135deg, #a58475, #a58475);; /* Erkek bebekler için bej gradient */
}

/* Sayfa arka planı — bg2.png tekrarlayan desen + krem zemin + yumuşak merkez ışığı */
html {
  min-height: 100%;
}

body {
  background-color: #F9F6F2;
  background-image:
    radial-gradient(ellipse 100% 75% at 50% 28%, rgba(255, 255, 255, 0.72) 0%, transparent 58%),
    url('../images/bg2.png') !important;
  background-repeat: no-repeat, repeat;
  background-position: center top, 0 0;
}

/* Başlık Renkleri - Muted Brownish-Pink */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #A58475 !important;
}

/* Section Başlıkları */
.section-title-modern h2,
.section-title h2,
.site-section-heading h2 {
  color: #A58475 !important;
}

/* Ana Renk Paleti */
.bg-bebek-primary {
  background-color: var(--primary-color) !important;
}

.bg-bebek-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-bebek-accent {
  background-color: var(--accent-color) !important;
}

.text-bebek-primary {
  color: var(--primary-color) !important;
}

.text-bebek-secondary {
  color: var(--secondary-color) !important;
}

/* Mavi Renk Sınıfları */
.bg-bebek-blue {
  background-color: var(--secondary-color) !important;
}

.text-bebek-blue {
  color: var(--secondary-color) !important;
}

.bg-bebek-light-blue {
  background-color: var(--light-blue) !important;
}

.text-bebek-light-blue {
  color: var(--light-blue) !important;
}

.btn-outline-bebek-blue {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-bebek-blue:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
}

.btn-outline-bebek-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-bebek-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

/* Header Tasarımı - 2025 Modern Trend */
  .site-navbar {
    background-color: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(205, 173, 143, 0.15);
    border-bottom: 1px solid rgba(205, 173, 143, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .site-navbar.scrolled {
    box-shadow: 0 8px 40px rgba(205, 173, 143, 0.2);
  }

.site-navbar .site-logo a {
  color: #CDAD8F !important;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.site-navbar .site-logo a:hover {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.site-navbar .site-logo img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.site-navbar .site-logo a:hover img {
  transform: scale(1.05);
}

/* Modern Renkli Menü Öğeleri */
.site-navbar .site-navigation .site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.site-navbar .site-navigation .site-menu > li {
  position: relative;
  margin: 0 4px;
}

  .site-navbar .site-navigation .site-menu > li > a {
    color: #8B7355 !important;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-transform: none;
    letter-spacing: 0;
  }

/* Her menü öğesi için farklı renk */

.site-navbar .site-navigation .site-menu > li:nth-child(4) > a::before {
  background: linear-gradient(135deg, #CDAD8F, #ECE3DB);
}

/* Hover efekti - Glassmorphism */
.site-navbar .site-navigation .site-menu > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(205, 173, 143, 0.1), rgba(139, 115, 85, 0.15));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
  z-index: -1;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff !important;
  transform: translateY(-2px);
  background: rgba(205, 173, 143, 0.1);
  box-shadow: 0 4px 12px rgba(205, 173, 143, 0.2);
}

.site-navbar .site-navigation .site-menu > li > a:hover::before {
  opacity: 1;
}

/* Aktif menü öğesi */
.site-navbar .site-navigation .site-menu > li.active > a {
  color: #CDAD8F !important;
  background: rgba(205, 173, 143, 0.15) !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(205, 173, 143, 0.25);
  position: relative;
}

.site-navbar .site-navigation .site-menu > li.active > a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #CDAD8F, transparent);
  border-radius: 2px;
}

.site-navbar .site-navigation .site-menu > li.active > a::before {
  opacity: 1 !important;
  background: rgba(205, 173, 143, 0.2) !important;
}

/* Aktif menü ikonu */
.site-navbar .site-navigation .site-menu > li.active > a i {
  color: #CDAD8F !important;
  transform: scale(1.1);
}

/* Menü ikonları */
.site-navbar .site-navigation .site-menu > li > a i {
  font-size: 16px;
  transition: all 0.3s ease;
}

.site-navbar .site-navigation .site-menu > li > a:hover i {
  transform: scale(1.15);
}

/* Header İkonları - Modern Tasarım */
  .site-navbar-top {
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(205, 173, 143, 0.2);
  }

.site-top-icons ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-top-icons ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-icon-link {
  color: #6B5B47 !important;
  font-size: 18px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(205, 173, 143, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  border: 1px solid rgba(205, 173, 143, 0.2);
}

.header-icon-link:hover {
  color: #CDAD8F !important;
  background: rgba(205, 173, 143, 0.2);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(205, 173, 143, 0.3);
  text-decoration: none;
  border-color: rgba(205, 173, 143, 0.3);
}

/* Sepet İkonu - Modern */
.site-cart {
  position: relative;
  color: #8B7355 !important;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 50%;
  background-color: rgba(240, 238, 230, 0.8);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.site-cart {
  font-size: 18px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(240, 238, 230, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  border: 1px solid rgba(205, 173, 143, 0.3);
}

.site-cart:hover {
  color: #CDAD8F !important;
  background: rgba(205, 173, 143, 0.2);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(205, 173, 143, 0.3);
  text-decoration: none;
  border-color: rgba(205, 173, 143, 0.3);
}

.site-cart .count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: linear-gradient(135deg, #CDAD8F, #A58475);
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(205, 173, 143, 0.3);
  animation: pulse-count 2s ease-in-out infinite;
}

@keyframes pulse-count {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Arama Kutusu - Modern */
.site-block-top-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.site-block-top-search .icon {
  position: absolute;
  left: 15px;
  color: #CDAD8F;
  z-index: 2;
  transition: color 0.3s ease;
  font-size: 16px;
}

.site-block-top-search input {
  padding-left: 45px;
  padding-right: 15px;
  border-radius: 25px;
  border: 2px solid rgba(205, 173, 143, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(240, 238, 230, 0.7);
  font-size: 14px;
  width: 100%;
  height: 45px;
  box-shadow: 0 2px 8px rgba(205, 173, 143, 0.1);
}

.site-block-top-search input:focus {
  border-color: #CDAD8F;
  box-shadow: 0 0 0 3px rgba(205, 173, 143, 0.2), 0 4px 12px rgba(205, 173, 143, 0.15);
  background-color: #ffffff;
  outline: none;
}

.site-block-top-search input:focus + .icon {
  color: #CDAD8F;
}

.site-block-top-search input::placeholder {
  color: #CDAD8F;
  opacity: 0.7;
}

/* Hero Section */
.bebek-hero {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--light-orange);
}

.bebek-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" patternUnits="userSpaceOnUse" width="20" height="20"><path d="M10,6 Q10,2 14,6 Q18,10 10,18 Q2,10 6,6 Q10,2 10,6" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');
  opacity: 0.3;
}

.bebek-hero h1 {
  color: var(--dark-brown);
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.bebek-hero p {
  color: var(--secondary-color);
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Modern Ürün Kartları */
  .bebek-product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(205, 173, 143, 0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(205, 173, 143, 0.15);
  }

.bebek-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: 2;
}

  .bebek-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(205, 173, 143, 0.25);
    border-color: rgba(205, 173, 143, 0.3);
  }

.bebek-product-card:hover::before {
  transform: scaleX(1);
}

/* Erkek Bebek Giyim (Mavi Kategori) Ürün Kartları */
.bebek-product-card.boy-category,
.category-boy .bebek-product-card,
[data-category*="mavi"] .bebek-product-card,
[data-category*="erkek"] .bebek-product-card {
  box-shadow: 0 8px 25px rgba(205, 173, 143, 0.2);
}

.bebek-product-card.boy-category:hover,
.category-boy .bebek-product-card:hover,
[data-category*="mavi"] .bebek-product-card:hover,
[data-category*="erkek"] .bebek-product-card:hover {
  box-shadow: 0 15px 35px rgba(205, 173, 143, 0.3);
}

.bebek-product-card .product-image {
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f8f9fa;
  position: relative;
}

.bebek-product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bebek-product-card:hover .product-image img {
  transform: scale(1.08);
}

.bebek-product-card .product-info {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.bebek-product-card .product-title {
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 12px;
  line-height: 1.5;
  min-height: 48px;
}

.bebek-product-card .product-title a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bebek-product-card .product-title a:hover {
  color: var(--primary-color);
}

/* Erkek bebek giyim ürün başlığı hover */
.boy-category .bebek-product-card .product-title a:hover,
.category-boy .bebek-product-card .product-title a:hover,
[data-category*="mavi"] .bebek-product-card .product-title a:hover,
[data-category*="erkek"] .bebek-product-card .product-title a:hover {
  color: var(--accent-blue);
}

.bebek-product-card .product-price {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Erkek bebek giyim ürün fiyatı için mavi tema */
.boy-category .bebek-product-card .product-price,
.category-boy .bebek-product-card .product-price,
[data-category*="mavi"] .bebek-product-card .product-price,
[data-category*="erkek"] .bebek-product-card .product-price {
  color: var(--accent-blue);
}

  .bebek-product-card .product-category {
    color: #CDAD8F;
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

.bebek-product-card .product-actions {
  margin-bottom: 15px;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.bebek-product-card .product-actions .btn {
  flex: 1;
  padding: 8px 12px;
  font-size: 0.85rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.bebek-product-card .product-actions .btn i {
  margin-right: 4px;
  font-size: 0.8rem;
}

.bebek-product-card .product-actions .btn-customize {
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: white;
  border: none;
  font-weight: 600;
}

  .bebek-product-card .product-actions .btn-customize:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(205, 173, 143, 0.4);
    color: white;
  }

/* Erkek bebek giyim butonları için mavi tema */
.bebek-product-card.boy-category .product-actions .btn-customize,
.category-boy .bebek-product-card .product-actions .btn-customize,
[data-category*="mavi"] .bebek-product-card .product-actions .btn-customize,
[data-category*="erkek"] .bebek-product-card .product-actions .btn-customize {
  background: var(--gradient-blue);
}

.bebek-product-card.boy-category .product-actions .btn-customize:hover,
.category-boy .bebek-product-card .product-actions .btn-customize:hover,
[data-category*="mavi"] .bebek-product-card .product-actions .btn-customize:hover,
[data-category*="erkek"] .bebek-product-card .product-actions .btn-customize:hover {
  box-shadow: 0 5px 15px rgba(205, 173, 143, 0.4);
  color: white !important;
}

.bebek-product-card .product-actions .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background: transparent;
  font-weight: 600;
}

  .bebek-product-card .product-actions .btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(205, 173, 143, 0.4);
  }

/* Erkek bebek giyim outline butonları */
.bebek-product-card.boy-category .product-actions .btn-outline-primary,
.category-boy .bebek-product-card .product-actions .btn-outline-primary,
[data-category*="mavi"] .bebek-product-card .product-actions .btn-outline-primary,
[data-category*="erkek"] .bebek-product-card .product-actions .btn-outline-primary {
  color: var(--accent-blue);
  border-color: var(--accent-blue);
}

.bebek-product-card.boy-category .product-actions .btn-outline-primary:hover,
.category-boy .bebek-product-card .product-actions .btn-outline-primary:hover,
[data-category*="mavi"] .bebek-product-card .product-actions .btn-outline-primary:hover,
[data-category*="erkek"] .bebek-product-card .product-actions .btn-outline-primary:hover {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
  color: white !important;
  box-shadow: 0 5px 15px rgba(205, 173, 143, 0.4);
}

.bebek-product-card form {
  margin-top: auto;
  flex-shrink: 0;
}

.bebek-product-card form .btn {
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.9rem;
  background: var(--success-color);
  border: none;
  color: white;
}

  .bebek-product-card form .btn:hover {
    background: #9B7D5F;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(155, 125, 95, 0.4);
  }

/* Kişiselleştirme Butonu */
.btn-customize {
  background: var(--gradient-primary);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

  .btn-customize:hover {
    background: var(--gradient-secondary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(205, 173, 143, 0.35);
    text-decoration: none;
  }

.btn-customize i {
  transition: transform 0.3s ease;
}

.btn-customize:hover i {
  transform: scale(1.1);
}

/* Erkek bebek giyim kişiselleştirme butonu */
.boy-category .btn-customize,
.category-boy .btn-customize {
  background: var(--gradient-blue);
  color: white !important;
  box-shadow: 0 5px 15px rgba(205, 173, 143, 0.3);
}

.boy-category .btn-customize:hover,
.category-boy .btn-customize:hover {
  box-shadow: 0 8px 25px rgba(46, 92, 138, 0.4);
  color: white !important;
}

.btn-customize.btn-sm {
  padding: 8px 15px;
  font-size: 0.85rem;
  border-radius: 20px;
}

/* Kategori Kartları */
  .bebek-category-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(205, 173, 143, 0.15);
    transition: all 0.3s ease;
    position: relative;
  }

  .bebek-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(205, 173, 143, 0.25);
  }

/* Erkek bebek giyim kategori kartları için mavi tema */
.bebek-category-card[href*="mavi"],
.bebek-category-card[href*="erkek"] {
  box-shadow: 0 8px 25px rgba(205, 173, 143, 0.2);
}

.bebek-category-card[href*="mavi"]:hover,
.bebek-category-card[href*="erkek"]:hover {
  box-shadow: 0 15px 35px rgba(205, 173, 143, 0.3);
}

.bebek-category-card .category-image {
  height: 200px;
  overflow: hidden;
}

.bebek-category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bebek-category-card:hover .category-image img {
  transform: scale(1.1);
}

.bebek-category-card .category-title {
  padding: 20px;
  text-align: center;
  color: var(--text-color);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Kişiselleştirme Formu */
  .customize-form {
    background: var(--light-orange);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(205, 173, 143, 0.2);
  }

/* Erkek bebek giyim kişiselleştirme formu */
.boy-category .customize-form,
.category-boy .customize-form {
  background: var(--light-blue);
  box-shadow: 0 10px 30px rgba(205, 173, 143, 0.2);
}

.customize-form .form-control {
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

  .customize-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(205, 173, 143, 0.25);
  }

.boy-category .customize-form .form-control:focus,
.category-boy .customize-form .form-control:focus {
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 0.2rem rgba(205, 173, 143, 0.25);
}

/* Ürün Detay Sayfası */
  .product-details {
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(205, 173, 143, 0.15);
  }

/* Erkek bebek giyim ürün detayları */
.boy-category .product-details,
.category-boy .product-details {
  box-shadow: 0 10px 30px rgba(205, 173, 143, 0.1);
}

.product-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #A58475 !important;
}

.product-meta .badge {
  font-size: 0.9rem;
  padding: 8px 15px;
  border-radius: 20px;
}

  .product-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #CDAD8F;
  }

.product-price h2 {
  font-size: 3rem;
  margin-bottom: 5px;
}

/* Boyut Seçimi */
.size-option {
  cursor: pointer;
}

.size-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid var(--secondary-color);
  border-radius: 25px;
  background: white;
  color: var(--text-color);
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 60px;
  text-align: center;
}

.size-option input:checked + .size-btn {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  transform: scale(1.05);
}

.size-btn:hover {
  border-color: var(--primary-color);
  transform: scale(1.05);
}

/* Erkek bebek giyim boyut butonları */
.boy-category .size-option input:checked + .size-btn,
.category-boy .size-option input:checked + .size-btn {
  background: var(--accent-blue);
  border-color: var(--accent-blue);
  color: white !important;
}

.boy-category .size-btn:hover,
.category-boy .size-btn:hover {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

/* Adet Kontrolü */
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-controls .form-control {
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.quantity-controls .btn {
  border-radius: 10px;
  border: 2px solid var(--secondary-color);
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.quantity-controls .btn:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Ürün Galerisi */
.product-gallery .main-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.product-gallery .main-image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.product-gallery .main-image img:hover {
  transform: scale(1.05);
}

.thumbnail-images {
  margin-top: 20px;
}

.thumbnail-item {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}

  .thumbnail-item:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(205, 173, 143, 0.3);
  }

.boy-category .thumbnail-item:hover,
.category-boy .thumbnail-item:hover {
  box-shadow: 0 5px 15px rgba(205, 173, 143, 0.3);
}

/* Ürün Özellikleri */
.product-features {
  background: var(--light-orange);
  border-radius: 15px;
  padding: 25px;
  margin-top: 30px;
}

.product-features h5 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

  .product-features ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(205, 173, 143, 0.2);
    font-size: 1rem;
  }

/* Erkek bebek giyim ürün özellikleri */
.boy-category .product-features,
.category-boy .product-features {
  background: var(--light-blue);
}

.boy-category .product-features ul li,
.category-boy .product-features ul li {
  border-bottom: 1px solid rgba(205, 173, 143, 0.1);
}

.product-features ul li:last-child {
  border-bottom: none;
}

.product-features ul li i {
  width: 20px;
  text-align: center;
}

/* Boş Durum */
.empty-state {
  padding: 60px 20px;
  text-align: center;
}

.empty-state i {
  margin-bottom: 20px;
}

.empty-state h3 {
  margin-bottom: 15px;
}

  .empty-state p {
    margin-bottom: 30px;
    color: #CDAD8F;
  }

/* Özel Animasyonlar */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.bebek-float {
  animation: float 3s ease-in-out infinite;
  margin-top: 50px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .modern-hero {
    padding: 60px 0 50px;
  }

  .hero-content h1 {
    font-size: 2rem !important;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .btn-hero-primary {
    padding: 14px 32px;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }

  .modern-features {
    padding: 60px 0;
  }

  .feature-card-modern {
    padding: 30px 20px;
    margin-bottom: 24px;
  }

  .modern-products-section {
    padding: 60px 0;
  }

  .modern-stats {
    padding: 60px 0;
  }

  .stat-number-modern {
    font-size: 2.5rem;
  }

  .stat-icon-modern {
    font-size: 2.5rem;
  }

  .bebek-product-card .product-image {
    height: 220px;
  }

  .bebek-category-card .category-image {
    height: 150px;
  }

  .site-top-icons ul {
    justify-content: center;
  }

  .header-icon-link {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .site-cart {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .product-header h1 {
    font-size: 2rem;
  }

  .product-price h2 {
    font-size: 2.5rem;
  }

  .size-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .bebek-product-card .product-actions {
    flex-direction: column;
    gap: 8px;
  }

  .bebek-product-card .product-actions .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

/* Loading Animasyonu */
.bebek-loader {
  width: 50px;
  height: 50px;
  border: 5px solid var(--secondary-color);
  border-top: 5px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Pembe-Mavi Loading */
.bebek-loader-gradient {
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

.bebek-loader-gradient::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: white;
  border-radius: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Özel Badge */
.bebek-badge {
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}

/* Erkek bebek giyim badge */
.boy-category .bebek-badge,
.category-boy .bebek-badge,
[data-category*="mavi"] .bebek-badge,
[data-category*="erkek"] .bebek-badge {
  background: var(--gradient-blue);
  color: white !important;
  font-weight: 700;
}

/* Footer Tasarımı - Modern 2025 */
.bebek-footer {
  background: #CDAD8F;
  color: #F5E6D3;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.bebek-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.bebek-footer .footer-section {
  position: relative;
  z-index: 1;
}

.bebek-footer h5 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.bebek-footer h5 i {
  font-size: 20px;
  color: #ffffff !important;
  opacity: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.bebek-footer .footer-section p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: 16px;
}

/* Logo sonrası paragraf için özel spacing */
.bebek-footer .footer-section > img + p {
  margin-top: 20px;
}

.bebek-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bebek-footer ul li {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.bebek-footer ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 0;
}

.bebek-footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #F0EEE6;
  transition: width 0.3s ease;
}

.bebek-footer ul li a:hover {
  color: #F0EEE6;
  padding-left: 8px;
  transform: translateX(4px);
}

.bebek-footer ul li a:hover::before {
  width: 20px;
}

.bebek-footer ul li span {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Sosyal Medya İkonları */
.bebek-footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.bebek-footer .social-links a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.bebek-footer .social-links a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.bebek-footer .social-links a:hover {
  color: #F0EEE6;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(139, 115, 85, 0.4);
}

.bebek-footer .social-links a:hover::before {
  width: 100px;
  height: 100px;
}

/* Footer Logo */
.footer-logo-wrapper {
  margin-bottom: 24px;
  display: inline-block;
}

.bebek-footer .footer-logo {
  width: 100%;
  height: auto;
  max-height: 120px;
  display: block;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: #fff;
}

.bebek-footer .footer-section:hover .footer-logo {
  transform: scale(1.05);
}

/* Logo için alternatif - eğer logo zaten beyaz/açık renkliyse */
.bebek-footer .footer-logo.no-invert {
  filter: brightness(1.2) contrast(1.1) !important;
}

/* Footer İletişim Bilgileri */
.bebek-footer ul li i {
  width: 20px;
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.bebek-footer ul li:hover i {
  opacity: 1;
}

/* Footer Alt Bölüm */
.bebek-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 30px;
  margin-top: 40px;
}

.bebek-footer .border-top p {
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
}

.bebek-footer .border-top a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bebek-footer .border-top a:hover {
  color: #F0EEE6;
}

/* Erkek Bebek Giyim Sayfa Genel Stilleri */
.page-boy-category,
.category-boy-page {
  background: linear-gradient(to bottom, #f0f8ff 0%, #ffffff 100%);
}

.page-boy-category .site-section-heading:before,
.category-boy-page .site-section-heading:before {
  background: var(--accent-blue);
}

.page-boy-category .text-bebek-primary,
.category-boy-page .text-bebek-primary {
  color: var(--dark-blue) !important;
}

.page-boy-category h2.text-bebek-primary,
.category-boy-page h2.text-bebek-primary {
  color: var(--dark-blue) !important;
  font-weight: 700;
}

/* Mavi kategori başlıkları için özel stil */
[data-category-slug*="mavi"] h2,
[data-category-slug*="erkek"] h2,
.category-mavi h2,
.category-erkek h2 {
  color: var(--dark-blue) !important;
  font-weight: 700;
}

/* Erkek bebek kategorisi için başlık kontrastı */
.boy-category h1,
.boy-category h2,
.boy-category h3,
.boy-category h4,
.boy-category h5,
.boy-category h6,
.category-boy h1,
.category-boy h2,
.category-boy h3,
.category-boy h4,
.category-boy h5,
.category-boy h6 {
  color: var(--dark-orange);
}

/* Özel Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--light-orange);
}

::-webkit-scrollbar-thumb {
  background: var(--gradient-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--dark-orange);
}

/* WhatsApp Sabit Butonu */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  animation: pulse 2s infinite;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  font-size: 28px;
}

.whatsapp-btn:hover {
  background: #128C7E;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-btn i {
  transition: transform 0.3s ease;
}

.whatsapp-btn:hover i {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Footer Responsive */
@media (max-width: 768px) {
  .bebek-footer {
    padding: 40px 0 20px;
  }

  .bebek-footer .footer-section {
    margin-bottom: 30px;
    text-align: center;
  }

  .bebek-footer .social-links {
    justify-content: center;
  }

  .bebek-footer .border-top {
    text-align: center;
  }

  .bebek-footer .border-top .d-flex {
    flex-direction: column;
    gap: 10px;
  }
}

/* Mobil Responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

/* Instagram Sabit Butonu */
.instagram-float {
  position: fixed;
  bottom: 95px; /* WhatsApp butonunun üstünde */
  right: 20px;
  z-index: 999;
  animation: pulse 2s infinite;
}

.instagram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(225, 48, 108, 0.4);
  transition: all 0.3s ease;
  font-size: 28px;
}

.instagram-btn:hover {
  background: linear-gradient(45deg, #e6683c 0%,#dc2743 25%,#cc2366 50%,#bc1888 75%,#8a3ab9 100%);
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(225, 48, 108, 0.6);
}

.instagram-btn i {
  transition: transform 0.3s ease;
}

.instagram-btn:hover i {
  transform: scale(1.1);
}

/* Mobil Responsive */
@media (max-width: 768px) {
  .instagram-float {
    bottom: 90px; /* Mobilde WhatsApp butonunun üstünde */
    right: 15px;
  }

  .instagram-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

/* TikTok Sabit Butonu */
.tiktok-float {
  position: fixed;
  bottom: 170px; /* Instagram butonunun üstünde */
  right: 20px;
  z-index: 999;
  animation: pulse 2s infinite;
}

.tiktok-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000000;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  font-size: 28px;
}

.tiktok-btn:hover {
  background: #FF0050;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(255, 0, 80, 0.6);
}

.tiktok-btn i {
  transition: transform 0.3s ease;
}

.tiktok-btn:hover i {
  transform: scale(1.1);
}

/* Facebook Sabit Butonu */
.facebook-float {
  position: fixed;
  bottom: 245px; /* TikTok butonunun üstünde */
  right: 20px;
  z-index: 999;
  animation: pulse 2s infinite;
}

.facebook-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #1877F2;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(24, 119, 242, 0.4);
  transition: all 0.3s ease;
  font-size: 28px;
}

.facebook-btn:hover {
  background: #0D5CBF;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(24, 119, 242, 0.6);
}

.facebook-btn i {
  transition: transform 0.3s ease;
}

.facebook-btn:hover i {
  transform: scale(1.1);
}

/* Mobil Responsive - TikTok ve Facebook */
@media (max-width: 768px) {
  .tiktok-float {
    bottom: 160px; /* Mobilde Instagram butonunun üstünde */
    right: 15px;
  }

  .tiktok-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .facebook-float {
    bottom: 230px; /* Mobilde TikTok butonunun üstünde */
    right: 15px;
  }

  .facebook-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

/* Scroll efekti için JavaScript */
.site-navbar.scrolled {
  padding: 10px 0;
}

/* Mobil cihazlarda site logosu font boyutu */
@media (max-width: 768px) {
  .site-navbar .site-logo a {
    font-size: 11px !important;
  }

  .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .site-navbar-top {
    padding: 15px 0 !important;
  }

  .header-icon-link,
  .site-cart {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* Modern Carousel Navigation Arrows */
  .block-3 .owl-nav .owl-prev,
  .block-3 .owl-nav .owl-next,
  .nonloop-block-3 .owl-nav .owl-prev,
  .nonloop-block-3 .owl-nav .owl-next {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    color: var(--primary-color) !important;
    background: rgba(255, 248, 220, 0.95) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(205, 173, 143, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

.block-3 .owl-nav .owl-prev span,
.block-3 .owl-nav .owl-next span,
.nonloop-block-3 .owl-nav .owl-prev span,
.nonloop-block-3 .owl-nav .owl-next span {
  font-size: 32px !important;
  line-height: 1 !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  color: inherit !important;
}

.block-3 .owl-nav .owl-prev span.icon-arrow_back:before,
.block-3 .owl-nav .owl-next span.icon-arrow_forward:before,
.nonloop-block-3 .owl-nav .owl-prev span.icon-arrow_back:before,
.nonloop-block-3 .owl-nav .owl-next span.icon-arrow_forward:before {
  font-size: 32px !important;
  line-height: 1 !important;
}

  .block-3 .owl-nav .owl-prev:hover,
  .block-3 .owl-nav .owl-next:hover,
  .nonloop-block-3 .owl-nav .owl-prev:hover,
  .nonloop-block-3 .owl-nav .owl-next:hover {
    background: var(--gradient-primary) !important;
    color: white !important;
    transform: scale(1.15) !important;
    box-shadow: 0 8px 25px rgba(205, 173, 143, 0.35) !important;
  }

.block-3 .owl-nav .owl-prev:hover span,
.block-3 .owl-nav .owl-next:hover span,
.nonloop-block-3 .owl-nav .owl-prev:hover span,
.nonloop-block-3 .owl-nav .owl-next:hover span {
  color: white !important;
}

.block-3 .owl-nav .owl-prev.disabled,
.block-3 .owl-nav .owl-next.disabled,
.nonloop-block-3 .owl-nav .owl-prev.disabled,
.nonloop-block-3 .owl-nav .owl-next.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* Responsive Carousel Arrows */
@media (max-width: 768px) {
  .block-3 .owl-nav .owl-prev,
  .block-3 .owl-nav .owl-next,
  .nonloop-block-3 .owl-nav .owl-prev,
  .nonloop-block-3 .owl-nav .owl-next {
    width: 45px !important;
    height: 45px !important;
  }

  .block-3 .owl-nav .owl-prev span,
  .block-3 .owl-nav .owl-next span,
  .nonloop-block-3 .owl-nav .owl-prev span,
  .nonloop-block-3 .owl-nav .owl-next span {
    font-size: 28px !important;
  }

  .block-3 .owl-nav .owl-prev span.icon-arrow_back:before,
  .block-3 .owl-nav .owl-next span.icon-arrow_forward:before,
  .nonloop-block-3 .owl-nav .owl-prev span.icon-arrow_back:before,
  .nonloop-block-3 .owl-nav .owl-next span.icon-arrow_forward:before {
    font-size: 28px !important;
  }
}
