/* GENERAL */
body {
  color: #000000 !important;
  font-family: "Inter", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
.header-large {
  font-size: 48px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
}

.header-large strong {
  color: #11abc8;
}

.cta-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-item .btn-cta,
.cta-box .btn-cta {
  background-color: #fed606 !important;
  border: 1px solid #d9b600;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px #00000026;
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 43px;
}

.nav-item .btn-cta {
  font-size: 18px;
  padding: 8px 18px;
}

.cta_fixed_bottom .cta-box {
  align-items: center;
}

.cta_fixed_bottom .cta-box .btn-cta {
  margin: auto;
}

.cta-box .date-div,
.cta-box .stock-div {
  align-items: baseline;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 5px;
  line-height: 13px;
}

.cta-box .date-div p,
.cta-box .stock-div p {
  margin-bottom: 0;
}

.date-div .green-circle {
  background-color: #adf4a1;
  border-radius: 50%;
  height: 12px;
  padding: 3px;
  width: 12px;
}

.date-div .green-circle::after {
  background-color: #95df89;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.cta-box hr {
  background-color: #b9b9b9;
  border: none;
  height: 15px;
  margin: 0;
  opacity: 1;
  width: 2px;
}

.stock {
  background-color: #d9d9d9;
  border-radius: 1px;
  height: 10px;
  width: 10px;
}

.stock:first-child {
  background-color: #fc2201;
}

.text-red {
  color: #fc2201;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

/* TOPBAR */
.topbar {
  background-color: #11abc8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  padding: 3px 0;
}

.topbar strong {
  color: #fed606;
}

/* NAVBAR */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  max-width: 230px;
}

.nav-item {
  align-items: center;
  display: flex;
  padding: 0 30px;
  position: relative;
}

.nav-item:first-child::before,
.nav-item:last-child::before {
  border: none;
}

.nav-link {
  color: #202e3b !important;
  font-size: 15px !important;
  line-height: 42px;
}

.nav-cta {
  background-color: #00c04e !important;
  border-radius: 50px;
  color: #ffffff !important;
  padding: 8px 30px;
  text-transform: capitalize;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px;
}

.hero .img-container {
  grid-column: 1 / 2;
  grid-row: 1 / 6;
  position: relative;
  width: fit-content;
  height: auto;
  align-self: center; /* centriranje vertikalno unutar grida */
}

.hero .img-container > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero .header-large {
  line-height: 58px;
  margin-bottom: 0;
}

/* SEALS DIV */
.top-hero .seals-div {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem)
    clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
  width: 25%;
  max-width: 220px;
  min-width: 100px;
}

/* STAR TITLE */
.star_title {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 38px 55px;
}

.hero .star_title {
  padding-bottom: 10px;
}

.star_title p {
  font-size: 14px;
  line-height: 24px;
}

.star_title h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 7px 0 17px;
}

/* LIST AND CTA */
.list_cta {
  grid-column: 2 / 3;
  grid-row: 2 / 5;
  padding: 0 55px 59px;
}

.list_cta h4 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
}

.hero .list_cta h4 {
  margin-top: 0;
}

.list_cta ul {
  margin-top: 17px;
  padding-left: 0;
}

.list_cta li {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  line-height: 39px;
  list-style: none;
}

.list_cta li svg {
  color: #16b8d7;
  height: 20px;
  width: 20px;
}

/* BRANDS */
.brands {
  align-items: center;
  background-color: #010a0b;
  display: flex;
  gap: 15px;
  grid-area: 6 / 1 / 7 / 3;
  justify-content: center;
  padding: 32px;
}

.brands-wrapper {
  display: flex;
  gap: 33px;
  justify-content: center;
}

/* BULLET LIST */
.bullet-list {
  align-items: center;
  background-color: #f9fcfd;
  display: flex;
  flex-direction: column;
  padding-top: 49px;
  overflow: initial;
  scroll-margin-top: 150px;
}

