/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'Urbane';
  src: url("//www.natpat.com/cdn/shop/files/urbanerounded-bold-webfont.woff2?v=1333656270480753319") format('woff2')
  , url("//www.natpat.com/cdn/shop/files/urbanerounded-bold-webfont.woff?v=11254272132251603248") format('woff');
  font-weight: bold;
  font-style: normal;
}


/*

   @font-face {
   font-family: 'Urbane';
   src: url("/cdn/shop/files/urbanerounded-bold-webfont.woff?v=1693812888") format('woff2'),
   url("/cdn/shop/files/urbanerounded-bold-webfont.woff?v=1693812888") format('woff');
   font-weight: bold;
   font-style: normal;
   }
*/

/*dawn shopify override*/footer.footer.color-scheme-1.gradient.section-footer-padding {
  border-top: none;
  margin-top: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700 &display=swap');


.din-condensed {
  font-family: 'DIN Condensed'
  , 'D-DIN'
  , roboto
  , sans-serif !important;

}

html {
  scroll-behavior: smooth;
}

.nav-up {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: none;
  z-index: 9;
}

p {
  margin-bottom: 0;
}

.lp-catalog {
  margin-top: 35px;
  color: #1F1F5B;
}

#hero__sec .col-12 {
  padding-inline: 20px;
}

.container-fluid .col-12 {
  padding: 0;
}

section {
  margin-top: 30px;
}

.sec-txt {
  font-family: "Barlow"
  , sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #1F1F5B;
}

.sec-small-txt {
  font-family: "Barlow"
  , sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}


.sec-title {
  font-family: 'Urbane' !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  color: #1F4FC9;
  text-transform: unset;
  margin: 20px 0;
}

.hero-title {
  font-family: 'Urbane';
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  color: #1F4FC9;
}

.hero-side-img {
  position: absolute;
  top: 0;
  right: 0;
}


/* transition for slides  */
#purchase-slide .item.slick-slide,
#review-slides .item.slick-slide,
#products-use-slide .item.slick-slide {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
  opacity: .9;
}
.lp-catalog .slick-next:before,
.lp-catalog .slick-prev:before {
  display: none;
}
#purchase-slide .item.slick-slide.slick-active,
#review-slides .item.slick-slide.slick-active,
#verified-buyer-slide .item.slick-slide.slick-active,
#products-use-slide .item.slick-slide.slick-active {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  opacity: 1;
}

.stickers-box {
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  display: block;
}

.stickers-box:hover {
  opacity: .7;
}

.stickers-box .stickers-txt {
  position: relative;
  width: 100%;
  max-width: max-content;
}

.stickers-box .stickers-txt .curly-bg {
  width: 100%;
  min-height: 80px;
}

.stickers-box .stickers-txt p {
  font-family: "Barlow"
  , sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  z-index: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 15px;
}

.stickers-box .stickers-txt p img {
  margin-left: 5px;
  width:20px;
}

.stickers-box .sticker-1 {
  transform: translate(10px, 25px);
  max-width: 230px;
}

.stickers-box .sticker-2 {
  transform: translate(-10px, 25px);
  margin-left: auto;
  display: block;
  max-width: 230px;
}

.stickers-box .sticker-3 {
  transform: translate(10px, 25px);
  max-width: 106px;
}
.stickers-box .sticker-4 {
  transform: translate(10px, 25px);
  max-width: 222px;
}
.stickers-box .sticker-1,
.stickers-box .sticker-2,
.stickers-box .sticker-3,
.stickers-box .sticker-4 {
  width: 100%;
}
.stickers-box .character-1 {
  right: -2px;
  bottom: 55px;
  z-index: 1;
  position: absolute;
  max-width: 74px;
}

.stickers-box .character-2 {
  position: absolute;
  top: 40%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 74px;
}

.stickers-box .character-3 {
  position: absolute;
  right: -20px;
  top: 25px;
  z-index: 1;
  max-width: 87px;
}
.stickers-box .character-4 {
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 1;
  max-width: 87px;
}

.benefits-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.benefits-container .benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.benefits-container .benefit img {
  max-width: 36px;
}

.hero-5star {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #F0F0F4;
}
.hero-5star img{
  vertical-align: sub;
}


