:root {
  --primary-color: #470f10;
  --secondary-color: #980c27;
  --third-color: #e15840;
  --fourth-color: #fcc961;
  --primary-color-light: rgb(157.4113924051, 51.5886075949, 52.9113924051);
  --primary-color-dark: rgb(49.9476744186, 10.5523255814, 11.2558139535);
  --secondary-color-light: rgb(199.2682926829, 15.7317073171, 51.1280487805);
  --secondary-color-dark: rgb(104.7317073171, 8.2682926829, 26.8719512195);
  --contrast-color: #ffe926;
  --text-color: #231f20;
  --light-color: #f1f1f1;
}

* {
  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(--primary-color);
  font-weight: 900;
}

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

figure {
  margin-bottom: 0;
}

footer {
  background-color: var(--primary-color);
}

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-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 10vw;
  margin-top: -10vw;
}

.esconder {
  display: none;
}

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

.clickbank #copyb {
  display: none;
}

/* 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-color: var(--primary-color-dark);
  z-index: 1;
  margin-top: -1px;
}

.cta-headline h2 {
  color: white;
}

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

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

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

/* ========================
	CTA - PRODUCTS
======================== */
.products {
  position: relative;
}

@media (max-width: 1399px) {
  .products > .container {
    max-width: 100%;
  }
}

.products .productsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2em;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399px) {
  .products .productsGrid {
    gap: 1em;
  }
}

@media (max-width: 767px) {
  .products .productsGrid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .products .productsGrid [data-offer="promo"] {
    order: 2;
  }

  .products .productsGrid [data-offer="mid"] {
    order: 3;
  }

  .products .productsGrid [data-offer="basic"] {
    order: 1;
  }
}

.products .productsGrid > a {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

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

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

.products a {
  text-decoration: none;
  color: var(--text-color);
}

.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 var(--secondary-color);
  box-shadow: var(--bs-box-shadow-sm);
}

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

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

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

.products .item .item-header {
  grid-area: title;
  padding: 0.25em 0.5em;
  background-color: var(--secondary-color);
  color: var(--light-color);
  font-weight: 800;
}

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

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

.products .item .item-img .supply {
  padding: 1em 0.5em;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

@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.25em;
  }
}

.products .item .item-img img {
  max-height: 200px;
}

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

.products .item .item-info .price {
  display: flex;
  text-align: start;
  gap: 0.25em;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  line-height: 1;
}

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

@media (max-width: 767px) {
  .products .item .item-info .price b {
    font-size: 2.8em;
    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.65em;
  }
}

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

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

.products .item .item-info .savings > div {
  padding: 0.5em;
  align-items: center;
  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: var(--primary-color);
}

.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: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}

@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: 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;
}

@media (max-width: 767px) {
  .products .item .item-buy .card-flags {
    display: none;
  }
}

.products .item .item-totals {
  grid-area: totals;
  font-size: 0.9em;
  padding-bottom: 1em;
}

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

.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;
  text-transform: uppercase;
}

.products .item .item-totals .shipping span {
  color: #dc3545;
}

.products .item.promo {
  color: white;
  background-color: white;
  text-shadow: 0px 2px rgba(0, 38, 121, 0.6392156863);
  border: 2px solid var(--primary-color);
}

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

@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;
  background-color: white;
  color: var(--primary-color);
  text-shadow: none;
  text-transform: uppercase;
}

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

.products .item.promo .item-img img {
  max-height: 240px;
}

.products .item.promo .item-info .savings > div {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4196078431);
}

.products .item.promo .item-info .savings > div:first-child {
  color: var(--contrast-color);
  border-top: 1px dashed rgba(255, 255, 255, 0.4196078431);
}

.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%);
}

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

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

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

/* Nav */
#nav-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#nav-header .logo {
  max-height: 54px;
  filter: saturate(0) brightness(20);
}

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

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

#nav-header.sticky-nav {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#nav-header.sticky-nav .logo {
  filter: none;
}

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

@media (max-width: 991px) {
  #nav-header {
    background-color: white;
  }

  #nav-header .logo {
    filter: none;
  }

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

@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(--secondary-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);
}

#steps {
  background-color: #800d24;
  color: white;
}

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

#steps h1 {
  color: white;
}

#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.current {
  background-color: #f4c2c2;
  color: var(--primary-color-dark);
  font-weight: 800;
}

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

#steps .steps-headline {
  margin: 1em auto 0;
}