.bullet-list .desc {
  font-size: 24px;
  line-height: 34px;
}

.bullet-list-wrapper {
  background: url(../images/lander1/water-bg.webp) 50% 57% no-repeat;
  display: flex;
  justify-content: center;
  max-width: 1420px;
  padding-top: 40px;
}

.bullet-list-wrapper .left-list,
.bullet-list-wrapper .right-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  list-style: none;
  padding-left: 0;
}

.bullet-list-wrapper .left-list,
.bullet-list-wrapper .product-div,
.bullet-list-wrapper .right-list {
  flex: 1;
}

.bullet-list-wrapper .bullet-item {
  align-items: baseline;
  display: flex;
  gap: 15px;
}

.bullet-item svg {
  color: #16b8d7;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}

.bullet-item h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.bullet-item p {
  font-size: 18px;
  line-height: 28px;
}

.product-div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: -48px;
  position: relative;
}

.product-div .bpa {
  bottom: 80px;
  position: absolute;
  right: -100px;
  width: 139px;
  height: 139px;
}

/* KEY FEATURES */
.key-features {
  margin-top: 93px;
}

.key-features .desc {
  font-size: 24px;
  line-height: 70px;
}

.key-features-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 68px;
  justify-content: center;
  margin-top: 43px;
}

.feature {
  align-items: center;
  display: flex;
  gap: 75px;
}

.feature:nth-child(2n) {
  flex-direction: row-reverse;
}

.feature > div {
  width: 50%;
}

.feature-div video {
  border-radius: 8px;
  display: block;
  max-width: 100%;
  height: auto;
}

.feature-content h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.feature .number {
  color: #11abc8;
  margin-bottom: 12px;
}

.feature p {
  margin-top: 15px;
  max-width: 500px;
}

/* HEALTH */
.health {
  margin-top: 134px;
}

.health-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}

.health-item {
  color: #ffffff;
  position: relative;
  width: 50%;
}

.health-item img {
  width: 100%;
}

.health-item.inner {
  width: 100%;
}

.health-item:nth-child(2n) {
  color: #000000;
}

.health-text {
  left: 33px;
  max-width: 278px;
  top: 33px;
}

.health-text h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.health-text p {
  font-size: 18px;
  line-height: 27px;
}

/* STEPS */
.steps {
  margin-top: 83px;
}

.steps-wrapper {
  display: flex;
  gap: 54px;
  justify-content: center;
  margin-top: 52px;
}

.step {
  max-width: 345px;
  text-align: center;
}

.step-img {
  border-radius: 8px;
  overflow: hidden;
}

.step-content h4 {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin-top: 28px;
}

.step-content h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 22px;
}

.step-content p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
}

/* COMPARISON TABLE */
.s4CompBox {
  display: flex;
  vertical-align: middle;
  width: 100%;
  max-width: 1000px;
  margin-top: 170px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 4px;
}

.compCol1 {
  float: left;
  width: 57%;
  padding: 15px 0;
  position: relative;
  padding-top: 120px;
}

.compCol1 ul {
  float: left;
  padding-left: 0;
  width: 100%;
}

.compCol1 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: left;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.compCol1 ul li:last-child {
  border-bottom: none;
}

.compCol1 ul li p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.compCol1 ul li p span {
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 20px;
}

.compCol1 ul li img {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -13px;
}

.compCol2 {
  float: left;
  width: 20%;
  background: #008a82;
  border-radius: 4px;
  margin: -30px 4px -44px 0;
  padding-bottom: 15px;
}

.compCol2 svg {
  color: #ffffff;
  height: 30px;
  width: 30px;
}

.compCol2Top {
  display: flex;
  flex-direction: column;
  height: 145px;
  width: 100%;
}

.compCol2Prod {
  display: block;
  margin: auto;
  max-width: 100%;
}

.compCol2Prod.product {
  margin-top: -100px;
}

.compCol3 {
  background-color: transparent;
}

