/** Shopify CDN: Minification failed

Line 185:20 Expected ")" to end URL token

**/
html {
    font-size: 62.5%; /* 10px browser default */
}
body {      
    margin: 0;
    padding: 0; 
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    background-color: #fff;
    color: #1C1B1F;
    max-width:1920px;
    margin:0 auto;
  padding-top: 0 !important;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
}
.main-content {
        padding-top: 0 !important;
 }
img, iframe {
    border:none;
    max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-family: "Be Vietnam Pro" !important;
    text-transform: unset;
    letter-spacing: 0;
}
p {
     line-height: 1.5;
}
p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.row {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.container {
    max-width: 117rem;
    margin: 0 auto;
}
mark {
    background-color: #F0FEF9;
}
.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.textupper {
    text-transform: uppercase;
}
.fontblack {
    color: #000;
}
.fontgreen {
    color: #3A6F5C;
}
.fontgreen2 {
    color: #3C9978;
}
.fontlg {
    color: #25C089;
}
.fontlg2 {
    color: #25C089;
}
.fontgray {
    color: #2F2F2F;
}
.fontyellow {
    background: linear-gradient(90deg, #F01100 0%, #F84600 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fontgrad {
    background: linear-gradient(90deg, #3C9978 0%, #25C089 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fw900 {
  font-weight: 900;
}
.fw700 {
  font-weight: 700;
}
.fw600 {
  font-weight: 600;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.fw300 {
  font-weight: 300;
}
.font45 {
  font-size: 4.5rem;
}
.font36 {
  font-size: 3.6rem;
}
.font33 {
  font-size: 3.3rem;
}
.font25 {
  font-size: 2.5rem;
}
.font24 {
  font-size: 2.4rem;
}
.font22 {
  font-size: 2.2rem;
}
.font20 {
  font-size: 2rem;
}
.font18 {
  font-size: 1.8rem;
}
.font16 {
  font-size: 1.6rem;
}
.font14 {
  font-size: 1.4rem;
}
.font12 {
  font-size: 1.2rem;
}
.font10 {
  font-size: 1rem;
}

.zoom-image:hover { 
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.zoom {
  display:inline-block;
  position: relative;
}
        
/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block; 
  width:33px;
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url({{ 'magnifying-glass.png' | asset_url }});
}

.slide-header, .mySwiper {
    background: linear-gradient(90deg, #3c9978 45%, #25c089);
    padding: 1rem !important;
    color: #fff;
    text-align: center;
}
.mySwiper:not(.swiper-initialized) {
    display: none !important;
}
.slide-header img {
  margin: 0 1rem;
}
.slide-header h3 {
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    width: auto !important;
}
.mySwiper h3 {
  margin-bottom: 0;
  white-space: nowrap;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}
.swiper-slide {
    width: auto !important;
    }

/**.slide-header h3 {
    margin-bottom: 0;
    display: inline;
    white-space: nowrap;
}
.slide-header>div {
    animation: marquee 10s linear infinite;
    display: flex;
    width: 120%;
}**/



/** Product options CSS **/

.prod-option-box > ul > li {
    border: 2px solid #F1F1F1;
    margin-bottom: 1rem;
    padding: 2rem 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    height: 100%;
    min-height: 6.6rem;
    cursor: pointer;
    background-color: #F1F1F1;
    flex-wrap: wrap;
}
.opt-extra ul {
    margin-left: 3rem;
    margin-top: 0.5rem;
}
.opt-extra ul li {
    color: #1C1B1F;
    font-size: 1.5rem;
    list-style: disc;
}
.opt-extra {
  display: none;
}
.prod-option-box > ul > li.active {
    border-color: #000;
    background-color: #fff;
}
.prod-option-box > ul > li.active .opt-extra {
   display: block;
}

.opt-btn {
    width: 2.8rem;
    height: 2.8rem;
    aspect-ratio: 1;
    border-radius: 50px;
    border: 2px solid #3C9978;
    flex: 0 0 2.8rem;
    padding: 2px;
    margin-right: 1rem;
  position:relative;
  background-color: #fff;
}

.prod-option-box h3 {
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
}

.prod-option-box h4 {
    font-size: 2rem;
    margin: 00 0 0 auto;
    font-weight: 700;
    color: #1C1B1F;
}

/**.prod-option-box h3 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
}**/

.prod-option-box h4 s {
    margin-left: 1rem;
    font-weight: 400;
    opacity: .5;
    color: #1C1B1F;
      margin-right: 0.8rem;
}

.prod-option-box {
    margin: 2rem 0 0rem;
}

li.option.active .opt-btn:before {
    content: '';
    position: absolute;
    background: #3C9978;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scale(0.7);
    transform-origin: center;
}

/* end */

.site-header__search, form#currency_form, .site-header__search-toggle, .col-header-search, a.site-header__icon svg, .col-header-menu {
    display: none !important;
}
a.signin {
    text-transform: uppercase;
    font-size: 2rem;
}
a.site-header__logo-image {
    display: inline-block !important;
}
.site-header__account:after {
    content: 'Sign In';
    text-transform: uppercase;
    font-size: 1.8rem;
}
a.site-header__icon svg {
    display: none;
}
.site-header {
    padding: 0 2rem !important;
}
.col-header-logo {
    width: 66%;
    text-align: left !important;
}
.col-header-cart {
    width: 34%;
}
.site-header__logo-image img {
    max-width: 19rem !important;
}
.custom-mobile-header .site-header__logo img {
    margin: 0 0 !important;
}
.custom-mobile-header {
    padding: 0 1rem;
}

.custom-header {
    padding: 1rem 1.5rem 0;
}
.custom-header a {
    display: block;
}
.custom-header .row {
    align-items: center;
}
.custom-header img {
    max-width: 19rem;
    width: 100%;
}


div#fsb_container {
    display: none !important;
}
.site-header, .site-header__mobile-nav {
    background-color: transparent;
    border-bottom: 0;
}
nav#AccessibleNav {
    display: none;
}
.site-header__mobile-nav {
    max-width: 117rem;
    margin: 0 auto;
}
.site-header .medium-up--one-quarter {
    width: 50%;
}

.sec01 {
    padding: 0rem 2rem 6rem;
}
.sec01 .right-col {
    border-radius: 20px;
    border: 2px solid #BFFFE8;
    padding: 4rem 3rem;
}
.slider-for img {
    width: 100%;
    border: 1px solid #A9A9A9;
    border-radius: 20px;
}
.slider-for {
    margin-bottom: 2.5rem;
}
.slider-nav img {
    width: 100%;
    border: 1px solid #A9A9A9;
    border-radius: 100px;
}
.slider-nav .slick-slide {
    padding: 0 0.8rem;
}
.slider-nav .slick-arrow {
    width: 3.2rem;
    height: 3.2rem;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    z-index: 2;
}
.slider-for .slick-prev:before, .slider-for .slick-next:before, .slider-for .slick-dots li button:before, .slider-for .slick-dots li a:before, .hidden, .slider-nav .slick-prev:before, .slider-nav .slick-next:before, .slider-nav .slick-dots li button:before, .slider-nav .slick-dots li a:before{
  display: none !important;
}
.slider-nav .slick-prev {
    background-image: url(/cdn/shop/files/left-carousel.png?v=1719795944) !important;
    left: 0;
}
.slider-nav .slick-next {
    background-image: url(/cdn/shop/files/right-carousel.png?v=1719795944) !important;
    right: 0;
}
.slider-nav {
    padding: 0 5rem;
}
.slider-nav .slick-current img {
    border: 2px solid #3C9978;
}
.sec01 .right-col .fontyellow {
    margin-bottom: 1.3rem;
}
.sec01 h1 {
    margin-bottom: 1.3rem;
}
ul.check-blk li {
    display: inline;
    font-size: 1.3rem;
    padding-left: 2.4rem;
    padding-right: 2rem;
    background-image: url(/cdn/shop/files/check-black.png?v=1719795944);
    background-repeat: no-repeat;
    background-size: 1.5rem;
}
.reviews {
    margin-top: 3rem;
}
.reviews h5 img {
    margin: 0 0.5rem;
    position: relative;
    top: 5px;
}
span.old {
    text-decoration: line-through;
}
span.new {
    font-weight: 700;
    color: #3a6f5c;
    margin: 0 1.8rem 0 1rem;
}
.save {
    border-radius: 10px;
    background: linear-gradient(90deg, #3C9978 37%, #25C089 100%);
    padding: 0.7rem 1.6rem;
    text-align: center;
    color: #fff;
}
.pricing {
    display: flex;
    align-items: center;
}
.pricing h4 {
    margin-bottom: 3px;
}
.sec01 .font20 {
    margin-bottom: 0.5rem;
}
.get-list li {
    font-size: 1.6rem;
    margin-bottom: 4px;
}

span.bf-btn-text {
    font-size: 1.4rem;
   
}

a.try-btn1 {
    border-radius: 10px;
    background-color: #FFA41C;
    background-image: url(/cdn/shop/files/arrow_bef7875a-4a91-45df-90b1-02a79413cd37.png?v=1719795944);
    background-repeat: no-repeat;
    font-family: "Be Vietnam Pro" !important;
    font-weight: 700;
    font-size: 2.1rem;
    color: #000 !important;
    padding: 2rem 11rem 2rem 3.6rem;
    background-position: center right;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0rem 0 2rem;
      background-size: auto 100%;
  text-transform: uppercase;
}
a.try-btn1 s {
    font-weight: 500;
    opacity: 0.3;
    margin-left: 1rem;
    margin-right: 0.5rem;
}
a.try-btn1 span {
  font-weight: 500;
  margin-left: 1rem;
}
span.subtext {
    display: block;
    color: #4E3510;
    font-size: 1.4rem;
    font-weight: 500;
}
li.money {
    background-image: url(/cdn/shop/files/Moneyback_f50afa40-563f-4487-9b28-5ca0c3ef02cc.svg?v=1719817755);
}
li.ship {
    background-image: url(/cdn/shop/files/icon_67bb462b-1717-4203-baa6-b4d4d2ca9a74.png?v=1719817756);
}
.blk {
    display: block;
}
ul.claim li {
    padding-left: 3.5rem;
    margin-bottom: 0.8rem;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.sec01 .row {
    justify-content: space-between;
}
.sec01 .col-md-6 {
    max-width: 48.5%;
}

.sec02 .container {
    border-radius: 10px;
    background: linear-gradient(90deg, #3C9978 0%, #25C089 29%, #3C9978 62.5%, #25C089 100%);
    text-align: center;
    color: #fff;
    padding: 1.8rem 3rem;
}
.sec02 ul li {
    background-image: url(/cdn/shop/files/check_5821ea8a-c506-4451-a04f-96371021113f.png?v=1719795944);
    font-size: 2.3rem;
    background-repeat: no-repeat;
    background-size: 2.3rem;
    background-position: 0 5px;
    padding-left: 3.8rem;
    font-weight: 700;
}
.sec02 ul {
    display: flex;
    justify-content: space-around;
}

.sec03 {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #FFF 0%, #FFFCF8 100%);
}
.sec03 img {
    margin-bottom: 1.7rem;
    max-width: 8rem;
    width: 100%;
}
.sec03 p {
    font-size: 1.6rem;
}
.sec03 .col-md-4 {
    padding: 0 3rem;
}

.mb-only {
  display:none;
}

.sec04 {
    padding: 6rem 2rem 7rem;
}
.single-test > div {
    border-radius: 10px;
    border: 1px solid #25C089;
    background: #fff;
    box-shadow: 6px 6px #25c089;
    padding: 5rem 4rem;
    margin: 0 1.5rem;
    height: 99%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
span.rm-text:not(.show-rm) {
    display: none;
}
a.readmore {
    color: #25C089;
    font-weight: 400 !important;
    font-family: "Be Vietnam Pro" !important;
}
.single-test p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.test-bot h4 {
    margin-bottom: 0;
}
.test-top img {
    display: block;
    margin: 0 auto 2.1rem;
    max-width: 12.5rem;
    width: 100%;
}
.test-bot h5 img {
    display: inline;
    margin-right: 5px;
}
.test-bot h5 {
    margin-bottom: 0;
    margin-top: 7px;
}
.test-slider .slick-track
{
    display: flex !important;
}
.test-slider .slick-slide
{
    height: inherit !important;
}
.test-slider .slick-arrow {
    width: 6.4rem;
    height: 6.4rem;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}
.ing-con .slick-arrow {
    width: 0.8rem;
    height: 1.3rem;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    top: calc(100% + 1.7rem);
    z-index: 2;
}
.opt-slider .slick-arrow, .vs-mbl .slick-arrow {
    width: 0.8rem;
    height: 1.3rem;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    top: calc(100% + 3.2rem);
    z-index: 2;
}
.test-slider .slick-prev:before, .test-slider .slick-next:before, .test-slider .slick-dots li button:before, .test-slider .slick-dots li a:before, .ing-con .slick-prev:before, .ing-con .slick-next:before, .ing-con .slick-dots li button:before, .ing-con .slick-dots li a:before, .opt-slider .slick-prev:before, .opt-slider .slick-next:before, .opt-slider .slick-dots li button:before, .opt-slider .slick-dots li a:before, .vs-mbl .slick-prev:before, .vs-mbl .slick-next:before, .vs-mbl .slick-dots li button:before, .vs-mbl .slick-dots li a:before{
  display: none;
}
.test-slider .slick-dots li button, .test-slider .slick-dots li a, .ing-con .slick-dots li button, .ing-con .slick-dots li a, .opt-slider .slick-dots li button, .opt-slider .slick-dots li a, .vs-mbl .slick-dots li button, .vs-mbl .slick-dots li a {
    background: #D7D7D7;
    height: 13px;
    width: 13px;
    border-radius: 100%;
}
.test-slider  .slick-dots li, .ing-con  .slick-dots li, .opt-slider  .slick-dots li, .vs-mbl  .slick-dots li {
    height: 13px;
    width: 13px;
    margin: 0 4px;
}
.test-slider li.slick-active button, .ing-con li.slick-active button, .opt-slider li.slick-active button, .vs-mbl li.slick-active button {
  background: #25C089 !important;
}
.test-slider .slick-prev {
    background-image: url(/cdn/shop/files/left_btn.png?v=1719795944) !important;
    left: -9rem;
}
.test-slider .slick-next {
    background-image: url(/cdn/shop/files/right_btn.png?v=1719795944) !important;
    right: -9rem;
}
.test-slider ul.slick-dots {
    bottom: -5rem;
}
.ing-con .slick-prev {
    background-image: url(/cdn/shop/files/arrow_forward_ios.svg?v=1719883312) !important;
    left: 10rem;
}
.ing-con .slick-next {
    background-image: url(/cdn/shop/files/arrow_forward_ios_1.svg?v=1719883312) !important;
    right: 10rem;
}
.opt-slider .slick-prev {
    background-image: url(/cdn/shop/files/arrow_forward_ios.svg?v=1719883312) !important;
    left: 6rem;
}
.opt-slider .slick-next{
    background-image: url(/cdn/shop/files/arrow_forward_ios_1.svg?v=1719883312) !important;
    right: 6rem;
}
.vs-mbl .slick-prev {
    background-image: url(/cdn/shop/files/arrow_forward_ios.svg?v=1719883312) !important;
    left: 6rem;
}
.vs-mbl .slick-next{
    background-image: url(/cdn/shop/files/arrow_forward_ios_1.svg?v=1719883312) !important;
    right: 6rem;
}
.vs-mbl ul.slick-dots {
    bottom: -4rem;
}

.sec05 {
    padding: 6rem 2rem;
}
.sec05 .left-col {
    border-radius: 20px;
    border: 2px solid #D4FFF0;
    padding: 3rem;
}
.sec05 .row {
    justify-content: space-between;
}
.sec05 .col-md-6 {
    max-width: 49%;
}
.sec05 p {
    font-size: 1.5rem;
}
.sec05 h3 {
    margin-bottom: 0.8rem;
}
.inner-sec, .inner-sec3 {
    display: flex;
    justify-content: space-between;
}
.inner-sec p {
    font-size: 1.4rem;
}
.inner-sec > div  {
    width: 48%;
}
.inner-sec2 {
    display: flex;
    margin: 2rem 0;
    justify-content: space-between;
}
.inner-sec2 > div {
    width: 30%;
}
.inner-sec2 p {
    font-size: 1.2rem;
}
.inner-sec2 h3 {
    display: flex;
    align-items: center;
}
.inner-sec2 h3 img {
    height: 3rem;
    object-fit: none;
    margin-right: 1rem;
}
.inner-sec3 {
    align-items: flex-start;
}
.inner-sec3 p {
    font-size: 1rem;
    width: 48%
}
a.read-lbl {
    display: block;
    color: #fff !important;
    font-size: 1.8rem;
    border-radius: 10px;
    background: #25c089;
    width: 48%;
    text-align: center;
    padding: 1.6rem 2rem;
    text-transform: uppercase;
    font-family: "Be Vietnam Pro" !important;
    font-weight: 700 !important;
}
.inner-sec4 > div {
    width: 20%;
    text-align: center;
    padding: 1rem 0.6rem;
}
.inner-sec4 {
    margin-top: 3rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.inner-sec4 h4 {
    margin-bottom: 0;
    color: #000;
}
.inner-sec4 img {
    display: block;
    margin: 0 auto .8rem;
    max-width: 5.9rem;
    width: 100%;
}

.sec06 {
    padding: 6rem 2rem;
}
.ssec06 .container {
    max-width: 200rem;
}
.ing-con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ing-con>div {
    width: 33.33%;
    padding: 1.5rem;
}
.ing-single {
    border-radius: 10px;
    border: 2px solid #25C089;
    background: #fff;
    padding: 4rem 3rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 110% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec06 h3 {
    margin-bottom: 1rem;
}
.sec06 p {
    font-size: 1.6rem;
}
.ing1 {
    background-image: url(/cdn/shop/files/source1.png?v=1719805254);
}
.ing2 {
    background-image: url(/cdn/shop/files/source2.png?v=1719805254);
}
.ing3 {
    background-image: url(/cdn/shop/files/source3.png?v=1719805254);
}
.ing4 {
    background-image: url(/cdn/shop/files/source4.png?v=1719805254);
}
.ing5 {
    background-image: url(/cdn/shop/files/source5.png?v=1719805254);
}
.ing6 {
    background-image: url(/cdn/shop/files/source6.png?v=1719805254);
}
.ing7 {
    background-image: url(/cdn/shop/files/source7.png?v=1719805254);
}
.ing8 {
    background-image: url(/cdn/shop/files/source8-new.png?v=1725380494);
}
a.try-btn {
    border-radius: 10px;
    background-color: #FFA41C;
    background-image: url(/cdn/shop/files/arrow_bef7875a-4a91-45df-90b1-02a79413cd37.png?v=1719795944);
    background-repeat: no-repeat;
    font-family: "Be Vietnam Pro" !important;
    font-weight: 700;
    font-size: 2rem;
    color: #1C1B1F !important;
    padding: 2rem 10.5rem 2rem 3.6rem;
    background-position: center right;
  display: inline-block;
}
.cta-con {
    margin-top: 3rem;
}

.sec07 {
    padding: 6rem 2rem;
    background: #F4FFFB;
}
.sec07 h3 {
    margin-bottom: 5px;
}
.sec07-row2 {
    margin-top: 5rem;
    align-items: center;
}
.sec07 img {
    max-width: 51.8rem;
    width: 100%;
}
.scoop:nth-of-type(2) {
    margin: 4rem 0;
}
.scoop {
    display: flex;
    flex-wrap: wrap;
}
.num {
    background: linear-gradient(90deg, #3C9978 0%, #25C089 100%);
    width: 6.1rem;
    height: 6.1rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 2rem;
}
.num h4 {
    margin-bottom: 0;
}
.textnum p {
    font-size: 1.8rem;
}
.textnum {
    width: 76%;
}
.textnum h5 {
    margin-bottom: 7px;
    margin-top: 0.8rem;
}

.sec08 {
    padding: 6rem 2rem;
}
.sec08 .container {
    max-width: 100%;
}
.opt-slider {
    max-width: 101rem;
    margin: 0 auto;
}
.opt-slider p {
    font-size: 2rem;
    color: #000;
}
.opt-slider h4 {
    margin-bottom: 0.8rem;
    letter-spacing: 6.4px;
}
.opt-text {
    border-radius: 10px;
    border: 2px solid #25C089;
    padding: 5rem 4rem 5rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-opt {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-opt > div {
    width: 44%;
    text-align: right;
}
.single-opt > .opt-text {
    width: 55%;
    text-align: left;
}
.single-opt img {
    max-width: 43.9rem;
    width: 100%;
}
span.checker {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #3C9978;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}
.custom-nav .slick-current .checker:after {
    content: " ";
    width: .6rem;
    height: .6rem;
    background-color: #3c9978;
    position: absolute;
    left: 0.2rem;
    top: .2rem;
    border-radius: 100%;
}
.custom-nav {
    text-align: center;
}
.custom-nav h5 {
    margin-bottom: 0;
    height: 4.2rem;
}
.custom-nav:after {
    content: ' ';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(37, 192, 137, 0.00) 0%, #25C089 25%, #25C089 50%, #25C089 75%, rgba(37, 192, 137, 0.00) 100%);
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    z-index: -1;
}
.custom-nav .slick-slide {
    cursor: pointer;
}
.custom-nav {
    margin-top: 4rem;
    margin-bottom: 5rem;
}
.custom-nav .slick-slide:not(.slick-current) h5 {
    opacity: 0.3;
}

.sec09 .container {
    max-width: 100%;
}
.sec09 .slick-slide {
    padding: 1rem;
}
.sec09 video {
    width: 100%;
    border-radius: 10px;
}

.sec10 {
    padding: 10rem 2rem 6rem;
}
table {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    margin-top: 4rem;
}
th, td {
    border: 2px solid #25C089;
}
th {
  padding: 1rem 3rem;
}
td {
    padding: 2rem 3.2rem;
}
table p, .single-vs p {
    font-size: 1.8rem;
    padding-left: 6.5rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 5.4rem;
}
.check p {
    background-image: url(/cdn/shop/files/tab-icon1.png?v=1719795944);
}
.cross p {
    background-image: url(/cdn/shop/files/icon_60b98e9c-1a51-4d43-887a-0a1b26cca681.png?v=1719814226);
}
.green {
    background: #F4FFFB;
}
table h3, table h4 {
    margin-bottom: 0;
}
.inner-th {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.inner-th img {
    margin-left: 2.4rem;
    max-width: 8.5rem;
    width: 100%;
}
.btl {
    border-top-left-radius: 10px;
}
.btr {
    border-top-right-radius: 10px;
}
.btll {
    border-bottom-left-radius: 10px;
}
.btrr {
    border-bottom-right-radius: 10px;
}
.green {
    background: #f4fffb;
    border-left: 0;
    border-right: 0;
}
tr:not(:last-of-type) td, tr th {
    border-bottom: 0;
}
.sec10 .container {
    max-width: 109rem;
}

.sec11 {
    padding: 6rem 2rem;
}
.acc-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5rem;
}
.acc-con > div {
  width: 48.5%;
}
.acc {
    border-radius: 15px;
    border: 1px solid #25C089;
    background: #F4FFFB;
    padding: 3rem;
    margin-bottom: 3rem;
}
.acc p {
    margin-top: 2.2rem;
    font-size: 1.8rem;
}
.acc:not(.show-acc) p {
    display: none;
}
.acc h3 {
    margin: 0;
    padding-right: 7rem;
    position: relative;
    cursor: pointer;
}
.acc h3:after {
    content: ' ';
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    right: 0;
    top: 10%;
    background-image: url(/cdn/shop/files/tab-icon2.png?v=1719795944);
    background-repeat: no-repeat;
    background-size: 3.4rem;
}
.acc.show-acc h3:after {
  background-image: url(/cdn/shop/files/acc-img.png?v=1719795944);
}

.sec12 {
    padding: 6rem 2rem;
    background: #F4FFFB;
}

div#shopify-section-footer {
    display: none;
}
.custom-footer {
    padding: 5rem 0;
    text-align: center;
}
img.footer-logo {
    display: block;
    margin: 6rem auto;
    width: 19%;
}
img.fda-img {
    display: block;
    width: 41%;
    margin: 0 auto 2rem;
}
ul.footer-menu {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
ul.footer-menu li:not(:last-of-type) {
    border-right: 2px solid;
}
ul.footer-menu li {
    display: inline;
    font-size: 1.6rem;
    padding: 0 2rem;
}
.custom-footer p {
    font-size: 1.6rem;
    color: #000;
    font-family: Aurora Grotesk Bold !important;
}

.show-mobile {
  display: none
}
.vs-mbl {
    display: none !important;
}
.single-vs {
    border-radius: 10px;
    border: 1px solid #25C089;
    padding-top: 1.2rem;
    margin: 0 0.5rem;
}
.single-vs h4 {
    text-align: center;
    margin-bottom: 1.3rem;
}
.vs-tab.green {
    border-top: 1px solid #25C089;
    border-bottom: 1px solid #25C089;
}
.vs-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vs-tab h3 {
    margin: 0;
    font-size: 1.4rem;
}
.vs-col2 {
    width: 55%;
    padding: 1rem;
    border-left: 1px solid #25C089;
}
.vs-col1 img {
    margin: 0 auto 0.5rem;
}
.vs-col1 {
    width: 45%;
    text-align: center;
    padding: 1rem;
}

.label-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0;
    z-index: 999;
    height: 100%;
    overflow: scroll;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 99999;
}
.label-container {
    width: 90rem;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    padding: 4rem 6rem;
    max-width: 90%;
    top: 0;
    text-align: center;
}
.close-pop img {
    width: 1rem;
}
.close-pop {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 2.4rem;
    border-radius: 100%;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/**/
.prod-option-box li.option.active[data-type="subs"] h4{position:relative;}
.prod-option-box li.option.active[data-type="subs"] h4:after {
    content: '30% off today';
    display: block;
    background: #ffa41c;
    font-weight: 400;
    font-size: 60%;
    padding: .3rem 1rem;
    text-align: center;
    border-radius: 3px;
    position: absolute;
}

/**/
.bundle-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    justify-content: space-between;
}
.bundle-container>div {
    width: 32%;
}
.bundle1 .bundle {
    background: #9aaea7;
    border: 1px solid #9AAEA7;
}
.bundle {
    border-radius: 0;
    background: #fff;
    padding: 1.5rem 0 0;
}
.bundle-container h3 {
    margin-bottom: 1rem;
    color: #fff;
}
.bundle-content {
    background: #fff;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.bundle-img {
    background-color: #fff;
    padding: 3rem 3rem 0;
    text-align: center;
    margin-bottom: 0;
}
.bundle-img h4 {
    margin: 0;
    margin-bottom: -3rem;
}
.bundle-img img {
    height: 37rem;
    object-fit: contain;
    object-position: center;
}
.bundle-price {
    border-radius: 30px;
    background: #f9f7f7;
    padding: 8rem 3rem 1rem;
    margin: -11rem 2rem 0;
}
.cpricing h5 {
    font-size: 4rem;
    color: #1eb03e;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.cpricing p {
    color: #363636;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
.cpricing p span {
    display: block;
    color: #363636;
    font-family: Courier New;
    font-weight: 700;
}
span.fixed-final-price, span.finaltotal {
    display: inline !important;
    font-size: 2.8rem;
    color: #1eb03e !important;
    font-weight: 700 !important;
    font-family: 'Be Vietnam Pro' !important;
}
.bundle-price hr {
    background: #b3b3b3;
    height: 1px;
    border: 0;
    margin: 1rem 0 3rem;
}
ul.cacao-options li a, ul.cacao-options2 li a, ul.cacao-options3 li a {
    display: block;
    position: relative;
    padding: .6rem 0 1rem 4rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    font-family: 'Be Vietnam Pro' !important;
}
a.c-option.c-opt[data-btn=cbtna2] span {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
a.c-option.c-opt[data-btn=cbtna2] {
    font-weight: 700;
    line-height: 1;
    padding-top: .5rem;
}
ul.cacao-options li .c-option:before, ul.cacao-options2 li .c-option2:before, ul.cacao-options3 li .c-option3:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #fff;
    left: 0;
    top: 1.15rem;
    margin: auto;
    border-radius: 50px;
    border: 1px solid #c5c4bf;
}
ul.cacao-options li .c-option.selected:after, ul.cacao-options2 li .c-option2.selected:after, ul.cacao-options3 li .c-option3.selected:after {
    content: " ";
    background: #1e7677;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    left: .4rem;
    top: 1.55rem;
}
.save-text {
    font-weight: 500;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem;
    background: #fffaa0;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1.5rem;
}
.toggle-btn.btn-show, .toggle-btn2.btn-show, .toggle-btn3.btn-show {
    display: block !important;
}
a.toggle-btn {
    border-radius: 150px;
    background: #ffa41c;
    display: block;
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    padding: 2rem;
    margin: 1.5rem 3rem;
    text-transform: uppercase;
}
.toggle-btn, .toggle-btn2, .toggle-btn3 {
    display: none !important;
}
img.ccards {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
}
.bundle2 .bundle {
    background: #ffa41c;
    border: 1px solid #FFA41C;
}
.bundle3 .bundle {
    background: #6c2d14;
    border: 1px solid #6C2D14;
}
.sec03e .page-width {
    padding: 0;
}
.bundle2 .bundle-img img, .bundle3 .bundle-img img {
    transform: scale(1.4);
}
.sec03e {
    padding: 0rem 2rem 5rem;
}
.bundle-container .bundle2 h3 {
    color: #000;
}
span.regprice {
    text-decoration: line-through;
    color: #f00c;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    position: relative;
    top: -3px;
}
span.finaltotal .regprice {
    display: none;
}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
    br {
        display: none;  
    }
    .ing-con>div {
    width: 50%;
}
.ing-single {
    padding: 4rem 12rem 4rem 3rem;
    }
    .custom-nav h5 {
    height: 7.5rem;
}
  .bundle-price {
    padding: 8rem 2rem 1rem;
}
  .cpricing h5 {
    font-size: 3.5rem;
}
  span.regprice {
    font-size: 2.4rem;
}
  ul.cacao-options li a, ul.cacao-options2 li a, ul.cacao-options3 li a {
    padding: .6rem 0 1rem 3rem;
    font-size: 1.6rem;
}
}

@media only screen and (max-width:768px) {

.prod-option-box h3 {
    font-size: 1.7rem;
    flex: 0 0 50%;
}
.opt-extra ul li {
    font-size: 1.4rem;
}
  .opt-extra ul {
    margin-left: 2.5rem;
}
.prod-option-box h4 {
    font-size: 1.8rem;
}

.opt-btn {
    flex: 0 0 2rem;
    height: auto;
}
  
.slider-nav {
    padding: 0 4rem;
}
.sec01 .right-col {
    padding: 3rem 2rem;
}
ul.check-blk li {
    display: block;
    }
    .pricing {
    display: block;
}
.save {
    width: 60%;
    }
a.try-btn1 {
    font-size: 2rem;
    padding: 1rem 8rem 1rem 2rem;
}
.sec02 ul li {
    font-size: 1.8rem;
    background-size: 2rem;
    padding-left: 3rem;
}
.font45 {
    font-size: 3.5rem;
}
.font33 {
    font-size: 2.6rem;
}
.font24 {
    font-size: 2.2rem;
}
.font22 {
    font-size: 2rem;
}
.font20 {
    font-size: 1.8rem;
}
.font18 {
    font-size: 1.6rem;
}
.font16 {
    font-size: 1.6rem;
}
.get-list li {
    font-size: 1.6rem;
}
.sec02 {
    padding: 0 2rem;
}
.sec02 .container {
    padding: 1.8rem 1rem;
}
.sec03 .col-md-4 {
    padding: 0 1rem;
}
.inner-sec2>div {
    width: 100%;
    margin: 2rem 0;
}
.inner-sec2 {
    display: block;
    margin: 2rem 0;
    justify-content: space-between;
}
  .bundle-container h3 {
    font-size: 1.6rem;
}
  .bundle-img {
    padding: 2rem 2rem 0;
}
  .bundle-img h4 {
    margin-bottom: -2rem;
    font-size: 2rem;
}
  .bundle-img img {
    height: 23rem;
}
  .cpricing p {
    font-size: 1.6rem;
}
  a.toggle-btn {
    border-radius: 50px;
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    margin: 1.5rem 2rem;
    line-height: 1.2;
}
}

@media only screen and (max-width: 768px) {
.font25 {
    font-size: 2rem;
}
th {
    padding: 1rem 1rem;
}
td {
    padding: 1.5rem 1rem;
}
.inner-th img {
    margin-left: 2rem;
    max-width: 6rem;
}
table p, .single-vs p {
    padding-left: 5rem;
    background-size: 4rem;
}
.inner-sec4>div {
    width: 35%;
}
.font36 {
    font-size: 2.8rem;
}
.num {
    width: 5rem;
    height: 5rem;
}
.font14 {
    font-size: 1.1rem;
}
.custom-nav h5 {
        height: 5.5rem;
    }
.opt-text {
    padding: 5rem 3rem 5rem 3rem;
}
.opt-slider p {
    font-size: 1.8rem;
}
}

@media only screen and (max-width: 767px) {
.hide-mbl {
    display: none !important;
}
.slide-header h3.hide-mbl {
    display: none !important;
}
.font18 {
        font-size: 1.6rem;
}
  .custom-header {
    padding: 1rem 1.5rem 0;
}
  a.signin {
    text-transform: uppercase;
    font-size: 1.5rem;
}
.custom-header .col-md-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.custom-header img {
    max-width: 15rem;
}
.sec01 .col-md-6, .col-md-6, .col-md-4, .sec05 .col-md-6 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.slider-nav .slick-arrow {
    width: 2rem;
    height: 2rem;
}
.slider-nav {
        padding: 0 2.5rem;
    }
.slider-nav .slick-slide {
    padding: 0 .4rem;
}
.slider-for {
    margin-bottom: 1rem;
}
.sec01 .right-col {
        padding: 0;
        border: none;
        margin-top: 3.5rem;
    }
.slide-header h3, .mySwiper h3 {
    font-size: 1.4rem;
}
.sec01 {
    padding: 0rem 1.5rem 2rem;
}
ul.check-blk li {
    font-size: 1.05rem;
    padding-left: 2rem;
    padding-right: 0;
    background-size: 1.3rem;
}
ul.check-blk {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}
.sec01 .right-col .fontyellow, .sec01 h1 {
    margin-bottom: 1.1rem;
}
.reviews {
    margin-top: 1.5rem;
}
span.old {
    font-size: 2rem;
}
span.new {
    font-weight: 700;
    color: #3a6f5c;
    margin: 0 1.2rem 0 0.5rem;
    font-size: 2.6rem;
}
.pricing {
    display: flex;
}
    .save {
        width: 39%;
        padding: 0.7rem 0rem;
        font-size: 1.4rem !important;
    }
.sec01 .right-col p.font16.fw500.fontgreen {
        margin-bottom: 1.3rem;
        font-size: 1.2rem;
    }
.get-list li {
    font-size: 1.4rem;
}
ul.get-list {
    margin-top: 1rem;
}
a.try-btn1 {
        width: 100%;
  font-size: 1.8rem;
        padding: 1.8rem 8rem 1.8rem 2rem;
}
ul.claim li {
    font-size: 1.4rem;
}
.sec02 {
        padding: 0;
    }
.sec02 .container {
        padding: 1.8rem 1rem;
        border-radius: 0;
    }
.sec02 ul li {
        font-size: 1.6rem;
        background-size: 1.8rem;
        padding: 0 2rem 0 3rem;
        text-transform: uppercase;
        text-align: left;
        width: auto !important;
        background-position: 0 3px;
    }
.sec03 {
    padding: 2.2rem 1.5rem 3.5rem;
}
.sec03 p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    text-align: left;
}
.sec03 .col-md-4 {
        padding: 0 0rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
.sec03 img {
    margin-bottom: 0;
    max-width: 3rem;
    width: 3rem;
}
.font22 {
        font-size: 1.6rem;
    }
    .sec03 h2 {
    margin-bottom: 0;
    margin-left: 1rem;
}
.sec03 .container {
        border-radius: 20px;
        border: 2px solid #D4FFF0;
        background: #FFF;
        padding: 1.5rem 1.5rem 1rem;
    }
.sec04 {
    padding: 2.9rem 1.5rem 3rem;
}
.font45 {
        font-size: 2.4rem;
    }
.single-test>div {
    padding: 3.2rem 2.5rem;
    background-image: url(/cdn/shop/files/quote.svg?v=1719881968);
    background-repeat: no-repeat;
    background-position: 94% 19px;
}
.font24 {
        font-size: 1.6rem;
    }
.single-test p {
    font-size: 1.3rem;
}
.test-bot h4 {
    font-size: 1.4rem;
}
.font12 {
    font-size: 1.1rem;
}
.test-slider ul.slick-dots {
    bottom: -4rem;
}
.sec05 {
    padding: 1.5rem 1.5rem 2rem;
}
.font33 {
        font-size: 2.4rem;
    }
    .sec05 p {
    font-size: 1.2rem;
}
.sec05 h3 {
    font-size: 1.3rem;
}
.sec05 .left-col {
    padding: 0;
  border: none;
}
.inner-sec2>div {
    margin: 1rem 0;
}
  .inner-sec2 p {
    font-size: 1.1rem;
}
  .inner-sec-mbl h2 {
    font-size: 2rem;
}
.inner-sec>div {
        width: 48%;
    }
.inner-sec2 h3 {
        font-size: 1.3rem;
    }
.inner-sec3 {
    flex-wrap: wrap;
}
a.read-lbl {
        padding: 1.4rem 2rem;
        margin-bottom: 1.5rem;
        width: 100%;
        font-size: 1.4rem;
    }
.sec05 .textright img {
    height: 38rem;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.inner-sec3 p {
        font-size: 1.2rem;
        width: 100%;
        display: none;
}
    .inner-sec4>div {
        width: 20%;
        padding: 0.5rem;
    }
.font10 {
    font-size: 0.9rem;
}
  .inner-sec4 h4 {
    font-size: 0.8rem;
}
.inner-sec4 img {
    max-width: 4rem;
}
  .show-mobile {
  display: block;
}
.inner-sec-mbl {
        border-radius: 20px;
        border: 2px solid #D4FFF0;
        padding: 1.5rem 1.5rem 0.5rem;
        margin-bottom: 2rem;
    }
    .inner-sec2 {
        margin: -1rem 0 0;
    }
.inner-sec-mbl h2 {
    margin-bottom: 0.5rem;
}
.inner-sec-mbl p {
    margin-bottom: 1rem;
}
.inner-sec4 {
        margin: -1rem -1.5rem 1rem;
    }
.sec06 {
    padding: 0rem 0;
}
.ing-con>div {
        width: 100%;
    }
.font20 {
        font-size: 1.6rem;
    }
.ing-single {
        padding: 2rem 8rem 2rem 2rem;
        margin: 0 0.7rem;
        background-size: 36%;
    }
.sec07 {
    padding: 3rem 1.5rem 2rem;
}
    .font36 {
        font-size: 1.6rem;
    }
.textnum {
    width: 84%;
}
.sec07 .textcenter {
    text-align: left;
}
.sec07-row2 {
    margin-top: 0rem;
    align-items: center;
}
.num {
        width: 3.8rem;
        height: 3.8rem;
        margin-right: 1.3rem;
    }
.textnum p {
    font-size: 1.3rem;
}
.scoop:nth-of-type(2) {
    margin: 1.5rem 0;
}
.textnum h5 {
    margin-top: 0;
}
.sec07 img {
    height: 30rem;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 0 1rem;
}
.sec08 {
        padding: 2rem 1.5rem;
    }
.opt-slider h4 {
    margin-bottom: .5rem;
    letter-spacing: 4.4px;
    font-size: 1.1rem;
}
.opt-slider .font36 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .opt-slider p {
        font-size: 1.3rem;
    }
    .single-opt>div {
    width: 100%;
    text-align: center;
}
.single-opt>.opt-text {
    width: 100%;
    padding: 2.4rem;
    margin-bottom: 1.5rem;
}
.single-opt {
    margin: 0 0.5rem;
}
.custom-nav {
    display: none !important;
}
.single-opt img {
    height: 35rem;
    object-fit: cover;
    border-radius: 10px;
}
.sec10 {
    padding: 1rem 1.5rem 3rem;
}
.vs-mbl {
    display: block !important;
}
.vs-tab h3 br {
    display: block;
}
.single-vs p {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-top: 3.5rem;
    color: #000;
    background-size: 3.4rem;
}
.sec11 {
    padding: 2rem 1.5rem;
}
.acc-con>div {
    width: 100%;
}
.acc-con {
    margin-top: 3rem;
}
.acc {
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.acc h3 {
    font-size: 1.6rem;
}
.acc p {
    margin-top: 1.6rem;
    font-size: 1.4rem;
}
.acc h3:after {
    width: 2.6rem;
    height: 2.6rem;
    background-size: 2.6rem;
}
.sec12 {
        padding: 3rem 1.5rem 3rem;
    }
  .custom-footer {
    padding: 3rem 0 5rem;
}
img.footer-logo {
    margin: 0rem auto 4rem;
    width: 20rem;
}
img.fda-img {
    width: 90%; 
}
ul.footer-menu li {
    font-size: 1.3rem;
    padding: 0px 1rem;
}
.custom-footer p {
    font-size: 1.3rem;
}
    a.try-btn {
        font-size: 1.8rem;
        padding: 1.5rem 7rem 1.5rem 0rem;
        width: 100%;
    }
.cta-con {
    padding: 0 1.5rem;
  margin-top: 6rem;
}
.opt-slider ul.slick-dots {
    bottom: -4rem;
}
  
.site-header__account:after {
    font-size: 3.6vw;
    line-height: 1.2;
}
  .custom-mobile-header h4 {
    display: none;
}
  .custom-header-cart .site-header__cart {
        position: relative;
        top: -3px;
    }
  .custom-mobile-header {
    padding: 0rem 1rem 0;
}
  .reels {
        padding-right: 9.6rem;
    }
  .reels .slick-list {
    overflow: visible;
}
  .sec09 video {
    width: 100%;
    border-radius: 10px;
    height: 46rem;
    object-fit: contain;
    background-color: #00000047;
}
  .site-header__logo-image img {
    max-width: 14rem !important;
}
  .label-container {
   padding: 4rem 0rem;
        max-width: 95%;
}
  .h2.site-header__logo {
    line-height: 0;
}
.font16 {
        font-size: 1.4rem;
    }
.font18 {
        font-size: 1.4rem;
    }
.sec06 h2 {
    margin-bottom: 0.5rem;
}
.sec06 p {
    font-size: 1.4rem;
}
  .sec11 .cta-con {
    margin-top: 1rem;
}
  .sec12 .cta-con {
    margin-top: 0rem;
}
  .bundle-container {
        margin-top: 2rem;
        justify-content: space-between;
        flex-direction: column;
        gap: 2rem;
    }
  .bundle-container>div {
        width: 100%;
    }
  .bundle-container h3.font24 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
      .bundle-img h4.font30 {
        font-size: 2.2rem;
    }
  .bundle1 .bundle-img img {
        margin: -1rem 0 0rem;
    }
          .bundle2 .bundle-img img, .bundle3 .bundle-img img {
        margin: -4rem 0 -3rem;
    }
  .bundle1 .bundle-img img, .bundle2 .bundle-img img, .bundle3 .bundle-img img {
        transform: scale(1);
        height: 37rem;
    }
  .bundle-price {
        padding: 8rem 2rem 2rem;
    }
  .cpricing h5 {
        font-size: 2.6rem;
    }
      span.regprice {
        font-size: 1.6rem;
    }
      .cpricing p {
        font-size: 1.4rem;
    }
      .cpricing p span {
        font-size: 1.5rem;
    }

.bundle-container .font22 {
        font-size: 4vw;
    }
  a.toggle-btn {
        font-size: 2.2rem;
        padding: 2rem;
        margin: 1.5rem 2rem;
    }
  .bundle1 {
        order: 3;
    }
  .sec03e {
    padding: 0rem 2rem 4rem;
}
  .bundle-price hr {
    margin: 1rem 0 1rem;
}
}

@media only screen and (max-width: 420px) {
 .ing-con .slick-prev {
    left: 7rem;
}   
.ing-con .slick-next {
    right: 7rem;
}
.opt-slider .slick-prev {
    left: 3rem;
}   
.opt-slider .slick-next {
    right: 3rem;
}
.vs-mbl .slick-prev {
    left: 3rem;
}   
.vs-mbl .slick-next {
    right: 3rem;
}
.mb-only {
  display:block
}
  a.try-btn1 {
        font-size: 4vw;
    }
  .prod-option-box h3 {
        flex: 0 0 50%;
    }
  .bundle1 .bundle-img img, .bundle2 .bundle-img img, .bundle3 .bundle-img img {
        height: 34rem;
    }
  
}

@media only screen and (max-width: 370px) {
 a.try-btn {
    font-size: 1.4rem;
}
    span.subtext {
    font-size: 1.2rem;
} 
.save {
        width: 34%;
    }
  .textnum {
    width: 77%;
}
  .prod-option-box > ul > li {
    padding: 1.3rem 1rem;
            min-height: 0;
  }
  .prod-option-box h3 {
        font-size: 1.4rem;
    }
  .prod-option-box h4 {
        font-size: 1.5rem;
    }
  .prod-option-box h4 s {
    margin-right: 0.5rem;
}
  .opt-extra ul li {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 325px) {
  a.try-btn1 s {
    margin-left: 0.5rem;
    margin-right: 0.2rem;
}
  a.try-btn1 span {
    margin-left: 0.5rem;
}
}