#steps .steps-headline h1 {
  color: white;
  margin: 0;
}

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

#steps .steps-headline h1 span {
  color: rgb(49 0 9);
}

#steps .inner-divisor {
  height: 4px;
  max-width: 100px !important;
  margin-top: 0.5em;
  position: relative;
}

#steps .inner-divisor::before,
#steps .inner-divisor::after {
  content: " ";
  display: block;
  background-image: radial-gradient(var(--primary-color), var(--primary-color));
  border: 2px solid var(--primary-color);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 130px;
  position-area: center;
  object-position: center;
  border-radius: 0% 0% 0% 0;
  transform: rotate(-45deg);
}

#video {
  /* background-image: linear-gradient(
    to bottom,
    var(--primary-color-light),
    var(--secondary-color)
  ); */
  background-color: white;
}

#about {
  background-color: var(--primary-color);
  background-image: url("../../pages/home/img/about-bg.webp");
  background-size: cover;
  background-position: left center;
  color: white;
}

@media (max-width: 767px) {
  #about {
    background-image: url("../../pages/home/img/about-bg-mob.webp");
  }
}

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

#about h1 {
  color: white;
}

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

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

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

#about .button {
  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 */

#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);
}
#ingredients {
  color: black !important;
  background: var(--light-color) !important;
}

.ingredient-img {
  max-height: 230px;
  border-radius: 20px;
  padding: 0 !important;
  margin-top: 10px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.459);
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}

.ingredient-description {
  font-size: 0.8rem !important;
}

@media (min-width: 768px) {
  .ingredient-description {
    font-size: 0.92rem !important;
  }
}


#guarantee {
  position: relative;
  background-image: url(../../main/guarantee/img/guarantee-bg.webp);
  background-size: cover;
  background-position: center;
  color: white;
}

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

#guarantee h2 {
  color: white;
}

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

#guarantee img {
  max-width: 200px;
}

#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-image: linear-gradient(
    45deg,
    var(--primary-color-light),
    var(--primary-color)
  );
  color: white;
}

#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;
}

.triangle {
  display: block;
  width: fit-content;
  color: var(--secondary-color) !important; 
  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;
}

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

@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-color: var(--primary-color-dark);
  color: white;
  border-radius: 8px;
  font-size: 1em;
  font-style: italic;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid white;
  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: 220px;
  }
}

.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 {
  background: white;
  border-radius: 50%;
}

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

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

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

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

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

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

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

.modal.downsell .no-thanks {
  font-size: 1em;
  max-width: 100%;
}

.modal.downsell[aria-labelledby="secondDownsellLabel"] {
  background-color: var(--primary-color);
}

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

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

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

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

/* Selling Platforms */
.buygoods .no-thanks:not(.btn) {
  text-decoration: underline;
}

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

#dtc #steps {
  padding-bottom: 6rem !important;
  margin-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 {
  background-image: linear-gradient(
    to bottom,
    var(--secondary-color-light),
    transparent
  );
}

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

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

/* NOVO PRODUTO */

/* START Testimonials */
@media (max-width: 991px) {
  .texts h4 {
    font-size: 17px;
  }
}

.name p,
.text-user p {
  color: #565959;
  font-size: 16px;
}

.user-name .user {
  max-width: 100px;
  max-height: 100px;
  border-radius: 100%;
  float: right;
}

@media (max-width: 991px) {
  .user-name .user {
    float: inherit;
    margin: 0;
    max-width: 68px;
    max-height: 68px;
  }
}

.user-name .user img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.purchase {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--primary-color);
}

.purchase img {
  max-width: 40px;
  border-radius: 50%;
}

.purchase p {
  margin: 0;
}

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

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

#testimonials .card-container {
  background-color: #f6f6f6;
}

#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 {
  font-size: 1em;
  font-weight: 600;
  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: 40px;
}

#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;
}

/* END Testimonials */

.strike {
  position: relative;
  color: #111;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;

  @media screen and (max-width: 500px) {
    margin-top: 10px;
  }
}

.strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #e63946;
  border-radius: 2px;
  transform-origin: left center;
  animation: strike-line 3s infinite;
}

@keyframes strike-line {
  0% {
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(1);
  } /* desenha */
  60% {
    transform: scaleX(1);
  } /* segura desenhado */
  80% {
    transform: scaleX(0);
  } /* apaga */
  100% {
    transform: scaleX(0);
  }
}