.compCol2Top.compCol3Top {
  height: 115px;
  margin-top: 35px;
}

.compCol2Top.compCol3Top p {
  background: none;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.compCol3 ul li {
  border-bottom: 1px solid #c2c2c2;
}

.compCol4Prod {
  display: block;
  margin: -160px auto 20px;
  max-width: 100%;
}

.compCol2Top p,
.compCol4top p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
  background: #252525;
  padding: 6px 15px;
  border-radius: 50px;
}

.compCol2 ul {
  float: left;
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.compCol2 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compCol4 ul li {
  border-bottom: 1px solid #c2c2c2;
}

.compCol2 ul li img {
  display: inline-block;
  vertical-align: middle;
  margin: 17px auto 0;
}

.compCol3 svg {
  color: #adadad;
}

.compCol4 {
  background: #dbdbdb;
  margin-right: 0;
  margin: -30px 0 0 0;
}

.compCol2 ul li:last-child {
  border-bottom: none;
}

.compCol4 .compCol2Top {
  border-radius: 20px 20px 0 0;
  height: 45px;
}

.comparison {
  align-items: center;
  background-color: #f9fcfd;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  padding-top: 55px;
  overflow: initial;
scroll-margin-top: 70px;
}
#reviews{
  overflow: initial;
  scroll-margin-top: 100px;
}
.guarantee_disclaimer {
  display: flex;
  gap: 47px;
  margin-top: 94px;
  max-width: 800px;
}

.guarantee-info {
  display: flex;
  flex-direction: column;
}

.guarantee-info h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}

.guarantee-info > p {
  font-size: 18px;
  line-height: 30px;
}

/* REVIEWS */
.reviews {
  margin-top: 52px;
}

.reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 74px;
}

.review {
  background-color: #f9fcfd;
  border-radius: 8px;
  max-width: 261px;
  overflow: hidden;
}

.review-content {
  padding: 20px 20px 30px 20px;
}

.reviewr-info {
  align-items: baseline;
  display: flex;
  gap: 6px;
  margin: 5px 0;
}

.reviewr-info span {
  font-size: 16px;
  line-height: 38px;
}

.verified {
  align-items: center;
  color: #07a965;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  line-height: 28px;
}

/* DONT MISS OUT */
.offer-box {
  background-color: #f3f9fb82;
  margin-top: 82px;
}

.dont-miss-out {
  max-width: 1320px;
  margin: auto;
}

.dont-miss-out .star_title {
  padding-bottom: 0;
}

.dont-miss-out .seals-div {
  display: flex;
  position: absolute;
  flex-direction: row-reverse;
  bottom: 0;
  right: 0;
  height: 30%;
  max-height: 152px;
  padding: 0 42px 32px 0;
}

.dont-miss-out .seals-div img {
  max-height: 100%;
}

/* FAQ */
#faq {
  margin-bottom: 304px;
  margin-top: 81px;
}

#faq .wrapper {
  margin-bottom: 66px;
}

#faq .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#faq .accordion-button:focus {
  box-shadow: none;
}

#faq .accordion-item {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 25px 30px;
}

#faq .accordion-button {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.accordion-button {
       gap: 10px !important;
      }
#faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  color: #000000;
  padding-bottom: 0;
}

#faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle' viewBox='0 0 16 16'%3e%3cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3e%3c/svg%3e");
}

#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'%3e%3cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3e%3c/svg%3e");
  background-size: contain;
  height: 30px;
  width: 30px;
}

#faq .accordion-body {
  font-size: 18px;
  line-height: 28px;
}

/* FOOTER */
footer {
  align-items: center;
  background-color: #ffffff;
  color: #7f7f7f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.footer-logo {
  margin-bottom: 18px;
  max-width: 230px;
}

footer .separate {
  border-bottom: 1px solid #eaeaea;
  margin: 20px 0;
  width: 100%;
}

