:root {
  --primary-color: #2a3f91;
  --secondary-color: #2A7291;
  --primary-color-light: #6777B6;
  --primary-color-dark: #0A1A5A;
  --secondary-color-light: #efefef;
  --secondary-color-dark: #145E7E;
  --third-color: #13e4dd;
  --fourth-color: #482A91;
  --contrast-color: #fccd15;
  --text-color: black;
  --light-color: #cbe3f1;
  --benefit-color:#5c6f7a;
  --offer-color-basic: rgb(108, 108, 250);
  --offer-color-main: #07eee2;
}

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

body {
  font-family: "Red Hat Display", sans-serif;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}

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

figure {
  margin-bottom: 0;
}

a.item {
  transition: 0.4s;
}
a.item:hover {
  scale: 1.025;
}

#header .button-bg {
  background-image: linear-gradient(to top, #dadada 50%, #e0e0e0 51%);
  color: var(--text-color) !important;
  border: none !important;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px !important;
  border-radius: 0.5em !important;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-shadow: none !important;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  color: var(--text-color) !important;
  border: 2px solid #a78a19 !important;
  font-weight: bold;
}

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

.button-bg:hover {
  background-image: linear-gradient(to bottom, #b4e5ba 50%, #c7e7bc 51%);
}

.button-bg.promo {
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  color: var(--text-color) !important;
  border: 2px solid #a78a19 !important;
  font-weight: bold;
}

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

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

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

#references * {
  word-break: break-all;
}

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

.triangle {
  position: relative;
}

.triangle::before, .triangle::after {
  content: " ";
  display: block;
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.triangle.alt::before, .triangle.alt::after {
  background-color: var(--text-color);
  border-color: var(--text-color);
}

.item .desktop .item-header {
  background-color: var(--secondary-color);
  border-radius: 18px 18px 8px 8px;
}

.item .mobile .item.promo .mobile {
  font-size: 0.9em;
}

.item.promo .item-header {
  background-color: whitesmoke !important;
  color: var(--primary-color);
}

.white-gradient {
  position: relative;
  background-image: linear-gradient(to bottom, #efefef, transparent);
  height: 300px;
  margin-bottom: -300px;
  z-index: 2;
}

.white-gradient-inv {
  position: relative;
  background-image: linear-gradient(to top, #efefef, transparent);
  height: 300px;
  margin-top: -300px;
  z-index: 2;
}

#hero {
  background-image: radial-gradient(circle at 30% 50%, var(--primary-color-light), var(--primary-color) 30%, var(--primary-color) 57%, var(--primary-color) 65%);
}

ul.check li {
  padding-left: 0.5em;
}

ul.check li::marker {
  content: "\f26b";
  font-family: "bootstrap-icons";
  font-weight: bold;
  color: green;
}

@media (max-width: 767px) {
  #hero {
    background-image: radial-gradient(circle at 50% 20%, #8ba9dd, var(--primary-color) 30%, var(--primary-color-dark) 57%, var(--primary-color-dark) 65%);
  }
}
#reason p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.3rem !important;
  vertical-align: middle;
  font-weight: 300;
}

#nav-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  #nav-header {
    background-color: white;
  }
}
#nav-header .logo {
  max-height: 54px;
  filter: saturate(0) brightness(20);
}
@media (max-width: 499px) {
  #nav-header .logo {
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  #nav-header .nav-link {
    color: var(--text-color) !important;
  }
}
#nav-header .nav-link .btn {
  background-color: var(--contrast-color);
  color: var(--text-color);
}
#nav-header .nav-link .btn:hover {
  background-color: var(--primary-color);
  color: white;
}
#nav-header.sticky-nav {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#nav-header.sticky-nav .logo {
  filter: invert(0) !important;
}
@media (max-width: 991px) {
  #nav-header.sticky-nav .logo {
    filter: none;
  }
}
#nav-header.sticky-nav .nav-link {
  color: var(--text-color) !important;
}

footer {
  font-family: "Red Hat Display", sans-serif;
  background-color: var(--secondary-color);
  font-size: 0.9em;
}

footer a:hover {
  opacity: 0.75;
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}
#ingredients img {
  display: flex;
  margin: auto;
  max-width: 200px;
  justify-content: center;
}

#ingredients {
  text-align: center;
}

#guarantee .badges img {
  max-width: 100px;
}