@keyframes draw-circle {
  0% {
    stroke-dashoffset: var(--len);
  }
  20% {
    stroke-dashoffset: 0;
  } /* círculo completo */
  60% {
    stroke-dashoffset: 0;
  } /* mantém */
  80% {
    stroke-dashoffset: var(--len);
  } /* apaga */
  100% {
    stroke-dashoffset: var(--len);
  }
}

[data-aos="strike-line"]::after {
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-aos="strike-line"].aos-animate::after {
  transform: scaleX(1);
}

.price-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.1em;
  font-weight: 800;
}

.zero-draw {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: green;
  margin-left: 10px;

  @media screen and (max-width: 500px) {
    margin-top: 10px;
  }
}

.zero-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  transform: translate(-50%, -50%) rotate(-90deg);
  pointer-events: none;
}

.zero-ring circle {
  fill: none;
  stroke: green;
  stroke-width: 2;
  stroke-linecap: round;
  --len: 62.8;
  stroke-dasharray: var(--len);
  animation: draw-circle 3s infinite;
}

[data-aos="draw-only"] {
  opacity: 1 !important;
  transform: none !important;
}

[data-aos="draw-only"].aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

[data-aos="draw-only"].aos-animate .zero-ring circle {
  stroke-dashoffset: 0;
}

.adp {
  display: flex;
  justify-content: space-around;
  width: 95%;
  margin: 0 auto;

  .red {
    color: red;
  }

  .green {
    color: green;
  }

  &.dois {
    width: 100%;
  }

  @media screen and (max-width: 500px) {
    width: 100%;

    &.dois {
      width: 100%;
    }

    &.tres {
      width: 80%;
    }
  }
}

.fs-mb-adapt {
  font-size: calc(1.2rem) !important;
}

.d-none-mobile {
  @media screen and (max-width: 500px) {
    display: none;
  }
}

.d-none-desk {
  @media screen and (min-width: 500px) {
    display: none;
  }
}

a.no-thanks.wellness {
  font-weight: 600;
  cursor: pointer;

  span {
    font-weight: bold;
  }

  &:hover {
    text-decoration: none;
    color: #000;

    span {
      text-decoration: underline;
      color: #0058b6;
    }
  }
}

#accordionExample {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border-radius: 10px !important;
}

.collapse.show {
  background-color: white;
  color: black;
  box-shadow: none;
  border-radius: 10px;
}

.accordion-button {
  border-radius: 10px !important;

  &:focus {
    box-shadow: none;
  }

  &::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(104%) contrast(107%);
  }
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid white !important
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid white;
  background-color: var(--secondary-color);
  color: white;

  &:focus {
    box-shadow: none;
  }

  &::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(952%)
      hue-rotate(199deg) brightness(112%) contrast(112%);
  }
}

#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: 15px;
  border: 1px solid rgb(0, 0, 0, 0.1);
}

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

#testimonials .card h4 {
  color: #000;
  font-weight: 700;
  text-align: left;
}

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

#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: 35px;
  border-radius: 100%;
}

#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;
}

.highlight-marker {
  background: #fff3cd;
  /* box-shadow: 0.35rem 0 0 #fff3cd, -0.35rem 0 0 #fff3cd; */
  box-decoration-break: clone;
  padding: 0.15rem 0.35rem;
  line-height: 1.6;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

#coupon.selected {
  background-color: #ccf0df;
}

.text-claim {
  font-size: 20px !important;
}

p.name-user {
  width: -webkit-fill-available;
  font-size: 14px;
}

