body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Inter', Helvetica !important;
}

p, li {
  font-size: 21px;
  color: #0E0701;
  line-height: 30px;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-15 {
  font-size: 13px;
}
.word-break{
  word-break: break-all;
}
.ber-logos{
  width: 100%;
}
.teal-bg{
  background-color: #055454;
}
.text-orange {
  color: #E37714;
}
.hidden-content {
  display: none;
}
/* First Section */
.first-section {
  background: linear-gradient(to bottom, #f9f9f9, #F0EAE4);
  padding-bottom: 1rem;
}

/* Second Section */
.second-section {
  background: #f0ebe5;
  padding-bottom: 1rem;
}

/* Third Section */
.third-section {
  background-color: #086A6A;
  position: relative;
}

.third-section::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 30px solid #086A6A;
}

/* Fourth Section */
.fourth-section .container {
  max-width: 980px;
}

.bw-badge {
  max-width: 565px;
  margin: auto;
  padding-top: 1rem;
}

.bw-badge img {
  max-width: 75px;
}

.order-box {
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.order-box.best-value {
  border: 2px solid #dddddd;
  background-color: #fffdf1;
}

.order-box img {
  max-width: 100%;
  margin-bottom: 0px;
}

.order-box h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

.text-yellow {
  color: #d7d72e !important;
  font-weight: 700;
}

.top-cart {
  font-size: 1.1rem;
  font-style: italic;
}

.order-box .price {
  font-size: 3rem;
  font-weight: bold;
  color: #086a6a;
}

.order-box .price.strike {
  text-decoration: line-through;
  font-size: 1.8rem;
  color: #9ca3af;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  font-weight: 600;
}

.order-box button {
  margin-top: 10px;
  color: #000000;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 10px 20px;
  width: 100%;
  background-image: linear-gradient(180deg, #f6dda1, #f0c14b);
  border: 1px solid #fff;
  border-color: #a88734 #9c7e31 #846a29;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #F9FFAC;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.order-box button:hover {
  background-image: linear-gradient(180deg, #fbd578, #edb833);
}

.order-box .guarantee {
  font-size: 1.1rem;
  color: #007B5E;
  font-weight: 400;
  margin-top: 10px;
}

.order-box .shipping {
  font-size: 13px;
  color: #999;
}

.free-usa-shipping {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e1a46b !important;
}

.best-value .shipping {
  font-size: 1.1rem;
  color: #bf8043;
  font-weight: 600;
}

.order-box .payment-icons {
  margin-top: 15px;
}

.payment-icons img {
  max-width: 100%;
  margin: 0 0px;
}

.bottle-holder p {
  color: white;
  margin-bottom: 0;
}

.two-free {
  font-size: 1.1rem;
  font-weight: 500;
}

.bottle-holder {
  background: #054040;
  border-radius: 8px 8px 0px 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.order-spacing {
  padding-top: 2rem;
}

.content-holder {
  padding: 1rem;
}

.best-value .price {
  font-size: 4rem;
  color: #b91c1c;
  letter-spacing: -1px;
}

.price-holder {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.per-bottle {
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  padding-left: 3px;
}

.order-image-holder {
  position: relative;
}

.best-value-holder {
  position: absolute;
  width: 75px;
  bottom: 0;
}

.money-back-holder {
  position: absolute;
  right: -20px;
  top: -27px;
  width: 90px;
}

/* Fourth Half Section */
.fourth-half-section {
  background: #53412c;
}

.fourth-half-section .container {
  max-width: 980px;
}

/* Fifth Section */
.fifth-section {
  background-color: #f0eae4;
}

.fifth-section .container {
  max-width: 980px;
}

.value-badge {
  padding: 10px !important;
  color: white !important;
  font-style: italic !important;
  font-size: 15px !important;
  background-color: #e37714 !important;
  font-weight: 600 !important;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 1px #c3c3c3;
  margin-top: 5px;
  margin-bottom: 10px;
}

.fifth-section .card {
  min-height: 410px;
}

.fifth-section .card img {
  margin-top: 1rem;
}

.fifth-section .small {
  font-size: 12px;
}

/* Sixth Section */
.sixth-section {
  background-color: #F6F6F6;
}

.sixth-section .container {
  max-width: 980px;
}

.stars-holder {
  margin-top: -5px;
}

.scale-button {
  background-color: #24655D;
  position: relative;
  border: 2px solid #f4e9d8;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline-width: 1px;
  outline-offset: 0;
  outline-color: rgba(0, 130, 206, 0.75);
  outline-style: solid;
  animation: animateOutline 4s ease infinite;
}

.scale-button:hover {
  background-color: #24655D !important;
}

.scale-button::before {
  content: "";
  display: inline-block;
  background: url('../images/scale.png') no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }

  10% {
    outline-color: #E37714;
    background-color: #E37714;
  }

  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }

  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}

.orange-arrow {
  left: 38%;
  top: 70px;
  width: 250px;
}

/* Seventh Section */
.seventh-section .container {
  max-width: 980px;
}

.icon-image {
  width: 60px;
}

/* Eighth Section */
.eight-section {
  background-color: #1e554e;
}

.eight-section .container {
  max-width: 980px;
}

.background-box {
  background-color: #346660;
  border-radius: 10px;
  padding: 1rem;
}

/* Ninth Section */
.ninth-section {
  background-color: #644e36;
  padding-bottom: 110px !important;
}

.ninth-section .container {
  max-width: 980px;
}

.money-back-holder-lower {
  top: -30%;
  left: -35px;
}

/* Tenth Section */
.tenth-section .container {
  max-width: 980px;
}

.tenth-section {
  margin-top: -90px;
}

.accordion-header {
  cursor: pointer;
}

.accordion button {
  font-size: 1.4rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d3c9be;
  margin-bottom: 1rem;
}

.accordion-item {
  border: none;
}

.accordion-body {
  padding-top: 0;
}

/* Footer Container */
.footer-logo img {
  filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(100%) contrast(1000%) !important;
}

.footer-container {
  background-color: #2b453b;
}

.footer-content p {
  font-size: 13px;
  line-height: normal;
}

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

#footernav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px !important;
  margin: 0 10px;
  font-family: 'Inter', sans-serif;
}

/* Video Styles */
.video-container {
  max-width: 1000px;
  margin: auto;
  border: 2px solid white;
  border-radius: 0px;
}

.best-value .bottle-holder {
  background: #086a6a;
}

/* Policy Modal */
#modalcontainer .modal-dialog {
  max-width: 600px!important;
  border-radius: 0!important;
  height: 600px;
  padding: 0!important;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto
}

#modalcontainer .modal-content {
  background-color: #fff!important;
  border-radius: 0!important;
  border: none !important;
}

.fcontent {
  height: 600px;
  overflow: hidden;
  overflow-y: scroll
}

img.splogo {
  margin: auto;
  display: block;
  padding: 20px;
  max-width: 224px;
}

.fcontent p {
  margin-bottom: 20px
}

.supportpages {
  padding: 0 20px
}

.supportpages p {
  font-size: 20px !important
}

.sp-top h2 {
  color: #093;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  margin-top: 30px
}

.sp-top h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 30px;
}

