:root {
  --primary-color: #3766b6;
  --secondary-color: #b0d5e5;
  --primary-color-light: #6b9cf1;
  --primary-color-dark: #043488;
  --secondary-color-light: #d7e7ec;
  --secondary-color-dark: #5d96af;
  --third-color: #346293;
  --fourth-color: #28ddf5;
  --contrast-color: #fccd15;
  --text-color: black;
  --light-color: #cbe3f1;
}

#reason p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.3rem !important;
  vertical-align: middle;
  font-weight: 300;
}

html {
  font-size: 20px;
}

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

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

#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: 50px;
  }
}

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

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

footer {
  font-family: "Red Hat Text", sans-serif;
  background-color: var(--primary-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;
}

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

#guarantee.radiant-bg {
  background-image: radial-gradient(var(--secondary-color-light), var(--primary-color-light)) !important;
}

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

.step {
  background-color: var(--primary-color);
  border: 4px solid white;
  padding: 4px 16px;
  white-space: nowrap;
  border-radius: 15px;
}

.step-active {
  color: var(--contrast-color);
  font-weight: 800;
  font-size: 1.1rem;
}

.connect-step {
  height: 2px;
  top: calc(50% - 1px);
}

/* Header Custom */

.red-header {
  background-color: #a70c0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: auto;
}

header img {
  width: 23px;
}

marquee {
  background-color: #810505;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 0;
  font-weight: 400;
  font-size: 11px;
}

.txt_info_noticia {
  text-align: left;
  color: #54595F;
  font-size: 12px;
  padding-top: 10px;
}

.txt_info_noticia b {
  color: black;
  font-size: 13px;
  font-weight: 700;
}

.video_vturb {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 800px;
}

.img_adv {
  width: 60%;
}

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

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

/* Header Custom */

/* CTA Status */
ul.strip3-list {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0;
}

.strip3-list .hourglass {
  height: 24px;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(7483%) hue-rotate(0deg) brightness(101%) contrast(107%);
  animation: rotateHourglass 4s ease-in-out infinite;
}

.strip3-list .clock {
  animation: fade 1s normal infinite;
}

.spot-icon {
  margin-top: -6px;
}

@media (max-width: 991px) {
  ul.strip3-list {
    padding-left: 0;
  }
}

ul.strip3-list li {
  padding: 0 22px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  list-style: none;
}

@media (max-width: 991px) {
  ul.strip3-list li {
    font-size: 14px;
    line-height: 20px;
  }

  ul.strip3-list li::after {
    display: none;
  }
}

@media (max-width: 991px) {
  ul.strip3-list li {
    margin: 5px 0;
  }
}

ul.strip3-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 18px;
  background: #e6dede;
  width: 2px;
}

ul.strip3-list li:last-child::after {
  display: none;
}

ul.strip3-list li:nth-child(1):before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 4px 0;
  width: 14px;
  height: 14px;
  background: #11b142;
  border-radius: 50%;
  content: "";
  animation: pulseFade 1s ease-in-out infinite;
}

/* Hourglass Animation */
@keyframes rotateHourglass {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  80% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* END Hourglass Animation */

/* Pulse Fade Animation */
@keyframes pulseFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* END Pulse Fade Animation */
@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}

/* Fade Animation */

/* END Fade Animation */
/* END CTA Status */



/* Shipbox */
.shipbx {
  width: auto;
  max-width: 924px;
  min-height: 88px;
  border: 2px solid var(--primary-color);
  border-radius: 14px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  padding: 17px 15px 15px 150px;
  margin-top: 44px;
  margin-bottom: 10px;
  color: #000;
}

@media (max-width: 499px) {
  .shipbx {
    padding: 17px 15px 15px 125px;
    margin: 17px 15px;
  }
}

.shipiconbx {
  background: #2669b1;
  padding: 19px 5px 19px 7px;
  border-radius: 12px 0 0 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 100%;
  display: flex;
  align-items: center;
}

.shipiconbx img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.shipbx.light {
  border: 2px solid var(--primary-color);
}

.shipbx.light .shipiconbx {
  background: var(--primary-color);
}

.shipbx.light .shipiconbx::after {
  border-left: 15px solid var(--primary-color);
}

.shipbx-txt1 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
  color: #fff;
}

.shipbx-txt1 .blue {
  color: var(--secondary-color);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shipbx.light .shipbx-txt1 .blue {
  color: var(--primary-color);
}

.shipbx-txt2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}

.shipbx.light .shipbx-txt2 {
  color: #fff;
}

@media (max-width: 499px) {

  .shipbx-txt1,
  .shipbx-txt2 {
    text-align: left;
  }

  .shipbx-txt1 {
    font-size: 20px;
  }
}

/* END Shipbox */

/* Glicose Level */
.results-glicose-text {
  background: var(--primary-color-dark);
  padding: 40px 15px;
  text-align: center;
  position: relative;
}

.results-glicose-img {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 60px 15px;
}

.triangle.rotate {
  transform: rotate(-90deg);
}

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

@media (max-width: 700px) {
  .results-glicose-img {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 60px 15px;
  }

  .triangle {
    font-size: 10px;
  }





  .triangle.rotate {
    transform: rotate(0deg);
  }





}

/* END Glicose Level */

/* Bonus Component */
.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.5rem;
}

.bonus-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary-color);
  list-style: none;
}

@media(max-width: 500px) {

  .order_button {
    margin-left: 0px !important;
  }

  .order_button a {
    width: 100%;
  }
}



/* END Bonus Component */




/* 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: 2.0rem;
  padding-bottom: 2.0rem;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

@media(max-width: 375px) {
  #testimonials .card {
    padding: 1.5rem 1rem;
  }
}

#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 */

/*Guarantee*/
.guarantee-text {
  background-color: whitesmoke;
  border: 4px solid var(--fourth-color);
  border-radius: 25px;
}

.guarantee-text h2 {
  background-color: var(--primary-color-dark);
  color: white !important;
  padding: 0.5em 1.5em;
}

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

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

  #bottle img {
    max-height: 150px;
  }
}

.drop {
  position: relative;
}

.drop::before,
.drop::after {
  content: " ";
  display: block;
  background-image: radial-gradient(var(--secondary-color), var(--primary-color-dark));
  border: 2px solid var(--primary-color);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  position-area: center;
  object-position: center;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.dropvsl::before,
.dropvsl::after {
  top: 0px !important;
  transform: translateY(10px) rotate(-45deg);
}

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

/* Button */
.button {
  background-image: linear-gradient(to top, #dadada 50%, #e0e0e0 51%);
  color: var(--text-color) !important;
  border: none !important;
  font-family: "Rubik", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  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%);
}

/*offer*/
.products {
  position: relative;
  overflow: hidden;

}

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

.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;
    -moz-column-gap: 0.5em;
    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-light);
  font-weight: 700;
}

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

@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: -moz-fit-content;
  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: 700;
}

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

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

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

.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(--primary-color-dark), 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-dark);
  text-shadow: none;
}

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

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