
body {
    background-color: #ffffff;
}
.bodepro-dpp h1,.bodepro-dpp h2,
.bodepro-dpp h3,.bodepro-dpp h4,
.bodepro-dpp h5,.bodepro-dpp h6{
    font-family:'montserrat',Arial,Helvetica,sans-serif;
    text-align:center;
    margin-bottom: 0;
    font-weight: 300;
    color: #ffffff;
}

.bodepro-dpp h1 span + span {
    font-size: 100%;
}

.bodepro-dpp h1 {
    font-size: 3vw;
    line-height: 126%;
    text-transform: uppercase !important;
}

.bodepro-dpp section:not(#section2) h1,
.bodepro-dpp section:not(#section2) h2,
.bodepro-dpp section:not(#section2) h3,
.bodepro-dpp section:not(#section2) h4,
.bodepro-dpp section:not(#section2) h5,
.bodepro-dpp section:not(#section2) h6 {
    font-size: 2.4vw;
    color: #6f7277;
}

.bodepro-dpp section:not(#section2) h4 {
    font-size: 1.4vw;
}

.bodepro-dpp h4 {
    font-size: 1.8vw;

}

.bodepro-dpp section {
    padding: 40px 0;
}

.c-white {
    color: #ffffff;
}
.c-green {
    color: #74bc44;
}
.c-orange {
    color: #f2630e;
}
.c-black {
    color: #000000;
}
.c-grey {
    color: #6f7277;
}
.c-purple {
    color: #6133d9 !important;
}
.c-blue {
    color: #1f4899;
}
.c-light-blue {
    color: #12a5e2 !important;
}
.c-lightgrey {
    color: #6f7277;
}
.c-fulvic {
    color: #a43c13 !important;
}
.c-clin {
    color: #91a4a1 !important;
}
.c-charcoal {
    color: #1e1e1e !important;
}
.c-shila {
    color: #46627a !important;
}
.ripple-container {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2.5vw;
  }
  
  .ripple-image {
    display: block;
    width: 100%;
    transition: transform 0.2s ease-out;
  }
  
  /* Create after-images */
  .ripple-container::before,
  .ripple-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 2.5vw;
    opacity: 0;
    transform: scale(1);
    will-change: transform, opacity;
    pointer-events: none; /* Prevents ghost images from interfering */
    background-image: var(--image-url); /* Use the dynamic background image */
  }
  
  
    /* Hover Trigger */
    .ripple-container:hover::before {
        animation: rippleEffect 0.6s ease-out forwards;
    }
  
  .ripple-container:hover::after {
    animation: rippleEffect 0.6s ease-out 0.1s forwards; /* Slight delay */
  }
  
 /* Keyframe animation */
@keyframes rippleEffect {
    0% {
      opacity: 0.8;
      transform: scale(1);
    }
    50% {
      opacity: 0.4;
      transform: scale(1.1) translateX(-5px);
    }
    100% {
      opacity: 0;
      transform: scale(1.2) translateX(5px);
    }
  }

.custom-tile.col-4 {
    -ms-flex: 0 0 29.2%;
    flex: 0 0 29.2%;
    max-width: 29.2%;
}
.custom-tile.col-8 {
    -ms-flex: 0 0 70.8%;
    flex: 1 0 70.8%;
    max-width: 70.8%;
}
.custom-tile.col-5 {
    -ms-flex: 0 0 41.75%;
    flex: 0 0 41.75%;
    max-width: 41.75%;
}
.custom-tile.col-7 {
    -ms-flex: 0 0 58.25%;
    flex: 0 0 58.25%;
    max-width: 58.25%;
}
.padw-4 {
    padding: 0 4%;
}
.card.tile {
    overflow: hidden;
    transition: all 0.2s;
}
.card.tile:hover {
    box-shadow: 0px 15px 20px #ababab;
    scale: 1.01;
    transition: all 0.2s;
    border: 1px solid #a6a6a6;
}
.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f2630e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    box-shadow: 2px 2px 6px #5a5a5a;
    margin: 5px 9px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.btn.btn-secondary.btn-lg {
    border-color: #f2630e;
    color: white !important;
    background-color: #f2630e;
    width: 100%;
    margin: auto;
    max-width: 220px;
    transition: all 0.3s;
    /*text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);*/
    font-weight: 600;
    font-size: 30px !important;
    z-index: 9;
    position: relative;
}
.btn.btn-secondary.btn-lg:hover {
    border-color: #fc7b1e;
    color: #fc7b1e !important;
    background-color: white;
    transition: all 0.3s;
    text-shadow: none;
}
strong {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
p {
 
}

.semibold {
    font-weight: 600 !important;
}

.centered {
    min-height: calc(46vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header {
    box-shadow: 0 2px 10px #6f7277 !important;
}

.top-sale-banner {
    background-color: #ffffff;
    color: #1f4899;
    text-align: center;
    padding: 10px;
}

#headerCarousel .owl-carousel .item {
    min-height: calc(46vw);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 80px;
}

#headerCarousel .owl-carousel .item .item-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 54%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .btn.btn-secondary.btn-lg {
    border-color: #f2630e;
    color: white;
    background-color: #f2630e;
    width: 100%;
    margin: 12% 0% 2% 16% !important;
    max-width: 280px;
    transition: all 0.3s;
    text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);
    font-weight: 600;
    font-size: 30px !important;
}

#headerCarousel .owl-carousel .item:not(#item-headerSlide3) .item-container > :not(:first-child) {
    margin-top: 7%;
}

#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container h1,
#headerCarousel .owl-carousel .item#item-headerSlide3 .item-container .callout {
    margin-top: 9% !important;
    width: 42%;
}

#headerCarousel #item-headerSlide1 h1,
#headerCarousel #item-headerSlide2 h1,
#headerCarousel #item-headerSlide3 h1 {
    font-size: 5.2vw;
    line-height: 100%;
    margin: 17% 0;
    text-transform: uppercase;
    text-shadow: 2px 5px 4px #4b525c;
    text-align: left;
    color: #ffffff;
}
#headerCarousel #item-headerSlide2 h1 {
    text-shadow: 2px 5px 4px #000000;
}

#headerCarousel #item-headerSlide1 {
    background-image: url(/static/front/image/detox-pro-plus/section1/3SSTopSlideBG.jpg);
    background-position: bottom;
}
#headerCarousel #item-headerSlide2 {
    background-image: url(/static/front/image/detox-pro-plus/section1/StrongOGTopSlideBG.jpg);
    background-position: bottom;
}
#headerCarousel #item-headerSlide3 {
    background-image: url(/static/front/image/detox-pro-plus/section1/TENPDRTopSlideBG.jpg);
}