.hero-btn {
  margin: 30px auto;
  width: 100%;
  max-width: 327px;
  background: #1F4FC9;
  color: #fff;
  padding: 20px 15px;
  display: block;
  border-radius: 50px;
  text-align: center;

  font-family: "Barlow"
  , sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;

}

.hero-btn:hover {
  opacity: 0.7;
}

.hero-shipping img {
  margin-right: 10px;
}


/* Purchase slide Section */

#purchase-slide {
  margin-top: 30px;
  background: url('//www.natpat.com/cdn/shop/files/lp-catalog-slide-curl-bg.png?v=5796384761000335040');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 15px;
}

#purchase-slide h2 {
  padding: 30px 20px;
  text-transform: unset;
}


#purchase-slide .item {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #E5E5E5;
}


#purchase-slide .box {
  text-align: center;
}

#purchase-slide .box img {
  display: block;
}

.as-seen-on-tv {
  max-width: 52px;
  position:absolute;
  z-index: 1;
}

#purchase-slide .percent-off {
  max-width: 75px;
  position: absolute;
  top: 30px;
  right: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
}
#purchase-slide .percent-off p {
  font-family: Barlow;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: white;
  z-index: 1;
  position: relative;
}
#purchase-slide .percent-off img {
  position: absolute;
  object-fit: cover;
}


#purchase-slide .box .main-sticker {
  margin: 0 auto;
  max-width: 240px;
}

#purchase-slide .box h3 {
  font-family: "Barlow"
  , sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 0;
}

#purchase-slide .box h4 {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;

}

#purchase-slide .box a {
  color: #000;
}

#purchase-slide .main-sticker-container {
  position: relative;
}

#purchase-slide .character-4 {
  position: absolute;
  bottom: 0;
  right: 40px;
}

#purchase-slide .packs-btns form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 15px 0;
  padding-inline: 15px;
}

#purchase-slide .packs-btns .pack {
  position: relative;

}

#purchase-slide .packs-btns .pack label {
  font-family: "Barlow"
  , sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
  background: none;
  text-transform: uppercase;

  border: 1px solid #E5E5E5;
  padding: 15px;
  border-radius: 50px;

  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

#purchase-slide .packs-btns .pack input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

#purchase-slide .packs-btns .pack input[type='radio']:checked + label,
#purchase-slide .packs-btns .pack input[type='radio']:hover + label {
  border: 1px solid #FF209E;
  color: #FF209E;
}


#purchase-slide .price {
  font-family: "Barlow"
  , sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;

}

#purchase-slide .footer-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  gap: 20px;
}

#purchase-slide .learn-more {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
  color: #1F1F5B;
}

#purchase-slide .learn-more:hover {
  color: #FF209E;
}

#purchase-slide a.add-cart {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;

  background-color: #FF209E;
  padding: 20px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
}

#purchase-slide a.add-cart:hover {
  opacity: 0.7;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  list-style-type: none;
  padding: 0;
}

.slick-dots li button {
  color: transparent;
  border: none;
  margin-right: 4px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #9AABD580;
  font-size: 0;
  overflow: hidden;
  padding: 0;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #FF209E;
  height: 12px;
  width: 12px;
}


/* TRUSTPILOT STYLES */
#trust-pilot .sub-txt {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  margin: 10px 0;

}

#trust-pilot .sub-txt span {
  font-weight: 700;
}

#trust-pilot .trust-pilot-img {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  display: block;
}


#video-slides .item img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
}

#review-slides {
  margin: 30px 0;
  text-align: left;
}

#review-slides .item {
  padding: 30px;
  background: #F5F5F5;
  border-radius: 15px;
}


#review-slides .item p {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;

}

#review-slides .item h3 {
  font-family: "Barlow"
  , sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  color: #1F1F5B;
}


#review-slides-2 .item {
  position: relative;
  margin-top: -50px;
  margin-inline: 10px;
}

#review-slides-2 .logo-1 {
  max-width: 120px;
}

#review-slides-2 .logo-2 {
  max-width: 154px;
}

#review-slides-2 .logo-3 {
  max-width: 70px;
}

#review-slides-2 .logo-4 {
  max-width: 170px;
}

#review-slides-2 .logo-5 {
  max-width: 120px;
}

#review-slides-2 .top {
  position: relative;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  transform: translateY(50px);
  z-index: 1;
}

