:root {
  --primary-color: #8b51ae;
  --secondary-color: #f29fff;
  --third-color: #4F5252;
  --fourth-color: #8b51ae;
  --primary-color-light: #374961;
  --primary-color-dark: #4F5252;
  --secondary-color-light: #9bc3df;
  --secondary-color-dark: #f29fff;
  --secondary-color-darker: #A92A77;
  --secondary-color-darkest: #5B2875;
  --third-color-dark: #505050;
  --terciary-color: #FFC400;
  --contrast-color: #ffdd00;
  --constrat-color-dark: #F5821F;
  --constrat-color-darker: #dc3545;
  --constrat-color-darkest: #7E8081;
  --constrat-color-gray: #848587;
  --text-color: #231F20;
  --text-color-dark: #A91A62;
  --bg-dark-color: #13010E;
  --bg-light-color: #E94A9A;
  --bg-lighter-color: #FBDDEC;
  --bg-lightest-color: #E9DAE2;
  --bg-btn-color-dark: #1E960C;
  --bg-btn-color-light: #33FC15;
  --light-color: #F1F1F1;
  --highlight: #ffdd00;

  --primary-color-golden: #f1c557;
  --secondary-color-golden: #d79f16;
  --terciary-color-golden: #956d07;
  --quaternary-color-golden: #DAA520;
  --quinary-color-golden: #af8419;
  --senary-color-golden: #ffc739;
  --septenary-color-golden: #f7ff7d;
  --octonary-color-golden: #6c5a00;
}

* {
  transition: 0.2s;
}

html {
  font-size: 20px;
  scroll-padding-top: 92px;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  color: var(--third-color);
  font-weight: 900;
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

ul {
  list-style: none;
}

figure {
  margin-bottom: 0;
}

#benefits .card {
  background-color: #f0f0f0;
}

#benefits .card figure {
  max-width: 100px;
  margin-top: -2em;
  border: 3px solid var(--light-color);
}

#benefits .card figure img {
  animation: img-glow 3s ease-out infinite;
  filter: brightness(0) saturate(100%) invert(75%) sepia(96%) saturate(1312%) hue-rotate(0deg) brightness(105%) contrast(103%);
}

.benefit-circle {
  border: none !important;
  background-color: #707070 !important;
}

.buy-button {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 500 !important;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
  background: var(--highlight) !important;
  color: #141414 !important;
  opacity: 90%;
  letter-spacing: 0.1lvw;
  margin: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* Snap dos elementos (cada tabela se encaixa no scroll) */
.results-table {
  scroll-snap-align: start;
  flex-shrink: 0;
}

@media(max-width: 767px) {
  .buy-button {
    max-width: 100% !important;
  }

  .six-bottles-img {
    margin-top: 40px;
  }
}

.vip-badge {
  max-width: 300px;
  position: absolute;
  top: 80px;
  left: 20px;
  border-radius: 10px;
}

.guarantee-badge,
.guarantee-badge.page {
  max-width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}

.guarantee-mobile {
  display: none;
}

@media(max-width: 767px) {
  .guarantee-desktop {
    display: none;
  }

  .guarantee-mobile {
    display: block;
  }
}

#vip {
  margin-bottom: 100px;
}

.bioglp-free {
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  #vip {
    margin-bottom: 0px;
  }

  #vip h2 {
    margin-top: 5rem;
  }

  .vip-badge {
    position: unset;
    left: 10%;
    top: 0%;
    margin-top: -2em;
    margin-bottom: 2em !important;
  }

  .guarantee-badge,
  .guarantee-badge.page {
    max-width: 100px;
    right: 10%;
    top: 20%;
    left: auto;
  }
}

.one-time-offer {
  background: #f8f8f8;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.one-time-offer-span {
  display: block;
  margin-bottom: 50px;
  line-height: 0;
  font-weight: 700;
}

.one-time-offer-span span {
  color: darkgreen;
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .label-lg {
    font-size: 1.2rem;
  }
}

.about-products-container .flower-adornment-1 {
  position: absolute;
  max-width: 400px;
  z-index: -1;
  right: -10%;
  transform: scale(-1);
  rotate: 25deg;
  opacity: 0.3;
}

.flower-adornment-2 {
  position: absolute;
  max-width: 300px;
  z-index: -1;
  left: -10%;
  transform: scale(-1);
  rotate: 25deg;
  opacity: 0.3;
}

.flower-adornment-3 {
  position: absolute;
  max-width: 300px;
  z-index: -1;
  left: -10%;
  bottom: -30%;
  rotate: 25deg;
  opacity: 0.3;
}

.buy-button:hover {
  border: solid 1px white;
  box-shadow: 0px 4px 20px white;
  transform: scale(1.05);
}

.buy-button-label {
  background: #141414;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
}

.buy-button-label.buy-now-btn {
  padding: 15px 0;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .buy-button {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
}

footer {
  background-color: var(--third-color-dark);
}

footer .container {
  max-width: 1100px;
}

footer a:hover {
  opacity: 0.75;
}

footer .statements {
  font-size: 0.7em;
}

footer .small {
  font-size: 0.8em;
}

.fw-bold,
b {
  font-weight: 800 !important;
}

.caret li {
  position: relative;
  padding-left: 6px;
  list-style: none;
}

.caret li::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  position: absolute;
  top: -0.6em;
  left: -1em;
  color: var(--secondary-color);
  font-size: 1.6em;
  transform: translateY(10px) !important;
}

.grid {
  display: grid;
}

.divisor {
  position: relative;
  width: 100%;
}

.divisor.bottom {
  background-image: url("../img/curves.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 10vw;
  margin-top: -10vw;
}

.esconder {
  display: none;
}

.upheader {
  background: var(--contrast-color);
  padding: 0.2rem;
  text-align: center;
  color: var(--primary-color-dark);
}

@media (max-width: 767px) {
  .upheader {
    padding: 0.5rem 0.8rem;
  }

  .upheader h6 {
    font-size: 0.6rem;
  }
}

.clickbank#upsell1 .esconder,
.clickbank#upsell2 .esconder,
.clickbank#upsell3 .esconder,
.cartpanda#upsell1 .esconder,
.cartpanda#upsell2 .esconder,
.cartpanda#upsell3 .esconder {
  display: block;
}

.clickbank #copyb,
.cartpanda #copyb {
  display: none;
}

.copyb_show.show-cyb {
  display: block !important;
}

/* Button */
.button {
  background-image: linear-gradient(to top, #dadada 50%, #e0e0e0 51%);
  color: var(--text-color) !important;
  border: none !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  border-radius: 0.5em;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
}

.button:hover {
  background-image: linear-gradient(to bottom, #dadada 50%, #e0e0e0 51%);
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}

.button.alt {
  background-image: linear-gradient(to top, var(--primary-color) 50%, var(--primary-color-light) 51%);
  color: white !important;
  border: 2px solid var(--primary-color) !important;
}

.button.alt:hover {
  background-image: linear-gradient(to bottom, var(--primary-color) 50%, var(--primary-color-light) 51%);
}

.button.promo {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
}

.button.promo:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

/* Redirect to Checkout */
#spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  align-items: center;
  justify-content: center;
  flex-flow: column;
  z-index: 9999;
}

#spinner img {
  max-width: 300px;
  filter: invert(1) brightness(20);
}

/* CTA Headline */
.cta-headline {
  position: relative;
  background: var(--third-color-dark);
  box-shadow: 0 20px 20px #00000078 inset;
  border-top: 4px double #c9aa3a;
  text-shadow: 4px 4px 10px #00000059;
  z-index: 1;
}

.cta-headline h2 {
  color: white;
}

.cta-headline h2 span {
  color: var(--contrast-color);
}

@media (max-width: 599px) {
  .cta-headline h2 {
    font-size: 1.2em;
  }
}

.cta-headline .timer {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 800;
  color: white;
  margin: 0.25em auto 0;
}

@media (max-width: 599px) {
  .timer.offer {
    font-size: 1.2em;
  }
}

.cta-headline.offer {
  padding: 20px 0 !important;
}

.cta-container {
  background: linear-gradient(0deg, rgba(220, 220, 220, 1) 0%, rgb(145, 145, 145) 45%, rgba(64, 64, 64, 1) 100%);
  border-radius: 2rem 2rem 0 0;
  padding: 30px 15px 30px 15px;
}

.cta-timmer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2em;
  font-weight: 900;
  color: var(--contrast-color);
  filter: drop-shadow(0px 0px 2px var(--third-color-dark));
}

@media (max-width: 767px) {
  .cta-timmer-container {
    font-size: 1.3em;
    font-weight: 900;
  }
}

.cta-timmer-container p {
  margin: -5px;
}

.cta-subtitle {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 800;
  text-align: center;
  max-width: 60ch;
  margin-inline: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-subtitle {
    font-size: 1.1rem;
  }
}

.cta-super-saving {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 15px;
}

.cta-super-saving p:first-of-type {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 25px;
}