.sp-top h4 {
  font-size: 25px;
  font-family: 'Oswald';
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px
}

.footer-snslogo-2 {
  background-color: #f5f5f5
}

p.customer-support {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 0
}

p.customer-support-text {
  text-align: center;
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 18px;
  margin-bottom: 0
}

.ss-pages {
  display: none;
}

.flogo img {
  filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(100%) contrast(1000%);
}

.sec-copyright {
  font-size: 17px !important;
  color: white;
}

.sec-copyright a {
  font-size: 17px !important;
  color: white;
  text-decoration: none;
}

.footercopy {
  color: #000;
  font-family: Oswald;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #f5f5f5;
  display: block;
  margin-top: 30px
}

.main.container {
  max-width: 940px;
  padding: 0;
  margin: 0 auto;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
  /* Optional: make the button border white */
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
  /* Makes the icon white */
}

.AutoPlayBox__content {
  display: none !important;
}

.AutoPlayBox__box {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.pulse-an2 {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: .15s;
  -webkit-animation-name: pulse2;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: .15s;
  -moz-animation-name: pulse2;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  transition-property: -moz-transform;
  transition-duration: .15s;
  animation-name: pulse2;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}


@keyframes pulse2 {
  from {
    transform: scale(.8);
  }

  to {
    transform: scale(.95);
  }
}

@-webkit-keyframes pulse2 {
  from {
    -webkit-transform: scale(.8);
  }

  to {
    -webkit-transform: scale(.95);
  }
}

@-moz-keyframes pulse2 {
  from {
    -moz-transform: scale(.8);
  }

  to {
    -moz-transform: scale(.95);
  }
}

img.pulse-an2 {
  width: 970px;
}

@media only screen and (max-width: 991px) {
  img.pulse-an2 {
    width: 97.881vw;
  }
}
@media only screen and (max-width: 768px) {
  .flogo {
    display: flex;
    justify-content: space-between;
  }
}

.modal-open #modalcontainer .modal {
  padding-left: 17px!important;
  padding-right: 17px!important;
  background-color: transparent !important;
  background-image: none !important;
}

#modalcontainer .modal.show .modal-dialog {
  background-color: transparent !important;
}