#review-slides-2 .top img {
  display: block;
  margin: 0 auto;
  max-width: 290px;
  opacity:0;
}
#review-slides-2 .slick-active .top img {
  opacity:1;
}
#review-slides-2 .top .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#review-slides-2 .top h3 {
  font-family: "Urbane";
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

#review-slides-2 .bottom {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
}

#review-slides-2 .bottom img {
  display: block;
  margin: 0 auto;
}

#review-slides-2 .bottom .content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  padding: 30px;
  text-align: center;
}

#review-slides-2 .bottom .content p {
  font-family: "Barlow"
  , sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
}

#review-slides-2 .bottom .blue-curl {
  width: 100%;
  max-width: 327px;
}

#review-slides-2 .bottom .content img {
  margin-top: 15px;
}


/* Scientifically Section Style */

#scientifically h2 {
  padding-inline: 20px;
}


#scientifically .left-side {
  position: relative;
}

#scientifically .left-side img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 141px;
}

#scientifically .right-text p,
#scientifically .left-text p {
  color: #1F1F5B;
}


#scientifically .left-text {
  background: url('//www.natpat.com/cdn/shop/files/lp-catalog-gray-box-curl-left.png?v=1506957174617143667');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75%;
  padding: 20px;
  max-width: 305px;
}

#scientifically p {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  padding: 15px 0;
  color: white;
}


#scientifically .right-side {
  position: relative;
  margin-top: 10px;
}

#scientifically .right-side img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 132px;
}

#scientifically .right-text {
  background: url('//www.natpat.com/cdn/shop/files/lp-catalog-gray-box-curl-right.png?v=12701663167454920140');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75%;
  padding: 20px 20px 80px;
  margin-left: auto;
  max-width: 305px;
}

#scientifically .right-text p {
  padding-left: 20px;

}

#scientifically .natpat {
  background: url('//www.natpat.com/cdn/shop/files/lp-catalog-art.png?v=16239924775605316569');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 100px;
  margin-top: -80px;
}

#scientifically .natpat .white-box {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scientifically .white-box img {
  width: 100%;
}

#scientifically .white-box p {
  position: absolute;
  width: 100%;
  padding: 30px;
  text-align: center;

  font-family: "Barlow"
  , sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  color: #1F1F5B;
}

#scientifically .natpat-logo {
  position: relative;
  display: block;
  margin: -50px auto 0;
  z-index: 1;
}

#scientifically .natpat-info {
  background: url('//www.natpat.com/cdn/shop/files/lp-catalog-long-box-curl.png?v=9511038627673030351');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 25px 70px;
  margin-top: -50px;
}

#scientifically .natpat-info p {
  padding: 7px 0;
}

#scientifically .natpat-bottom {
  margin: -50px auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: max-content; */
}

#scientifically #products-use-slide {
  margin: 70px 0;
}

#scientifically .bottom-bg-curl {
  position: absolute;
  bottom: -35px;
}


/*

   #scientifically .middle-sec {
   background-color: #93C3E9;
   }
*/

#scientifically #scientifically .natpat-bottom img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#scientifically .natpat-bottom p {
  position: absolute;
  width: 100%;
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
}


#verified-buyer-slide {
  max-width: 400px;
  background: #93C3E9;
  padding: 40px 0;
  z-index: 1;
  margin: 0 auto;
}

#verified-buyer-slide p {
  color: #1F1F5B;
}


#verified-buyer-slide .item {
  border: 1px solid #E0E4ED;
  border-radius: 15px;
  background-color: white;
  margin-inline: 5px;
  opacity: .7;
  overflow: hidden;
}

#verified-buyer-slide .item .content {
  padding: 20px;
  min-height: 405px;
}

#verified-buyer-slide .item h4 {
  font-family: "Barlow"
  , sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 5px;
  color: #1F1F5B;
}


#verified-buyer-slide .item p {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
}


#verified-buyer-slide .banner-img {
  width: 100%;
  object-fit: cover;
  object-position: center;

}

#verified-buyer-slide .content .verified {
  margin-top: 30px;
  max-width: 125px;
}


#products-use-slide .item img {
  display: block;
  margin: 0 auto 50px;
  max-width: 202px;
  border-radius: 15px;
}