#item-headerSlide2 .callout {
    box-shadow: 2px 6px 18px #000000;
}

.callout {
    padding: 15px 20px;
    background: #ffffff;
    color: #6f7277;
    box-shadow: 2px 6px 18px #4b525c;
    /* max-width: 54%; */
    font-size: 22px;
    text-align: left !important;
    line-height: 28px;
}
.callout span {
    font-weight: 600;
}

#section2 {
    padding: 120px 40px 500px;
    background: url(/static/front/image/detox-pro-plus/section2/DPP-section1-bg.jpg) 100% 34%/cover no-repeat;
    min-height: 900px;
}

#section2 h2 {
    font-size: 25px;
    text-align: center;
    max-width: 770px;
    margin: 50px auto 60px;
    color: white;
}

#section2 .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background-color: #ffffff;
    /* background: url(/static/front/image/detox-pro-plus/section2/MM-Section2BG.jpg) no-repeat; */
    background-position: 100% -5vw;
    background-size: cover;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="white" d="M0,160 C480,40 960,220 1440,120 L1440,320 L0,320 Z"></path></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="white" d="M0,160 C480,40 960,220 1440,120 L1440,320 L0,320 Z"></path></svg>');
}

#section2 .wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 1;
}

#section2 .btn {
    max-width: 570px;
    font-size: 2vw !important;
    margin: auto;
    display: block;
    box-shadow: 4px 4px 10px #242424;
}

.btn.btn-secondary.btn-lg.dpp-purple {
    max-width: 570px !important;
    margin: 30px auto !important;
    display: block;
    box-shadow: 4px 4px 10px #242424;
    background-color: #ffffff;
    color: #6133d9 !important;
    border-color: #ffffff;
    position: relative;
}

.btn.btn-secondary.btn-lg.dpp-purple:hover {
    box-shadow: 4px 4px 10px #242424;
    background-color: #6133d9;
    color: #ffffff !important;
    border-color: #6133d9;
}

.btn.btn-secondary.btn-lg.dpp-purple.reverse {
    background-color: #6133d9;
    color: #ffffff !important;
    border-color: #6133d9;
    max-width: 420px !important;
    box-shadow: none;
}

.btn.btn-secondary.btn-lg.dpp-purple.reverse:hover {
    background-color: #ffffff;
    color: #6133d9 !important;
    border-color: #ffffff;
}

.text-shadow {
    text-shadow: 4px 4px 4px #242424;
}

#section2 .btn span {
    text-shadow: none !important;
}

#particles-js canvas,
#particles-js-2 canvas,
#particles-js-3 canvas,
#particles-js-4 canvas {
    display: block;
    vertical-align: bottom;
    height: 100% !important;
  }

  #particles-js,
  #particles-js-2,
  #particles-js-3,
  #particles-js-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
  }

  .bodepro-dpp #section2 h1 {
    font-weight: 600;
  }

.bodepro-dpp #section2 h1,
.bodepro-dpp #section2 h2,
.bodepro-dpp #section2 h3,
.bodepro-dpp #section2 span {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #242424;
}

#section2 img.product {
    max-width: 360px;
    position: absolute;
    right: 0;
}


/* Shimmer bg */
.scanning {

}

@keyframes imgevento {
    0%,
    100% {
      transform: skew(0deg, 0deg) scale(1.35, 1.35);
      filter: saturate(100%) invert(0%);
    }
    
    25% {
      filter: saturate(180%) invert(10%);
    }
    
    50% {
      transform: skew(2deg, 2deg) scale(1.35, 1.35);
      filter: saturate(100%) invert(0%);
    }
    
    75% {
      filter: saturate(150%) invert(20%);
    }
  }

@-webkit-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-moz-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-o-keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @keyframes bg-scrolling-reverse {
    100% {
      background-position: 50px 50px;
    }
  }
  @-webkit-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @-moz-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @-o-keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }
  @keyframes bg-scrolling {
    0% {
      background-position: 50px 50px;
    }
  }

/* Owl Carousel */
.owl-stage {
    overflow: hidden;
}
#headerCarousel .owl-carousel .owl-nav button.owl-prev.disabled, #headerCarousel .owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button span {
    display: none;
}

#headerCarousel.green-arrow .owl-carousel .owl-nav button.owl-prev {
    background-image: url(/static/front/image/detox-pro-plus/arrows-icons/NavArrowGrnLeft.png) !important;
    background-position: left center;
    background-repeat: no-repeat;
}
#headerCarousel.green-arrow .owl-carousel .owl-nav button.owl-next {
    background-image: url(/static/front/image/detox-pro-plus/arrows-icons/NavArrowGrnRight.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}
#headerCarousel .owl-carousel .owl-nav button.owl-prev, #section2 .allproducts.owl-carousel .owl-nav button.owl-prev, .verveproducts.owl-carousel .owl-nav button.owl-prev {
    background-image: url(/static/front/image/detox-pro-plus/arrows-icons/WhiteArrowLeft.png) !important;
    background-size: contain !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}
#headerCarousel .owl-carousel .owl-nav button.owl-next, #section2 .allproducts.owl-carousel .owl-nav button.owl-next, .verveproducts.owl-carousel .owl-nav button.owl-next {
    background-image: url(/static/front/image/detox-pro-plus/arrows-icons/WhiteArrowRight.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

  #section2 .owl-carousel .owl-nav button.owl-prev, #section2 .owl-carousel .owl-nav button.owl-next,
  .verveproducts.owl-carousel .owl-nav button.owl-prev, .verveproducts.owl-carousel .owl-nav button.owl-next {
    margin-top: -44px !important;
    line-height: 65px;
    background-size: contain !important;
    height: 50px !important;
  }

  .callout-area {
    background-position: 100% 0vw !important;
    background-color: transparent;
    margin-top: -500px;
    margin-bottom: -500px;
}

section.microplastics + section.callout-area {
    background-position: 100% 0vw !important;
    background-color: transparent;
    margin-top: -500px;
    margin-bottom: -500px;
}

.bodepro-dpp section#section2 .owl-item:not(.active) {
    opacity: 0.5;
}

.bodepro-dpp section#section2 .owl-item h1 {
    font-size: 1.6vw;
    font-weight: 700;
    margin-top: 40px;
}
.bodepro-dpp section#section2 .owl-item:nth-child(odd) h1 {
    color: #ffffff !important;
}
.bodepro-dpp section#section2 .owl-item:nth-child(even) h1 {
    color: #ffffff !important;
}
.bodepro-dpp section#section2 .tile h1 + h4 {
    font-size: 18px;
    color: #ffffff !important;
}

h4 > span {
    color: #ffffff !important;
}
  
