/* Bebek Zibin Özel Tasarım */

:root {
  --primary-color: #ff6b9d; /* Pembe - Kız bebekler için */
  --secondary-color: #4a90e2; /* Mavi - Erkek bebekler için */
  --accent-color: #ffd6e7; /* Açık pembe */
  --accent-blue: #e3f2fd; /* Açık mavi */
  --text-color: #333;
  --light-pink: #fff0f5;
  --light-blue: #f0f8ff;
  --dark-pink: #e91e63;
  --dark-blue: #1976d2;
  --success-color: #4caf50;
  --warning-color: #ff9800;
  --gradient-primary: linear-gradient(135deg, #ff6b9d, #4a90e2);
  --gradient-secondary: linear-gradient(135deg, #ffb3d1, #90caf9);
}

/* 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ı */
.site-navbar {
  background: var(--gradient-primary);
  box-shadow: 0 2px 20px rgba(255, 107, 157, 0.3);
}

.site-navbar .site-logo a {
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-navbar .site-logo a:hover {
  color: var(--accent-color) !important;
  transform: scale(1.05);
}

.site-navbar .site-navigation .site-menu > li > a {
  color: white !important;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: var(--accent-color) !important;
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

/* Header İkonları */
.site-top-icons ul {
  margin: 0;
  padding: 0;
}

.site-top-icons ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-icon-link {
  color: white !important;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.header-icon-link:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  text-decoration: none;
}

/* Sepet İkonu */
.site-cart {
  position: relative;
  color: white !important;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.site-cart:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  text-decoration: none;
}

.site-cart .count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--dark-pink);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid white;
}

/* Arama Kutusu */
.site-block-top-search {
  position: relative;
  display: flex;
  align-items: center;
}

.site-block-top-search .icon {
  position: absolute;
  left: 15px;
  color: var(--primary-color);
  z-index: 2;
}

.site-block-top-search input {
  padding-left: 45px;
  border-radius: 25px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

.site-block-top-search input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.25);
  background-color: white;
}

/* Hero Section */
.bebek-hero {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffe2f5;
}

.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: #cfa9ea;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.bebek-hero p {
  color: #92b5f7;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Ürün Kartları */
.bebek-product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.2);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bebek-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 107, 157, 0.3);
}

.bebek-product-card .product-image {
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
}

.bebek-product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bebek-product-card:hover .product-image img {
  transform: scale(1.1);
}

.bebek-product-card .product-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bebek-product-card .product-title {
  color: var(--text-color);
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.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);
}

.bebek-product-card .product-price {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.bebek-product-card .product-category {
  color: #666;
  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(255, 107, 157, 0.4);
  color: white;
}

.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(255, 107, 157, 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: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

/* Kişiselleştirme Butonu */
.btn-customize {
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
  text-decoration: none;
  display: inline-block;
}

.btn-customize:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.4);
  color: white;
  text-decoration: none;
}

.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(255, 107, 157, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.bebek-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 107, 157, 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-pink);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 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(255, 107, 157, 0.25);
}

/* Ürün Detay Sayfası */
.product-details {
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.1);
}

.product-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-meta .badge {
  font-size: 0.9rem;
  padding: 8px 15px;
  border-radius: 20px;
}

.product-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
}

.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);
}

/* 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(255, 107, 157, 0.3);
}

/* Ürün Özellikleri */
.product-features {
  background: var(--light-pink);
  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(255, 107, 157, 0.1);
  font-size: 1rem;
}

.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: #666;
}

/* Ö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) {
  .bebek-hero h1 {
    font-size: 2.5rem;
    margin-top: -29px;
  }

  .bebek-product-card .product-image {
    height: 200px;
  }

  .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;
}

/* Footer Tasarımı */
.bebek-footer {
  background: var(--gradient-primary);
  color: white;
  padding: 50px 0 20px;
}

.bebek-footer h5 {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.bebek-footer a {
  color: var(--accent-color);
  transition: color 0.3s ease;
}

.bebek-footer a:hover {
  color: white;
}

/* Özel Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--light-pink);
}

::-webkit-scrollbar-thumb {
  background: var(--gradient-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--dark-pink);
}

/* WhatsApp Sabit Butonu */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  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);
  }
}

/* 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: 90px; /* WhatsApp butonunun üstünde */
  right: 20px;
  z-index: 1000;
  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: 80px; /* Mobilde WhatsApp butonunun üstünde */
    right: 15px;
  }

  .instagram-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

/* Mobil cihazlarda site logosu font boyutu */
@media (max-width: 768px) {
  .site-navbar .site-logo a {
    font-size: 11px !important;
  }
}