.hero-btn:hover {
  color: white;
  text-decoration: none;
}

.readmore {
  font-family: "Barlow"
  , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: underline;
  color: #616267;
  margin: 10px 0;
  cursor: pointer;
}

#purchaseSlide {
  cursor: grab;
}

.ds {
  display: none;
}

.mb {
  display: block;
}

.bottom-bg-curl img {
  width: 100%;
}

.natpat-bottom img {
  width: 100%;
  max-height: 218px;
}

#scientifically .bottom-bg-curl {
  width: 100%;
}


.hero-shipping img.mb {
  display: inline-block !important;
}

#purchaseSlide {
  max-width: 450px;
  margin: 0 auto;
}

.custom-dots {
  max-width: 200px;
  margin: 20px auto 30px;
  z-index: 1;
  position: relative;
}

.custom-dots .dot {
  margin: 0 auto;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: block;
}


.custom-dots .slider_navigators .dot {
  background-color: #9AABD580;
  animation:none;
}

.custom-dots .slick-current .dot {
  background-color: #FF209E;
}

.custom-dots .slider_navigators {
  transform: scale(0.4);
}

.custom-dots .slider_navigators.slick-active {
  transform: scale(0.70);
}

.slider_navigators.slick-active.slick-current,
.slider_navigators.slick-active.slick-current {
  transform: scale(1);
}

#products-use-slide-2 {
  display: none;
}

.slider_dots-4 .slider_navigators .dot {
  background-color: #FFFFFF80;
}

.slider_dots-4.custom-dots .slick-current .dot {
  background-color: #FF209E;
}

.verified-main-container {
  padding: 70px 0 0;
  background: #93C3E9;
  margin-top: -50px;
}

/* Small device mobile */
@media only screen and (max-width: 320px) {
  .stickers-box .stickers-txt p {
    font-size: 14px;
  }

  .stickers-box .sticker-1 {
    max-width: 180px;
  }

  .stickers-box .character-1 {
    right: -10px;
  }

  .stickers-box .sticker-2 {
    max-width: 180px;
  }

  .stickers-box .stickers-txt p {
    padding: 12px;
  }

  #purchase-slide a.add-cart {
    padding: 18px;
    font-size: 14px;
  }

  #scientifically .white-box p {
    font-size: 18px;
  }

  .bottom-bg-curl img {
    width: 100%;
  }

  .natpat-bottom img {
    width: 100%;
  }

}