#section2 .owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
    background-size: contain !important;
    position: absolute;
    top: 35%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -70px;
    background-color: initial !important;
}

#section2 .owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
    background-size: contain !important;
    position: absolute;
    top: 35%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -70px;
    background-color: initial !important;
}

.callout-area .dpp {
    background: url(/static/front/image/detox-pro-plus/section3/DPP-section3-bg.png) center/cover no-repeat;
    padding: 22vw 7vw 31vh 15vw !important;
    margin-top: 12vw !important;
    z-index: 2;
    position: relative;
}

section.microplastics + section.callout-area .dpp {
    background: url(/static/front/image/detox-pro-plus/callout/DPP-section5-bg.png) center/cover no-repeat;
}

.callout-area .dpp p {
    color: #6133d9 !important;
    font-size: 21px;
    line-height: inherit;
}

.callout-area .dpp p.prehead,
.callout-area .dpp li {
    font-size: 26px;
    line-height: normal;
    font-weight: 600 !important;
    color: #6133d9 !important;
}

.callout-area .dpp p.head {
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;

}

.callout-area .dpp p.subhead {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.callout-area .dpp .btn {
    max-width: 400px;
}

.allproducts.owl-carousel h1 {
    font-size: 2.4vw;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 600;
}
.allproducts.owl-carousel h1.smaller {
    font-size: 1.3vw;
}

.allproducts.owl-carousel h4 {
    font-size: 1.2vw;
    line-height: 140%;
    margin-top: 15px;
    z-index: 9;
}

.allproducts.owl-carousel h4.smaller {
    font-size: 1vw;
}

.allproducts.owl-carousel span {
    font-weight: 600;
}

.allproducts.owl-carousel .tile {
    min-height: 410px;
    padding: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
  
.allproducts.owl-carousel .owl-stage {
    padding: 5px 0;
}
.allproducts.owl-carousel .owl-dots,
.verveproducts.owl-carousel .owl-dots {
    display: none;
}
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8;
  }
  
  /* Owl Carousel */
  .owl-item h2 {
    line-height: 35px;
    min-height: 70px;
  }
  .dpp .owl-item:not(.active) {
      opacity: 0.4;
  }
  .dpp .owl-item .item img {
    max-width: none;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.abs-bg {
    position: absolute;
    top: -1040px;
    z-index: 0;
    width: 100%;
}
.abs-bg2 {
    position: absolute;
    top: 80vw;
    z-index: 0;
    width: 100%;
}

#section4 {
    background: url(/static/front/image/detox-pro-plus/section4/DPP-section6-bg.png) bottom/cover no-repeat;  
    background-color: transparent;
    padding: 350px 0px 100px !important;
    z-index: 1;
}

#section4 *:not(.btn) {
    color: #ffffff !important;
}

#section4 div > div > div h1:not(.title) {
    font-size: 1.5vw !important;
    text-transform: capitalize !important;
    font-weight: 600;
    margin-bottom: 20px;
}
#section4 div > div > div h4:not(.title):not(.btn) {
    font-size: 1vw !important;
}

#section4 div > div > img:not(.agingBrain) {
    max-width: 70%;
    margin: auto;
    padding-bottom: 20px !important;
}

#section4 div > div:nth-child(even) > img:not(.agingBrain) {
    margin-top: 160px;
}

#section4 div > div > div:nth-child(even) h1:not(.title) {
    font-size: 1.5vw !important;
    text-transform: capitalize !important;
    font-weight: 600;
}

#section4 .what-are-peptides {
    background: url(/static/front/image/detox-pro-plus/section4/CR-PeptideBG.png) center/cover no-repeat;
    padding: 16vw 7vw 6vh 7vw !important;
    min-height: 85.5vw;
    margin: 80px auto !important;
    z-index: 2;
    position: relative;
}

#section4 .what-are-peptides p {
    color: #ffffff !important;
    font-size: 24px;
    line-height: normal;
}

#section4 .what-are-peptides p.prehead {
    font-size: 26px;
    line-height: normal;
}

#section4 .what-are-peptides p.head {
    font-size: 60px;
    line-height: normal;
    margin-bottom: 80px;

}

#section4 .what-are-peptides p.subhead {
    font-size: 30px;
    line-height: normal;
}

#section4 .what-are-peptides .btn {
    max-width: 400px;
}

#section4 .btn {
    max-width: fit-content;
    padding: 60px;
    margin: 60px auto 0 !important;
}

#section4 .ingreds {
    margin: auto;
    display: flex;
    flex-flow: row;  /* Keep the image and text horizontally aligned */
    align-items: flex-start; /* Align all items to the top */
  }
  
  #section4 .ingreds .text-wrapper {
    display: flex;
    flex-direction: column;  /* Stack h1 and p vertically */
    align-items: baseline;  /* Align h1 and p to the left */
  }

  #section4 .agingBrain {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

    #section4 .ingreds h1 {
        color: #6133d9 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }

#section4 .ingreds p {
    color: #6f7277 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#section4 .ingreds img {
    margin: 0 20px 0 0 !important;
}

#section4 .ingred-cards#tesofensine {
    background: url(/static/front/image/detox-pro-plus/section4/5amino1mq-tile.png) center/contain no-repeat;
}
#section4 .ingred-cards#bpc-157 {
    background: url(/static/front/image/detox-pro-plus/section4/bpc-157-tile.png) center/contain no-repeat;
}
#section4 .ingred-cards#dihexa {
    background: url(/static/front/image/detox-pro-plus/section4/sluppp-tile.png) center/contain no-repeat;
}
#section4 .ingred-cards {
    border: none;
    box-shadow: none;
    background-size: 100% 100% !important;
}
#section4 .ingred-cards .card-body {
    border: none;
    display: flex;
    min-height: 19vw;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
}
.mw-70 {
    max-width: 90%;
}

.wistia-border {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 4px;
}
.mt-200 {
    margin-top: 200px;
}

#key-ingreds {
    padding: 20vw 0 30vw !important;
    background: url(/static/front/image/detox-pro-plus/section5/DPP-section7-bg.jpg) center / cover no-repeat;
    margin-top: -10vw;
    position: relative;
}

#key-ingreds img.pad {
    padding: 0 80px 40px;
}


#key-ingreds h1:not(.title) {
    text-transform: capitalize !important;
    font-weight: 600;
    font-size: 2vw !important;
}

#key-ingreds h1:not(.title) + h4 {
    font-size: 1.2vw !important;
    padding: 30px 40px;
    line-height: inherit;
}

#key-ingreds h1.c-fulvic:not(.title) + h4 > span {
    color: #a43c13 !important;
}

