/* Kategori kampanya şeridi — ürün ızgarasının içine yerleşir, bulamazsa olduğu yerde durur */
/* Ölçüler Claude Design tasarımından birebir alındı (mobil <768 / masaüstü >=768) */

.cc_g9ivjcm8_SKfpuARaGO .ccb {
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Izgaranın içine taşındığında tüm satırı kaplar */
.cc_g9ivjcm8_SKfpuARaGO .ccb--in-grid {
  grid-column: 1 / -1;
}

/* Izgara bulunamazsa bölüm olarak durur — sayfa kenar boşluğu ver */
.cc_g9ivjcm8_SKfpuARaGO .ccb:not(.ccb--in-grid) {
  margin: 24px auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}

/* Tüm şerit tıklanabilir: dokunma hedefi bandın tamamı (>=44px) */
.cc_g9ivjcm8_SKfpuARaGO .ccb-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-media {
  position: relative;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-label {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #b7a089;
  box-sizing: border-box;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-badge--solid {
  background: rgba(255, 255, 255, 0.92);
  color: #08209e;
  font-size: 11px;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-sub {
  margin: 4px 0 0;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.42;
  color: #d7defa;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: background-color 0.15s ease;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-arrow svg {
  width: 14px;
  height: 14px;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb-link:hover .ccb-arrow {
  background: rgba(255, 255, 255, 0.24);
}

@media (min-width: 768px) {
  .cc_g9ivjcm8_SKfpuARaGO .ccb-inner {
    gap: 26px;
    padding: 24px 30px;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-media {
    width: 92px;
    height: 92px;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-label {
    left: 6px;
    right: 6px;
    bottom: 6px;
    padding: 5px 11px;
    font-size: 11px;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-badges {
    margin-bottom: 10px;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-title {
    font-size: 21px;
    line-height: 1.28;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-sub {
    margin-top: 6px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-arrow {
    width: 38px;
    height: 38px;
  }

  .cc_g9ivjcm8_SKfpuARaGO .ccb-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_g9ivjcm8_SKfpuARaGO .ccb-arrow {
    transition: none;
  }
}

/* Açık (krem) varyant — tasarımdaki 2. kampanya şeması.
   Metin renkleri prop'tan gelir; buradakiler yalnızca çipler ve ok. */
.cc_g9ivjcm8_SKfpuARaGO .ccb--acik .ccb-badge {
  background: rgba(163, 130, 79, 0.14);
  color: #8a6b3f;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb--acik .ccb-badge--solid {
  background: rgba(255, 255, 255, 0.92);
  color: #8a6b3f;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb--acik .ccb-arrow {
  background: rgba(163, 130, 79, 0.14);
  color: #8a6b3f;
}

.cc_g9ivjcm8_SKfpuARaGO .ccb--acik .ccb-link:hover .ccb-arrow {
  background: rgba(163, 130, 79, 0.24);
}

.cc_g9ivjcm8_SKfpuARaGO .ccb--acik .ccb-media {
  background: rgba(163, 130, 79, 0.1);
}

/* Yalnızca ekran okuyucular için — canlı sayaç tıkırdarken sabit metin */
.cc_g9ivjcm8_SKfpuARaGO .ccb-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
