/** Shopify CDN: Minification failed

Line 256:94 The "-" operator only works if there is whitespace on both sides
Line 703:6 Expected "}" to go with "{"

**/
/* Fonts */
@font-face {
  font-family: 'Circular';  
  src: url("circular-black.woff2") format('woff2'),  
       url("circular-black.ttf") format('truetype');  
  font-weight: 900;  
}
@font-face {
  font-family: 'Circular';  
  src: url("circular-bold.woff2") format('woff2'),  
       url("circular-bold.ttf") format('truetype');  
  font-weight: 700;  
}
@font-face {
  font-family: 'Circular';  
  src: url("circular-book.woff2") format('woff2'),  
       url("circular-book.ttf") format('truetype');  
  font-weight: 400;  
}
@font-face {
  font-family: 'Circular';  
  src: url("circular-medium.woff2") format('woff2'),  
       url("circular-medium.ttf") format('truetype');  
  font-weight: 500;  
}

:root{
  --page-width:117rem;
  --font-heading-scale:1.2;
  --swiper-navigation-size:30px;
  --swiper-theme-color:#1B2E6D;
}
@media(max-width:767px){
  :root{
    --font-heading-scale:1;
  }
}
@media(min-width:799px) and (max-width:999px){
  :root{--page-width:80rem;}
  .ps-sec-01 .ps-slider{max-width:540px!important;}
  .ps-slider .arrows{right:30px!important;}
}
@media(min-width:999px) and (max-width:1170px){
  :root{--page-width:100rem;}
  .ps-sec-01 .ps-slider{max-width:540px!important;}
  .ps-slider .arrows{right:30px!important;} 
}
@media(min-width:1010px) and (max-width:1099px){
  :root{--page-width:96rem;}
  .ps-sec-01 .ps-slider{max-width:500px!important;}
}
@media(min-width:1171px) and (max-width:1365px){
  .ps-sec-01 .ps-slider{max-width:540px!important;}
  .ps-slider .arrows{right:30px!important;} 
}
body{/*font-family:'Circular',sans-serif !important;*/font-weight:400}