.cta-super-saving p:nth-of-type(2) {
  font-size: 2em;
  font-weight: 800;
  line-height: 0;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .cta-super-saving p:first-of-type {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .cta-super-saving p:nth-of-type(2) {
    font-size: 1.4em;
    font-weight: 800;
    line-height: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 511px) {
  .cta-super-saving p:nth-of-type(2) {
    line-height: initial;
  }
}

.cta-super-saving .normally {
  color: var(--primary-color-dark);
}

.cta-super-saving .today {
  color: var(--contrast-color);
  filter: drop-shadow(0px 0px 2px var(--third-color-dark));
}

.box-shadow-container {
  box-shadow: 0px 0px 35px -11px;
  padding: 10px !important;
  box-shadow: 0 0 18px;
}

.golden-gradient {
  background: linear-gradient(45deg, #4f5252, #868d8d, #4f5252, #a2a7a7);
  text-shadow: 4px 4px 10px #00000059;
}

/* Product */
.products {
  position: relative;
}

.products .title {
  text-align: center;
  margin-bottom: 0.75em;
  font-size: 2.25em;
}

@media (max-width: 599px) {
  .products .title {
    font-size: 1.25em;
  }
}

.products .item {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  color: var(--text-color);
  background-color: white;
  border-radius: 1em;
  overflow: hidden;
  border: 2px solid #B8BABD;
  box-shadow: 1px 2px 3px #7D7E80;
}

.products .item.bioglp {
  border: 2px solid var(--secondary-color-darker) !important;
}

.products .item:hover {
  scale: 1.025;
}

.products .item .wrapper {
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .products .item .wrapper {
    grid-template-areas: "header header""title info""img info""img totals""footer footer";
    grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    padding: 0.5em 0;
  }
}

.supply-best {
  color: #4F5252 !important;
  font-size: 1rem !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-bottom: 18px !important;
  border-bottom: dashed 2px white !important;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1) !important;
}

.supply-best b {
  font-weight: 900 !important;
  margin-bottom: 3px !important;
}

.products .item .item-header {
  grid-area: title;
  padding: 7px 5px 15px 5px;
  font-size: 0.8rem;
  font-weight: 900;
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 12%, rgba(199, 201, 204, 1) 25%, rgba(199, 201, 204, 1) 100%);
  color: #545454;
}

.products .item .item-header.bioglp {
  background: var(--secondary-color-darkest) !important;
  padding: 0.313em 0.625em !important;
  color: var(--light-color) !important;
  margin-bottom: 8px;
}

.products .item .item-header.bioglp-text {
  padding: 0.313em 0.625em !important;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .products .item .item-header {
    background-color: transparent;
    font-size: 1.2em;
    padding: 0;
    color: var(--constrat-color-darkest);
  }
}

.products .item .item-img {
  grid-area: img;
}

.products .item .item-img .supply {
  color: #4F5252 !important;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #999999;
  margin-bottom: 17px;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .products .item .item-img .supply {
    font-size: 0.8em;
    padding: 0;
  }
}

.products .item .item-img .supply b {
  display: block;
  font-size: 1.75em;
}

@media (max-width: 767px) {
  .products .item .item-img .supply b {
    font-size: 1.6em;
  }
}

.products .item .item-img img {
  margin-bottom: 20px;
  filter: drop-shadow(1px 2px 3px #7D7E80) brightness(115%);
}

@media (max-width: 767px) {
  .products .item .item-img img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.products .item .item-info {
  grid-area: info;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.products .item .item-info .price {
  display: flex;
  text-align: center;
  gap: 4px;
  color: #4F5252 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1) !important;
}

.products .item .item-info .price.price-bioglp {
  text-shadow: none !important;
}

.products .item .item-info .price b {
  font-size: 3.2em;
  text-align: center;
}

@media (max-width: 991px) {
  .products .item .item-info .price b {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .products .item .item-info .price b {
    letter-spacing: -0.06em;
  }
}

.products .item .item-info .price sup {
  font-size: 0.45em;
  top: -0.5em;
}

.products .item .item-info .price span {
  font-weight: 800;
}

@media (max-width: 767px) {
  .products .item .item-info .price span {
    font-size: 0.8em;
  }
}

.products .item .item-info .savings {
  font-size: 0.7em;
  font-weight: 800;
}

@media (max-width: 767px) {
  .products .item .item-info .savings {
    font-size: 0.75em;
  }
}

.products .item .item-info .savings>div {
  padding: 0.5em;
  align-items: center;
  color: var(--primary-color-dark) !important;
  font-weight: 900 !important;
  justify-content: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4196078431);
}

.products .item .item-info .savings>div:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.4196078431);
  color: darkgreen !important;
  font-size: 0.8rem !important;
}

.products .item .item-info .savings.bioglp>div:first-child {
  color: var(--secondary-color-dark)
}

.products .item .item-info .savings>div:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .products .item .item-info .savings>div {
    padding: 0.5em 0;
  }
}

.products .item .item-info .savings span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 767px) {
  .products .item .item-info .savings span {
    letter-spacing: -0.4px;
  }
}

.products .item .item-info .savings span::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  font-weight: normal;
}

@media (max-width: 767px) {
  .products .item .item-info .savings span::before {
    font-size: 1em;
  }
}

.products .item .item-buy {
  grid-area: footer;
}

.products .item .item-buy .button {
  padding: 0.65em;
  margin: 0.5em 0.25em;
}

@media (max-width: 767px) {
  .products .item .item-buy .button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15em;
  }
}

.products .item .item-buy .button span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}

.products .item .item-buy .button span::before {
  content: "\f23e";
  font-family: "bootstrap-icons";
  font-weight: normal;
  margin-top: -0.1em;
}

.products .item .item-buy .card-flags {
  max-width: 220px;
  margin-bottom: 0.5em;
}

.products .item .item-totals {
  grid-area: totals;
  font-size: 0.9em;
  padding-bottom: 1em;
  color: var(--primary-color-dark) !important;
  text-shadow: none;
}

.products .item .item-totals .totals s {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}

.products .item .item-totals .totals span {
  color: var(--contrast-color);
}

.products .item .item-totals .shipping {
  font-weight: 800;
}

.products .item .item-totals .shipping span {
  color: green;
  text-shadow: none;
}

/* .products .item .item-totals .shipping.bioglp span {
  color: var(--secondary-color-dark) !important;
} */
.products .item.promo {
  color: white;
  background-color: white;
}

.products .item.promo .wrapper {
  background: linear-gradient(360deg, rgba(209, 211, 214, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(209, 211, 214, 1) 100%);
}

.products .item.promo .wrapper.bioglp {
  background-image: radial-gradient(var(--secondary-color-dark), var(--secondary-color-darkest));
}

@media (max-width: 767px) {
  .products .item.promo .wrapper {
    grid-template-areas: "header header""img info""img totals""footer footer";
  }
}

.products .item.promo .item-header {
  grid-area: header;
  color: var(--highlight);
  font-size: 1rem;
  font-weight: 800;
  border-bottom: solid 2px white;
  padding-top: 8px !important;
  padding-bottom: 6px !important;
  background: none !important;
  background-color: #959595 !important;
  text-shadow: 0px 0px 7px #d1d3d6;
  animation: text-glow-white 0.8s ease-in-out infinite;
}

@media (max-width: 767px) {
  .products .item.promo .item-header {
    margin: -0.55em 0 0.5em;
    padding: 0.25em;
  }
}

.products .item.promo .item-info .savings>div {
  color: var(--primary-color-dark);
  font-weight: 900 !important;
  /* border-bottom: 1px dashed rgba(255, 255, 255, 0.4196078431); */
}

.products .item.promo .item-info .savings>div:first-child {
  color: var(--contrast-color);
}

.products .item.promo .item-info .savings.bioglp-text>div:first-child {
  color: var(--secondary-color);
}

.products .item.promo .item-info .savings>div:nth-child(2) {
  display: block;
}

.products .item.promo .item-buy .button {
  color: var(--text-color);
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  text-shadow: none;
}

.products .item.promo .item-buy .button:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

.wellness-container {
  margin: 100px 0;
  background: #4F5252;
  padding: 50px 15px;
}

.wellness-content-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 20px;
  font-weight: 700 !important;
  color: white !important;
}

@media screen and (max-width: 767px) {
  .wellness-container {
    margin: 50px 0;
    padding: 50px 15px;
  }

  .wellness-content-flex {
    flex-direction: column;
    margin-inline: auto;
    margin-top: 15px;
    gap: 0px;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 0px;
  }
}

.wellness-container-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wellness-container-img {
    text-align: center;
  }

  .wellness-container-img {
    width: 65%;
  }
}

.wellness-button-container {
  max-width: 400px;
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wellness-button {
    margin: 0 !important;
    margin: 10px 0 !important;
    text-align: center;
  }

  .wellness-button-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wellness-container img {
  width: 100%;
  margin-bottom: 50px;
  animation: glow-static 1s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .wellness-container img {
    width: 100%;
    margin-bottom: 0px;
  }
}

.wellness-text {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}

.wellness-prime-container {
  max-width: 1320px;
  background: linear-gradient(45deg, var(--third-color), var(--third-color-dark));
}

.wellness-prime-subtitle {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  max-width: 70ch;
  margin-inline: auto;
}

.wellness-prime-vip-container {
  margin: 60px 0;
}

.wellness-prime-vip-container img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .wellness-prime-vip-container {
    margin: 40px 0;
  }

  .wellness-prime-vip-container h3 {
    font-size: 1.15em;
  }

  .wellness-prime-subtitle {
    font-size: 0.9em !important;
    margin-top: 25px;
    max-width: 70ch;
    margin-inline: auto;
  }
}

@media screen and (max-width: 575px) {
  .wellness-prime-vip-padding {
    padding: 20px !important;
  }
}

.discovery-container {
  background: var(--secondary-color-darkest);
  padding: 60px 0;
  text-align: center;
}

.discovery-text {
  color: #FFF;
  margin-inline: auto;
  padding: 50px 20px;
}

.discovery-text p {
  font-size: 1.25em;
  max-width: 1050px;
  font-weight: 600;
  margin-inline: auto;
}

.discovery-text ul {
  max-width: 1050px;
  margin-inline: auto;
}

.discovery-text li {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .discovery-container {
    background: var(--secondary-color-darkest);
    padding: 60px 15px;
    text-align: center;
  }

  .discovery-text {
    color: #FFF;
    margin-inline: auto;
    max-width: 1050px;
    padding: 20px;
  }

  .discovery-text p {
    font-size: 0.95em;
  }

  .discovery-text ul {
    padding-left: 10px;
  }

  .discovery-text li {
    font-size: 0.95em;
    margin-bottom: 10px;
  }
}

.problem-container {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr minmax(100px, 500px);
  gap: 50px;
  margin-inline: auto;
  margin-top: 50px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .problem-container {
    display: block;
    margin-top: 50px;
  }
}

.problem-container img {
  width: 100%;
  margin-bottom: 50px;
}

.problem-text {
  font-size: 1.227em;
  font-weight: 500;
}

.problem-text ul,
.problem-good-news-container ul {
  padding-left: 10px;
}

.problem-text li,
.problem-good-news-container li {
  margin-bottom: 8px;
}

.problem-text b,
.problem-good-news-container b {
  margin-left: 5px;
}

.problem-good-news-container p,
.problem-good-news-container ul {
  font-size: 1.227em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .problem-container img {
    width: 100%;
    margin-bottom: 30px;
  }

  .problem-text {
    font-size: 0.95em;
    font-weight: 500;
  }

  .problem-good-news-container p,
  .problem-good-news-container ul {
    font-size: 0.95em;
  }
}