#modalcontainer .modal {
  padding-top: 0;
  background-color: #0000004d;
}

#modalcontainer .modal p {
  font-size: 20px !important;
  margin-bottom: 1rem;
}

p.customer-support-text {
  margin-bottom: 0 !important;
}

/* Flip Clock */
#flipClock {
  display: flex;
  justify-content: center;
  align-items: center;
}

.time {
  display: flex;
  align-items: center;
  gap: 4px;
  /* Space between digits and colons */
}

.digit {
  position: relative;
  width: 60px;
  height: 50px;
  perspective: 1000px;
  /* Required for 3D effect */
  text-align: center;
}

.digit .flip-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #E37714;
  font-size: 2rem;
  line-height: 70px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  backface-visibility: hidden;
  transform-origin: center bottom;
  border: 2px solid #E37714;
}

/* Flip Animation */
.flip-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #E37714;
  font-size: 2rem;
  line-height: 70px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transform-origin: center bottom;
  /* Flip animation origin */
  animation: flipDown 0.5s ease-in-out forwards;
  border: 2px solid #E37714;
}

#flipClock span {
  color: white;
}

/* Animation Keyframes */
@keyframes flipDown {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

/* Exit Popup */
.exit-popup {
  background-color: #ffffff;
  color: white;
  text-align: center;
}

.exit-popup p {
  font-size: 18px;
}

.timer {
  color: white;
  background-color: #368183;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.exit-popup img {
  max-width: 100%;
  margin: 10px 0;
}

.exit-popup button {
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.exit-popup a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

.modal-header-special {
  background: #21696a;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}

.modal-copy p {
  font-size: 18px;
  text-align: left;
  font-style: italic;
}

.modal-copy img {
  border: 3px solid #ffffff;
  box-shadow: -2px 2px 5px #999999;
}

.keep-watching-button {
  background-color: #21696a;
  border-radius: 40px;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  margin: auto;
}

a.keep-watching-link {
  text-decoration: none;
}

.keep-watching-button h3 {
  margin-bottom: 0;
}

.modal-copy h4 {
  color: black;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

.read-text {
  padding-top: 1rem;
}

.read-text h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  padding-top: 5px;
  font-style: normal;
  color: #21696a;
}

.keep-watching-button:hover {
  box-shadow: -2px -2px 5px #bdbdbd;
  background-color: #3a9799;
}

.modal-header-special button {
  position: absolute;
  right: -8px;
  top: 0;
}

/* extra css */
.under-cart-text {
  line-height: 20px;
}

/* media queries */
@media screen and (max-width: 460px) {
  .money-back-holder-lower {
    top: -7px;
    left: -15px;
  }

  .scale-button {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sixth-section .card-header {
    display: inline !important;
  }

  .sixth-section .btn-warning {
    margin-top: 10px;
  }

  .order-spacing {
    padding-top: 0rem;
  }

  .fourth-section .container .order-box:nth-of-type(1) {
    margin-top: 0rem;
  }

  .third-section {
    margin-bottom: 2rem;
  }

  .money-back-holder-lower img {
    width: 80px;
  }
}

/*additional edits*/

.timer-01{
  max-width: 1000px;
  margin: 0px auto;
  flex-wrap: no-wrap;
}
.timer-01 .hide-desk{
  display: none;
}
.teal-bg{
  position: sticky;
  top: -1px;
  z-index: 20;
}
.timer-01 img{
  max-width: 24px;
}
.timer-01 p{
  font-size: 18px;
}
.timer-01 .digit {
  position: relative;
  width: 30px;
  height: 25px;
  perspective: 1000px;
  /* Required for 3D effect */
  text-align: center;
}
.timer-01 .digit .flip-top{
  font-size: 18px;
  background-color: yellow;
  border: 0px;
  color: #000;
}
.timer-01 .flip-animation{
  font-size: 18px;
  background-color: yellow;
  border: 0px;
  color: #000;
}
@media screen and (max-width: 600px){
  .teal-bg .container{
    padding: 0px !important;
  }
  .timer-01 p {
    font-size: 15px;
  }
  .timer-01 .col-md-3 {
    width: 50%;
  }
  .timer-01 .col-md-4 {
    width: 50%;
  }
  .timer-01 .hide-mob{
    display: none;
  }
  .timer-01 .show-mob{
    display: inline-block;
  }
}

.content-holder a {
  color: inherit;
  text-decoration: none;
}


/* Kim Edits - 01-30-25 */



/* @media (max-width: 450px){
.to-this img {
    margin: -25px auto -20px !important;
} */
.testimony p.inner-p5 {
    padding: 10px;
    letter-spacing: -.4px;
}

  
  img.star2 {
    transform: rotate(180deg);
}
}