/* ===== KAY26 — routine duo (flanking text + split pair + centre plus + hover glow) ===== */
.cc_xzyCtGgJDC_routine_duo .duo {
  position: relative;
  width: 100%;
  padding: 5rem 1.5rem 4.5rem;
  overflow: hidden;
  background:
    radial-gradient(58% 50% at 50% 4%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(168deg, #eff3fa 0%, #e7eef7 52%, #dde7f3 100%);
}

.cc_xzyCtGgJDC_routine_duo .duo__inner {
  position: relative;
  z-index: 1;
  max-width: 84rem;
  margin: 0 auto;
}

/* faint expanding heart waves, continuously born at the centre */
.cc_xzyCtGgJDC_routine_duo .duo__hearts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  color: var(--kay-navy);
}
.cc_xzyCtGgJDC_routine_duo .duo__heart {
  position: absolute;
  left: 50%;
  top: 60.5%;
  width: 18rem;
  height: 18rem;
  transform: translate(-50%, -50%) scale(0.12);
  opacity: 0;
  animation: cc_xzyCtGgJDC_routine_duo_duoHeartWave 10s ease-out infinite;
}
.cc_xzyCtGgJDC_routine_duo .duo__heart:nth-child(2) {
  animation-delay: -2s;
}
.cc_xzyCtGgJDC_routine_duo .duo__heart:nth-child(3) {
  animation-delay: -4s;
}
.cc_xzyCtGgJDC_routine_duo .duo__heart:nth-child(4) {
  animation-delay: -6s;
}
.cc_xzyCtGgJDC_routine_duo .duo__heart:nth-child(5) {
  animation-delay: -8s;
}
@keyframes cc_xzyCtGgJDC_routine_duo_duoHeartWave {
  0% {
    transform: translate(-50%, -50%) scale(0.12);
    opacity: 0;
  }
  9% {
    opacity: 0.11;
  }
  65% {
    opacity: 0.045;
  }
  100% {
    transform: translate(-50%, -50%) scale(4.6);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc_xzyCtGgJDC_routine_duo .duo__heart {
    animation: none;
    opacity: 0;
  }
}

.cc_xzyCtGgJDC_routine_duo .duo__title {
  display: block;
  width: 100%;
  margin: 0 0 1.1rem;
  text-align: center;
  color: var(--kay-navy);
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cc_xzyCtGgJDC_routine_duo .duo__pair {
  position: relative;
  max-width: 54rem;
  margin: 0 auto;
}

.cc_xzyCtGgJDC_routine_duo .duo__stage3d {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 28rem;
  z-index: 1;
}

/* the two product texts, centred below the bottles */
.cc_xzyCtGgJDC_routine_duo .duo__copy {
  max-width: 46rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}
.cc_xzyCtGgJDC_routine_duo .duo__para {
  margin: 0 0 1rem;
  color: rgba(27, 55, 92, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}
.cc_xzyCtGgJDC_routine_duo .duo__para:last-child {
  margin-bottom: 0;
}

.cc_xzyCtGgJDC_routine_duo .duo__stage3d--static {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12%;
}
.cc_xzyCtGgJDC_routine_duo .duo__bottle-img {
  max-height: 92%;
  max-width: 38%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(18, 38, 66, 0.28));
}
/* süzülme — şişeler durdukları yerde sürekli yukarı-aşağı süzülür (farklı hız) */
.cc_xzyCtGgJDC_routine_duo .duo__bottle-img:first-child {
  transform: rotate(-7deg);
  animation: cc_xzyCtGgJDC_routine_duo_duoFloatL 4s ease-in-out infinite;
}
.cc_xzyCtGgJDC_routine_duo .duo__bottle-img:last-child {
  transform: rotate(7deg);
  animation: cc_xzyCtGgJDC_routine_duo_duoFloatR 4.6s ease-in-out infinite;
}
@keyframes cc_xzyCtGgJDC_routine_duo_duoFloatL {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-14px) rotate(-7deg); }
}
@keyframes cc_xzyCtGgJDC_routine_duo_duoFloatR {
  0%, 100% { transform: translateY(0) rotate(7deg); }
  50% { transform: translateY(-15px) rotate(7deg); }
}

/* per-product colour glow behind the bottles, lit on hover */
.cc_xzyCtGgJDC_routine_duo .duo__glow {
  position: absolute;
  top: 50%;
  width: 46%;
  height: 72%;
  transform: translateY(-50%);
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
}

.cc_xzyCtGgJDC_routine_duo .duo__glow--blue {
  left: 1%;
  background: radial-gradient(circle, rgba(106, 164, 214, 0.55) 0%, rgba(106, 164, 214, 0) 70%);
}
.cc_xzyCtGgJDC_routine_duo .duo__glow--pink {
  right: 1%;
  background: radial-gradient(circle, rgba(233, 148, 178, 0.55) 0%, rgba(233, 148, 178, 0) 70%);
}
.cc_xzyCtGgJDC_routine_duo .duo__glow.is-on {
  opacity: 1;
}

/* + between the two products */
.cc_xzyCtGgJDC_routine_duo .duo__plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  color: var(--kay-navy);
  opacity: 0.92;
  pointer-events: none;
  z-index: 2;
}

.cc_xzyCtGgJDC_routine_duo .duo__plus svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .cc_xzyCtGgJDC_routine_duo .duo__stage3d {
    height: 46vh;
    min-height: 22rem;
  }
  .cc_xzyCtGgJDC_routine_duo .duo__plus {
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* büyük binişli şişeler SADECE telefonda (genişlik-kısıtlı; tablette aşırı biniş olmasın) */
@media (max-width: 640px) {
  .cc_xzyCtGgJDC_routine_duo .duo__stage3d--static {
    gap: 0;
  }
  .cc_xzyCtGgJDC_routine_duo .duo__bottle-img {
    max-width: 58%;
  }
  /* ortada hafif binişli (aralarını biraz açtık); + üstte kalır, ekrandan taşmaz */
  .cc_xzyCtGgJDC_routine_duo .duo__bottle-img:first-child {
    margin-right: -17%;
  }
}