.bioglp-bottles-banner {
  max-width: 40%;
}

@media screen and (max-width: 767px) {
  .bioglp-bottles-banner {
    max-width: 100%;
  }
}

.bioglp-banner-subtitle {
  font-size: 1.45em;
  font-weight: 800;
}

.bioglp-banner-text {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 40px;
}

.bioglp-banner-text p {
  max-width: 75ch;
  margin-inline: auto;
}

.bioglp-list {
  font-size: 1.25em;
  text-align: left;
  padding-left: 0;
  max-width: 55ch;
  margin-inline: auto;
  margin-top: 60px;
}

.bioglp-list li {
  margin-bottom: 20px;
  font-weight: 600;
}

.bioglp-list b {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .bioglp-banner-subtitle {
    font-size: 1.15em;
    font-weight: 800;
  }

  .bioglp-banner-text {
    font-size: 0.95em;
    margin-top: 40px;
  }

  .bioglp-list {
    font-size: 0.95em;
    text-align: left;
    padding-left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .one-time {
    font-size: 2em;
  }
}

.opportunity-container {
  margin-top: 80px;
}

.opportunity-container h3 {
  max-width: 30ch;
  margin-bottom: 30px;
  text-align: center;
  margin-inline: auto;
}

.opportunity-container p {
  font-size: 1.25em;
  font-weight: 600;
  max-width: 70ch;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .opportunity-container {
    margin-top: 40px;
  }

  .opportunity-container p {
    font-size: 0.95em;
    font-weight: 600;
    max-width: 70ch;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .timer.claim {
    font-size: 1.4em;
  }
}

.imagine-container p {
  font-size: 1.25em;
  font-weight: 600;
  max-width: 70ch;
}

@media screen and (max-width: 767px) {
  .imagine-container p {
    font-size: 0.95em;
    font-weight: 600;
  }
}

.leading-choice-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.leading-choice-list {
  margin-top: 30px;
}

.leading-choice-list li {
  margin-bottom: 10px;
  font-size: 1.25em;
}

.leading-choice-list span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
  text-align: left;
}


.leading-choice-list span::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  font-weight: normal;
  color: var(--contrast-color);
}

.leading-choice-info {
  margin-top: 20px;
}

.fast-img {
  width: 800px;
  max-width: inherit;
}

@media(max-width: 900px) {
  .fast-img {
    width: inherit;
    max-width: 100%;
    padding: 0 16px;
  }
}

@media(max-width: 500px) {
  .leading-choice-list {
    padding: 0;
  }

  .leading-choice-list li {
    font-size: 1em;
  }

  .leading-choice-info {
    font-size: 1em !important;
  }
}

.lean-container {
  text-align: center;
  margin-bottom: 35px;
}

.no-thanks {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 16px;
  max-width: 600px;
  text-decoration: none;
}

.marquee {
  position: fixed;
  top: 0;
  max-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  display: flex;
  z-index: 9;
  background: var(--fourth-color);
}

ul.list {
  list-style: none;
  flex-shrink: 0;
  padding: 0;
  padding-block: 0.5rem;
  min-width: 100%;
  display: flex;
  margin: 0;
  justify-content: space-between;
  animation: marquee 30s linear infinite;
  align-items: center;
  gap: 30px;
}

.marquee li {
  font-size: 0.5rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  min-width: -moz-max-content;
  min-width: max-content;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - 30px));
  }
}

/* Nav */
#nav-header {
  background: transparent;
  position: fixed;
  width: 100%;
  height: var(--headerHeight);
  top: 30px;
  z-index: 99;
  transition: all 0.2s;
}

#nav-header .logo {
  max-height: 54px;
  filter: none;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  #nav-header .logo {
    max-height: 40px;
  }
}

#nav-header .nav-item .button {
  font-size: 1em;
}

#nav-header .navbar-brand {
  width: 100%;
  display: flex;
  justify-content: center;
  filter: saturate(0) brightness(20);
}

#nav-header.sticky-nav {
  background: var(--primary-color-dark);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

#nav-header.sticky-nav .logo {
  filter: saturate(0) brightness(20);
}

#nav-header.sticky-nav .nav-link {
  color: var(--text-color) !important;
}

@media (max-width: 991px) {
  #nav-header .logo {
    filter: saturate(0) brightness(20);
  }

  #nav-header .nav-link {
    color: var(--text-color) !important;
  }
}

.about-adornment-1 {
  position: absolute;
  top: 0;
  opacity: 0.3;
  right: -10%;
}

.about-adornment-2 {
  position: absolute;
  top: -20%;
  transform: scale(-1);
  rotate: -80deg;
  left: 0;
  opacity: 0.3;
}

.quiz-box .background-img {
  position: absolute;
  opacity: 0.25;
}

.quiz-box>section>.container {
  position: relative;
  background-image: radial-gradient(var(--primary-color), var(--primary-color-dark));
  border: 4px solid white;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  color: white;
}

#quiz .btn-primary {
  background: var(--contrast-color);
  color: var(--primary-color);
  border: none;
}

#quiz h2,
#quiz h4 {
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#quiz h2 {
  color: var(--contrast-color);
}

#quiz .option {
  border-radius: 10px;
  font-weight: 700;
}

#quiz .option:hover {
  border-color: white;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1411764706) inset;
}

#quiz .rounded-pill {
  background-color: red;
}

#progress h2,
#progress h4 {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.bar-animation {
  animation: barAnimation 10s forwards ease-in;
}

@keyframes barAnimation {
  0% {
    width: 0%;
  }

  50% {
    width: 60%;
  }

  80% {
    width: 80%;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-adornment-1 {
    top: 20%;
    opacity: 0.3;
    right: -10%;
  }

  .about-adornment-2 {
    position: absolute;
    top: 40%;
    transform: scale(-1);
    rotate: -80deg;
    left: 0;
    opacity: 0.3;
  }
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--text-color);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem var(--third-color);
}

.bi-check-circle {
  color: var(--secondary-color);
}

.zoom-icon {
  position: absolute;
  left: calc(50% - 37px);
  top: 55px;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 11px;
  padding: 15px 25px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.zoom-icon:hover {
  background: var(--primary-color);
}

.order-details-img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .order-details-img {
    max-width: 140px;
  }
}

.order-details-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.order-details-guarantee {
  position: absolute;
  max-width: 130px;
  right: -30%;
  top: 0%;
}

@media screen and (max-width: 767px) {
  .order-details-text {
    font-size: 0.8rem;
  }
}

#steps {
  background: linear-gradient(0deg, rgba(64, 64, 64, 1) 0%, rgb(145, 145, 145) 70%, rgba(220, 220, 220, 1) 100%);
  color: white;
  border-bottom: solid 4px #4D4D4D;
  padding-bottom: 15px !important;
}

#steps.bioglp {
  border-bottom: none;
}

#steps .container>div {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#steps h1 {
  color: white !important;
}

#steps h1 span {
  color: var(--third-color);
}

#steps .step {
  position: relative;
  padding: 0.2em 0.8em;
  white-space: nowrap;
  border-radius: 0.2em;
}

#steps .step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}

#steps .step-marker {
  width: 50px;
  height: 50px;
  border-radius: 0.2rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  border: 1px solid var(--primary-color-dark);
}

#steps .step-marker.bioglp {
  border: 1px solid var(--secondary-color-dark);
}

#steps .step-current>.step-marker {
  background: #7b7b7b;
  color: var(--highlight);
  border: solid 1px wheat;
  font-weight: 800;
  animation: text-glow 5s ease-in-out infinite;
}

#steps .step-current>.step-marker.bioglp {
  background: linear-gradient(0deg, var(--secondary-color-dark), var(--secondary-color-darkest));
  border: none;
}

#steps .step-text {
  font-size: 0.6rem;
}

#steps .step-current>.step-text {
  font-weight: 700;
  color: wheat;
}

#steps .step-divider {
  height: 50px;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
}

#steps .step-divider::after {
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--primary-color-dark) !important;
}

#steps .step-divider.bioglp::after {
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--secondary-color-dark) !important;
}

@media (max-width: 599px) {
  #steps .step {
    font-size: 0.8em;
    padding: 0.2em 0.4em;
  }
}

#steps .steps-headline {
  margin: 1em auto 0;
  border-radius: 15px;
  padding: 20px 100px;
  background-color: #40404059;
}

#steps .steps-headline.bioglp-container {
  background: none;
}

@media (max-width: 768px) {
  #steps .steps-headline {
    padding: 20px;
  }

  /* Indicador de scroll no mobile */
  .results-table-wrapper {
    position: relative;
  }

  /* Container com rolagem horizontal */
  .results-table-container {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    position: relative;
    padding-bottom: 2rem;
    /* espaço pra não sobrepor a seta */
  }

  /* Indicador fixo */
  .scroll-hint {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #d63384;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    animation: hintBounce 1s infinite;
    z-index: 5;
  }

  .scroll-hint::after {
    content: "→";
    font-size: 1.2rem;
  }

  @keyframes hintBounce {

    0%,
    100% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(6px);
    }
  }

  .onlyDesktop-box-user {
    display: none !important;
  }

  .onlyMobile-box-user {
    display: flex !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .comment-actions a {
    margin-right: 5px !important;
    font-size: 12px !important;
  }

  .onlyMobile-box-user .text-muted {
    font-size: 12px;
  }

  .onlyMobile-box-user .comment-actions {
    padding-left: 0px;
    padding-right: 0px;

  }

  .overpriced-container .comment-actions a {
    font-size: 0.6rem;
  }

  .profile-placeholder {
    width: 100% !important;
    margin-bottom: 10px;
    height: auto !important;
    background: transparent !important;
    display: flex;
    max-width: 60px;
  }

  .profile_user_img {
    height: 100% !important;
    border-radius: 45% !important;
    width: 75px !important;
  }
}

#steps .steps-headline h1 {
  color: white;
  margin: 0;
  font-size: 2rem;
}

@media (max-width: 599px) {
  #steps .steps-headline h1 {
    font-size: 1.5em;
  }
}

#steps .steps-headline h1 span {
  color: var(--contrast-color);
  font-weight: 800;
}

#steps .steps-headline h1 span.bioglp {
  color: var(--secondary-color-dark);
}