@media only screen and (min-width: 769px) {
  #review-slides-2 .bottom .blue-curl {
    max-width: 357px;
  }

  .hero-btn {
    max-width: 400px;
  }

  #products-use-slide-2 {
    display: block;
  }

  #products-use-slide-2 .slick-slide img {
    width: 100%;
    border-radius: 24px
  }

  #review-slides-ds {
    position: relative;
  }

  #review-slides-ds .slick-dots li button {
    color: unset;
    border: none;
    margin-right: 4px;
    height: max-content;
    width: max-content;
    border-radius: 50%;
    background-color: unset;
    font-size: 16px;
    overflow: hidden;
    padding: 0;
  }

  #review-slides-ds .slick-dots li.slick-active button {
    font-size: 20px;
    font-weight: 600;
  }

  #review-slides-ds .slick-dots {
    gap: 10px;
  }

  #review-slides-ds .slick-arrow {
    border: none;
    color: transparent;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    bottom: -20px;
  }

  #review-slides-ds .slick-arrow:focus {
    outline: none;
  }

  #review-slides-ds .slick-prev:focus-visible {
    outline: none;
    font-size: 0;
  }

  #review-slides-ds .slick-prev {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-chevron-prev.png?v=11856106505066045404') transparent;
    background-repeat: no-repeat;
    left: 43%;
  }

  #review-slides-ds .slick-next {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-chevron-next.png?v=336064873956866263') transparent;
    background-repeat: no-repeat;
    right: 43%;
  }


  .slider_dots-1 {
    display: none;
  }

  .stickers-box .stickers-txt p {
    font-size: 16px;
  }


  #purchaseSlide {
    max-width: 1100px;
    margin: 0 auto;
  }

  #purchase-slide h2 {
    text-align: center;
  }


  .benefits-container {
    justify-content: space-evenly;
  }

  .hero-title {
    font-size: 48px;
    line-height: 50px;
  }

  #video-slides {
    max-width: 1140px;
    margin: 30px auto;
  }

  #review-slides {
    max-width: 450px;
    margin: 0 auto;
  }

  #products-use-slide {
    margin: 40px auto;
  }

  #verified-buyer-slide {
    margin-top: 40px;
  }


  #scientifically .natpat {
    position: relative;
    z-index: 1;
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-art-ds.png?v=16505788043150776655');
    background-size: cover;
    padding-bottom: 150px;
  }

  #scientifically .middle-sec {
    background-color: transparent;
  }

  .sec-title {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    width: 70%;
    margin: 40px auto;
  }

  #review-slides-2 .bottom .content img {
    margin-top: 35px;
  }


  #scientifically p,
  #verified-buyer-slide .item p,
  #review-slides-2 .bottom .content p,
  #review-slides .item p,
  #trust-pilot .sub-txt {
    font-size: 18px;
  }

  #scientifically .natpat-bottom p {
    padding: 20px;
    font-size: 20px;
  }

  .natpat-bottom img {
    width: 440px;
  }

  .ds {
    display: block;
  }

  .mb {
    display: none;
  }

  .behind-natpat-box {
    margin: 40px 0;
  }

  #scientifically .left-text {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-full-gray-box.png?v=17023133822978200438');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
  }

  #scientifically .right-text {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-full-gray-box.png?v=17023133822978200438');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    transform: translateY(50px);
  }


  #scientifically .left-text,
  #scientifically .right-text {
    max-width: 450px;
    padding: 50px;
  }

  #scientifically .right-text p,
  #scientifically .left-text p {
    text-align: left;
    line-height: 30px;
  }

  #scientifically .left-side img {
    transform: translateY(-65%);
    max-width: 364px;
  }

  #scientifically .right-side img {
    max-width: 233px;
  }


  #scientifically .left-side,
  #scientifically .right-side {
    width: 90%;
  }

  #scientifically .left-side {
    margin-bottom: -150px;
  }

  #scientifically .right-side {
    margin-left: auto;
  }


  .sec-txt {
    font-size: 18px;
  }

  .sec-small-txt {
    font-size: 16px;
  }

  .benefits-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-shipping img.mb {
    display: none !important;
  }

  .hero-shipping.sec-small-txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #purchaseSlide button.slick-prev,
  #purchaseSlide button.slick-next {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  #purchaseSlide button.slick-prev {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-prev-arrow.png?v=7099959497560158221') transparent;
    left: 0;
  }

  #purchaseSlide button.slick-prev:focus {
    outline: none;
  }


  #purchaseSlide button.slick-next {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-next-arrow.png?v=14063388697091697629') transparent;
    right: 0;
  }

  #purchaseSlide button.slick-next:focus {
    outline: none;
  }

  #purchase-slide .item.slick-slide,
  #review-slides .item.slick-slide,
  #verified-buyer-slide .item.slick-slide,
  #products-use-slide .item.slick-slide {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }

  #purchase-slide .item {
    margin-inline: 10px;
  }

  #review-slides-ds {
    max-width: 1140px;
    margin: 50px auto;
    padding-bottom: 30px;
  }

  #review-slides-ds .item-list {
    padding: 30px;
    background: #F5F5F5;
    border-radius: 15px;
  }

  #review-slides-ds .item-list h3 {
    font-family: "Barlow"
    , sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    color: #1F1F5B;
  }

  #review-slides-ds .item-list p {
    font-family: "Barlow"
    , sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
  }

  #review-slides-ds .item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }


  #review-slides-2 .top {
    display: none;
  }

  #review-slides-2 .item {
    margin-top: 0;
  }

  #review-slides-2 .bottom .content {
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);

  }


  .long-green-curl {
    margin: 50px 0;
    position: relative;
  }

  .long-green-curl img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 963px;
  }

  #trust-pilot .sub-txt {
    font-family: 'Urbane';
    font-size: 34px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: #1F4FC9;
    text-transform: unset;
    margin: 20px 0;
  }

  .long-green-curl h2 {
    font-family: 'Urbane' !important;
    font-size: 38px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  #review-slides-2 button.slick-prev {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-review-slide-arrow-prev.png?v=8562332464516546055') transparent;
    left: 13%;
  }

  #review-slides-2 button.slick-prev:focus {
    outline: none;
  }


  #review-slides-2 button.slick-next {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-review-slide-arrow-next.png?v=10368450147563024875') transparent;
    right: 13%;
  }

  #review-slides-2 button.slick-next:focus {
    outline: none;
  }

  #review-slides-2 button.slick-prev,
  #review-slides-2 button.slick-next {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: transparent;
    width: 79px;
    height: 79px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  #review-slides-2 .item {
    margin-inline: 20px;
  }

  .behind-natpat-box {
    max-width: 1140px;
    margin: 0 auto;
  }

  #products-use-slide {
    display: none;
  }


  /*

   #scientifically .middle-sec {
   background: url(//www.natpat.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.giflp-catalog-purple-bg-curl-ds.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding-bottom: 80px;
   }
*/

  .verified-main-container {
    background: #ececec url('//www.natpat.com/cdn/shop/files/lp-catalog-purple-bg-curl-ds.png?v=9477527269057633319');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    margin-top: -100px;
  }

  .bottom-bg-curl img {
    display: none;
  }

  #verified-buyer-slide {
    max-width: 1140px;
    margin: 50px auto;
  }

  #verified-buyer-slide .item {
    margin-inline: 10px;
  }

  .slider_dots-4 .slider_navigators .dot {
    background-color: #FFFFFF80;
  }

  .slider_dots-4.custom-dots .slick-current .dot {
    background-color: #FF209E;
  }

  #scientifically .natpat-info {
    /* background:  #1F4FC9; */
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-long-box-curl-ds.png?v=17053365999594060359');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    position: relative;
    margin-top: -100px;
  }

  #scientifically .natpat-bottom {
    display: none;
  }


  .natpat-info-row {
    max-width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 80px;
    margin: 80px auto;
  }

  #scientifically .natpat .white-box {
    padding-top: 50px;
  }

  #scientifically .white-box p {
    font-size: 26px;
    padding: 60px;
  }

  .natpat-info #products-use-slide {
    display: block;
  }

  .natpat-col {
    width: 50%;
  }


  #products-use-slide-2 button.slick-prev {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-arrow-up-prev.png?v=5553979189339214044') transparent;
    left: -20px;
  }

  #products-use-slide-2 button.slick-prev:focus {
    outline: none;
  }


  #products-use-slide-2 button.slick-next {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-arrow-up-next.png?v=3209966320171987871') transparent;
    right: -20px;
  }

  #products-use-slide-2 button.slick-next:focus {
    outline: none;
  }

  #products-use-slide-2 button.slick-prev,
  #products-use-slide-2 button.slick-next {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: transparent;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  .yellow-box-curl-ds {
    margin: 30px 0;
    position: relative;
  }

  .yellow-box-curl-ds img {
    width: 100%;
    min-height: 170px;
  }

  .yellow-box-curl-ds p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .nav-up {
    display: none;
  }

  .stickers-box .sticker-1 {
    margin: 0 auto;
    display: block;
    transform: translate(0px, 25px);
    max-width: 260px;
  }
  .stickers-box .sticker-2 {
    max-width: 260px;
    margin: 0 auto;
    transform: translate(0px, 30px);
  }

  .stickers-box .sticker-3 {
    transform: translate(10px, 25px);
    max-width: 98px;
  }
  .stickers-box .sticker-4 {
    max-width: 260px;
  }
  .stickers-box .sticker-4 {
    transform: translate(0, 25px);
  }
  .hero-title {
    max-width: 70%;
    margin: 0 auto;

  }

  .stickers-box .character-1 {
    right: -10px;
    max-width: 75px;
    bottom: 80px;
  }

  .stickers-box .character-2 {
    top: 90px;
    max-width: 75px;
    right: 0;
  }

  .stickers-box .stickers-txt p {
    margin-top: 0px;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .stickers-box:nth-child(3) .stickers-txt p,
  .stickers-box:nth-child(4) .stickers-txt p {
    margin-top: 10px;
  }

  .stickers-box .stickers-txt .curly-bg {
    min-height: 120px;
  }

  .stickers-box .character-3 {
    top: 30px;
    max-width: 80px;
  }

  .benefits-container .benefit {
    flex-direction: row;
    gap: 10px;
  }
  #hero__sec {
    margin-bottom: 60px;
  }

  .slick-dots li button {
    line-height: unset;
    display: unset;
  }
  .slick-dots li button:before {
    font-size: 0;
  }

  .slick-next,
  .slick-prev {
    top: unset;
    display: unset;
    transform: unset;
  }
  .stickers-box {
    max-width: 380px;
  }

  #purchase-slide a.add-cart {
    padding: 17px;
    width: 153px;
  }

}

