/* DEM ACCESSORY — kayan urun seridi */

.cc_malgdg6b_mLt3HFV19C .dpm {
  width: 100%;
  padding-block: clamp(30px, 4.5vw, 68px);
}

.cc_malgdg6b_mLt3HFV19C .dpm__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-lg);
  flex-wrap: wrap;
  margin-bottom: clamp(18px, 2.6vw, 30px);
}

.cc_malgdg6b_mLt3HFV19C .dpm__title {
  font-size: var(--text-h2);
  margin-top: 10px;
}

.cc_malgdg6b_mLt3HFV19C .dpm__lead {
  max-width: 44ch;
  margin: 0;
  font-size: var(--text-body);
  line-height: var(--leading-body);
  color: var(--color-text-secondary);
}

.cc_malgdg6b_mLt3HFV19C .dpm__empty {
  padding: 40px 0;
  text-align: center;
  color: var(--color-text-muted);
}

/* ─── Serit ────────────────────────────────────────────────── */

.cc_malgdg6b_mLt3HFV19C .dpm__strip {
  position: relative;
  overflow: hidden;
}

/* Iki uctaki yumusak silinme — kartlar kenardan kesilmis gibi
   durmasin, zemine karisarak bitsin. */
.cc_malgdg6b_mLt3HFV19C .dpm__strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--dpm-bg, var(--ivory)),
    transparent 7%,
    transparent 93%,
    var(--dpm-bg, var(--ivory))
  );
}

.cc_malgdg6b_mLt3HFV19C .dpm__track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: cc_malgdg6b_mLt3HFV19C_dpm-slide var(--dpm-duration, 68s) linear infinite;
  will-change: transform;
}

/* Uzerine gelince dursun ki urune tiklanabilsin. */
.cc_malgdg6b_mLt3HFV19C .dpm__strip:hover .dpm__track, .cc_malgdg6b_mLt3HFV19C .dpm__strip:focus-within .dpm__track {
  animation-play-state: paused;
}

/* Dizi iki kez basildigi icin yarida basa donmek kusursuz dongu verir. */
@keyframes cc_malgdg6b_mLt3HFV19C_dpm-slide {
  to {
    transform: translateX(-50%);
  }
}

/* ─── Kart ─────────────────────────────────────────────────── */

.cc_malgdg6b_mLt3HFV19C .dpm__tile {
  position: relative;
  flex: 0 0 auto;
  width: clamp(150px, 19vw, 250px);
  aspect-ratio: 0.8;
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--rose-petal);
}

.cc_malgdg6b_mLt3HFV19C .dpm__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.cc_malgdg6b_mLt3HFV19C .dpm__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s var(--ease);
}

.cc_malgdg6b_mLt3HFV19C .dpm__img--empty {
  background: linear-gradient(155deg, #fdeaf1, var(--rose-petal) 58%, var(--macaron));
}

.cc_malgdg6b_mLt3HFV19C .dpm__tile:hover .dpm__img {
  transform: scale(1.09);
}

.cc_malgdg6b_mLt3HFV19C .dpm__off {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background: var(--peony);
  color: var(--color-on-accent);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 14px -6px rgba(90, 59, 66, 0.55);
}

.cc_malgdg6b_mLt3HFV19C .dpm__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px 12px 12px;
  color: var(--ivory);
  background: linear-gradient(to top, rgba(90, 59, 66, 0.88), transparent);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity var(--dur) var(--ease),
    transform var(--dur) var(--ease);
}

.cc_malgdg6b_mLt3HFV19C .dpm__tile:hover .dpm__cap, .cc_malgdg6b_mLt3HFV19C .dpm__link:focus-visible .dpm__cap {
  opacity: 1;
  transform: none;
}

.cc_malgdg6b_mLt3HFV19C .dpm__cap b {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.cc_malgdg6b_mLt3HFV19C .dpm__cap span {
  font-size: 12px;
  opacity: 0.85;
}

.cc_malgdg6b_mLt3HFV19C .dpm__cap s {
  opacity: 0.65;
}

/* Dokunmatikte uzerine gelme yok — basligi hep goster. */
@media (hover: none) {
  .cc_malgdg6b_mLt3HFV19C .dpm__cap {
    opacity: 1;
    transform: none;
  }

  .cc_malgdg6b_mLt3HFV19C .dpm__tile {
    width: 44vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_mLt3HFV19C .dpm__track {
    animation: none;
    width: 100%;
    overflow-x: auto;
  }

  .cc_malgdg6b_mLt3HFV19C .dpm__img, .cc_malgdg6b_mLt3HFV19C .dpm__cap {
    transition: none;
  }
}

/* Uc urunden azken serit akmiyor; karolar ortada sabit duruyor. */
.cc_malgdg6b_mLt3HFV19C .dpm__row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: var(--space-lg, 24px);
}