#steps .step-divider {
  height: 50px;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
}

#steps .step-divider::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--third-color);
}

#steps .inner-divisor {
  height: 4px;
  max-width: 100px !important;
  margin-top: 0.5em;
  border-bottom: 6px dotted var(--secondary-color);
}

.steps-bioglp {
  background: var(--secondary-color-darkest) !important;
}

.home-header-rating-container {
  margin-inline: auto;
  margin-top: 20px;
}

.home-header-rating-container span {
  font-size: 0.8em;
}

.home-header-rating-stars {
  border-radius: 0.2em;
  line-height: 0;
  padding: 10px 0;
}

.home-header-rating-container b {
  color: wheat;
}

#video {
  background: var(--primary-color-dark);
  position: relative;
  overflow: hidden;
}

.video {
  background: black;
  width: 600px;
  height: 350px;
  max-width: 100%;
}

.video-img-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .video-img-background {
    display: none;
  }
}

.congrats-section {
  display: flex;
  align-items: center;
  background-color: #eee;
  background-image: url("../../main/img/skincare-bg.png");
  background-position: bottom right;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-height {
  height: 600px;
}

.results-cta {
  background: var(--third-color-dark);
  box-shadow: 0 20px 20px #00000078 inset;
  border-top: 4px double #c9aa3a;
  text-shadow: 4px 4px 10px #00000059;
  padding: 4rem;
  margin-block: 5rem;
}

.about-products img {
  margin-bottom: 1rem;
  max-width: 100%;
  border-radius: 1rem;
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 400px) {
  .congrats-section {
    background-position: 88% top;
  }
}

@media (max-width: 767px) {
  .text-sm {
    font-size: 0.7rem;
  }

  .results-cta {
    margin-block: 2rem;
    padding-inline: 1rem;
  }

  .congrats-section {
    min-height: 500px;
    background-position: 92% top;
    position: relative;
  }

  .congrats-section::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    background: rgba(255, 239, 251, 0.9);
    width: 100%;
    height: 100%;
  }

  .container-height {
    height: 0;
  }

  .about-products {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .about-products img {
    max-width: 100%;
    width: 100%;
  }
}

.video-up-text {
  color: var(--text-color);
  font-size: 1rem;
  font-style: italic;
}

#facebookComments {
  margin-bottom: 5rem;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comments-container {
  border: 1px solid grey;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
}

.comment-photo {
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 80px;
}

.comment-text {
  border-radius: 1rem;
  background: #f2f6fb;
  padding: 0.5rem 2rem;
}

.comment-answer {
  margin-left: 5rem;
}

.comment-actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  font-size: 0.8rem;
  padding-inline: 1rem;
  color: #aaa;
}

.comment-actions span:is(#like, #reply)::after {
  content: "";
  top: 50%;
  margin-left: 8px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  position: absolute;
  background: #aaa;
}

.comment-reactions {
  background: white;
  padding: 0.3rem;
  position: relative;
  top: -20px;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #ccc;
}

.comment-reactions img {
  max-width: 20px;
  max-height: 20px;
}

.comment-reactions span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .comment-photo {
    max-width: 30px;
    max-height: 30px;
  }

  .comment-text p {
    font-size: 14px;
  }

  .comment-answer {
    margin-left: 1.5rem;
  }
}

.about-headline {
  flex-grow: 2;
}

.metainfo {
  color: var(--text-color);
  flex-grow: 1;
}

.metainfo span {
  font-size: 0.6rem;
  font-weight: 700;
}

.metainfo time {
  display: block;
  font-size: 0.6rem;
}

#about {
  background-size: cover;
  background-position: left center;
  position: relative;
  color: white;
  overflow: hidden;
  padding-block: 110px;
}

@media (max-width: 767px) {
  #about {
    padding-block: 110px;
  }
}

#about .container {
  position: relative;
  z-index: 2;
}

#about h1 {
  color: var(--primary-color);
  font-size: 2rem;
}

#about p {
  color: var(--primary-color-dark);
  font-weight: 600;
  font-size: 1.2rem;
}

#about img {
  max-width: 350px;
}

@media (max-width: 767px) {
  #about img {
    max-width: 250px;
  }
}

#about .button {
  width: -moz-fit-content;
  width: fit-content;
}

#benefits h2 span {
  color: var(--secondary-color);
}

#benefits .sub-title {
  text-align: center;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
}

#benefits .grid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3em 2em;
}

@media (max-width: 375px) {
  #benefits .grid {
    grid-template-columns: 1fr;
  }
}

#benefits .box {
  background-color: #f1f7fb;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.02) inset;
}

#benefits .box figure {
  display: block;
  background-color: var(--primary-color);
  max-width: 120px;
  padding: 1.25em;
  margin: -4em auto 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3) inset, 0 2px 10px rgba(0, 0, 0, 0.1);
}

#benefits .box figure img {
  filter: brightness(20);
}

#benefits .box h4 {
  font-size: 1.15em;
}

#benefits .box.alt {
  background-color: #f7f7f7;
}

#benefits .box.alt figure {
  background-color: var(--secondary-color);
}

#ingredients {
  position: relative;
  background-image: linear-gradient(45deg, var(--primary-color-light), var(--primary-color));
  color: white;
}

#ingredients h2 {
  color: white;
}

#ingredients h2 span {
  color: var(--third-color);
}

#ingredients .grid {
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  gap: 2em;
}

@media (max-width: 599px) {
  #ingredients .grid {
    grid-template-columns: 1fr;
  }
}

#ingredients .box {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 380px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1em;
  color: var(--text-color);
}

@media (max-width: 599px) {
  #ingredients .box {
    min-height: 650px;
  }
}

#ingredients .box .overlay {
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, white 60%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#ingredients .box img {
  overflow: hidden;
}

#ingredients .box .content {
  position: relative;
}

#ingredients .box h4 {
  font-size: 1.15em;
  color: var(--primary-color);
}

.vip-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
}

@media (max-width: 768px) {
  .vip-list {
    padding-left: 20px;
  }
}

.vip-list li {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-color);
}

.vip-list li img {
  margin-bottom: 10px;
}

.stock-title {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .stock-title {
    margin-top: 70px;
    margin-bottom: 1rem;
  }

  .stock-text p {
    font-size: 0.85em;
  }

}

#guarantee {
  position: relative;
  color: white;
  background: linear-gradient(180deg, var(--third-color), var(--third-color-dark));
}

#guarantee .container {
  max-width: 1100px;
}

#guarantee h2 {
  color: white;
}

#guarantee h2 span {
  color: var(--contrast-color);
}

#guarantee img {
  max-width: 300px;
  animation: glow-static 1s ease-in-out infinite;
}

@media (max-width: 768px) {
  #guarantee img {
    max-width: 200px;
  }

  #guarantee h2 {
    font-size: 1.2rem !important;
    text-align: center !important;
  }
}

#guarantee .badges img {
  background-color: white;
  max-width: 100px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 599px) {
  #guarantee .badges img {
    max-width: 70px;
  }
}

#faq {
  background: #c4c4c4;
  color: white;
  padding: 35px 10px !important;
}

#faq .container {
  max-width: 1000px;
}

#faq .accordion {
  position: relative;
  z-index: 2;
}

#faq .accordion-item {
  border-radius: 0.5em;
  margin-bottom: 0.25em;
  border: 0;
}

#faq .accordion-button {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  border-radius: 0.25em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

#faq .accordion-body {
  padding-bottom: 1.5em;
}

#references * {
  font-weight: 700;
  word-break: break-all;
}

#references .container {
  max-width: 1100px;
}

#references ol {
  font-size: 0.8em;
  opacity: 0.75;
}

@media (max-width: 767px) {
  #references ol {
    font-size: 0.6em;
    padding-left: 1em;
    margin-top: -1em;
  }
}

#references span {
  color: #8f8f8f;
}

.fw-bolder {
  font-weight: 900;
}

.six-bottles-img {
  width: 100%;
}

.triangle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--third-color);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: -50px auto -30px;
  font-size: 100px;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.triangle.upsell-one {
  margin: -50px auto -30px;
}

.triangle.offer {
  margin: -40px auto -30px;
}

.doctor-title {
  font-size: 3em;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 500px) {
  .doctor-title {
    font-size: 2.1em;

  }
}

.doctor-second-text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .triangle {
    margin: -30px auto;
  }

  .doctor-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .doctor-name {
    text-align: center;
  }

  .doctor-img {
    width: 65% !important;
    margin: 30px 0;
  }

  .doctor-container {
    text-align: center;
  }

  .doctor-second-text {
    margin-top: 0px;
  }
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}

/* Purchases Notifications */
.purchases-disclaimer {
  position: fixed;
  right: -800px;
  bottom: 20px;
  padding: 0.5rem 1rem;
  background: rgba(64, 64, 64, 0.8);

  color: #f0f0f0;
  border-radius: 8px;
  font-size: 1em;
  font-style: italic;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  transition: 0.6s;
  z-index: 999;
}

@media (max-width: 767px) {
  .purchases-disclaimer {
    font-size: 0.8em;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    max-width: 280px;
  }
}

.metal-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #eeeeee, #e6e6e6, #cbcbcb, #878787, #9c9c9c, #bcbcbc, #e6e6e6, #eeeeee);
  z-index: -1;
  border-radius: inherit;
  padding: 20px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.purchases-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.purchases-box img {
  max-width: 70px;
}

@media (max-width: 767px) {
  .purchases-box img {
    max-width: 40px;
  }
}

.purchased-bottle {
  border-radius: 50%;
  padding: 20px;
}

@media (max-width: 500px) {
  .purchased-bottle {
    padding: 12px;
  }
}

.purchased-bottle img {
  width: 60px !important;
}

#bought_2_or_3 {
  display: none;
}

.modal.downsell {
  background: var(--primary-color-dark);
}

.modal.downsell.bioglp {
  background: var(--primary-color);
}