.homeBannerSection{overflow:hidden;position:relative}
.homeBannerSection .swiper-container{width:100%;height:760px;height:700px;position:relative}
.homeBannerSection .swiper-slide{position:relative}
.homeBannerSection .swiper-slide .bannerLink{position:absolute;top:0px;left:0px;height:100%;width:100%;}
.homeBannerSection picture{width:100%;height:100%;}
.homeBannerSection picture img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.homeBannerSection .swiper-pagination{bottom:20px;}
.homeBannerSection .swiper-button-prev, .homeBannerSection .swiper-button-next{color:#000;}
.header .header__heading .header__heading-link .header__heading-logo-wrapper{max-width:227px;}
.caption-with-letter-spacing{visibility:hidden}
/* global  */
@media(max-width:767px){
  .homeBannerSection .swiper-container{height:640px}
  .featured-products .swiper-button-prev{left:12px!important;}
  .featured-products .swiper-button-next{right:12px!important;} 
}
.collection-title > span + span:before{content:', ';}
[id*="__collection_list_"] .page-width{max-width:100%;padding-left:0px;padding-right:0px;}
[id*=__collection_list_] .page-width .title-wrapper-with-link{max-width:1170px;margin:0px auto;}
[id*=__collection_list_] .page-width .title-wrapper-with-link .collection-list-title{text-align:left;margin-bottom:clamp(1.625rem, 1.3077rem + 1.6923vw, 3rem);}

/* color variants */
/* .product-form__input input[type=radio][name*="Color-"] + label */
.newsletter-form__field-wrapper{--inputs-border-width:0px}
.newsletter-form__button{height:55px !important;width:55px !important;border-radius:50rem;background-color:#39A93D !important;color:#fff;right:6.5px !important;top:5.5px !important;}
.newsletter-form__button .icon{width:2rem !important}
.newsletter-form__field-wrapper .field__input{height:68px!important;border-radius:25rem;border:0px!important;box-shadow:none!important;margin:0px;padding:20px;padding-right:6rem;}
.field__label, .customer .field label{--inputs-border-width:10px}
.newsletter-form__field-wrapper .field:hover{--inputs-border-width:none}
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label{
    top: calc(var(--inputs-border-width) + .125rem);
    /* left: calc(var(--inputs-border-width) + 1rem); */
}
#shopify-section-template--23871639126301__1731488098ab01a54a .page-width {
    max-width: 100%;
}
@media only screen and (min-width: 750px) {
  .multicolumn-container :where(h2, .h2,h3, .h3){
    font-size: calc(var(--font-heading-scale) * 4.4rem);
  }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.product-form__buttons{display:flex;flex-flow:row wrap;align-items:center;gap:14px;}
.product-form__buttons .product-form__submit{flex:0 30%;margin-bottom:0px;border:none;cursor:pointer;box-sizing:border-box;display:block;padding:16px 16px;width:100%;height:48px;border:1px solid rgba(27,46,109,0.12);border-radius:48px;font-weight:400;font:500 16px/20px "Poppins", sans-serif;line-height:16px;text-align:center;color:#1b2e6d;background:white;text-decoration:none;}
.product-form__buttons .product-form__submit:hover{color:#fff;background-color:#1b2e6d;}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button{--shopify-accelerated-checkout-button-block-size:4.8rem;font:500 16px/20px "Poppins", sans-serif;border-radius:50px;padding:15px 40px;text-decoration:none;display:inline-block;transition:.3s ease-in-out all;background-color:#39A93D;color:white;}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button:hover{background-color:#1b2e6d;}
quick-add-modal .product:not(.featured-product) .product__view-details{display:block;margin:0px;color:rgba(0,0,0,.5);}
quick-add-modal .product__title>a h2.h1{font-weight:500;}
quick-add-modal,.quantity{--inputs-radius:50px}
.product__info-container .product__tax{margin-bottom:40px;}

/* reels app css * */
#shopify-section-template--23626092183837__1728531767a93ff27b .page-width,
#shopify-section-template--23770046431517__1731488098ab01a54a .page-width,
#shopify-section-template--23626091888925__17287962671060cf39 .page-width{max-width:100%;padding:0px;}
/* reels app css  end **/


/* product card  */
.product-card .img-wrap{background-color:#F2FAFF;width:100%;height:296px}
.product-card .img-wrap>img{width:100%;height:100%!important;object-fit:cover;}
.product-card .product-card img{width: 100%;height: auto;margin-bottom: 10px;display: block;}
.product-card .price {font-size: 16px;color: #333;margin: 13px 0 18px;display: block;}
.product-card .price > del{color: #888;}
.product-card .add-to-cart {
  padding: 16px;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(27, 46, 109, 0.12);
  border-radius: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: white;
  margin-top: 20px;
  background: #1b2e6d;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  display: block;

  /* animation */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card .add-to-cart:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(27, 46, 109, 0.25);
}
.product-card .product-info .product-title,.product-card .product-info .product-title a{font-weight:500;font-size:16px;line-height:24px;margin-bottom: 0;text-decoration: none;color:#1B2E6D;min-height:74px}
.product-card .product-info p{ font-size:14px;font-weight:500;margin-bottom:0; margin-top:5px; display:none;}
.product-card .card__badge{position:absolute;top:0px;left:0px;}
.product-card .card__badge .badge{border-radius:0px;color:#fff;background-color:#1b2e6d;vertical-align:top;}
@media(max-width:786px){
  .product-card .img-wrap{height:auto}
}
.product-card .pop_pdp_container{margin-top:10px}
#gokwik-buy-now{display:block;padding:16px 50px;background-color:#47a747;color:#fff;text-align:center;border-radius:50px;cursor:pointer;border:none;text-align:center;font-size:18px;font-weight:500;line-height:16px;margin-bottom:0px}
#gokwik-buy-now:hover{color: #fff;background-color:#1b2e6d;}
/* end prodict card  */
/* faqs */

/*  */
.faq-container .accordion-item{padding:20px;border-radius:10px;background-color:#fff;box-shadow:0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 0px 0px 1px rgba(0, 61, 61, 0.04);;margin-bottom:20px}
.faq-container .accordion-title :where(.h1,.h2,.h3,.h4,.h5,.h6){margin:0px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;}
.faq-container .accordion-title{cursor:pointer;color:#000;font-size:22px;font-weight:400;line-height:22px;letter-spacing:-1.16px;}
.faq-container .accordion-title:hover{color:#39A93D;}
.faq-container .accordion-title span{transition:transform 0.3s ease;}
.faq-container .accordion-content{overflow:hidden;transition: height 0.5s ease, padding 0.3s ease;color:rgba(0, 0, 0, 0.80);font-size:18px;font-weight:400;line-height:26px;height:0px;}
.faq-container .accordion-content p{padding:14px 0px 0px;margin:0px}
.faq-container .accordion-open span{transform:rotate(45deg);}
/* .faq-container .active .accordion-content{max-height:200px;} */
.faq-container .active .accordion-title span{content:"-";transform:rotate(0deg);}
/*  */
/*._faqs .accordion-item {border-bottom: 1px solid #eee;padding: 15px 0;}
._faqs .accordion-title {display: flex;justify-content: space-between;align-items: center;cursor: pointer;font-size: 16px;color: #333;}
._faqs .accordion-title:hover{color: green;}
._faqs .accordion-title span {font-size: 24px;transition: transform 0.3s ease;}
._faqs .accordion-content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease;font-size: 14px;color: #555;}
._faqs .accordion-content p{padding: 10px 0;}*/
._faqs .accordion-open span{transform: rotate(45deg);}
._faqs .active .accordion-content{max-height:max-content;}
._faqs .active .accordion-title span{content: "-";transform: rotate(0deg);}
@media (max-width:767px) {
  ._faqs {padding-top:70px;padding-bottom:67px}
  ._faqs .faq-header p{font-size:16px !important;line-height:1.25 !important;}
  .faq-container .accordion-item{padding:16px}
  .faq-container .accordion-content{font-size:14px !important;line-height:1.375 !important}
}
/* faqs */
/* body.product ._faqs{padding-top:0px;} */
/* img:empty{display:none} */
.dynamic-hero-section{overflow:hidden}
@media (min-width: 992px) {
  .naturesque-men-advance-ayurvedic-t-booster-for-men-30-capsules .dynamic-hero-section .hero-content h2,
  .naturesque-metabolic-trio-harmonizing-your-weight-and-wellness .dynamic-hero-section .hero-content h2{--font-heading-scale: 1.3;}
  .naturesque-men-advance-ayurvedic-t-booster-for-men-30-capsules .dynamic-hero-section .hero-content p , 
  .naturesque-metabolic-trio-harmonizing-your-weight-and-wellness .dynamic-hero-section .hero-content p {font-size:18px;line-height:26px;}
  /* .dynamic-hero-section .cta-item span {max-width: 180px !important;} */
  .naturesque-men-advance-ayurvedic-t-booster-for-men-30-capsules .ingredients_wrap .__title,
  .naturesque-diabrisq .ingredients_wrap .__title{--font-heading-scale:1}
}

.ps-sec-07{
  padding-bottom:80px !important;
}


/* add this css into asets/main.css file in shopify theme */
/*  */
@media(min-width:1200px){details-modal.header__search{display:none!important;}}
/*  */

/* blog__wrap__sec__1 */
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}
.blog__wrap__sec._blog_1{padding:58px 0px 52px;border-bottom:8px solid #F7F7F7;}
.blog__wrap__sec :where(a){text-decoration:none;}
.blog__wrap__sec ._heading{color:#000;--font-heading-scale:1.6;font-weight:500;line-height:normal;margin:0px 0px 16px;}
.blog__wrap__sec p{color: rgba(0, 0, 0, 0.60);font-family:Circular;font-size:24px;font-weight:400;line-height:30px;margin:0px 0px 55px;max-width:600px;}
.blog__wrap__sec .cats{margin:0px 0px 52px;display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-flow:row wrap;}
.blog__wrap__sec .cats>.cat__links,.post_cat>.cat_item{display:inline-flex;align-items:center;justify-content:center;padding:14px 20.1099px;border-radius:90px;background:#F0F0F0;color:#000;text-align:center;font-family:Circular;font-size:16px;font-weight:500;line-height:18.2px;letter-spacing:1.25px;text-decoration:none;text-transform:uppercase;}
.blog__wrap__sec__1 .cats>.cat__links:hover,.post_cat>.cat_item:hover{background:#F7F7F7;color:#000;}
.blog__wrap__sec__1 .cats>.cat__links:hover,.post_cat>.cat_item:hover,.cat__links.link.active,.cat__links.link:hover {background:#a7a7a7;color:#fff;}
.img-fluid{max-width:100%;height:auto;vertical-align:middle;}

.recent_post_wrap{display:flex;flex-flow:row wrap;gap:50px;justify-content:space-between;position:relative;z-index:2;background-color:#fff;--padding-top:56px}
.recent_post_wrap .post_wrap.list,.recent_post_wrap .post_wrap.bigOne{flex:0 0 auto;width:100%}
@media(min-width:992px){
    .recent_post_wrap{gap:40px;}
    .recent_post_wrap .post_wrap.bigOne{flex:0 0 auto;width:calc(58.33333333% - 20px)}
    .recent_post_wrap .post_wrap.list{flex:0 0 auto;width:calc(41.66666667% - 20px)}
}
.section__head{
    position: sticky;
    top:58px;
    z-index:1;
    /* display:flex;
    flex-direction:column;
    gap:24px; */
}
.recent_post_wrap::before {
    position: absolute;
    background-image: linear-gradient(to bottom, transparent 0, white calc(var(--padding-top) -(4px)));
    padding-top:var(--padding-top);
    top:calc(var(--padding-top)* -1);
    left:calc(16px * -1);
    bottom:0px;
    right:calc(16px * -1);
    z-index:1;
}


.post_item .post_cat>.cat_item{font-size:12px;line-height:20px;padding:4px 12px;}
.post_item{position:relative;transition:.3s ease-in-out all;}
/* .post_item:hover{background-color:#fefefe;} */
.post_item .img_wrap{margin:0px 0px 42px;vertical-align:middle;overflow:hidden;}
.post_item .img_wrap>img{transition:.3s ease-in-out all;}
.post_item:hover .img_wrap>img{transform:scale(1.025);}
.post_item .post_content .post__heading,.post_item .post_content .post__heading a{color:#000;--font-heading-scale:2.111111;font-weight:500;line-height:calc(var(--font-heading-scale) * 2rem);margin:0px 0px 16px;transition:.3s ease-in-out all;}
/*@media(min-width:1024px){
  .post_item .post_content .post__heading{color:#000;--font-heading-scale:2.111111;font-weight:500;line-height:calc(var(--font-heading-scale) * 2rem);margin:0px 0px 16px;transition:.3s ease-in-out all;}
}*/
.post_item:hover .post_content .post__heading{text-decoration:underline;}
.post_item .post_content .author_wrap>.__name{color:#39A93D;font-family:Circular;font-size:16px;font-weight:400;line-height:19px;margin:0px 0px 16px;display:inline-flex;}
.post_item .post_content p{color:rgba(0, 0, 0, 0.70);font-family:Circular;font-size:16px;font-weight:400;line-height:22px;margin:0px 0px 16px;}


.post_item._list{display:flex;align-items:flex-start;flex-flow:row-reverse wrap;justify-content:flex-start;}
.post_item._list>.post_content{flex:1;width:100%;margin-right:auto;}
.post_item._list>.post_content .author_wrap>.__name{margin:0px 0px 12px;}
.post_item._list>.post_content .post__heading{--font-heading-scale:1.444444;margin:0px 0px 12px;}
.post_item._list:not(:last-child){margin-bottom:32px;}
.blog__wrap__sec .cats>.cat__links input[type="radio"]{position:absolute;top:-9999px;}

/*.the-energy-essentials .WeightLossSwiper.swiper-container .swiper-slide .card,
.sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre .WeightLossSwiper.swiper-container .swiper-slide .card,
.turmeric-curcumin-95-to-97-with-black-pepper-extract-and-tulsi-560 .WeightLossSwiper.swiper-container .swiper-slide .card,
.naturesque-rapid-weight-loss-kit .WeightLossSwiper.swiper-container .swiper-slide .card,
.naturesque-pure-himalayan-shilajit-resin .WeightLossSwiper.swiper-container .swiper-slide .card,
.naturesque-metabolic-trio-harmonizing-your-weight-and-wellness .WeightLossSwiper.swiper-container .swiper-slide .card{
    background-blend-mode: luminosity;
}*/
:where(.the-energy-essentials, .sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre, .turmeric-curcumin-95-to-97-with-black-pepper-extract-and-tulsi-560, .naturesque-rapid-weight-loss-kit, .naturesque-pure-himalayan-shilajit-resin, .naturesque-metabolic-trio-harmonizing-your-weight-and-wellness, .naturesque-pure-himalyan-kesar-shilajit) .WeightLossSwiper.swiper-container .swiper-slide .card{
    position:relative;
}
:where(.the-energy-essentials, .sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre, .turmeric-curcumin-95-to-97-with-black-pepper-extract-and-tulsi-560, .naturesque-rapid-weight-loss-kit, .naturesque-pure-himalayan-shilajit-resin, .naturesque-metabolic-trio-harmonizing-your-weight-and-wellness, .naturesque-pure-himalyan-kesar-shilajit) .WeightLossSwiper.swiper-container .swiper-slide .card::after{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background:rgba(255,255,255,.6);
  z-index:0;
  pointer-events:none;
}
:where(.the-energy-essentials, .sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre, .turmeric-curcumin-95-to-97-with-black-pepper-extract-and-tulsi-560, .naturesque-rapid-weight-loss-kit, .naturesque-pure-himalayan-shilajit-resin, .naturesque-metabolic-trio-harmonizing-your-weight-and-wellness, .naturesque-pure-himalyan-kesar-shilajit) .WeightLossSwiper.swiper-container .swiper-slide .card .card-body{
  position:relative;
  z-index:5
}
/* .pack-selection .pack-label:has("Title:") {
    display: none;
} */
.text-decoration-none{text-decoration:none !important}


@media(max-width:767px){
    .blog__wrap__sec ._heading{font-size:42px;}
    .blog__wrap__sec p{font-size:16px;line-height:normal;}
    .post_item .img_wrap{margin:0px 0px 24px;}
    .blog__wrap__sec .cats>.cat__links{font-size:12px;line-height:16px;padding:8px 14px;letter-spacing:1.1px;}
    .post_item .post_content .post__heading{font-size:22px;line-height:30px;margin:0px 0px 10px;}
    .post_item .post_content .author_wrap>.__name,.post_item._list>.post_content .author_wrap>.__name{margin:0px 0px 8px;}
    .post_item .post_content p{font-size:14px;}
    
    .post_item._list>.post_content>.post__heading{font-size:18px;line-height:26px;margin:0px 0px 10px;}
    .post_item._list>.post_content>p,.post_item .post_cat>.cat_item{font-size:12px;}
    .post_item._list .post_cat>.cat_item{font-size:10px;}
    
}

/* blog__wrap__sec__1 */

/* blog__wrap__sec__2 */
.blog__wrap__sec._blog_2{padding:58px 0px 100px;}
.all__post{display:flex;flex-flow:row wrap;gap:50px;width:100%}
.all__post>.col{flex:0 0 auto;width:100%}
@media(min-width:786px){
    .all__post{gap:32px 30px;}
    .all__post>.col{flex:0 0 auto;width:calc(100% / 2 - 20px)}
}
@media(min-width:992px){
    .all__post>.col{flex:0 0 auto;width:calc(100% / 3 - 20px)}
}
.blog__wrap__sec._blog_2 ._heading{margin:0px 0px 42px;font-size:50px;}
.all__post .post_item .img_wrap{margin:0px 0px 24px;}
.all__post .post_item>.post_content>.post__heading,.all__post .post_item>.post_content>.post__heading a{--font-heading-scale:1.3333333;line-height:calc(var(--font-heading-scale) * 2.2rem);margin:0px 0px 10px;}

.load__more__btn__wrap{text-align:center;margin:62px 0px 0px;width:100%}
.load__more__btn__wrap>.btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;/* width:170px;height:56px; */padding:18px 30px;flex-shrink:0;border-radius:48px;border:1px solid #39A93D;background-color:transparent;color:#39A93D;transition:.3s ease-in-out all;text-align:center;font-family:Poppins;font-size:15px;font-weight:500;line-height:16px;}
.load__more__btn__wrap>.btn:hover{background-color:#39A93D;color:#fff;}
/* blog__wrap__sec__2 */

a.post_item_link,
a.stretched-link{
  display:block;
}
/*
.post_item._list .img_wrap {
    width: 120px;
    height: auto;
}

.post_item._list .img_wrap img.img-fluid {
    width: 100%;
    height: auto;
}*/
/* Blog Detail page css starts here */
._blog_detail{padding-top:48px;padding-bottom:100px;}
._blog_detail .row{display:flex;flex-flow:row wrap;gap:50px;}
._blog_detail .row>.col{flex:0 0 auto;width:100%}
/* @media(min-width:786px){
    ._blog_detail .row>.col{flex:0 0 auto;width:calc(100% / 2 - 15px)}
} */
@media(min-width:992px){
    ._blog_detail .row{gap:32px 20px;justify-content:space-between;}
    ._blog_detail .row>.col{flex:0 0 auto;width:calc(100% / 4 - 15px);}
    ._blog_detail .row>.col.col-6{flex:0 0 auto;width:calc(100% / 2 - 15px)}
}
@media(min-width:1400px){
    ._blog_detail .row>.col-3 .position-sticky{padding-right:35px;}
    ._blog_detail .row>.col-3 .col-wrap{padding-left:15px;}
}


._blog_detail .__contents .breadcrumb{display:flex;flex-flow:row wrap;gap:12px;align-items:center;margin-bottom:20px;}
._blog_detail .__contents .breadcrumb>a{color:#A4A4A4;font-family:Circular;font-size:15px;font-weight:400;line-height:normal;transition:.3s ease-in-out;}
._blog_detail .__contents .breadcrumb>a:hover{color:#000;}
._blog_detail .__contents .breadcrumb>a:not(:nth-child(1)){color:#000;}
._blog_detail .__contents .breadcrumb>a:hover:not(:nth-child(1)){color:#A4A4A4;}

._blog_detail .__contents .heading>._heading{color:#000;font-family:Circular;font-size:48px;font-weight:500;line-height:62.4px;margin:0px 0px 30px;}
._blog_detail .__contents .img_wrap{margin-bottom:32px;}

._blog_detail .__contents p{font-size:20px;line-height:26px;color:rgba(0, 0, 0, 0.70);margin:0px 0px 34px;}

._blog_detail .__contents :where(h2,h3,h4,h5){color:rgba(0, 0, 0, 1);margin:0px 0px 24px;}
._blog_detail .__contents :where(ul,ol){padding-left:20px}

._blog_detail .__contents h2{font-size:40px;line-height:48px;}
._blog_detail .__contents h3{font-size:35px;line-height:44px;}
._blog_detail .__contents h4{font-size:30px;line-height:40px;}
._blog_detail .__contents h5{font-size:26px;line-height:34px;}

/*  */
.position-sticky{position:-webkit-sticky;position:sticky;top:100px;}
._blog_detail .box-title h5,._blog_detail .box-title h5>*{color:#000;font-family:Circular;font-size:16px;font-weight:400;line-height:19.2px;margin:0px 0px 16px;}
._blog_detail .btn-link{background-color:transparent;border:none;text-decoration:none;display:flex;justify-content:space-between;align-items:center;padding-left:0;width:100%;}
._blog_detail .toc-list ul{list-style-type:none;padding-left:0px;position:relative;}
._blog_detail .toc-list ul li{position:relative;}
._blog_detail .toc-list a{color:#000;font-family:Circular;font-size:15px;font-weight:400;line-height:20px;transition:.3s ease-in-out all;padding:0px 0px 12px 18px;display:inline-flex;vertical-align:middle;}
._blog_detail .toc-list a.active,._blog_detail .toc-list .active a{font-weight:500;}

.d-none{display:none!important}
.shopify-policy__title{padding-top:24px;padding-bottom:24px}
.shopify-policy__container{max-width:1170px;}

@media(min-width:768px){
  .d-md-none{display:none!important}.d-md-block{display:block!important}
}

@media(min-width:992px){
    .d-lg-none{display:none!important}.d-lg-block{display:block!important}
    ._blog_detail .toc-list ul::before{position:absolute;top:0px;left:0px;height:100%;width:2px;background-color:#D9D9D9;}
    ._blog_detail .toc-list ul li::after{position:absolute;top:0px;left:0px;height:100%;width:2px;background-color:transparent;transform-origin:center bottom;}
    ._blog_detail .toc-list ul li.active::after{background-color:#000;}

}
@media(max-width:992px){
    .d-lg-none{display:flex!important;}._blog_detail .btn-link{margin-bottom:0px !important;}
    ._blog_detail .btn-link svg{transition:.3s ease-in-out all;transform-origin:center center;}
    ._blog_detail .btn-link.show svg{transform:rotate(90deg);}
}
._icon svg{vertical-align:middle;}
.author__box_bd{background-color:#F0F0F0;padding:15px 7px 13px 14px;margin-bottom:35px;}
.author__box_bd>._title>*{color:#232323;font-family:Circular;font-size:14px;font-weight:500;line-height:16.035px;margin:0px 0px 7px;}
.author__box_bd>._wrap{display:flex;align-items:center;gap:14px;flex-flow:row wrap;}
.author__box_bd>._wrap>._icon,.author__box_bd>._wrap>._icon>*{flex-shrink:0;vertical-align:middle;}
.author__box_bd>._wrap>._text{flex:1;}
.author__box_bd>._wrap>._text a{color:#232323;font-family:Circular;font-size:14px;font-weight:500;line-height:18.325px;text-decoration-line:underline;}
.author__box_bd>._wrap>._text p{color:#232323;font-family:Circular;font-size:14px;font-weight:400;line-height:18.325px;margin:0px;}

.recentPosts .post_item._list{flex-flow:row wrap;gap:14px;}
.recentPosts .post_item._list:not(:last-child){margin-bottom:28px;}
.recentPosts .post_item._list>.img_wrap{margin-bottom:0px;vertical-align:middle;}

.recentPosts .post_item._list>.post_content>.post__heading{font-size:16px;line-height:22px;font-weight:400;margin:0px 0px 0px;}
.recentPosts .post_item._list>.post_content>p,
.recentPosts .post_item._list .post_cat>.cat_item{font-size:14px;}
.recentPosts .post_item._list .post_cat>.cat_item{font-size:10px;padding:0px;background-color:transparent;line-height:normal;}


@media(max-width:1199px){
    ._blog_detail .__contents .heading>._heading{font-size:32px;line-height:34px;}
    ._blog_detail .row{gap:20px}

    ._blog_detail .__contents p{font-size:16px;line-height:24px;margin:0px 0px 24px;}
    
    ._blog_detail .__contents h2{font-size:30px;line-height:40px;}
    ._blog_detail .__contents h3{font-size:25px;line-height:32px;}
    ._blog_detail .__contents h4{font-size:20px;line-height:30px;}
    ._blog_detail .__contents h5{font-size:18px;line-height:24px;}

   .sectionOne .tree_leaf.left,.sectionOne .tree_leaf.right{max-width:66%}
}
.product-description a{font-size:18px;color:#1B2E6D}
.product-description a:hover{color:#39A93D;}
/*  */
/* Blog Detail page css end here */

.product-features .feature{align-items:center;gap:10px}
.info__box .__icon img{width:6rem;height:6rem;}
.nf.nf_ingredients img.ingredients{height:6.875rem;width:6.875rem}
.product-features{max-width:100% !important}
:where(section#shopify-section-template--23871639060765__1728531767a93ff27b,section#shopify-section-template--23871638765853__17287962671060cf39) .page-width {
    max-width: 100%;
}

.__f_menus_wrap .__f_menu .footer__head .footer__heading {
    font-size: 18.594px !important;color:rgba(0, 0, 0, 0.89) !important;}
.__f_menus_wrap .__f_menu .footer__menuItems a{font-size: 14.075px !important;color:rgba(0, 0, 0, 0.65) ;}

ul.text-bl li span,ol.text-bl li span{color:rgba(0, 0, 0, 0.70);}











@media only screen and (min-width:750px){
  .header>.header__heading-link{max-width:227px}
  quick-add-modal .product__title>a h2.h1{font-size: calc(var(--font-heading-scale)* 3.675rem);}
  .product .price__container{/*font-size:24px;*/font-size:17px;font-weight:500;}
  .product .price .badge{font-size:16px;font-weight:400;line-height:17px;}
  .product__info-container .product__tax{margin-bottom:52px;}
  /*
  .product-form__input.product-form__quantity{display:inline-block;float:left;margin:0px!important;}
  .product__info-container .product-form{margin:38px 0px 0px!important;display:flex;padding-left:30px;}
  **/
}
/*  */
@media(min-width:701px) and (max-width:1023px){
  :root{--font-heading-scale:1;}
  .homeBannerSection .swiper-container{height:360px;}
  .page-width{padding:0 5rem;}
}
@media(min-width:701px) and (max-width:1399px){
  .swiper-button-next{right:8%!important;}
  .swiper-button-prev{left:8%!important;}
  .Dealoftheday .heading{font-size:calc(var(--font-heading-scale) * 6rem) !important}
}
@media(min-width:1024px) and (max-width:1399px){
  .swiper-button-next{right:0%!important;}
  .swiper-button-prev{left:0%!important;}

  
}
@media(min-width:992px) and (max-width:1298px){
  .ps-sec-01 .ps-slider{right:10px !important;}
  
}
@media(min-width:1299px) and (max-width:1399px){
  .ps-sec-01 .ps-slider{right:-50px !important;}
  
}


@media(min-width:1400px) and (max-width:1899px){
  .swiper-button-next{right:14%!important;}
  .swiper-button-prev{left:14%!important;}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(30% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}
.product-subtitle{display:none !important}

/*  */
@media(max-width:991px){
  .footer ._menus .row,.f_info .row.space-beetween{flex-direction:column;}
  .footer ._menus .row>.col-12,.f_info .row.space-beetween>.col-12{width:100%;flex:0 100%}
  .footer__logo__wrap{margin-bottom:40px;}
  .footer__logo__wrap .footer__logo{margin:0px auto;}
  .footer__social__icons{text-align:center;margin-bottom:50px;}
  .f_info .row.space-beetween{gap:30px;text-align:center}
  .text-align-right{text-align:center!important}
  .f_info{padding-bottom:60px!important}
  /*.header predictive-search{display:none !important;}*/

  .pd-overview .content .ov_description + .ov_stamps{margin-bottom:3.5rem}
}
@media only screen and (max-width:750px){
  .myliq>b{display:none;}
  .f_info{padding-bottom:90px!important}
  .collections-section .banner-container,.collections-section ._title, .collections-section ._title >p{padding:0px 24px}
  .featured-products .product-card .product-info .product-title, .product-card .product-info .product-title a{font-size:20px !important;line-height:27px!important}
  .myliq .btn.an_btn.ps-3{height:auto;min-height:30px;padding:4px 10px;min-width:auto;margin-left:8px;}
  #gokwik-buy-now, .product-form__buttons .product-form__submit{max-width:180px;white-space:nowrap;width:100%;min-width:160px;padding:16px 14px;}
  .pd-overview [class*=o_img]{max-width:30%}
}
@media only screen and (max-width:376px){
  .shopify-payment-button{width:100%;}
  #gokwik-buy-now, .product-form__buttons .product-form__submit{max-width:100%;width:100%;min-width:100%;}
}

@media(min-width:992px){
  .ingredient-library .multirow .multirow__inner{--grid-desktop-vertical-spacing: 7rem;}
  :where(.the-energy-essentials, .naturesque-pure-himalyan-kesar-shilajit) .dynamic-hero-section .hero-content{max-width:600px !important}

  .how_can_help .content .ov_title,.pd-overview .ov_features .content .ov_title{font-size:22px !important;line-height:30px !important;}

  .faq__col {max-width: calc(100% - 55%) !important;margin-left: auto !important; }
    .buySave__col {max-width: 450px;}
  
}
@media only screen and (min-width: 750px) {
  :where(.the-energy-essentials, .naturesque-pure-himalyan-kesar-shilajit).product :where(h1.ingredients_wrap .__title, .ingredients_wrap .__title.h1) {
      font-size: calc(var(--font-heading-scale)* 2.875rem);
  }
  :where(.the-energy-essentials, .naturesque-pure-himalyan-kesar-shilajit).product .fourModels .card .card-title{font-size:20px}
  :where(.the-energy-essentials, .naturesque-pure-himalyan-kesar-shilajit).product .fourModels .card .card-subtitle{font-size:13px;line-height:normal}
}
:where(.the-energy-essentials,.naturesque-pure-himalyan-kesar-shilajit,.naturesque-pure-himalayan-shilajit-resin).product .dynamic-hero-section .hero-content *:not(img) {
    color: #fff;
}
:where(.the-energy-essentials,.naturesque-pure-himalyan-kesar-shilajit,.naturesque-pure-himalayan-shilajit-resin).product .dynamic-hero-section .hero-content .cta-button:not(:hover){
    background:#fff;color:#000;
}

@media(min-width:768px) and (max-width:1600px){
  .homeBannerSection .swiper-container{height:100%}
  
}

@media(min-width:992px) and (max-width:1024px){
    .product-card {padding-right: 40px;}
  .product-card .img-wrap{height: 200px !important;}
      .homeBannerSection .swiper-container {
        height: 408px !important;
    }
}
.fourModels .card{background-position:top right !important}

@media(min-width:1500px) and (max-width:1795px){
  #MainProduct-template--23871639421213__custom_product_page_ywBQkt .product-card {
    padding-right: 15px !important;}
}
/* Mega Menu */
.mega-menu__list{grid-template-columns: repeat(4, minmax(0, 1fr)) !important;}
.mega-menu__link {text-align:left;text-decoration:none !important;color:#000 !important;font-size:1.5rem !important;}
.mega-menu__link--level-2{color:rgba(0,0,0,50%) !important;pointer-events:none}
.mega-menu__link:hover,.mega-menu__link.mega-menu__link--active{color:#39A93D !important;}
#HeaderMenu-concerns-skin-problems + .list-unstyled .mega-menu__link{font-size:1.6rem !important;}
.button--primary{color:#1b2e6d;background-color:transparent;border:1px solid #1b2e6d;border-radius:5rem;font-weight:500;transition:all var(--duration-long) ease;}
.button--primary:hover{color:#FFF;background-color:#1b2e6d;}

@media(max-width:1280px){
  .Dealoftheday .countdown-time li span{font-size:clamp(1.75rem, 1.3673rem + 2.0408vw, 3rem) !important;line-height:clamp(1.75rem, 1.3673rem + 2.0408vw, 3rem) !important}
  :where(.naturesque-men-advance-ayurvedic-t-booster-for-men-40-capsules, .naturesque-diabrisq) .dynamic-hero-section{background-position: 56% 50% !important;}
  :where(.sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre,.naturesque-rapid-weight-loss-kit,.the-energy-essentials) .dynamic-hero-section{background-position: 76% 50% !important;}
  
}

@media(min-width:1400px) and (max-width:1440px){
    .ps-sec-01 .ps-slider { max-width: 600px !important;}
}

@media(min-width:1500px){.ps-sec-01 .ps-slider{right:-16px !important;}}

@media(min-width:1640px){
  .faq__col{max-width:calc(100% - 55%)!important;margin-left:auto!important;}
}

@media(max-width:991px){
  :where(.naturesque-men-advance-ayurvedic-t-booster-for-men-40-capsules,.naturesque-men-advance-ayurvedic-t-booster-for-men-30-capsules, .naturesque-diabrisq) .dynamic-hero-section{background-position: 70% 50% !important;}
  :where(.sorcery-stretch-marks-removal-cream-for-pregnancy-fade-reduce-stre,.naturesque-rapid-weight-loss-kit,.the-energy-essentials) .dynamic-hero-section{background-position:86% 50% !important;}
  
}



@media(min-width:1500px) and (max-width:1650px){
  .Dealoftheday .banner-content{width: 34% !important;}
  .Dealoftheday .countdown-time li {padding: 10px 17px !important;font-size: 15px !important;}

  /* PRODUCT PAGE  */
  .ps-sec-01 .ps-slider {right: -135px !important;}
  .faq__col {max-width: calc(100% - 50%) !important;margin-left: auto !important;}
  /* .dynamic-hero-section{ background-size: contain  !important;} */
}

#ShopifyChat{bottom: 79px !important;

@media(min-width:1600px) and (max-width:1700px){
    .ps-sec-01 .ps-slider {right: -95px !important;}}

@media(min-width:1500px) and (max-width:1650px){
  .homeBannerSection .swiper-container{height: 600px !important;}
}
/* - - */
.ingredient-library  #multicolumn-section-desktop .swiper-wrapper .swiper-slide.multicolumn-block .block-image img{width:100%;}

.ingredient-library .desktop-slider .swiper-wrapper {justify-content:space-between;flex-flow:row wrap;row-gap:2rem}
.ingredient-library  .slider-mobile-gutter .multicolumn-list{--grid-mobile-horizontal-spacing:0rem;--grid-mobile-vertical-spacing:2.5rem;}

.ingredient-library .desktop-slider .swiper-wrapper .swiper-slide.multicolumn-block {width:100%;}

@media(min-width:980px) {
    .ingredient-library .desktop-slider .swiper-wrapper .swiper-slide.multicolumn-block {width: calc(100% / 3 - 2rem);}
}
@media(min-width:579px) {
    .ingredient-library slider-component.slider-mobile-gutter .multicolumn-list__item{width: calc(100% / 2 - 2.5rem);}
   .ingredient-library  .slider-mobile-gutter .multicolumn-list{--grid-mobile-horizontal-spacing: 2.5rem;--grid-mobile-vertical-spacing: 3rem;}
}
.ingredient-library .desktop-slider .swiper-wrapper .swiper-slide.multicolumn-block .block-link,.ingredient-library .multicolumn-card .link  {color: #1b2e6d;background-color: transparent;border: 1px solid #1b2e6d;border-radius: 5rem;font-weight: 500;transition: all var(--duration-long) ease;padding: 1rem 2rem;text-decoration: none;display: inline-block;margin-bottom: 3rem;}
.ingredient-library .desktop-slider .swiper-wrapper .swiper-slide.multicolumn-block .block-link:hover,.ingredient-library .multicolumn-card .link:hover {color: #FFF;background-color: #1b2e6d;}
.ingredient-library .desktop-slider .swiper-wrapper .swiper-slide.multicolumn-block h3, .ingredient-library  .multicolumn-card h3 {--font-heading-scale: 1.5;margin-bottom:0px;}
.ingredient-library .multicolumn-card .multicolumn-card__info .rte{margin-bottom: 2.5rem;}
/*  */
@media(max-width:768px){
  .dynamic-hero-section>.page-width{padding:0px !important}
  .dynamic-hero-section .hero-content{backdrop-filter:blur(3px);border-radius:0px !important}
  :where(.the-energy-essentials,.naturesque-pure-himalyan-kesar-shilajit,.naturesque-pure-himalayan-shilajit-resin).product .dynamic-hero-section .hero-content{background: rgba(68, 68, 68, 0.5);}
  .product .dynamic-hero-section {
      padding: 0px 0px 240px;
      background-size: 720px;
      background-position: 100% 100% !important;
      background-color: darkgray;
      background-repeat: no-repeat;
  }
}

/*  */