/* BigProductBanners — 4 büyük ürün banner'ı */

.cc_N8W9eEEUnq_uMEKQD7ueo .big-product-banners {
  width: 100%;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

/* Banner Card */
.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner {
  flex: 1 1 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  padding: 376px 32px 56px 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner:hover {
  transform: translateY(-4px);
}

/* Banner Image - üstte absolute (desktop) */
.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-image img {
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Banner Content - altta */
.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 33px;
  line-height: 48px;
  color: #000000;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-description {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #909090;
  /* Sabit 3 satır — kısa/uzun metinde buton hizası bozulmasın */
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-width: 100%;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 56px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  align-self: center;
  margin-top: auto;
}

.cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-button:hover {
  opacity: 0.8;
  transform: scale(1.02);
}

/* Noktalar sadece mobilde */
.cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-dots {
  display: none;
}

/* ===== Mobil: Figma — tek slide, kaydır, ortalı, dots ===== */
@media (max-width: 768px) {
  .cc_N8W9eEEUnq_uMEKQD7ueo .big-product-banners {
    padding-bottom: 8px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-container {
    max-width: none;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-container::-webkit-scrollbar {
    display: none;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 40px 24px 32px;
    overflow: visible;
    align-items: center;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner:hover {
    transform: none;
  }

  /* Görsel normal akışta — yazının üstünde, absolute değil */
  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 240px;
    margin: 0 auto 20px;
    overflow: visible;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-image img {
    max-width: 100%;
    max-height: 280px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-content {
    align-items: center;
    text-align: center;
    gap: 12px;
    max-width: 340px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-description {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banner-button {
    align-self: center;
    margin-top: 8px;
    padding: 14px 40px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 0 16px 8px;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #d0d0d0;
    cursor: pointer;
  }

  .cc_N8W9eEEUnq_uMEKQD7ueo .big-banners-dot.active {
    background: #000000;
  }
}