.modal.downsell figure {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.modal.downsell figure .guarantee-badge {
  position: absolute;
  max-width: 100px;
  top: 1em;
  right: 2vw;
}

.guarantee-badge.page {
  width: 100px;
  position: absolute;
  top: 15%;
  left: 0px;
}

@media (max-width: 430px) {
  .guarantee-badge.page {
    width: 100px;
    position: absolute;
    top: -20%;
    left: 0px;
  }
}

.modal-title-biogls {
  color: var(--secondary-color-darker);
}

@media (max-width: 599px) {
  .modal.downsell figure .guarantee-badge {
    max-width: 20vw;
    right: 0;
    top: 0;
  }
}

.modal.downsell .per-bottle,
.per-bottle {
  color: var(--constrat-color-darker);
  font-size: 2em;
}

.modal.downsell .per-bottle.biogls {
  color: var(--secondary-color-dark);
}

.modal.downsell .savings,
.savings {
  color: rgb(14, 194, 110);
  font-size: 1.6em;
}

.modal.downsell .modal-dialog {
  max-width: 100%;
}

.modal.downsell .no-thanks {
  font-size: 1em;
}

.modal.downsell#secondDownsell,
.modal.downsell#secondDownsellK3 {
  background: var(--primary-color-dark);
}

#secondDownsellK3page {
  height: 100vh;
}

@media (max-width: 992px) {
  #secondDownsellK3page {
    height: 110vh;
  }
}

@media (max-width: 768px) {
  #secondDownsellK3page {
    height: 100vh;
  }
}

@media (max-width: 599px) {
  .modal.downsell .button-bg {
    font-size: 1em !important;
  }

  .modal.downsell h2 {
    font-size: 1.4em !important;
  }

  .modal.downsell .per-bottle,
  .per-bottle {
    margin-top: 1em;
    font-size: 1.4em;
  }

  .modal.downsell .savings,
  .savings {
    font-size: 1.2em;
  }
}

.modal.downsell .buy-button {
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
}

.modal.downsell .buy-button.no-thanks {
  background: #e8e8e8;
}

.modal.downsell .buy-button.no-thanks:hover {
  box-shadow: none;
  transform: scale(1.01);
}

.modal.downsell .buy-button.no-thanks .buy-button-label,
.buy-button-label.page {
  font-size: 1.1rem;
  color: #696969;
  background: none;
  -webkit-text-fill-color: unset;
}

@media (max-width: 599px) {

  .modal.downsell .buy-button.no-thanks .buy-button-label,
  .buy-button-label.page {
    font-size: 0.8rem;
  }
}

.modal-body.page {
  background: #FFF;
  border-radius: 0.5em;
}

@media (max-width: 768px) {
  .modal-body.page {
    padding: 30px 15px;
  }
}

/* Selling Platforms */
.buygoods .no-thanks:not(.btn) {
  text-decoration: underline;
}
.cartpanda.banner-hidden .cpd-default {
  display: none !important;
}

/* Pages */
#home.timer {
  /* display: none !important; */
}

.product-section {
  padding: 2rem;
  text-align: center;
  overflow: hidden;
}

#dtc #steps {
  padding-bottom: 6rem;
}

#dtc #references {
  margin-top: -2em;
}

#upsell1 .steps-headline h1 {
  font-size: 2.25em;
}

@media (max-width: 767px) {
  #upsell1 .steps-headline h1 {
    font-size: 1.6em;
  }
}

@media (max-width: 599px) {
  #upsell1 .steps-headline h1 {
    font-size: 1em;
  }
}

#upsell1 #k1,
#upsell1 #k2,
#upsell1 #k3 {
  display: none;
}

#upsell1 #k1.container,
#upsell1 #k2.container {
  max-width: 420px;
}

#thankyou .main-content {}

#thankyou .main-content h1 {
  color: var(--light-color);
}

#thankyou .main-content img {
  max-width: 500px;
}

.twelve-bottles-modal {
  width: 80%;
  margin: 30px 0;
}

.six-bottles-banner {
  width: 70%;
}

.six-bottles-modal {
  width: 70%;
  margin-bottom: 20px;
}

.six-bottles-cb-upsell-k3 {
  width: 80.9%;
}

.three-bottles-banner {
  width: 15%;
}

.three-bottles-home {
  width: 45%;
}

.three-bottles-cb-dtc {
  width: 45%;
}

.three-bottles-cb-upsell-k3 {
  width: 41.2%;
}

#three-bottles {
  width: 40px !important;
  filter: drop-shadow(0px 0px 10px var(--primary-color-dark));
}

@media (max-width: 767px) {
  .three-bottles-banner {
    width: 35%;
  }
}

.two-bottles-home {
  width: 31.6%;
}

.two-bottles-cb-dtc {
  width: 31.6%;
}

.two-bottles-cb-upsell-k3 {
  width: 31.6%;
}

.two-bottles-bioglp {
  width: 89%;
}

#two-bottles {
  width: 30px !important;
  filter: drop-shadow(0px 0px 10px var(--primary-color-dark));
}

.one-bottle-banner {
  width: 25%;
}

.one-bottle-home {
  width: 23%;
}

.one-bottle-cb-dtc {
  width: 23%;
}

.one-bottle-bioglp {
  width: 89.2%;
}

#one-bottle {
  width: 25px !important;
  filter: drop-shadow(0px 0px 10px var(--primary-color-dark));
}

@media (max-width: 500px) {
  #one-bottle {
    width: 12px !important;
  }

  #two-bottle {
    width: 12px !important;

  }

  #three-bottle {
    width: 12px !important;
  }
}

.header-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-dark-color);
  height: 59px;
}

.header-discount p {
  font-weight: 700;
  color: #FFF;
  margin: 0;
  font-size: 1em;
  padding: 15px;
}

@media (max-width: 550px) {
  .header-discount p {
    font-size: 0.8em;
    text-align: center;
  }
}

.header-wellness-prime {
  background: var(--bg-light-color);
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wellness-prime img {
  margin-left: 104px;
}

@media (max-width: 730px) {
  .header-wellness-prime img {
    margin-left: 40px;
  }
}

.banner-container {
  background: url("../../../assets/main/img/bg-mulher-laranja.png");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 690px;
}

@media (max-width: 1500px) {
  .banner-container {
    background-position: center;
    height: 690px;
  }
}

@media (max-width: 820px) {
  .banner-container {
    background: url("../../../assets/main/img/bg-mulher-laranja-tablet.png");
    background-position: bottom right;
    height: 690px;
  }
}

@media (max-width: 670px) {
  .banner-container {
    background: var(--bg-lighter-color);
    background-position: bottom right;
    height: initial;
  }
}

.banner-info-container {
  position: relative;
}

.pink-background {
  display: none;
}

@media (max-width: 820px) {
  .pink-background {
    display: block;
    background: #FFDEED;
    width: 100%;
    height: 86px;
  }
}

@media (max-width: 670px) {
  .pink-background {
    display: none;
  }
}

.banner-info-text {
  padding: 62px 0 110px 326px;
}

@media (max-width: 1669px) {
  .banner-info-text {
    padding: 62px 0 110px 106px;
  }
}

@media (max-width: 1500px) {
  .banner-info-text {
    padding: 62px 32px 110px 32px;
  }
}

@media (max-width: 670px) {
  .banner-info-text {
    padding: 62px 16px 20px 16px;
  }
}

.banner-container h1 {
  line-height: 1;
  font-weight: 800;
  color: var(--text-color-dark);
  max-width: 25ch;
  font-size: 2.4em;
  margin-bottom: 28px;
}

@media (max-width: 820px) {
  .banner-container h1 {
    font-size: 2em;
  }
}

@media (max-width: 670px) {
  .banner-container h1 {
    font-size: 1.7em;
  }
}

.banner-container p {
  max-width: 30ch;
  line-height: 34px;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 48px;
}

.banner-container a {
  text-decoration: none;
  color: #FFF;
}

.banner-list {
  padding: 0;
}

.banner-list li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 11px;
}

.banner-list li::before {
  content: "";
  display: inline-block;
  background: url("../../../assets/main/img/icons/pink-check.png") no-repeat center;
  width: 15px;
  height: 15px;
  margin-right: 13px;
}

.banner-btn {
  max-width: 415px;
  height: 55px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, var(--bg-btn-color-dark), var(--bg-btn-color-light));
  box-shadow: 7px 7px 23px -10px rgba(0, 0, 0, 0.75);
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 670px) {
  .banner-btn {
    max-width: 100%;
  }
}

.banner-btn-info {
  display: flex;
  align-items: center;
  gap: 11px;
}

.banner-btn-info p:first-of-type {
  font-size: 1.4em;
  font-weight: 900;
  margin: 0;
}

.banner-btn-info p:nth-of-type(2) {
  font-size: 0.6em;
  margin: 0;
  padding-top: 5px;
}

.banner-info-img img {
  display: none;
}

@media (max-width: 670px) {
  .banner-info-img img {
    display: block;
  }
}

.banner-feedback {
  width: 100%;
  max-width: 822px;
  height: 136px;
  background: #fcfcfc;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 205%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 20px;
}

@media (max-width: 900px) {
  .banner-feedback {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 820px) {
  .banner-feedback {
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: 238px;
    text-align: center;
    padding: 16px 10px;
    transform: translate(-50%, 165%);
  }
}

@media (max-width: 670px) {
  .banner-feedback {
    top: 650px;
    transform: translate(-50%, 130%);
  }
}

@media (max-width: 530px) {
  .banner-feedback {
    top: 650px;
  }
}

@media (max-width: 430px) {
  .banner-feedback {
    top: 600px;
  }
}

@media (max-width: 413px) {
  .banner-feedback {
    top: 550px;
  }
}

.banner-feedback h3 {
  font-size: 1em;
  color: var(--bg-dark-color);
  font-weight: 700;
}

.banner-feedback>div:first-child>p {
  text-align: center !important;
  font-size: 0.7em;
  font-weight: 600;
}

.banner-feedback p {
  font-size: 0.7em;
  color: var(--bg-dark-color);
  font-weight: 400;
  margin: 0;
  max-width: 63ch;
  line-height: 1.5;
}

.banner-feedback img {
  width: 15px;
}

.wellness-media-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: var(--bg-lightest-color);
  height: 232px;
  padding: 0 32px;
}

@media (max-width: 890px) {
  .wellness-media-container {
    height: 300px;
  }
}

@media (max-width: 820px) {
  .wellness-media-container {
    height: 370px;
  }
}

@media (max-width: 388px) {
  .wellness-media-container {
    height: 450px;
  }
}

@media (max-width: 384px) {
  .wellness-media-container {
    height: 420px;
  }
}