#key-ingreds h1.c-clin:not(.title) + h4 > span {
    color: #91a4a1 !important
}

#key-ingreds h1.c-charcoal:not(.title) + h4 > span {
    color: #1e1e1e !important;
}

#key-ingreds h1.c-shila:not(.title) + h4 > span {
    color: #46627a !important;
}

.callout {
    background: url(/static/front/image/detox-pro-plus/section5/CRHighlightBG.png) center/cover no-repeat;
    min-height: 26.5vw;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 30px !important;
}

.callout h1 {
    color: #ffffff !important;
}

.callout h1 span {
    color: #ffffff !important;
}

#biolimitless-state {
    margin-top: -100px;
}

#biolimitless-state h1,
#biolimitless-state h1 * {
    color: #6133d9 !important;
}

#biolimitless-state h1 {
    font-size: 2.4vw !important;
}

#biolimitless-state h1 + h1 {
    font-size: 2.2vw !important;
    margin: 10px auto 100px;
}

#biolimitless-state.featuredDocsArea table span {
    color: #6133d9 !important;
    font-weight: 700;
}

#biolimitless-state.featuredDocsArea ul {
    list-style-type: none;
}

#biolimitless-state.featuredDocsArea h2 {
    color: #6133d9 !important;
    text-align: left;
    font-weight: 600;
    font-size: 30px !important;
    line-height: normal;
    max-width: none !important;
    margin-bottom: 20px;
}

#biolimitless-state.featuredDocsArea .btn {
    max-width: 420px;
}

.microplastics {
    padding: 500px 0px 200px !important;
    background: url(/static/front/image/detox-pro-plus/DPP-section4-bg.jpg) center/cover no-repeat;
}
.microplastics h1 {
    line-height: 4vw;
}

.microplastics h1 > span {
    font-size: 6vw;
    line-height: 6vw;
}

.microplastics h1 > span + span {
    font-size: 5vw;
    line-height: 5vw;
}

.microplastics h1 > span + span + span {
    font-size: 4vw;
    line-height: 4vw;
}

.microplastics *:not(.btn) {
    color: #ffffff;
}

.microplastics img {
    max-width: 77vw;
    margin: 100px 0 100px !important;
}

.surround-4 {
    background: url(/static/front/image/detox-pro-plus/plasticbrain.png) center/contain no-repeat;
    margin-bottom: 160px;
}

.surround-4 .spacer {
    margin-bottom: 30vw;
}

.surround-4 p {
    font-size: 1.5vw;
    line-height: normal;
    text-shadow: 4px 4px 4px black;
    font-weight: 600;
}

.surround-4 .container-fluid {
    max-width: 84vw;
}

.surround-4 span {
    text-decoration: underline;
}

#section6 *:not(.btn) {
    color: #ffffff !important;
}

#section6.callout-area .dpp {
    background: url(/static/front/image/detox-pro-plus/section6/DPP-section8-bg.png) center / cover no-repeat;
    padding: 20vw 15vw 31vh 7vw !important;
    margin-top: 0 !important;
    z-index: 2;
    position: relative;
}

#section6.callout-area {
    margin-bottom: 0 !important;
}

#section6.callout-area .dpp p {
    margin-bottom: 60px;
}

.callout-area .dpp p.subhead {
font-weight: normal !important;
}

#free-detox-popup,
#free-detox-popup-2,
#free-detox-popup-jp,
#free-detox-popup-2-jp {
    background: url(/static/front/image/detox-pro-plus/free-detox-modal/DPP-popup-bg.jpg) center / cover no-repeat;
    padding: 60px 20px;
    max-width: 1440px;
    max-height: 938px;
    width: 90vw;
    margin: auto;
    position: relative;
}

#free-detox-popup .btn.btn-secondary.btn-lg.dpp-purple,
#free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple,
#free-detox-popup-jp .btn.btn-secondary.btn-lg.dpp-purple,
#free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
    max-width: 94% !important;
    margin: 30px 0 !important;
    display: block;
    box-shadow: 4px 4px 10px #242424;
    background-color: #ffffff;
    color: #6133d9 !important;
    border-color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 2.4vw !important;
}

#free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple,
#free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
    max-width: 100% !important;
    font-size: 2vw !important;
}

#free-detox-popup .btn.btn-secondary.btn-lg.dpp-purple:hover,
#free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple:hover,
#free-detox-popup-jp .btn.btn-secondary.btn-lg.dpp-purple:hover,
#free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple:hover {
    box-shadow: 4px 4px 10px #242424;
    background-color: #6133d9;
    color: #ffffff !important;
    border-color: #6133d9;
}

#free-detox-popup img#detox,
#free-detox-popup-jp img#detox {
    max-width: 10vw;
    margin-right: 40px;
}

#free-detox-popup img#guide,
#free-detox-popup-jp img#guide {
    position: absolute;
    max-width: 26vw;
    right: 12vw;
    z-index: 3;
}

#free-detox-popup-2 img#guide-2,
#free-detox-popup-2-jp img#guide-2 {
    max-width: 22.1vw;
}

#free-detox-popup img#webinar,
#free-detox-popup-jp img#webinar {
    max-width: 16vw;
    right: 0vw;
    z-index: 2;
}

#free-detox-popup-2 img#webinar-2,
#free-detox-popup-2-jp img#webinar-2 {
    max-width: 16.3vw;
    margin: 0 50px;
}

#free-detox-popup h1,
#free-detox-popup-jp h1 {
    color: #ffffff;
    text-align: center;
    font-size: 3.3vw;
}

#free-detox-popup p,
#free-detox-popup-jp p {
    color: #ffffff;
    font-size: 1.6vw;
}

#free-detox-popup-2 h1,
#free-detox-popup-2-jp h1 {
    color: #ffffff;
    text-align: center;
    font-size: 3.3vw;
}

#free-detox-popup-2-jp h1 {
    margin-bottom: 0 !important;
}

#free-detox-popup-2 p,
#free-detox-popup-2-jp p {
    color: #ffffff;
    font-size: 1.6vw;
}

#free-detox-popup *,
#free-detox-popup-2 *,
#free-detox-popup-jp *,
#free-detox-popup-2-jp * {
    color: #ffffff;
    font-weight: 400;
}

#free-detox-popup .text-body,
#free-detox-popup-jp .text-body {
    max-width: 60vw;
    padding-right: 20vw;
}

#free-detox-popup-2 .modal-body > div,
#free-detox-popup-2-jp .modal-body > div {
    max-width: 33vw;
}

.colorband {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    background-color:#6133d9;
}
.mfp-close-btn-in .mfp-close,
.mfp-close-btn-in .mfp-close:active {
    transform: scale(1.5);
    right: 5px;
    top: 8px;
}