.footer-links .link-item {
  align-items: center;
  color: #7f7f7f;
  display: flex;
  font-size: 16px;
  gap: 5px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 0 10px;
  position: relative;
}

.footer-links .link-item::after {
  border-right: 2px solid #7f7f7f70;
  content: "";
  height: 60%;
  left: 0;
  position: absolute;
}

.footer-links .link-item:first-child::after {
  border: none;
}

.footer .copy {
  font-size: 16px;
  line-height: 35px;
}

@media (max-width: 915px) {
  /* GENERAL */
  .header-large {
    font-size: 28px;
    line-height: 38px;
  }

  .header-large strong {
    color: #11abc8;
  }
  
  .showfxd {
    bottom: -30px;
    left: auto;
    margin: 0 auto;
    position: fixed;
    right: 0;
  }

  .cta_fixed_bottom.showfxd {
    align-items: center;
    background-color: #e7f9ff;
    border: none;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 30px;
    width: 100%;
    z-index: 3;
  }

  /*-----------------------
        Pulse
    ------------------------*/
  .pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.95);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.95);
    }
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.95);
    }

    50% {
      -webkit-transform: scale(1);
    }

    100% {
      -webkit-transform: scale(0.95);
    }
  }

  /* TOPBAR */
  .topbar {
    font-size: 15px;
  }

  .topbar strong {
    color: #fed606;
  }

  /* NAVBAR */
  .navbar-brand {
    margin-bottom: 20px;
    margin-left: 18px;
    max-width: 130px;
  }

  .navbar {
    padding-bottom: 0 !important;
  }

  .navbar > .container-xl {
    align-items: baseline;
    padding: 0;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    height: 2em !important;
    width: 2em !important;
  }

  .nav-item {
    padding: 0;
  }

  .nav-link {
    border: 1px solid #d6d6d6 !important;
    color: #202e3b !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 42px;
    padding: 0 0 0 18px !important;
    width: 100%;
  }

  .nav-link.active {
    background-color: #fed606;
    font-weight: 700;
  }

  /* HERO */
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero .seals-div {
    display: block;
    max-width: 106px;
    height: unset;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    padding: 0 0 30px 0;
  }

  .top-hero .seals-div {
    display: flex !important;
  }

  .img-container {
    order: 1;
  }

  .img-container .seals-div img {
    height: 80px;
    width: 80px;
  }

  .hero .header-large {
    line-height: 37px;
  }

  .star_title {
    align-items: center;
    order: 0;
    padding: 20px;
    text-align: center;
  }

  .star_title > div {
    align-items: center;
  }

  .star_title h2 {
    text-align: center !important;
  }

  .list_cta {
    order: 3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .list_cta h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .list_cta .cta-box {
    display: none;
  }

  .brands {
    flex-direction: column;
    order: 2;
    padding: 20px;
  }

  .brands-wrapper {
    flex-wrap: wrap;
  }

  .brand-img img {
    max-width: 100px;
  }

  /* BULLET LIST */
  .bullet-list {
    align-items: center;
    background-color: #f9fcfd;
    display: flex;
    flex-direction: column;
  }

  .bullet-list .desc {
    font-size: 18px;
    line-height: 27px;
  }

  .bullet-list-wrapper {
    background: none;
    flex-direction: column;
    padding: 40px 20px;
  }

  .bullet-list-wrapper .left-list,
  .bullet-list-wrapper .right-list {
    gap: 25px;
  }

  .bullet-list-wrapper .left-list,
  .bullet-list-wrapper,
  .bullet-list-wrapper .right-list {
    flex: 1;
  }

  .bullet-list-wrapper .left-list {
    order: 2;
  }

  .bullet-list-wrapper .right-list {
    order: 3;
  }

  .bullet-list-wrapper .bullet-item {
    align-items: baseline;
    display: flex;
    gap: 15px;
  }

  .bullet-item h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .product-div {
    background: url(../images/lander1/water-bg.webp) center no-repeat;
    margin-bottom: 73px;
    order: 1;
  }

  .product-div .bpa {
    bottom: 60px;
    position: absolute;
    right: -68px;
    width: 95px;
    height: 95px;
  }

  /* KEY FEATURES */
  .key-features {
    margin-top: 33px;
  }

  .key-features .desc {
    font-size: 18px;
    line-height: 27px;
  }

  .key-features-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center;
    margin-top: 28px;
    padding: 0 20px;
  }

  .feature {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .feature:nth-child(2n) {
    flex-direction: column;
  }

  .feature > div {
    width: 100%;
  }

  .feature-div video {
    border-radius: 8px;
  }

  .feature .number,
  .feature-content h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .feature-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    max-width: 500px;
  }

  /* HEALTH */
  .health {
    background-color: #f9fcfd;
    margin-top: 32px;
    padding: 0 !important;
  }

  .health h2 {
    padding: 32px 23px;
  }

  .health-wrapper {
    flex-direction: column;
    margin-top: 32px;
  }

  .health-item {
    min-height: 287px;
    width: 100%;
  }

  .health-item img {
    height: 100% !important;
    min-height: 287px;
    width: 100%;
  }

  .health-item.inner {
    width: 100%;
  }

  .health-item:nth-child(2n) {
    color: #000000;
  }

  .health-text {
    left: 20px;
    max-width: 44%;
    top: 33px;
  }

  .health-text h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
  }

  .health-text p {
    font-size: 16px;
    line-height: 27px;
  }
    .health-item img {
        height: 100% !important;
        min-height: 310px;
        width: 100%;
    }
  /* STEPS */
  .steps {
    margin-top: 83px;
  }

  .steps-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 44px;
    margin-top: 52px;
  }

  .step {
    height: 100%;
    max-width: none;
    width: 100%;
  }

  .step-img {
    border-radius: 8px;
    overflow: hidden;
  }

  .step-content h4 {
    font-size: 26px;
    line-height: 31px;
  }

  .step-content h6 {
    font-size: 22px;
    line-height: 26px;
  }

  .step-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
  }

  /* COMPARISON TABLE */
  .s4CompBox {
    margin-top: 110px;
  }

  .compCol2 {
    margin-bottom: -22px;
    padding: 0 5px 15px;
  }

  .compCol1 {
    padding-top: 89px;
    padding-bottom: 0;
  }

  .compCol1 ul {
    margin-bottom: 0;
  }

  .compCol2Top {
    height: 115px;
    margin-top: 0px;
  }

  .compCol2Top .product {
    margin-top: -65px;
    max-height: 90px;
  }

  .compCol2.compCol3 .compCol2Prod {
    margin-top: 20px;
  }

  .compCol1 ul li p {
    font-size: 15px;
    line-height: 20px;
  }

  .compCol2 svg {
    height: 26px;
    width: 26px;
  }

  .compCol2Top.compCol3Top {
    gap: 10px;
    height: 115px;
    margin-top: 5px;
  }

  .compCol2Top.compCol3Top .compCol2Prod {
    margin-top: -10px;
  }

  .compCol2Top.compCol3Top .product {
    margin-top: -45px;
  }

  .compCol2Top.compCol3Top p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .guarantee_disclaimer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 58px;
    padding: 0 20px;
  }

  .guarantee-info {
    align-items: center;
    text-align: center;
  }

  .guarantee-info h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .guarantee-info .cta-box {
    align-items: center;
  }

  /* REVIEWS */
  .review {
    max-width: 100%;
  }

  .review-img img {
    width: 100%;
  }

  .review-content > img {
    width: 120px;
  }

  .reviewr-info span {
    font-size: 18px;
  }

  .review-text {
    font-size: 16px;
    line-height: 26px;
  }

  /* DONT MISS OUT */
  .dont-miss-out {
    margin-top: 49px;
  }

  .dont-miss-out .header-large {
    font-size: 33px;
    line-height: 42px;
  }

  .dont-miss-out .header-large strong,
  .dont-miss-out .list_cta li svg {
    color: #2a7d8c;
  }

  .dont-miss-out .seals-div {
    bottom: 30px;
    flex-direction: column;
    top: auto;
    height: unset;
  }

  .dont-miss-out .list_cta .cta-box {
    align-items: center;
    display: flex;
  }

  /* FAQ */
  #faq {
    margin-bottom: 54px;
    margin-top: 31px;
  }

  #faq .wrapper {
    margin-bottom: 39px;
  }

  #faq .accordion-item {
    padding: 25px 15px;
  }

  #faq .accordion-button {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
  }

  #faq .accordion-body {
    font-size: 16px;
    line-height: 27px;
  }

  /* FOOTER */
  .footer-links .link-item {
    font-size: 14px;
    line-height: 28px;
  }

  .footer .copy {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero {
    display: flex;
    flex-direction: column;
  }

  .product-div img {
    max-width: 117px;
  }

  .hero .img-container {
    order: 1;
    width: 100%;
    height: auto;
  }

  .hero-bg-photo {
    min-height: 290px;
  }

  .star_title {
    order: 0;
    text-align: center;
    padding: 15px;
  }

  .list_cta {
    order: 3;
    padding: 15px;
  }

  .brands {
    order: 2;
    flex-direction: column;
    padding: 10px;
  }

  .brands-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}