@media (max-width: 369px) {
  .wellness-media-container {
    height: 450px;
  }
}

.wellness-media-container h2 {
  font-weight: 900;
  font-size: 1.2em;
  color: var(--bg-dark-color);
  text-align: center;
  margin-bottom: 20px;
}

.wellness-media-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 35px;
}

@media (max-width: 850px) {
  .wellness-media-img {
    max-width: 600px;
    margin-inline: auto;
  }
}

@media (max-width: 530px) {
  .wellness-media-img {
    max-width: 300px;
    margin-inline: auto;
  }

  .wellness-media-img img {
    max-width: 76px;
  }
}

@media (max-width: 388px) {
  .wellness-media-img {
    max-width: 300px;
    margin-inline: auto;
  }
}

.cabinet-container {
  position: relative;
  margin-top: 45px;
  background: url("../../../assets/main/img/bg-orange-big.png") no-repeat center;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 50px;
  z-index: 1;
}

@media (max-width: 900px) {
  .cabinet-container {
    background: url("../../../assets/main/img/bg-orange-medium.png") no-repeat center;
    padding-bottom: 5px;
  }

}

@media (max-width: 770px) {
  .cabinet-container {
    background: url("../../../assets/main/img/bg-orange-small.png") no-repeat right;
    padding-bottom: 100px;
  }

  .cabinet-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    backdrop-filter: blur(5px);
    z-index: -1;
  }
}

@media (max-width: 500px) {
  .cabinet-container {
    padding-bottom: 200px;
  }
}

.cabinet-title {
  text-align: center;
  color: #7B1247;
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 24px;
}

.cabinet-subtitle {
  color: var(--bg-dark-color);
  font-size: 0.9em;
  text-align: center;
  margin-inline: auto;
  max-width: 60ch;
}

.cabinet-img {
  margin-top: 50px;
  text-align: center;
}

.cabinet-img img {
  width: 100%;
}

@media (max-width: 770px) {
  .cabinet-img img {
    display: none;
  }
}

.cabinet-img p:first-of-type {
  font-weight: 700;
  color: var(--bg-dark-color);
  font-size: 1.3em;
}

.cabinet-img p:nth-of-type(2) {
  margin-top: 8px;
  color: var(--bg-dark-color);
  font-size: 1.05em;
}

.cabinet-img-info {
  display: flex;
  justify-content: center;
  gap: 13px;
}

@media (max-width: 770px) {
  .cabinet-img-info {
    display: flex;
    gap: 13px;
    padding-top: 40px;
    padding-bottom: 130px;
  }
}

@media (max-width: 500px) {
  .cabinet-img-info {
    padding-bottom: 50px;
  }
}

.cabinet-list {
  margin-top: 62px;
  padding: 0;
}

@media (max-width: 770px) {
  .cabinet-list {
    margin-top: 0px;
    padding: 0;
  }
}

.cabinet-list li {
  color: #7B1247;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 770px) {
  .cabinet-list li {
    text-align: center;
  }

  .cabinet-list li:last-of-type {
    margin-bottom: 0px;
    text-align: center;
  }

  .cabinet-list li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../../assets/main/img/icons/check-pink-strong.png") no-repeat center;
    margin-right: 13px;
  }
}

.cards-container-info {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}

@media (max-width: 670px) {
  .cards-container-info a {
    max-width: 300px;
    font-size: 0.7em;
  }
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: -50px 32px 34px;
}

@media (max-width: 900px) {
  .cards-container {
    margin: -20px 32px 34px;
  }
}

@media (max-width: 770px) {
  .cards-container {
    margin: -110px 32px 34px;
  }
}

@media (max-width: 700px) {
  .cards-container {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 324px;
  height: 402px;
  padding: 0 8px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 5px 20px -8px rgba(248, 138, 138, 0.75);
  background: #FFF;
}

@media (max-width: 900px) {
  .cards {
    height: 370px;
  }
}

@media (max-width: 700px) {
  .cards {
    max-width: 100%;
  }
}

.cards:nth-of-type(3) {
  padding-top: 55px;
}

@media (max-width: 800px) {
  .cards:nth-of-type(3) {
    padding-top: 40px;
  }
}

.cards img {
  margin-bottom: 13px;
}

@media (max-width: 900px) {
  .cards img {
    max-width: 120px;
    margin-bottom: 13px;
  }
}

.cards h3 {
  font-weight: 800;
  font-size: 1em;
  color: var(--bg-dark-color);
  margin-bottom: 16px;
  max-width: 17ch;
}

.cards p {
  font-size: 0.8em;
  max-width: 30ch;
}

.skin-container {
  background: linear-gradient(45deg, #A91A62, #E94A9A);
  padding: 96.5px 32px;
}

@media (max-width: 900px) {
  .skin-container {
    padding: 72px 32px;
  }
}

.skin-container h2 {
  font-size: 2em;
  color: #FCFCFC;
  text-align: left;
  max-width: 44ch;
  margin-inline: auto;
  margin: 0;
}

@media (max-width: 700px) {
  .skin-container h2 {
    font-size: 1.4em;
  }
}

.skin-container p {
  font-size: 0.9em;
  max-width: 37ch;
  color: #FCFCFC
}

@media (max-width: 900px) {
  .skin-container p {
    font-size: 0.9em;
    max-width: 70ch;
  }
}

.skin-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
}

@media (max-width: 900px) {
  .skin-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
    margin-top: 35px;
  }
}

.skin-info img {
  width: 100%;
}

.skin-info-container {
  max-width: fit-content;
  margin-inline: auto;
}

.skin-img-mobile {
  display: none;
}

@media (max-width: 500px) {
  .skin-img-notebook {
    display: none;
  }

  .skin-img-mobile {
    display: block;
  }
}

.business-container {
  background: var(--bg-lightest-color);
}

.business-container p {
  font-size: 1.15em;
  max-width: 45ch;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 500px) {
  .business-container p {
    font-size: 0.9em;
    max-width: 50ch;
    margin: 0;
  }
}

.business-container p b {
  font-weight: 600 !important;
}

.business {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 46px 32px;
}

@media (max-width: 900px) {
  .business {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 46px 32px;
  }
}

.videos-container {
  margin-inline: auto;
  margin-top: 28px;
  padding: 0 24px;
}

.videos-container p {
  margin: 0;
}

.videos-container-info {
  max-width: 1000px;
  margin-inline: auto;
}

.videos-container-info .videos:first-child {
  margin-right: auto;
}

.videos-container-info .videos:last-child {
  margin-left: auto;
}

.videos {
  max-width: 714px;
}

.videos-container-info .videos:nth-of-type(1) {
  margin-bottom: 54px;
}

/* .videos-container-info .videos:nth-of-type(2){
  margin-left: auto;
} */

.videos-play {
  position: relative;
  height: 380px;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  background: transparent;
}

@media (max-width: 750px) {
  .videos-play {
    position: relative;
    height: inherit;
  }
}

.videos-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7B1247;
  height: 50px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  text-align: center;
}

.videos-info p {
  font-size: 1.2em;
  font-weight: 800;
  color: #FCFCFC;
}

@media (max-width: 700px) {
  .videos-info {
    padding: 18px;
  }

  .videos-info p {
    font-size: 0.9em;
  }

  .videos-container-info .videos:nth-of-type(2) .videos-info p {
    line-height: 1;
  }
}

@media (max-width: 350px) {
  .videos-info p {
    font-size: 0.7em;
  }
}

.play-button {
  width: 141px;
  height: 141px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 64px solid #aaa;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}

.results-container {
  position: relative;
  background: url("../../../assets/main/img/results-bg.png") no-repeat center -200px;
  margin-top: 92px;
  text-align: center;
  padding: 0 16px;
  z-index: 1;
}

@media (max-width: 900px) {
  .results-container {
    background: url("../../../assets/main/img/results-bg-medium.png") no-repeat left -450px;
  }

  .results-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    backdrop-filter: blur(3px);
    z-index: -1;
  }
}

.results h2 {
  font-size: 2.4em;
  max-width: 35ch;
  margin-inline: auto;
  color: var(--text-color-dark);
  margin-bottom: 48px;
}

@media (max-width: 900px) {
  .results h2 {
    font-size: 1.4em;
  }
}

.results p {
  font-weight: 300;
  font-size: 1.2em;
  max-width: 45ch;
  margin-inline: auto;
  margin-bottom: 37px;
}

@media (max-width: 900px) {
  .results p {
    font-size: 1em;
  }
}

.results p b {
  font-weight: 600 !important;
  color: var(--text-color-dark);
}

.results-info {
  padding-bottom: 80px;
}

.results-table-container {
  max-width: 1348px;
  display: flex;
  margin-inline: auto;
  flex: 1;
  border-radius: 30px;
  position: relative;
}

@media (max-width: 1080px) {
  .results-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .results-table-container {
    align-items: center;
    min-width: 1000px;
    height: 770px;
  }
}

.results-table.principal li:last-child {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.results-table.principal {
  transform: scale(1.1);
  box-shadow: 8px 8px 8px 3px #A91A6255;
  border-radius: 30px;
}

.results-table {
  padding: 0;
  flex: 1;
  margin: 0 2px;
}

.results-table li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin: 4px 0;
}

.results-table li:last-child {
  margin: 0 !important;
}

.results-bottle {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1050px) {
  .results-bottle {
    top: -90px;
  }
}

@media (max-width: 540px) {
  .results-bottle {
    top: -70px;
  }
}

.results-table.principal li {
  margin: 0 !important;
}

.results-table.first-table {
  max-width: 282px;
}

@media (max-width: 540px) {
  .results-table.first-table {
    max-width: 160px;
  }
}

.results-table.first-table li {
  justify-content: start;
  padding-left: 24px;
}

@media (max-width: 540px) {
  .results-table.first-table li {
    padding-left: 8px;
  }
}

.results-table.first-table li:first-child {
  border-top-left-radius: 30px;
}

.results-table.first-table li:last-child {
  border-bottom-left-radius: 30px;
}

.results-table.last-table li:first-child {
  border-top-right-radius: 30px;
}

.results-table.last-table li:last-child {
  border-bottom-right-radius: 30px;
}


.results-table li:nth-child(odd) {
  background: #F4F4F4;
}