@media only screen and (min-width: 992px) {


  #trust-pilot .sub-txt {
    font-size: 38px;
  }

  .stickers-container {
    display: flex;
    gap: 20px;
    align-items: flex-end;
  }

  .hero-title {
    font-size: 46px;
    text-align: center;

  }

  .stickers-box .character-2 {
    right: -5;
    left: unset;
  }

  .hero-5star.ds {
    border: none;
  }

  .benefits-container {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-Union.png?v=6408089699766016963');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
  }

  #purchase-slide {
    margin-top: 30px;
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-slide-curl-bg-ds.png?v=13064371897763768945');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 15px;
  }

  #purchase-slide .item {
    margin-inline: 10px;
  }

  #purchase-slide .item.slick-slide,
  #review-slides .item.slick-slide,
  #verified-buyer-slide .item.slick-slide,
  #products-use-slide .item.slick-slide {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }

  #purchaseSlide button.slick-prev,
  #purchaseSlide button.slick-next {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  #purchaseSlide button.slick-prev {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-prev-arrow.png?v=7099959497560158221') transparent;
    left: 0;
  }

  #purchaseSlide button.slick-prev:focus {
    outline: none;
  }

  #purchaseSlide button.slick-next {
    background: url('//www.natpat.com/cdn/shop/files/lp-catalog-next-arrow.png?v=14063388697091697629') transparent;
    right: 0;
  }

  #purchaseSlide button.slick-next:focus {
    outline: none;
  }

  #video-slides .item img {
    width: 200px;
    max-width: 200px;
  }
}