.mfp-wrap {
    top: 2vh !important;
    /* position: fixed !important; */
}

@media (min-width: 2000px) {
    .allproducts.owl-carousel h1 {
        font-size: 1.7vw;
    }
    .allproducts.owl-carousel h4 {
        text-transform: uppercase;
        font-size: 1vw;
        line-height: 130%;
        margin-top: 15px;
        z-index: 9;
    }
    .allproducts.owl-carousel .tile {
        min-height: 40vw;
    }

    .custom-tile.col-5 {
        -ms-flex: 0 0 41.75%;
        flex: 0 0 41.5%;
        max-width: 43.75%;
    }
    .fsvw {
        font-size: 1vw;
    }
    #section2 img.product {
        position: absolute;
        width: 130% !important;
    }
    .abs-bg img,
    .abs-bg2 img {
        width: 100%;
    }
    .abs-bg2 {
        position: absolute;
        top: 80vw;
        z-index: 0;
        width: 100%;
    }
    #section2 {
        min-height: 85vh;
    }
    .callout-area .dpp p {
        font-size: 22px;
    }
    .callout-area .dpp {
        margin-top: 2vw !important;
    }
    #section6.callout-area .dpp {
        padding: 32vw 15vw 34vh 7vw !important;
    }
    section.microplastics + section.callout-area .dpp {
        padding: 22vw 7vw 41vh 15vw !important;
    }
    #free-detox-popup img#guide,
    #free-detox-popup-2 img#guide {
        right: 8vw;
    }
    #free-detox-popup .text-body {
        max-width: 60vw;
        padding-right: 14vw;
    }
}

@media (min-width: 1600px) {
    #free-detox-popup h1,
    #free-detox-popup-2 h1,
    #free-detox-popup-jp h1,
    #free-detox-popup-2-jp h1 {
        font-size: 52.8px;
    }
    #free-detox-popup p,
    #free-detox-popup-2 p,
    #free-detox-popup-jp p,
    #free-detox-popup-2-jp p {
        font-size: 25.6px;
    }
    #free-detox-popup .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-jp .btn.btn-secondary.btn-lg.dpp-purple {
        font-size: 36.4px !important;
    }
    #free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
        font-size: 32px !important;
    }
    #free-detox-popup img#guide,
    #free-detox-popup-jp img#guide {
        max-width: 416px;
    }
    #free-detox-popup img#webinar,
    #free-detox-popup-jp img#webinar {
        max-width: 256px;
    }
    #free-detox-popup-2 img#guide-2,
    #free-detox-popup-2-jp img#guide-2 {
        max-width: 353.6px;
    }
    #free-detox-popup-2 img#webinar-2,
    #free-detox-popup-2-jp img#webinar-2 {
        max-width: 260.8px;
    }
    #free-detox-popup img#detox,
    #free-detox-popup-jp img#detox {
        max-width: 160px;
    }
    #free-detox-popup-2 .modal-body > div,
    #free-detox-popup-2-jp .modal-body > div {
        max-width: 528px;
    }
}

@media (max-width: 1999px) and (min-width: 1600px) {
    .custom-tile.col-5 {
        -ms-flex: 0 0 41.75%;
        flex: 0 0 41.5%;
        max-width: 43.75%;
    }
    .fsvw {
        font-size: 1vw;
    }
    #section2 .background {
        height: 9vw;
    }
    .abs-bg img {
        width: 100%;
    }
    .abs-bg2 {
        position: absolute;
        top: 77vw;
        z-index: 0;
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .bodepro-dpp h1 {
        font-size: 3.8vw;
    }
    .bodepro-dpp section.dpp .owl-item h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 40px;
    }
    .bodepro-dpp section.dpp .tile h1 + h4 {
        font-size: 16px;
        color: #6f7277 !important;
    }
    #section4 .card.tile#left-tile .btn,
    #section4 .card.tile#right-tile .btn {
        min-width: initial;
        font-size: 2.2vw !important;
    }
    #section4 .card.tile#left-tile .btn {
        right: 6%;
    }
    #section4 .card.tile h1 {
        margin-bottom: 20%;
    }
}

@media (max-width: 1500px) {
    .allproducts.owl-carousel h1.smaller {
        font-size: 2vw;
    }
    .bodepro-dpp section:not(#section2) h1, .bodepro-dpp section:not(#section2) h2, .bodepro-dpp section:not(#section2) h3, .bodepro-dpp section:not(#section2) h4, .bodepro-dpp section:not(#section2) h5, .bodepro-dpp section:not(#section2) h6 {
        font-size: 40px;
    }
    .bodepro-dpp section:not(#section2) h4 {
        font-size: 26px;
    }
    .fsvw {
        font-size: 13px;
    }
    .callout-area .dpp,
    #section6.callout-area .dpp {
        padding: 20vw 7vw 31vh 7vw !important;
    }
}

@media (max-width: 1300px) {
    .abs-bg2 {
        top: 100vw;
    }
    #section2 img {
        bottom: 0;
    }
}

@media (max-width: 1200px) {
    #section2 h2 {
        font-size: 18px;
    }
    #section2 img.product {
        position: relative !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50% !important;
        padding-left: 50px;
    }

    .allproducts.owl-carousel h4 {
        font-size: 1.7vw;
        line-height: 130%;
        margin-top: 15px;
        z-index: 9;
    }
    .allproducts.owl-carousel h1 {
        font-size: 2.6vw;
        text-transform: uppercase;
        z-index: 9;
        font-weight: 600;
        line-height: 96%;
    }
    .bodepro-dpp section#section2 .owl-item h1 {
        font-size: 3.6vw;
    }

    #section4 .what-are-peptides p {
        color: #ffffff !important;
        font-size: 18px;
        line-height: 26px;
    }
    #section2 .background {
        height: 11vw;
    }
    .callout-area .dpp {
        padding: 8vw 4vw 26vw !important;
        background: url(/static/front/image/detox-pro-plus/section3/DPP-section3-bg.png) 90% 100% / cover no-repeat;
    }
    section.microplastics + section.callout-area .dpp {
        background: url(/static/front/image/detox-pro-plus/callout/DPP-section5-bg.png) center / cover no-repeat;
        padding: 38vw 4vw 36vw !important;
    }
    #section6.callout-area .dpp {
        padding: 30vw 7vw 31vh 7vw !important;
    }
    .surround-4 .spacer {
        margin-bottom: 50vw;
    }
    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 24px !important;
    }
    #section4 div > div > div:nth-child(odd) h1:not(.title) {
        font-size: 24px !important;
    }
    #section4 div > div > div h4:not(.title):not(.btn) {
        font-size: 14px !important;
    }
    #section4 div > div:nth-child(even) > img:not(.agingBrain) {
        margin-top: 100px;
        padding: 30px !important;
    }
    #section4 div > div:nth-child(odd) > img {
        padding: 0 30px 30px !important;
    }
    br:not(.ignore) {
        display: none;
    }
    .callout h1 {
        font-size: 24px !important;
    }
    #key-ingreds h1:not(.title) {
        font-size: 30px !important;
    }
    #key-ingreds h1:not(.title) + h4 {
        font-size: 18px !important;
    }
    .callout-area img {
        max-width: 60%;
    }
    .callout-area .flex-column-reverse img,
    .callout-area img.mobile-dpp {
        max-width: 200px;
    }
    #key-ingreds h1:not(.title) + h4 {
        padding: 30px 10px;
    }
    #section6.callout-area {
        margin-bottom: -250px !important;
    }
}