.results-table li:nth-child(even) {
  background: var(--bg-lightest-color);
}

@media (max-width: 540px) {
  .results-table.principal {
    max-width: 170px;
  }
}


.results-table.principal li:nth-child(odd) {
  background: #FCFCFC !important;
}

.results-table.principal li:nth-child(even) {
  background: var(--bg-lighter-color) !important;
}

.results-text {
  display: none;
}

@media (max-width: 700px) {
  .results-text {
    display: block;
  }
}


.table-title {
  height: 48px !important;
  display: flex !important;
  align-items: end !important;
  font-weight: 600;
  font-size: 0.9em;
}

.table-title.principal {
  font-size: 1.4em !important;
  font-weight: 800 !important;
  color: var(--bg-lighter-color) !important;
  height: 93px !important;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-bottom: 8px;
}

@media (max-width: 540px) {
  .table-title.principal {
    font-size: 1em !important;
    font-weight: 800 !important;
    color: var(--bg-lighter-color) !important;
    height: 93px !important;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding-bottom: 8px;
  }
}

.table-names {
  font-size: 1em;
  font-weight: 800;
  color: var(--text-color-dark);
}

@media (max-width: 540px) {
  .table-names {
    font-size: 0.7em;
    font-weight: 800;
    color: var(--text-color-dark);
  }
}

.target-container {
  margin-top: 150px;
}

@media (max-width: 550px) {
  .target-container {
    margin-top: 70px;
  }
}

.target-guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #34FC15;
  max-width: 874px;
  height: 229px;
  margin-inline: auto;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
  padding: 15px;
}

@media (max-width: 700px) {
  .target-guarantee {
    flex-direction: column-reverse;
    text-align: center;
    height: inherit;
  }

  .target-guarantee a {
    margin-inline: auto;
  }
}

.target-stamp-container {
  margin-left: -270px;
}

@media (max-width: 800px) {
  .target-stamp-container {
    margin-left: 0px;
  }
}

@media (max-width: 700px) {
  .target-stamp-container {
    display: none;
  }
}

.target-guarantee .target-stamp {
  max-width: 165px;
}

@media (max-width: 700px) {
  .target-guarantee .target-stamp {
    min-width: 100px;
  }
}

.target-stamp-container {
  align-self: end;
}

.target-guarantee-card-title {
  font-weight: 700;
  font-size: 1em;
  color: #00A71C;
}

.target-guarantee-card-info {
  font-weight: 400;
  font-size: 0.7em;
  max-width: 70ch;
}

.target-skin-container {
  background: url("../../../assets/main/img/target-skin-bg.png") no-repeat center;
  background-size: cover;
  margin-bottom: -37px;
  z-index: 1;
  padding: 0 32px;
}

.target-skin-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
}

.target-skin-container h2 {
  font-weight: 800;
  color: var(--text-color-dark);
  max-width: 37ch;
}

.target-skin-container p {
  font-weight: 400;
  color: #FCFCFC;
  font-size: 1.2em;
  max-width: 37ch;
}

.target-ingredients-container {
  background: linear-gradient(90deg, var(--text-color-dark), var(--bg-light-color));
  padding: 0 32px;
}

.target-ingredients {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 26px;
}

.target-ingredients h2 {
  color: #FFF;
  font-weight: 800;
  max-width: 33ch;
  text-align: center;
}

.target-ingredients p {
  font-size: 0.9em;
  font-weight: 400;
  max-width: 55ch;
  text-align: center;
  color: #FFF;
  margin-bottom: 40px;
}

.target-ingredients-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 700px) {
  .target-ingredients-img {
    gap: 20px;
  }
}

.target-ingredients-img img {
  max-width: 94px;
}

@media (max-width: 700px) {
  .target-ingredients-img img {
    max-width: 70px;
  }
}

.customer-container {
  padding-top: 40px;
}

.customer-container h2 {
  font-size: 2.4em;
  color: black;
  font-weight: 800;
  text-align: center;
  max-width: 40ch;
  margin-inline: auto;
  margin-bottom: 56px;
  padding: 0 32px;
}

@media (max-width: 700px) {
  .customer-container h2 {
    font-size: 1.65em;
  }
}

#testimonials .card {
  border: 0;
  padding: 1.5rem;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

#testimonials .card:last-of-type {
  border-bottom: 0;
}

#testimonials .card-container {
  background-color: #f6f6f6;
  border-radius: 24px;
  border: 2px solid #6A6A6A22;
}

#testimonials .col-lg-12 {
  padding: 0px;
}

#testimonials .card h4 {
  color: var(--primary-color);
  font-weight: 700;
  text-align: left;
}

#testimonials .stars i {
  color: #de7921;
}

#testimonials .reviewed-on {
  color: #828989;
  font-size: 14px;
  margin: 0;
}

#testimonials .verified {
  color: #565959;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
}

#testimonials .verified span:last-of-type {
  color: #de7921;
}

#testimonials .verified div {
  width: 1px;
  height: 16px;
  background-color: #bdbdbd;
}

#testimonials .purchase {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center;
}

#testimonials .purchase img {
  max-width: 45px;
}

#testimonials .purchase p {
  margin: 0;
}

#testimonials .user {
  max-width: 200px;
  margin-bottom: 1rem;
}

@media(max-width: 991px) {
  #testimonials .user {
    float: inherit;
    margin: 0px;
  }
}

#testimonials .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 991px) {
  #testimonials .user img {
    margin-bottom: 1rem;
  }
}

#testimonials .helpful-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: 14px;
}

#testimonials .helpful-report .helpful {
  border: solid 1px var(--text-color);
  border-radius: 30px;
  padding: 5px 25px;
}

#testimonials .helpful-report .share {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#testimonials .helpful-report .report {
  color: #979797;
}

.card-customer {
  font-size: 1.2em;
  font-weight: 700;
}

.card-stars-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-stars-container p {
  font-weight: 800;
  font-size: 2.4em;
  margin: 0;
}

@media(max-width: 700px) {
  .card-stars-container p {
    font-size: 1.8em;
  }
}

.card-based {
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 10px;
}

@media(max-width: 700px) {
  .card-based {
    font-size: 0.9em;
  }

  .reasons-info p {
    margin-left: 0px !important;
  }

  .reasons-grid p {
    margin-left: 0px !important;
}
}

.btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.btn-bg a {
  color: #FCFCFC;
  text-decoration: none;
  width: 100%;
  max-width: 357px;
  padding: 0 32px;
}

.skincare-container {
  position: relative;
  margin-top: 50px;
  padding: 0 32px;
  margin-inline: auto;
  background: url("../../../assets/main/img/skincare-orange-bg.png") no-repeat right;
  z-index: 1;
}

.skincare-container .container {
  position: relative;
}

@media (max-width: 991px) {
  .skincare-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    backdrop-filter: blur(13px);
    z-index: -1;
  }
}

.skincare-container h2 {
  text-align: center;
  color: var(--text-color-dark);
  max-width: 44ch;
  margin-inline: auto;
}

.skincare-info {
  margin-inline: auto;
  max-width: 1050px;
  margin-top: 71px;
}

.skincare-info h3 {
  /*white-space: nowrap;*/
  color: var(--text-color-dark);
}

.skincare-info div:first-of-type,
.skincare-info div:nth-of-type(2) {
  display: flex;
  align-items: center;
  background: var(--bg-lighter-color);
  /*height: 48px;*/
  max-width: 840px;
  margin-bottom: 8px;
}

.skincare-info div:first-of-type p,
.skincare-info div:nth-of-type(2) p {
  padding-left: 16px;
  color: var(--bg-light-color);
  font-weight: 800;
  font-size: 1.4em;
}

.skincare-info div:last-of-type p {
  margin-bottom: 34px;
  max-width: 80ch;
}

.skincare-info p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.skincare-info>p {
  margin-bottom: 34px;
  max-width: 82ch;
}

.skincare-info p span {
  color: var(--text-color-dark);
  font-weight: 700;
}

.skincare-info h4 {
  max-width: 50ch;
  color: var(--bg-light-color);
  margin-top: 48px;
  margin-bottom: 32px;
}

.skincare-family {
  font-size: 2.4em !important;
  font-weight: 800 !important;
  color: var(--bg-light-color);
}

@media(max-width: 500px) {
  .skincare-family {
    font-size: 1.8em !important;
  }
}

.unmatched-container {
  margin-top: 100px;
  position: relative;
  z-index: 0;
  max-width: 1100px;
  border-radius: 32px;
  background: linear-gradient(45deg, #A91A62, #E94A9A);
  overflow: hidden;
  margin-inline: auto;
  text-align: center;
  padding: 56px 48px;
  margin-bottom: 58px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  box-shadow: 2px 17px 16px -7px #7B124755;
}

@media(max-width: 500px) {
  .unmatched-container {
    padding: 25px 20px;
  }
}

.unmatched-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: 28px;
  margin: 3px;
  z-index: -1;
}

.unmatched-container h2 {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--bg-light-color);
}

@media(max-width: 500px) {
  .unmatched-container h2 {
    font-size: 1.7em;
  }
}

.unmatched-container img {
  margin-bottom: 15px;
}

.unmatched-container p {
  font-size: 0.9em;
  max-width: 117.5ch;
  text-align: center;
  margin-inline: auto;
}

.faq-container {
  margin-top: 72px;
}

.faq-container .container {
  max-width: 1000px !important;
}

.faq-container .accordion-button:not(.collapsed) {
  color: #7B1247 !important;
}

.faq-title {
  font-size: 2.4em;
  margin-bottom: 30px !important;
}

.faq-container button {
  font-weight: 600 !important;
  font-size: 0.6em !important;
  color: #7B1247;
}

.faq-container .accordion-body {
  font-weight: 400 !important;
  font-size: 0.9em !important;
}

.footer-container {
  background: #F4EFF4;
}

.footer-container p {
  margin: 0;
}

.footer-container div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding-left: 97px;
  height: 140px;
  margin-top: 90px;
}

.comment-box {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 1rem;
}

.products_derma_banner img {
  width: 35%;
}

.profile-placeholder {
  width: 100px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  margin-bottom: 30px;
}

.products_derma_banner {
  display: flex;
  width: 100%;
}

.christina-user {
  width: 100%;
  height: 50px;
  background-color: transparent;
  max-width: 75px;
}