@media (max-width: 599px) {
  #guarantee .badges img {
    max-width: 70px;
  }
}
#benefits .box {
  text-align: center;
  width: 350px;
  height: 350px;
}

#benefits .box img {
  display: flex;
  margin: auto;
  justify-content: center;
}

#benefits .box:hover {
  background-color: var(--benefit-color);
  color: white !important;
  box-shadow: 0 0 0 4px var(--primary-color-dark) inset;
}

#benefits .box:hover img {
  filter: invert(1) brightness(2);
}

.pulsate-fwd {
  animation: pulsate-fwd 1.3s ease-in-out 1.3s infinite both;
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.expand-offer {
  animation: expand-offer 5s ease-out infinite reverse forwards;
}
@keyframes expand-offer {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
#guarantee .red-border {
  background-image: repeating-linear-gradient(-9deg, #2a3f91, #2a3f91 2px, transparent 2px, transparent 6px, #2a3f91 6px), repeating-linear-gradient(81deg, #2a3f91, #2a3f91 2px, transparent 2px, transparent 6px, #2a3f91 6px), repeating-linear-gradient(171deg, #2a3f91, #2a3f91 2px, transparent 2px, transparent 6px, #2a3f91 6px), repeating-linear-gradient(261deg, #2a3f91, #2a3f91 2px, transparent 2px, transparent 6px, #2a3f91 6px);
  background-size: 2px calc(100% + 6.07px), calc(100% + 6.07px) 2px, 2px calc(100% + 6.07px), calc(100% + 6.07px) 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.9s infinite linear;
}

@keyframes borderAnimation {
  from {
    background-position: 0 0, -6.07px 0, 100% -6.07px, 0 100%;
  }
  to {
    background-position: 0 -6.07px, 0 0, 100% 0, -6.07px 100%;
  }
}
.accordion-button {
  background-color: #f7f7f7;
  border-radius: 1em !important;
  border: 1px solid #ccc;
}

.accordion-item {
  border: none;
  margin-bottom: 1em;
}

.timer {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 800;
  color: var(--contrast-color);
  margin: 0.25em auto 0;
}

.modal.downsell {
  background-color: 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;
}
@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;
}
.modal.downsell#secondDownsell, .modal.downsell#secondDownsellK3 {
  background-color: var(--contrast-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;
  }
}
.modal .savings {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal .savings .badge {
  position: absolute;
  align-content: center;
  height: 110px;
  width: 110px;
  font-size: 0.8em;
  border-radius: 50%;
  top: 1em;
  right: 2em;
  background-color: var(--primary-color);
}
.modal .savings .badge span {
  display: block;
  font-size: 2.25em;
  font-weight: 900;
  letter-spacing: -2px;
}

.logos {
  filter: grayscale(1);
  margin: 5px 0;
}

@media (max-width: 991px) {
  .logos {
    justify-content: center;
  }
}
.logos img {
  max-height: 65px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 991px) {
  .logos img {
    max-width: 100px;
    max-height: 100%;
    margin: 0px auto;
  }
  .h2,
  h2 {
    max-width: 95%;
    margin: 0 auto;
  }
  .esconder {
    max-width: 100%;
    overflow: hidden;
  }
  #fbcomments {
    margin-top: 0;
  }
}
.buygoods .button.nothanks {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top, #dadada 50%, #e0e0e0 51%);
  border: none !important;
  font-family: "Inter", sans-serif;
  font-size: 0.85em !important;
  font-weight: 900;
  border-radius: 0.8em;
  padding: 0.5em 1.5em;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  transition: 0.3s ease-in;
  max-width: 200px !important;
  margin-bottom: 5px !important;
}
.buygoods .button.nothanks:hover {
  background-image: linear-gradient(to bottom, #dadada 50%, #e0e0e0 51%);
  transition: 0.3s ease-in;
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}
.cartpanda.banner-hidden .cpd-default {
  display: none !important;
}

/*PAGES*/
#upsell .content-box, #upsell1 .content-box {
  background-color: white;
}
#upsell .down-link, #upsell1 .down-link {
  color: #212529;
}
#upsell footer a, #upsell1 footer a {
  color: white;
  text-decoration: none;
}
#upsell footer a:hover, #upsell1 footer a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #upsell .content-box, #upsell1 .content-box {
    background-color: var(--primary-color);
  }
  #upsell .down-link, #upsell1 .down-link {
    color: white;
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  #upsell .steps, #upsell1 .steps {
    scale: 0.7;
  }
}