/* BLACK FRIDAY PROMO BANNER */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

@media only screen and (max-width: 450px) {
  .promoAppliedDiv {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 152px;
  }
}
/*END OF MOBILE CSS*/
@media only screen and (max-width: 466px) {
  .mobilemenu {
    top: 200px !important;
    bottom: unset !important;
  }
}

@media only screen and (min-width: 467px) and (max-width: 767px) {
  .mobilemenu {
    top: 164px !important;
    bottom: unset !important;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mobimenu-top {
    top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mobilemenu {
    top: 175px !important;
  }

  .mobimenu-top {
    top: 70px !important;
  }
}

.mobilemenu {
  overflow: auto !important;
}

.mobimenu-top {
  top: 70px;
}

@media only screen and (min-width: 468px) and (max-width: 763px) {
  .blackFridaySpan {
    font-family: Poppins;
    font-size: 4vw !important;
    font-style: italic;
    font-weight: 900;
    line-height: 42px !important;
    text-align: left;
  }

  .ltdTimeOfferSpan {
    width: 32vw !important;
    height: 64px !important;
  }

  .LtdTimeOfferHeadline {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px !important;
    position: relative;
    top: -3px !important;
  }

  .saleSpan {
    width: 63px !important;
    height: 1vh !important;
    font-size: 3vw !important;
    line-height: 25.2px !important;
    text-align: center;
    margin-right: 0px !important;
    margin-left: 10px !important;
    padding: 10px 5px 10px 0px !important;
  }

  .upTo70OffSpan {
    width: 145px !important;
    height: 54px !important;
    margin-right: -5px !important;
    margin-left: 5px !important;
  }

  .upTo70OffSpanUpTo {
    font-size: 10px !important;
    font-weight: 600;
    line-height: 18px !important;
    text-align: left;
    left: -25px;
    width: 195px;
  }

  .upTo70OffSpan70Off {
    font-size: 30px !important;
    font-weight: 900;
    line-height: 42px !important;
    text-align: left;
    top: 3px !important;
  }

  .upTo70OffSpanUpToPromoCode {
    font-size: 9px !important;
  }

  .timerCountDownSpan {
    width: 25px !important;
  }

  .timerCountDownTimeSpan {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
  }

  .timerCountDownTextSpan {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 15px !important;
  }

  .timerCountDownTimeSpan {
    width: 27px !important;
    height: 26.5px !important;
    font-size: 15px !important;
  }

  .timerCountDownWrapper {
    column-gap: 10px !important;
    justify-content: space-evenly !important;
  }
}


@media only screen and (min-width: 763px) and (max-width: 990px) {
  .blackFridaySpan {
    font-family: Poppins;
    font-size: 35px !important;
    font-style: italic;
    font-weight: 900;
    line-height: 42px !important;
    text-align: left;
  }

  .ltdTimeOfferSpan {
    width: 197px !important;
    height: 64px !important;
  }

  .LtdTimeOfferHeadline {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px !important;
    position: relative;
    top: -8px;
  }

  .saleSpan {
    width: 63px !important;
    height: 25px !important;
    font-size: 21px !important;
    line-height: 25.2px !important;
    text-align: center;
    margin-left: 20px !important;
    margin-right: 5px !important;
    padding: 13px 8px 13px 0px !important;
    position: relative;
    top: -1.5px;
  }

  .upTo70OffSpan {
    width: 190px !important;
    height: 54px !important;
  }

  .upTo70OffSpanUpTo {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 18px !important;
    text-align: left;
    top: -8px !important;
    left: 3px !important;
  }

  .upTo70OffSpan70Off {
    font-weight: 900;
    line-height: 42px !important;
    font-size: 42px !important;
    text-align: left;
    top: 0px !important;
  }

  .upTo70OffSpanUpToPromoCode {
    font-size: 12px !important;
  }

  .timerCountDownTimeSpan {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
  }

  .timerCountDownTextSpan {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 15px !important;
  }

  .timerCountDownTimeSpan {
    width: 27px !important;
    height: 26.5px !important;
    font-size: 15px !important;
  }

  .timerCountDownWrapper {
    column-gap: 18px !important;
  }
}

@media only screen and (max-width: 467px) {
  .blackFridaySpan {
    font-size: 7vw !important;
    line-height: 0px !important;
  }

  .bannerToFix {
    height: 148px !important;
  }

  .bannerToFix2RightSide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 25px !important;
  }

  .LtdTimeOfferHeadline {
    font-size: 12px !important;
    line-height: 18px !important;
    position: relative;
    top: -2px;
  }

  .ltdTimeOfferSpan {
    height: 80px !important;
    width: 200px !important;
    align-items: center;
  }

  .upTo70OffSpan {
    height: 100px !important;
    width: 100px !important;
    padding-top: 10px;
    margin-left: unset !important;
    margin-right: unset !important;
  }

  .upTo70OffSpan70 {
    top: -5px !important;
  }

  .upTo70OffSpan70Off {
    font-size: 48px !important;
    line-height: 55px !important;
  }

  .upTo70OffSpanUpTo {
    font-size: 14px !important;
    line-height: 13px !important;
    font-style: normal !important;
    padding-left: 5px;
    left: 0px !important;
  }

  .upTo70OffSpanUpToPromoCode {
    width: 100% !important;
  }

  .upTo70OffSpanOff {
    top: -18px !important;
  }

  .saleSpan {
    width: 13vw !important;
    height: 18px !important;
    padding: 2.5vw 1.5vw 2.5vw 0px !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
    position: relative;
    font-size: 4vw !important;
    top: -5px;
  }

  .timerCountDownSpan {
    width: 27.9px !important;
  }

  .timerCountDownTimeSpan {
    width: 27.9px !important;
    height: 27.9px !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
  }

  .timerCountDownWrapper {
    justify-content: center !important;
    column-gap: 27px !important;
    width: 192px !important;
  }
}

@media only screen and (max-width: 1360px) { /* FIX FOR BETWEEN 0 AND 1360 */
  .upTo70OffSpanUpToPromoCodePromoSpan {
    display: none;
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1360px) { /* FIX FOR BREAK BETWEEN 990 AND 1360 */
  .blackFridaySpan {
    font-size: 35px !important;
  }

  .ltdTimeOfferSpan {
    justify-content: flex-start !important;
    width: 295px !important;
  }

  .LtdTimeOfferHeadline {
    font-size: 17px !important;
    line-height: 40px !important;
  }

  .saleSpan {
    width: 100px !important;
    height: 28px !important;
    padding: 0px 5px 0px 0px !important;
    font-size: 30px !important;
    line-height: 48px !important;
    margin-left: 15px !important;
    margin-right: 9px !important;
  }

  .upTo70OffSpan {
    width: 190px !important;
    height: 101px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .upTo70OffSpan70Off {
    font-size: 43px !important;
    line-height: 35px !important;
    top: 10px !important;
  }

  .upTo70OffSpanUpTo {
    font-size: 12px !important;
    top: 10px !important;
    left: 5px !important;
  }

  .upTo70OffSpanUpToPromoCode {
    font-size: 12px !important;
  }

  .timerCountDownWrapper {
    column-gap: 20px !important;
    justify-content: space-evenly !important;
  }

  .timerCountDownSpan {
    width: 45px !important;
    height: 45px !important;
    position: relative;
    top: 3px;
  }

  .timerCountDownTimeSpan {
    width: 45px !important;
    height: 45px !important;
    font-size: 26px !important;
    line-height: 39px;
    top: 2px;
  }

  .timerCountDownTextSpan {
    font-size: 11px !important;
  }
}

/*END OF MOBILE CSS*/
.bannerToFixWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  height: 150px;
  width: 100%;
}

.bannerToFix {
  height: 110px;
  background-color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.blackFridaySpan {
  color: white !important;
  font-family: Poppins;
  font-size: 69px;
  font-style: italic;
  font-weight: 900;
  line-height: 82.8px;
  text-align: left;
  white-space: nowrap;
}

.saleSpan {
  width: 170px;
  height: 50px;
  padding: 16px 8px 16px 0px;
  color: white !important;
  background: linear-gradient(90deg, #E51F1F 8.91%, #940000 100%);
  font-family: Poppins;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-left: 30px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.upTo70OffSpan {
  width: 301px;
  height: 96px;
  color: #E51F1F !important;
  margin-left: 5px;
  margin-right: 15px;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.upTo70OffSpanUpTo {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #E51F1F !important;
}

.upTo70OffSpan70Off {
  font-family: Poppins;
  font-size: 68px;
  font-weight: 900;
  text-align: left;
  line-height: 75px;
  color: #E51F1F !important;
  position: relative;
  top: -5px;
  font-style: italic;
}

.ltdTimeOfferSpan {
  width: 310px;
  height: 105px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.LtdTimeOfferHeadline {
  color: white !important;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}

.upTo70OffSpanUpTo {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #E51F1F !important;
  position: relative;
  top: 0px;
}

.upTo70OffSpanUpToUpTo {
  font-style: italic;
}

.upTo70OffSpanUpToPromoCode {
  width: 231px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid black;
  color: #000000;
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 18.15px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: #ACF4A1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 7px;
  white-space: nowrap;
}

.timerCountDownWrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
  line-height: 20px;
}

.timerCountDownTimeSpan {
  color: white !important;
  background: linear-gradient(184.32deg, #E51F1F 3.51%, #940000 104.48%);
  width: 51px;
  height: 50px;
  top: 36px;
  display: inline-flex;
  font-family: Poppins;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
}

.timerCountDownTextSpan {
  color: white !important;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.timerCountDownSpan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51px;
}

.bannerMain .orderNwbtn {
  padding: 14px 50px !important;
}

.col-md-12 .mt-md-0 {
  display: flex;
  justify-content: center;
}

.bannerMain .orderNwbtn {
  white-space: nowrap;
}

.blackFridaySaleSpanWrapper {
  white-space: nowrap;
}

.topbar{
  display: none !important
}
@media only screen and (max-width: 500px) { /* FIX FOR BETWEEN 0 AND 1360 */
  .btn-cta {
    font-size: 4vw !important;
  }
}
  /* END OF BLACK FRIDAY PROMO BANNER */