
/*
 * AVANTHY — BARRA DE PREÇO LILÁS
 */

.avanthy-price-bar-lilac {
  position: relative !important;
  overflow: hidden !important;

  color: #ffffff !important;

  background:
    linear-gradient(
      120deg,
      #5b21b6 0%,
      #7c3aed 46%,
      #a855f7 100%
    ) !important;

  border-color:
    rgba(255, 255, 255, 0.22) !important;

  box-shadow:
    0 16px 38px rgba(91, 33, 182, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.avanthy-price-bar-lilac::before {
  content: "";

  position: absolute;
  top: -90px;
  right: 8%;
  width: 220px;
  height: 220px;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.18),
      transparent 68%
    );

  border-radius: 50%;
  pointer-events: none;
}

.avanthy-price-bar-lilac,
.avanthy-price-bar-lilac p,
.avanthy-price-bar-lilac span,
.avanthy-price-bar-lilac small {
  color: rgba(255, 255, 255, 0.92) !important;
}

.avanthy-price-bar-lilac strong,
.avanthy-price-bar-lilac b {
  color: #ffffff !important;
  text-shadow:
    0 2px 12px rgba(45, 13, 90, 0.28);
}

@media (max-width: 640px) {
  .avanthy-price-bar-lilac {
    box-shadow:
      0 12px 28px rgba(91, 33, 182, 0.24) !important;
  }
}
