/* V7: produto limpo sobre a paleta da página, sem fundos de imagem artificiais. */
.hero-product-shot,
.hero-mobile-product {
  background: transparent;
}

.hero-product-shot::before {
  display: none;
}

.hero-product-shot > img {
  border: 0;
  border-radius: 0;
  box-shadow: 0 24px 48px rgba(117, 54, 28, 0.2);
}

.hero-product-shot figcaption {
  background: rgba(255, 250, 240, 0.92);
}

.bonuses {
  background: linear-gradient(180deg, #fffaf1 0%, #fff3df 100%);
}

.bonus-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bonus-cover,
.coral-card .bonus-cover,
.blue-card .bonus-cover,
.green-card .bonus-cover {
  height: 330px;
  padding: 0;
  overflow: visible;
  background: transparent;
  align-items: center;
}

.real-book-cover {
  max-height: 338px;
  width: auto;
  filter: drop-shadow(0 18px 18px rgba(107, 47, 23, 0.2));
}

.bonus-copy {
  padding: 24px 12px 0;
  text-align: center;
}

@media (max-width: 760px) {
  .bonus-cover,
  .coral-card .bonus-cover,
  .blue-card .bonus-cover,
  .green-card .bonus-cover {
    min-height: 260px;
    height: 260px;
  }

  .real-book-cover { max-height: 270px; }
}
