/* BestsellerSpotlight — board 07: split image + dark-panel text */

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight {
  width: 100%;
}

/* ─── Grid ─── */
.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

/* ─── Image panel (left) ─── */
.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__img-placeholder {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    color-mix(in srgb, var(--ee-deep-green) 70%, var(--ee-forest)) 0 18px,
    var(--ee-deep-green) 18px 36px
  );
}

/* ─── Text panel (right) ─── */
.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__eyebrow {
  line-height: 1;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__title {
  margin-top: 20px;
  color: var(--ee-cream);
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__desc {
  margin: 22px 0 0;
  max-width: 430px;
  color: color-mix(in srgb, var(--ee-cream) 79%, var(--ee-forest));
}

/* ─── Bullets ─── */
.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__bullets {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__bullet {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--ee-cream) 85%, var(--ee-forest));
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__bullet::before {
  content: "— ";
}

/* ─── Price + Button row ─── */
.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__price {
  line-height: 1;
  color: var(--ee-cream);
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  font-family: inherit;
  line-height: 1;
  border-radius: var(--ee-radius);
  border: none;
  cursor: pointer;
  transition:
    filter 0.25s var(--ee-ease-out),
    box-shadow 0.25s var(--ee-ease-out),
    transform 0.16s var(--ee-ease-out);
  flex-shrink: 0;
}

/* Renk inline geldiği için brightness ile canlandır — zeminden kalkar */
@media (hover: hover) and (pointer: fine) {
  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn:hover:not(:disabled) {
    filter: brightness(1.08);
    box-shadow: var(--ee-shadow-lift);
  }
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn:active:not(:disabled) {
  transform: scale(0.97);
}

.cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn:active:not(:disabled) { transform: none; }
}

/* ─── Mobile ─── */
@media (max-width: 767px) {
  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__grid {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__media {
    min-height: 280px;
    position: relative;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__content {
    padding: 30px 24px 36px;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__eyebrow {
    font-size: 10px;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__title {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.12;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__desc {
    margin: 14px 0 0;
    font-size: 14.5px;
    line-height: 1.75;
    max-width: 100%;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__footer {
    margin-top: 24px;
    justify-content: space-between;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__price {
    font-size: 26px;
  }

  .cc_7dj7x75z_oQPQHBpmRD .ee-spotlight__btn {
    height: 46px;
    padding: 0 26px;
    font-size: 12px;
  }
}