.send-btn {
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #28a745;
  background-color: white;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.circle.checked {
  background-color: #28a745;
  box-shadow: inset 0 0 0 4px white;
}

.pd-3 {
  width: 90%;
  margin: 0 auto;

  @media screen and (max-width: 500px) {
    width: 100%;
  }
}

.flex-mobile {
  @media screen and (max-width: 500px) {
    .um {
      order: 2;
      margin-bottom: 20px;
    }

    .dois {
      order: 1;
    }
  }
}

.img-product {
  width: 35%;

  @media screen and (max-width: 500px) {
    width: 80%;
  }
}

.button-discount {
  font-size: 44px !important;
  @media screen and (max-width: 500px) {
    font-size: 24px !important;
  }
}

.card.card-custom {
  @media screen and (max-width: 500px) {
    margin-top: 30px !important;
  }
}

.compair {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;

  .imagem-compair {
    width: 40%;

    .mb-3 {
      margin-top: 0px !important;
    }

    .img-compair {
      max-height: 500px !important;
    }
  }

  .text-compair {
    width: 50%;
  }

  @media screen and (max-width: 500px) {
    display: block;

    .imagem-compair {
      width: 100%;

      .mb-3 {
        margin-top: -30px !important;
      }

      .img-compair {
        max-height: 350px !important;
      }
    }

    .text-compair {
      width: 100%;
    }
  }
}

.celular {
  @media screen and (max-width: 500px) {
    width: 50% !important;
  }
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-60 {
  margin-top: 60px;
}

.mg-top-80 {
  margin-top: 80px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-60 {
  margin-bottom: 60px;
}

.mg-bottom-80 {
  margin-bottom: 80px;
}

VSL 

/* Estilos específicos do carrossel */
.splide__pagination {
  justify-content: center;
  align-items: center;
}

.splide__pagination__page.is-active {
  background: #dc3545; /* vermelho bootstrap */
  opacity: 1;
  transform: scale(1.2);
}

/* Estilos gerais */
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

html,
body {
  overflow-x: hidden;
}

/* Variáveis CSS essenciais */
:root {
  --primary-color: #bf0f1e;
  --primary-color-dark: #201d1c;
  --secondary-color-light: #ff8b84;
  --third-color: #f27983;
  --highlight: #ffdd00;
}

/* Estilos dos botões de navegação */
#splide-prev,
#splide-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background-color: #dc3545;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsividade */
@media (max-width: 768px) {
  .d-md-none {
    display: flex !important;
  }
}

.comparate-user {
  display: flex;
  gap: 20px;
}

p.axd {
  font-weight: 900 !important;
  font-size: 1em !important;
  color: var(--primary-color) !important;
}

.upheader {
  background: var(--primary-color);
  padding: 0.2rem;
  text-align: center;
}
.upheader h6 {
  color: rgba(220, 53, 69);
}

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

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

@keyframes gift {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(20%);
  }
}

.pulling img {
  width: 100px;
  height: 100px;
  animation: gift 0.8s normal;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.upheader {
  background: var(--primary-color-light);
  padding: 0.2rem;
  text-align: center;
  color: white !important;
  font-weight: 900;
}

.upheader h6 {
  font-weight: 400 !important;
  font-size: 1.4rem;
}

.upheader h5 {
  font-size: 1.6rem;
}

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

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

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid;
  border-radius: 10px;
  padding: 10px 50px;
  background: linear-gradient(to bottom, white, var(--secondary-color-light));

  &.dois {
    background: linear-gradient(to top, white, var(--secondary-color-light));

    h3,
    .highlight {
      color: #fff !important;
    }
  }

  &.tres {
    background: linear-gradient(140deg,
      rgba(71, 15, 16, 1) 13%,
      rgba(152, 12, 39, 1) 90%);
    align-items: unset;

    h3,
    p {
      color: #fff !important;
    }
  }

  &.quatro {
   background: linear-gradient(140deg,
      rgba(71, 15, 16, 1) 13%,
      rgba(152, 12, 39, 1) 90%);

    h3,
    p {
      color: #fff !important;
    }
  }
}

.adpt {
  background-color: black;
  padding: 30px 60px 40px;
  border-radius: 10px;

  /* #470f10;
  --secondary-color: #980c27; */
}

@media (max-width: 500px) {
  .adpt{
    padding: 30px 10px;
  }
  .card-item {
    display: block;
    width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
    padding: 30px 10px;


    &.tres {
      flex-direction: column;
    }

    &.quatro {
      flex-direction: column;

      .mg-none {
        margin: 0 !important;
      }
    }
  }
}

.bg-primary-color {
  background-color: var(--primary-color);
}

.bg-preto {
  background: radial-gradient(circle, #333 10%, #000 100%);
}

.list-unstyled {
  &.no-margin {
    margin: 0 !important;
  }
}

.no-margin {
  margin: 0 !important;
}

@media screen and (max-width: 1023.98px) {
  .is-size-2-touch {
    font-size: 1.5rem !important;
  }
}

.box-prod {
  @media (max-width: 500px) {
    width: 90%;
    margin: 0 auto;
  }
}

.card-custom {
  p {
    text-align: left;
  }
}

.card-wellnessbox {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  width: 94%;
  margin: 10px auto;
  background: linear-gradient(to top, white, var(--secondary-color-light));
}

.title-faq{
  font-size: 2rem;
}
@media (max-width: 767px) {
  .title-faq {
   font-size: 1.5rem;
  }
}
