/* AWD_PRODUCT_COVER_AUDIO_V1 */

.awd-v6-hero__art {
  position: relative;
}

.awd-product-cover-player {
  position: absolute;
  z-index: 15;
  inset: 0;
  pointer-events: none;
}

.awd-product-cover-player__play,
.awd-product-cover-player__progress {
  pointer-events: auto;
}

/* Botão sobre a capa */
.awd-product-cover-player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #07090b;
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.86);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.awd-product-cover-player__play span {
  display: block;
  margin-left: 5px;
  font-size: 23px;
  line-height: 1;
}

.awd-v6-hero__art:hover
.awd-product-cover-player__play,
.awd-product-cover-player:focus-within
.awd-product-cover-player__play,
.awd-product-cover-player.is-playing
.awd-product-cover-player__play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.awd-product-cover-player__play:hover,
.awd-product-cover-player.is-playing
.awd-product-cover-player__play {
  color: #07090b;
  background: var(--awd-accent, #dfff00);
}

/* Barra de progresso */
.awd-product-cover-player__progress {
  position: absolute;
  right: 5%;
  bottom: 4%;
  left: 5%;
  display: block;
  height: 5px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}

.awd-product-cover-player__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--awd-accent, #dfff00);
  transition: width 80ms linear;
}

.awd-product-cover-player__time {
  position: absolute;
  right: 5%;
  bottom: 6%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  text-shadow: 0 2px 10px #000000;
  transition: opacity 180ms ease;
}

.awd-product-cover-player.is-playing
.awd-product-cover-player__time {
  opacity: 1;
}

/* Contraste do botão Choose Your Edition no Mystical */
.awd-v6--mystical-rituals-vol-01
.awd-v6-button,
.awd-v6--mystical-rituals-vol-01
.awd-v6-button span,
.awd-v6--mystical-rituals-vol-01
.awd-v6-button strong,
.awd-v6--mystical-rituals-vol-01
.awd-v6-button .woocommerce-Price-amount,
.awd-v6--mystical-rituals-vol-01
.awd-v6-button .woocommerce-Price-currencySymbol {
  color: #07090b !important;
}

/* Contraste somente do botão Deluxe $35.99 */
.awd-v6--mystical-rituals-vol-01
.awd-v6-edition.is-featured > a,
.awd-v6--mystical-rituals-vol-01
.awd-v6-edition.is-featured > a strong,
.awd-v6--mystical-rituals-vol-01
.awd-v6-edition.is-featured > a span,
.awd-v6--mystical-rituals-vol-01
.awd-v6-edition.is-featured > a
.woocommerce-Price-amount,
.awd-v6--mystical-rituals-vol-01
.awd-v6-edition.is-featured > a
.woocommerce-Price-currencySymbol {
  color: #07090b !important;
}

@media (hover: none) {
  .awd-product-cover-player__play {
    width: 58px;
    height: 58px;
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1);
  }
}