@media (max-width:991px) {
    #section2 {
        padding: 0 40px 500px;
    }
    #section2 h2 {
        font-size: 20px;
    }

    #section2 .btn {
        max-width: 400px !important;
    }

    #section2 img.product {
        bottom: 0px;
        width: 100% !important;
        position: relative;
    }

    #particles-js canvas,
    #particles-js-2 canvas,
    #particles-js-3 canvas,
    #particles-js-4 canvas {
        height: 100% !important;
    }

    .callout-area .dpp {
        padding: 8vw 4vw 26vw !important;
    }

    #section6.callout-area .dpp {
        padding: 60vw 7vw 31vh 7vw !important;
    }
    
    .callout-area .what-are-peptides {
        padding: 18vw 4vw !important;
        margin-top: 80px !important;
    }

    .callout-area img {
        max-width: 60%;
        margin: 50px auto 20px;
    }

    .surround-4 {
        background: url(/static/front/image/detox-pro-plus/plasticbrain.png) 50% 100% / contain no-repeat;
        background-size: 65vw;
        background-position: top;
    }

    .surround-4 p {
        font-size: 14px;
    }

    .surround-4 .spacer {
        margin-bottom: 32vw;
    }

    #headerCarousel .owl-carousel .item {
        min-height: calc(46vw);
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 80px;
    }
    
    #headerCarousel .owl-carousel .item .item-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        max-width: 54%;
    }
    
    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }
    
    #headerCarousel .owl-carousel .item#item-headerSlide3 .btn.btn-secondary.btn-lg {
        border-color: #f2630e;
        color: white;
        background-color: #f2630e;
        width: 100%;
        margin: 5% auto 0 !important;
        max-width: 280px;
        transition: all 0.3s;
        text-shadow: 3px 3px 5px rgb(68 69 71 / 72%);
        font-weight: 600;
        font-size: 30px !important;
    }
    
    #headerCarousel .owl-carousel .item:not(#item-headerSlide3) .item-container :not(:first-child) {
        margin-top: 10%;
    }
    
    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container h1 {
        margin-top: 8% !important;
        text-align: center !important;
    }

    #headerCarousel .owl-carousel .item#item-headerSlide3 .item-container .callout {
        background: none;
        color: #ffffff;
        box-shadow: none;
        text-shadow: 2px 3px 3px #575656;
        text-align: left !important;
        width: 100%;
        font-size: 3.3vw;
        max-width: 66%;
        line-height: 115%;
        align-self: flex-start;
    }
    
    #headerCarousel #item-headerSlide1 h1, #headerCarousel #item-headerSlide2 h1, #headerCarousel #item-headerSlide3 h1 {
        font-size: 8vw;
        line-height: 100%;
        margin: 7% 0 0;
        text-transform: uppercase;
        text-shadow: 2px 5px 4px #4b525c;
        text-align: left;
        color: #ffffff;
        width: 100% !important;
        text-align: center;
    }
    #headerCarousel #item-headerSlide2 h1 {
        text-shadow: 2px 5px 4px #000000;
    }
    
    #headerCarousel #item-headerSlide1 {
        background-image: url(/static/front/image/detox-pro-plus/section1/3SSTopSlideBG-mobile.png);
        background-position: bottom;
        min-height: 133vw;
    }
    #headerCarousel #item-headerSlide2 {
        background-image: url(/static/front/image/detox-pro-plus/section1/StrongOGTopSlideBG-mobile.png);
        background-position: bottom;
        min-height: 133vw;
    }
    #headerCarousel #item-headerSlide3 {
        background-image: url(/static/front/image/detox-pro-plus/section1/TENPDRTopSlideBG-mobile.jpg);
        min-height: 133vw;
        background-position: 0px 90%;
    }
    
    #item-headerSlide1 .callout {
        font-size: 2.5vw;
        line-height: 140% !important;
        text-align: center !important;
    }
    #item-headerSlide2 .callout {
        padding: 15px 20px;
        background: none;
        color: #ffffff;
        box-shadow: none;
        text-shadow: 2px 5px 4px #000000;
        text-align: left !important;
        line-height: 28px;
        width: 100%;
        font-size: 4vw;
        max-width: 37%;
        line-height: 115%;
        align-self: flex-start;
    }

    #item-headerSlide2 .callout.d-block.d-lg-none#cleared-callout {
        margin-top: 40% !important;
    }

    #headerCarousel .owl-carousel .item .item-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
    }

    #headerCarousel .owl-carousel .item > a {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
    }

    .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1%;
    }

    #section2 #ss-tile .btn {
        top: 40%;
        right: initial;
        left: 10%;
    }

    #section2 .owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
        top: 35%;
    }
    
    #section2 .owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
        top: 35%;
    }

    #section4 .card.tile#left-tile .btn {
        position: absolute;
        bottom: 26%;
        left: initial;
        right: 6%;
        max-width: 40%;
        min-width: initial;
        font-size: 2vw !important;
    }

    .allproducts.owl-carousel h1.smaller {
        font-size: 2vw;
    }
    .allproducts.owl-carousel .tile {
        min-height: 34vw;
        padding: 0;
    }
    .allproducts.owl-carousel h4 {
        font-size: 1.3vw;
    }

    #section4 div > div > img:not(.agingBrain) {
        max-width: 300px;
    }

    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 4.5vw !important;
    }
    #section4 div > div > div:nth-child(odd) h1:not(.title) {
        font-size: 4.5vw !important;
    }
    #section4 div > div > div h4:not(.title):not(.btn) {
        font-size: 2.6vw !important;
    }
    #section4 div > div:nth-child(even) > img:not(.agingBrain) {
        margin-top: 30px;
        padding: 30px !important;
    }
    #section4 div > div:nth-child(odd) > img {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 40px !important;
    }
    .abs-bg {
        top: -240px;
    }
    .mw-70 {
        max-width: 90%;
    }
    #section4 .ingred-cards {
        border: none;
        box-shadow: none;
        background-size: initial;
        max-width: 180px;
        margin: auto;
    }

    #biolimitless-state h1 {
        font-size: 5.4vw !important;
    }

    #biolimitless-state h1 + h1 {
        font-size: 3.6vw !important;
    }
    .mt-200 {
        margin-top: 60px;
    }
    #free-detox-popup *,
    #free-detox-popup-2 *,
    #free-detox-popup-jp *,
    #free-detox-popup-2-jp * {
        text-align: center !important;
    }
    #free-detox-popup .text-body,
    #free-detox-popup-jp .text-body {
        max-width: initial;
        padding-right: initial;
    }
    #free-detox-popup h1,
    #free-detox-popup-jp h1 {
        font-size: 5.3vw;
        line-height: normal;
    }
    #free-detox-popup p,
    #free-detox-popup-jp p {
        font-size: 3.8vw;
    }
    #free-detox-popup p + p, #free-detox-popup p + p + p,
    #free-detox-popup-jp p + p, #free-detox-popup-jp p + p + p {
        font-size: 3.1vw;
    }
    #free-detox-popup .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-jp .btn.btn-secondary.btn-lg.dpp-purple {
        max-width: 94% !important;
        margin: 50px auto !important;
        font-size: 6.4vw !important;
    }
    #free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
        max-width: 100% !important;
        margin: 50px auto !important;
        font-size: 3.4vw !important;
    }
    #free-detox-popup,
    #free-detox-popup-2,
    #free-detox-popup-jp,
    #free-detox-popup-2-jp {
        padding: 5px 20px;
        max-width: initial;
        max-height: initial;
    }
    #free-detox-popup-2 h1,
    #free-detox-popup-2-jp h1 {
        font-size: 5.3vw;
        line-height: normal;
    }
    #free-detox-popup-2 img#guide-2,
    #free-detox-popup-2-jp img#guide-2 {
        max-width: 22.1vw;
        margin: auto;
    }
    #free-detox-popup-2 img#webinar-2,
    #free-detox-popup-2-jp img#webinar-2 {
        max-width: 16.3vw;
        margin: auto;
    }
    #free-detox-popup-2 .modal-body > div,
    #free-detox-popup-2-jp .modal-body > div {
        max-width: 100%;
    }
    #free-detox-popup .text-body img,
    #free-detox-popup-jp .text-body img {
        max-width: 400px;
    }

    .mfp-close-btn-in .mfp-close, .mfp-close-btn-in .mfp-close:active {
        transform: scale(1);
        right: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .custom-tile a:not(#strong-tile) {
        height: calc(49.7vw *.5);
    }
}