@media only screen and (min-width: 1200px) {

  .stickers-box .stickers-txt p {
    font-size: 20px;
    text-wrap: balance;
  }


  .stickers-box .character-3 {
    top: 35px;
    max-width: 85px;
  }


  .stickers-box .character-2 {
    max-width: 80px;
  }


  .stickers-box .character-1 {
    right: -8px;
    max-width: 80px;
    bottom: 75px;
  }

  .stickers-box .sticker-1 {
    max-width: 255px;
  }

  .stickers-box .sticker-2 {
    max-width: 255px;
  }

  .stickers-box .sticker-3 {
    max-width: 115px;
  }
  .stickers-box .sticker-4 {
    max-width: 240px;
  }
}

@media only screen and (min-width: 1220px) {
  #purchaseSlide button.slick-prev {
    left: -50px;
  }

  #review-slides-2 .bottom {
    max-width: 400px;
  }

  #purchaseSlide button.slick-next {
    right: -50px;
  }

  #review-slides-2 .bottom .content {
    width: 90%;
  }

}

@media only screen and (min-width: 1280px) {
  #review-slides-2 button.slick-prev {
    left: 8%;
  }
  #review-slides-2 button.slick-next {
    right: 8%;
  }
}

@media only screen and (min-width: 1440px) {
  #review-slides-2 button.slick-prev {
    left: 9%;
  }
  #review-slides-2 button.slick-next {
    right: 9%;
  }
}

@media only screen and (min-width: 1900px) {
  #review-slides-2 button.slick-prev {
    left: 12%;
  }
  #review-slides-2 button.slick-next {
    right: 12%;
  }
}


@media (min-width: 1200px) {
  #hero__sec.container {
    max-width: 1220px;
  }
}

@media only screen and (max-width: 991px) {
  .stickers-container {
    max-width: 460px;
    margin: 0 auto;
  }
  .stickers-box .stickers-txt p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .stickers-container {
    max-width: 335px;
    margin: 0 auto;
  }

  .stickers-box .stickers-txt p {
    font-size: 18px;
  }
}


@media (max-width: 320px) {
  .stickers-box .stickers-txt p {
    font-size: 16px;
  }
  .stickers-box .character-1 {
    bottom: 50px;
  }
}