.comment-actions a {
  margin-right: 10px;
  font-size: 0.9rem;
  pointer-events: none;
  color: #aaa;
  font-weight: 600;
  text-decoration: unset;
}

.photo-caption {
  font-size: 0.8rem;
  color: #555;
}

@media(max-width: 630px) {
  .footer-container div:first-of-type {
    padding-left: 32px;
    height: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .target-skin-container {
    background: linear-gradient(to bottom, #ecdde3 25%, #cd85a8 36%);
  }
}

.footer-container div:first-of-type p {
  font-weight: 400;
  color: var(--bg-dark-color);
  font-size: 0.9em;
}

.footer-container img {
  max-width: 147px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #BDBDBD;
  padding-left: 97px;
  height: 100px;
}

@media(max-width: 630px) {
  .footer-bottom {
    height: inherit;
    padding: 20px 32px;
    text-align: center;
  }
}

.footer-bottom ul {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-right: 32px;
  font-weight: 400;
  color: var(--bg-dark-color);
  font-size: 0.9em;
}

@media(max-width: 630px) {
  .footer-bottom ul {
    padding-right: 0px;
  }
}

.footer-bottom ul a {
  text-decoration: none;
  color: var(--bg-dark-color);
}

.advertorial-container {
  display: grid;
  justify-content: center;
  padding: 0 16px;
}

@media(max-width: 550px) {
  .advertorial-container {
    display: inherit;
  }
}

.content-wrapper {
  max-width: 850px;
  width: 100%;
}

.brunches-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 190px;
  border-bottom: 1px solid #BBB;
  margin-bottom: 35px;
}

.brunches-container img {
  max-width: 600px;
}

.brunches-container p {
  font-weight: 500;
  font-size: 0.9em;
}

.younger-container div h1 {
  font-weight: 800;
  color: black;
  border-bottom: 1px solid #BBB;
  padding-bottom: 30px;
}

.younger-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}

.younger-text p {
  margin: 0;
}

.vitamin-container {
  margin-top: 63px;
}

.vitamin-container img {
  width: 821px;
  height: 488px;
}

@media(max-width: 870px) {
  .vitamin-container img {
    width: initial;
    height: initial;
    max-width: 100%;
  }
}

.vitamin-container h3 {
  font-weight: 800;
  color: black;
  max-width: 35ch;
}

.wrinkles-container {
  margin-top: 63px;
}

@media(max-width: 550px) {
  .wrinkles-container {
    margin-top: 30px;
  }
}

.wrinkles-container h3 {
  font-weight: 800;
  color: black;
  margin-bottom: 30px;
}

.wrinkles-container p {
  font-size: 0.9em;
  font-weight: 500;
  max-width: 80ch;
  margin-bottom: 25px;
}

.reasons-container {
  margin-top: 65px;
}

.reasons-container h3 {
  font-weight: 800;
  color: var(--bg-light-color);
  margin-bottom: 32px;
}

.reasons-title {
  font-weight: 800;
  color: black;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  align-items: center;
  font-weight: 500;
  font-size: 0.9em;
}

@media(max-width: 650px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }
}

.reasons-grid p {
  margin: 0;
}

.reasons-info {
  margin-top: 60px;
}

.shelves {
  margin-top: 63px;
}

.shelves img,
.show-img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
}

@media(max-width: 890px) {

  .shelves img,
  .show-img {
    max-width: inherit;
    width: 100%;
  }
}

.shelves h3 {
  font-weight: 800;
  color: var(--bg-light-color);
}

.shelves p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
}

.shelves-pink,
.surprised-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-lighter-color);
  height: 160px;
  text-align: center;
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 16px;
}

@media(max-width: 650px) {

  .shelves-pink,
  .surprised-pink {
    height: inherit;
  }
}

.shelves-pink p {
  max-width: 45ch;
  font-weight: 600;
  color: black;
  font-size: 1.2em;
  margin: 0;
}

.surprised-pink p {
  max-width: 47ch;
  font-weight: 600 !important;
  color: black !important;
  font-size: 1.2em !important;
  margin: 0 !important;
}

.noticeable-container {
  margin-top: 63px;
}

.noticeable-container h3 {
  font-weight: 800;
  color: black;
}

.noticeable-container p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
  max-width: 70ch;
}

.surprised-container {
  margin-top: 63px;
}

.surprised-container img {
  max-width: 821px;
}

.surprised-container h3 {
  font-weight: 800;
  color: black;
  max-width: 30ch;
}

.surprised-container p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
}

.surprised-container img {
  margin-bottom: 52px;
}

.covered-container {
  margin-top: 63px;
}

.covered-container h3 {
  font-weight: 800;
  color: black;
  margin-bottom: 18px;
}

.covered-container p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
}

.covered-pink {
  text-align: center;
  margin-inline: auto;
  background: var(--bg-light-color);
  border-radius: 24px;
  padding-top: 36px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.covered-pink p:first-of-type {
  font-size: 2em;
  font-weight: 800;
  color: #FCFCFC;
  max-width: 25ch;
  margin-inline: auto;
  line-height: 1.2;
}

.surprised-container-mobile>br:nth-child(4) {
  display: none;
}

@media(max-width: 650px) {
  .covered-pink p:first-of-type {
    font-size: 1.2em;
  }
}

.covered-pink p {
  text-align: center;
  color: #FCFCFC;
  font-weight: 400;
  max-width: 65ch;
  margin-inline: auto;
}

.discount-container {
  padding-top: 63px;
}

.discount-container h3 {
  font-weight: 800;
  color: black;
  margin-bottom: 24px;
}

.discount-container p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
}

.discount-container div,
.overpriced-btn {
  font-size: 1.9em;
  background: #00A71C;
  height: 73px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media(max-width: 851px) {

  .discount-container div,
  .overpriced-btn {
    height: inherit;
  }
}

@media(max-width: 650px) {

  .discount-container div,
  .overpriced-btn {
    font-size: 1.1em;
  }
}

.discount-container div p,
.overpriced-btn p {
  font-weight: 800 !important;
  color: #FCFCFC !important;
  margin: 0 !important;
}

.overpriced-container {
  margin-top: 80px;
}

.overpriced-container h3 {
  font-weight: 800;
  color: black;
}

.overpriced-container p {
  font-weight: 500;
  color: black;
  font-size: 0.9em;
}

.video-presell {
  width: 100% !important;
  max-width: 395px !important;
  height: auto !important;
  display: block !important;
}

.notice-results {
  max-width: 395px;
}

.customer-container.advertorial {
  margin-top: 52px;
}

.customer-container .title {
  font-weight: 800 !important;
  color: #E94A9A !important;
  font-size: 2em !important;
  text-align: start;
  margin-bottom: 16px;
  padding: 0;
}

.struggle-container {
  margin-top: 52px;
}

.struggle-container div:first-of-type {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 25px 0;
  text-align: center;
}

.struggle-container div:nth-of-type(2) {
  background: var(--bg-light-color);
  margin-top: 20px;
  height: 57px;
  color: #FCFCFC;
  font-weight: 800;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 20px;
}

@media(max-width: 800px) {
  .struggle-container div:nth-of-type(2) {
    height: inherit;
  }
}

.struggle-container div:nth-of-type(2) p {
  margin: 0;
}

.struggle-container h2 {
  font-weight: 800;
  color: var(--bg-light-color);
}

.struggle-container>p {
  font-weight: 500;
  font-size: 0.9em;
}

.struggle-container>p span {
  font-weight: 800;
}

.struggle-container .option {
  font-weight: 700;
  color: var(--bg-light-color);
  font-size: 1.2em;
}

@keyframes text-glow {
  0% {
    text-shadow: 0px 0px 0px white;
  }

  20% {
    text-shadow: 0px 0px 2px white;
  }

  40% {
    text-shadow: 0px 0px 5px white;
  }

  80% {
    text-shadow: 0px 0px 2px white;
  }

  100% {
    text-shadow: 0px 0px 0px white;
  }
}

@keyframes glow {
  0% {
    scale: 130%;
    filter: drop-shadow(0px 0px 0px white);
  }

  20% {
    scale: 140%;
    filter: drop-shadow(0px 0px 1px white);
  }

  50% {
    scale: 150%;
    filter: drop-shadow(0px 0px 3px white);
  }

  80% {
    scale: 140%;
    filter: drop-shadow(0px 0px 1px white);
  }

  100% {
    scale: 130%;
    filter: drop-shadow(0px 0px 0px white);
  }
}

@keyframes glow-static {
  0% {
    filter: drop-shadow(0px 0px 0px white);
  }

  20% {
    filter: drop-shadow(0px 0px 1px white);
  }

  50% {
    filter: drop-shadow(0px 0px 3px white);
  }

  80% {
    filter: drop-shadow(0px 0px 1px white);
  }

  100% {
    filter: drop-shadow(0px 0px 0px white);
  }
}

.star-glow {
  margin-left: 4px;
  margin-right: 4px;
  animation: glow 5s infinite ease-in-out !important;
}

@keyframes text-glow-white {
  0% {
    text-shadow: none;
  }

  20% {
    text-shadow: 0px 0px 2px #d1d3d6;
  }

  40% {
    text-shadow: 0px 0px 7px #d1d3d6;
  }

  60% {
    text-shadow: 0px 0px 7px #d1d3d6;
  }

  80% {
    text-shadow: 0px 0px 2px #d1d3d6;
  }

  100% {
    text-shadow: none;
  }
}

@keyframes img-glow {
  0% {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(107%) contrast(107%) drop-shadow(0px 0px 0px white);
  }

  20% {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(107%) contrast(107%) drop-shadow(0px 0px 3px white);
  }

  30% {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(107%) contrast(107%) drop-shadow(0px 0px 1px white);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(107%) contrast(107%) drop-shadow(0px 0px 0px white);
  }
}

#free-shipping-section {
  background: linear-gradient(45deg, #4f5252, #868d8d, #4f5252, #a2a7a7) !important;
}

#free-shipping-section h2>u {
  color: var(--highlight);
}

#free-shipping-section img {
  filter: drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.5)) brightness(115%);
}

.three-bottle-banner {
  max-width: 50% !important;
}

@media (max-width: 600px) {
  .container .noventaESetePorcento {
    font-size: 1.6em !important;
  }
}