@media (max-width: 767px) {
    .surround-4 br {
        display: none !important;
    }
    
    .ripple-container,
    .ripple-container::before,
    .ripple-container::after {
    border-radius: 4.5vw;
    }
    br:not(.ignore) {
        display: none;
    }
    h1.title {
        font-size: 6vw;
    }
    h4.title {
        font-size: 3.8vw;
    }
    .allproducts.owl-carousel h1 {
        font-size: 5vw;
    }
    .allproducts.owl-carousel h1.smaller {
        font-size: 4vw;
    }
    .allproducts.owl-carousel .tile {
        min-height: 64vw;
    }
    .allproducts.owl-carousel h4 {
        font-size: 2.7vw;
    }
    .bodepro-dpp h1 {
        font-size: 7vw;
    }
    .custom-tile {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .custom-tile h1 {
        font-size: 6vw !important;
    }
    .custom-tile h4 {
        font-size: 3.4vw !important;
    }
    .custom-tile img {
        bottom: 0;
    }
    #section2 .card.tile#ten-tile h4 {
        font-size: 3.6vw !important;
    }
    #section2 #strong-tile {
        height: initial;
        display: flex;
        justify-content: end;
    }
    #section2 .btn {
        font-size: 30px !important;
    }
    #section2 .background {
        height: 25vw;
    }
    .titlebox {
        top: 2%;
    }
    #section2 #ten-tile .titlebox {
        left: 5%;
        max-width: 41%;
    }
    #section2 #ten-tile .btn {
        top: 52%;
        right: initial;
        left: 5%;
    }
    #section2 #ss-tile .titlebox h1,
    #section2 #ss-tile .titlebox h4 {
        text-align: center;
    }
    #section2 #ss-tile .titlebox {
        right: 0;
        left: 0;
        text-align: center;
    }
    #section2 #ss-tile .btn {
        top: 40%;
        right: 10%;
        left: initial;
    }
    .callout-area h4:not(.title) {
        font-size: 5vw;
    }
    #section2 .card.tile h1 {
        margin-bottom: 4px;
    }

    #particles-js + .container-fluid,
    #particles-js-2 + .container-fluid,
    #particles-js-3 + .container-fluid,
    #particles-js-4 + .container-fluid {
        padding-bottom: 0 !important;
    }

    .bodepro-dpp section:not(#section2) h4 {
        font-size: 22px;
    }

    .callout-area .dpp {
        padding: 8vw 4vw 26vw !important;
        margin-top: 80px !important;
    }

    #key-ingreds {
        padding: 20vw 0 50vw !important;
    }

    section.microplastics + section.callout-area .dpp {
        padding: 78vw 4vw 76vw !important;
    }

    #section4 .what-are-peptides {
        padding: 0vh 4vw 0vh !important;
    }

    .callout-area .dpp p.prehead,
    #section4 .what-are-peptides p.prehead {
        font-size: 22px;
        line-height: normal;
    }
    
    .callout-area .dpp p.head,
    #section4 .what-are-peptides p.head {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 40px;
    
    }
    
    .callout-area .dpp p.subhead,
    #section4 .what-are-peptides p.subhead,
    .callout-area .dpp li {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
    }
    
    .callout-area .dpp .btn,
    #section4 .what-are-peptides .btn {
        max-width: 400px;
    }
    #biolimitless-state.featuredDocsArea h2 {
        margin-top: 20px;
        font-size: 20px !important;
    }
    .mw-70 {
        max-width: 100%;
    }
    #biolimitless-state h1 + h1 {
        margin: 10px auto 40px;
    }
    #section6.callout-area {
        margin-bottom: -300px !important;
    }
    #free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
        max-width: 100% !important;
        margin: 50px auto !important;
        font-size: 20px !important;
        min-width: 66vw;
    }

}

@media (max-width: 600px) {
    .abs-bg2 {
        top: 690vw;
        left: -100vw;
    }
    .owl-carousel .card-body {
        padding: .5rem;
    }
}

@media (max-width: 575px) {
    .microplastics {
        padding: 400px 0px 200px !important;
    }

    #section4 {
        padding: 250px 0px 100px !important;
    }
    .surround-4 p {
        text-align: left !important;
    }
    .surround-4 {
        background: url(/static/front/image/detox-pro-plus/plasticbrain.png) 50% 100% / contain no-repeat;
        background-size: 55vw;
        background-position: 50% 45%;
        margin-bottom: 20px;
    }
    .surround-4 .spacer {
        margin-bottom: 260px;
    }
    .btn.btn-secondary.btn-lg.dpp-purple,
    .btn.btn-secondary.btn-lg.dpp-purple.reverse {
        max-width: 80vw !important;
    }
    #section2 .btn,
    .btn.btn-secondary.btn-lg {
        font-size: 20px !important;
        max-width: 80vw !important;
    }
    .microplastics img {
        max-width: 100vw;
        margin: 50px -14vw 50px !important;
    }
    .microplastics h1 > span {
        font-size: 6vw;
        line-height: 5vw;
    }
    
    .microplastics h1 > span + span {
        font-size: 5vw;
        line-height: 4vw;
    }
    
    .microplastics h1 > span + span + span {
        font-size: 4vw;
        line-height: 3vw;
    }

    .wistia-border {
        background-color: transparent;
        border-radius: 18px;
        padding: 20px;
    }
    .callout-area img {
        max-width: 80%;
    }
    .callout-area .dpp {
        padding: 18vw 4vw 36vw !important;
    }

    #key-ingreds {
        padding: 20vw 0 70vw !important;
    }

    #section6.callout-area .dpp {
        padding: 70vw 7vw 31vh 7vw !important;
    }
    #biolimitless-state h1 {
        font-size: 8vw !important;
    }
    #biolimitless-state h1 + h1 {
        font-size: 4vw !important;
    }
    #free-detox-popup h1,
    #free-detox-popup-jp h1 {
        font-size: 5.1vw;
        line-height: normal;
    }
    #free-detox-popup p,
    #free-detox-popup-jp p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #free-detox-popup p + p, #free-detox-popup p + p + p,
    #free-detox-popup-jp p + p, #free-detox-popup-jp p + p + p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #free-detox-popup .btn.btn-secondary.btn-lg.dpp-purple,
    #free-detox-popup-jp .btn.btn-secondary.btn-lg.dpp-purple {
        max-width: 100% !important;
        margin: 0 auto !important;
        font-size: 5.4vw !important;
    }
    #free-detox-popup-2 img#guide-2,
    #free-detox-popup-2-jp img#guide-2 {
        max-width: 32.1vw;
        margin: auto;
    }
    #free-detox-popup-2 img#webinar-2,
    #free-detox-popup-2-jp img#webinar-2 {
        max-width: 26.3vw;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .custom-tile > #happy-tile {
	    min-height: 330px;
	}
	.custom-tile > #happy-tile img {
	    margin: auto;
	}
    .bodepro-dpp section#section2 .owl-item h1 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 40px;
        line-height: 1.8rem;
    }
    .bodepro-dpp section#section2 .tile h1 + h4 {
        font-size: 14px;
    }

    #section2 img.product {
        bottom: 0px;
        width: 100% !important;
        position: relative;
        left: 0;
        right: -5vw;
    }

    #section2 .owl-carousel .owl-nav button.owl-next, #headerCarousel .owl-carousel .owl-nav button.owl-next {
        top: 32%;
    }
    
    #section2 .owl-carousel .owl-nav button.owl-prev, #headerCarousel .owl-carousel .owl-nav button.owl-prev {
        top: 32%;
    }

    .callout-area .dpp {
        padding: 40vw 4vw 50vw !important;
        margin-top: 80px !important;
    }

    #section4 .what-are-peptides {
        padding: 5vh 4vw 5vh !important;
        margin-top: 80px !important;
    }

    .callout-area .dpp p,
    #section4 .what-are-peptides p {
        font-size: 14px;
        line-height: inherit;
    }
    
    .callout-area .dpp p.prehead,
    #section4 .what-are-peptides p.prehead {
        font-size: 16px;
        line-height: normal;
    }
    
    .callout-area .dpp p.head,
    #section4 .what-are-peptides p.head {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 40px;
    
    }
    
    .callout-area .dpp p.subhead,
    #section4 .what-are-peptides p.subhead,
    .callout-area .dpp li {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }
    
    .callout-area .dpp .btn,
    #section4 .what-are-peptides .btn {
        max-width: 400px;
    }

    .mw-70 {
        max-width: 100%;
    }
    #section4 div > div > div:nth-child(even) h1:not(.title) {
        font-size: 6vw !important;
    }
    #section4 div > div > div:nth-child(odd) h1:not(.title) {
        font-size: 6vw !important;
    }
    #section4 div > div > div h4:not(.title):not(.btn) {
        font-size: 4vw !important;
    }
    #section4 div > div > img:not(.agingBrain) {
        max-width: 260px;
    }
    .callout h1 {
        font-size: 20px !important;
    }
    .abs-bg2 {
        top: 800vw;
        left: -190vw;
    }
}

@media (max-width: 450px) {
    #section2 #ten-tile .btn {
        top: 46%;
    }
    .custom-tile > #happy-tile {
	    min-height: 300px;
	}
    .surround-4 {
        background-size: 65vw;
    }
}
.custom-tile #ten-tile {
    min-height: 175px;
}
@media (max-width: 400px) {
    .allproducts.owl-carousel .tile {
        min-height: 71vw;
    }
    .custom-tile #ten-tile .btn,
    .custom-tile #ten-tile .titlebox {
        z-index: 9;
    }
    .custom-tile #ten-tile img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #free-detox-popup .text-body img,
    #free-detox-popup-jp .text-body img {
        max-width: 160px;
    }
}

@media (min-width: 992px) and (max-width:1600px) {
    .custom-tile.col-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .custom-tile.col-8 {
        -ms-flex: 0 0 70%;
        flex: 1 0 70%;
        max-width: 70%;
    }
    .custom-tile.col-5 {
        -ms-flex: 0 0 41.7%;
        flex: 0 0 41.7%;
        max-width: 41.75%;
    }
    .custom-tile.col-7 {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
}

@media (max-height: 700px) and (max-width:767px) {
    #free-detox-popup-2 .btn.btn-secondary.btn-lg.dpp-purple, #free-detox-popup-2-jp .btn.btn-secondary.btn-lg.dpp-purple {
        margin: 10px auto !important;
    }
}