/** Shopify CDN: Minification failed

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

**/
/* For Font and family */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

@font-face {
font-family: 'Ivy Journal';
src: local('Ivy Journal Regular'), local('Ivy-Journal-Regular'),
url('/cdn/shop/files/IvyJournal-Regular.woff2') format('woff2'),
url('/cdn/shop/files/IvyJournal-Regular.woff') format('woff'),
url('/cdn/shop/files/IvyJournal-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Ivy Journal';
src: local('Ivy Journal Semi Bold'), local('Ivy-Journal-Semi-Bold'),
url('/cdn/shop/files/IvyJournal-SemiBold.woff2') format('woff2'),
url('/cdn/shop/files/IvyJournal-SemiBold.woff') format('woff'),
url('/cdn/shop/files/IvyJournal-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Ivy Journal';
src: local('Ivy Journal Bold'), local('Ivy-Journal-Bold'),
url('/cdn/shop/files/IvyJournal-Bold.woff2') format('woff2'),
url('/cdn/shop/files/IvyJournal-Bold.woff') format('woff'),
url('/cdn/shop/files/IvyJournal-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

body{
font-family: 'Nunito Sans', sans-serif;
font-weight: 400;
color:#0a0e24;
}
/*comment for defualt layout required */
/*
#MainContent h1,#MainContent h2,#MainContent h3,#MainContent h4{font-family: 'Ivy Journal';font-weight: 400;
font-style: normal;}

#MainContent {
	font-weight: 400;
	color: #0a0e24;
	font-size: 20px;
	line-height: 1.6;
  overflow-x:hidden;
  width:100%;
  max-width:100%;
}

#MainContent p b,
#MainContent p strong {
	font-weight: 400;
}
*/

/* For product description section start */

/* h1, h2, h3, h4, h5, h6{
    font-family: 'Ivy Journal';
    line-height: 1.3;
    margin: 0 0 0.5rem;
    font-size: 35px;
    color: #0a0e24;
    font-weight: 500;
} */
.super-product-content h2{
    font-family: 'Ivy Journal';
    line-height: 1.3;
    margin: 0 0 0.5rem;
    font-size: 35px;
    color: #0a0e24;
    font-weight: 500;
}
.super-product-content  p{
    line-height: 1.5;
    color: #0a0e24;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}
.super-button{
    align-items: center;
    background: linear-gradient(90deg,rgba(128,208,199,.5) 2.7%,rgba(0,147,233,.5));
    border: 2px solid #06456a;
    border-radius: 100px;
    color: #06456a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2em;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0.75rem 3rem;
    /* text-align: center; */
    text-decoration: none;
}
.super-product-content--ingredients{
    margin-top: 15px;
}
.super-button.super-button--blue-gradient svg {
    display: inline-flex;
    margin-right: 10px;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item,
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item {
    color: #141b4d;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    padding: 0.75rem;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item__left,
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item__left {
    flex: 1;
    max-width: none;
    min-width: auto;
    padding-right: 50px;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item:not(.active),
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item:not(.active) {
    background-color: transparent;
    border-bottom: 1px solid #ece9e4;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item + div,
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item + div {
    margin-top: 0;
}
@media (max-width: 767px) {
    .supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item,
    .supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item {
        padding-bottom: 1.4em !important;
    }
}
@media (max-width: 600px) {
    .supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item,
    .supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item {
        align-items: flex-start;
        flex-direction: column-reverse !important;
    }
    .supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item > div,
    .supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item > div {
        max-width: none !important;
    }
    .supertheme-element--single-product .super-single-product__content .super-product-content--faqs .super-accordion__item__left,
    .supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item__left {
        padding-right: 0;
    }
}

.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients > s-grid + .super-supplement-facts {
    margin-top: 3rem;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item figure {
    bottom: auto;
    left: auto;
    margin-right: 20px !important;
    position: relative;
    right: auto !important;
    top: auto;
    -webkit-transform: none !important;
    transform: none !important;
    width: 85px;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item:not(.active) figure {
    height: auto;
}
.supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item.active figure {
    order: 0;
}
@media (max-width: 600px) {
    .supertheme-element--single-product .super-single-product__content .super-product-content--ingredients .super-accordion__item figure {
        margin-bottom: 1.5rem;
    }
}

.additional-feature__content {
    display: block!important;
}
.additional-feature {
    margin-bottom: 20px;
}
.additional-feature span{
    line-height: 1.5;
    color: #0a0e24;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}

.super-supplement-facts {
    border: 1px solid;
    font-size: 16px;
    font-weight: 300;
    padding: 0.75rem;
}
.super-supplement-facts h3 {
    font-family: inherit;
    font-weight: 700;
}
.super-supplement-facts__head {
    border-bottom: 6px solid;
    padding-bottom: 0.5em;
}
.super-supplement-facts__items-head {
    font-weight: 700;
}
.super-supplement-facts__items-head ~ s-grid {
    border-top: 1px solid;
}
.super-supplement-facts__items-head .super-value > div {
    align-items: flex-end;
    display: flex;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0.5em -0.5rem;
}
.super-supplement-facts__items-head .super-value > div > span {
    padding: 0 0.5rem;
    text-align: center;
    width: 100%;
}
.super-supplement-facts__items s-grid {
    padding: 0.25em 0;
}
.super-supplement-facts__footer {
    border-top: 3px solid;
    padding-top: 0.5em;
}
.super-supplement-facts__footer b {
    font-weight: 400;
}
.super-supplement-facts .super-daily,
.super-supplement-facts .super-value {
    text-align: right;
}
.super-supplement-facts .super-daily_special {
    text-align: center;
}
.super-supplement-facts .super-title {
    max-width: 40ch;
}
.super-supplement-facts .super-highlight {
    border-top-width: 3px;
    font-weight: 400;
}
.super-supplement-facts .super-highlight .super-title {
    font-weight: 700;
}
.super-supplement-facts .super-info {
    font-size: 0.8rem;
    font-weight: 300;
    opacity: 0.7;
}
@media (min-width: 768px) {
    .super-supplement-facts {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .super-supplement-facts s-grid {
        gap: 0 1rem;
    }
    .super-supplement-facts .super-title {
        grid-column: 1/4;
    }
    .super-supplement-facts .super-title + .super-value {
        grid-column-start: 2;
    }
}
.super-accordion__item {
    align-items: center;
    background: var(--color-blue-dark);
    background: var(--s-acc-color, var(--color-blue-dark));
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 9rem;
    overflow: hidden;
    padding: 1.5rem 2.25rem;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.super-accordion__item + div {
    margin-top: 0.75rem;
}
.super-accordion__item__left {
    max-width: 360px;
    width: calc(61% - 40px);
}
.super-accordion__item h3 {
    margin: 0;
    position: relative;
    z-index: 1;
}
.super-accordion__item .super-content {
    margin-top: 0.75rem;
}
.super-accordion__item figure {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 39%;
}
.super-accordion__item:not(.active) .super-content {
    display: none;
}
.super-accordion__item:not(.active) figure {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
}
.super-accordion__item:not(.active) > span {
    bottom: 2em;
}
.super-accordion__item:not(.active) > span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.super-accordion__item > span {
    height: 2em;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 2em;
    top: 2em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2em;
}
.super-accordion__item > span:after,
.super-accordion__item > span:before {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.super-accordion.mini .super-accordion__item {
    padding: 1.5rem;
}
.super-accordion.mini .super-accordion__item__left {
    min-width: 55%;
}
.super-accordion.mini .super-accordion__item > span {
    font-size: 0.7em;
}
.super-accordion.mini .super-accordion__item .super-accordion__item__left > h3 {
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .super-accordion.mini .super-accordion__item:not(.active) figure {
        right: 2.25rem;
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }
}
.super-accordion.mini .super-accordion__item.active {
    flex-direction: column;
}
.super-accordion.mini .super-accordion__item.active > div {
    align-self: flex-start;
    max-width: calc(100% - 3rem);
    width: 100%;
}
.super-accordion.mini .super-accordion__item.active > figure {
    align-self: flex-start;
    margin: 0 0 1.5rem;
    order: -1;
}
@media (max-width: 1023px) {
    .super-accordion__item {
        padding: 1.4em;
    }
    .super-accordion__item > span {
        right: 1.4em;
    }
    .super-accordion__item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .super-accordion__item {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.4em !important;
    }
    .super-accordion__item > span {
        bottom: auto !important;
        top: 1.4em;
    }
    .super-accordion__item__left {
        max-width: 100%;
        width: 100%;
    }
    .super-accordion__item h3 {
        font-size: 24px;
        max-width: calc(100% - 30px);
    }
    .super-accordion__item .super-content {
        font-size: 20px;
        max-width: calc(100% - 10px);
    }
    .super-accordion__item figure {
        max-width: 260px;
        width: 100%;
    }
    .super-accordion__item.active figure {
        margin-top: 40px;
    }
    .super-accordion__item:not(.active) {
        padding: 3em 2em;
        padding-bottom: 180px !important;
    }
  .custm_design_toggle .super-accordion__item:not(.active){
      padding-bottom: 0px !important;
  }
   .custm_design_toggle .super-accordion__item{
     min-height: 4.5rem!important;
  }
    .super-accordion__item:not(.active) figure {
        bottom: -10%;
        height: 180px;
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 180px;
    }
}
@media (max-width: 600px) {
    .super-accordion__item .super-content {
        font-size: 16px;
    }
}
@media (min-width: 601px) {
    .super-product-content--overview .super-accordion__item.active .super-accordion__item__left {
        margin-bottom: 1.25rem;
        margin-top: 1.25rem;
    }
    .super-product-content--overview .super-accordion__item.active > span {
        top: 2.2rem;
    }
}
@media (max-width: 600px) {
    .super-product-content--overview .super-accordion__item:not(.active) > span {
        top: 2.4em;
    }
}
@media (min-width: 601px) {
    .super-product-content--faqs .super-accordion__item.active .super-accordion__item__left {
        margin-bottom: 1.25rem;
        margin-top: 1.25rem;
        padding-left: 1.25rem;
    }
    .super-product-content--faqs .super-accordion__item.active > span {
        top: 2.25rem;
    }
}
@media (max-width: 600px) {
    .super-product-content--faqs .super-accordion__item.active > span {
        top: 1.6rem;
    }
    .super-product-content--faqs .super-accordion__item:not(.active) > span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.super-supplement-facts {
    margin-top: 30px;
    padding-top: 0!important;
}


/*-- Rating section for product details starts --*/
.product__right-column .product__price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product__description {
    margin-bottom: 20px;
}

.product__description h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.product__right-column .product__price .price {
    margin-right: 15px;
}
.elfsight-rating-product-details .bupndY {
    padding: 0 !important;
    background: transparent;
}
.elfsight-rating-product-details .hTPoul {
    display: none;
}

.elfsight-rating-product-details .esTPaQ {
    margin-top: 0;
}
/*-- Rating section for product details ends --*/


/* For product description section end */

/* For Vitamin joy guarantee section start */
/* 13-12-2022 add css */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #0a0e24;
  position: relative;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(1),#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2){width:290px;overflow:hidden; }
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) {
    width: calc(100% - 320px);
    border: 2px solid #e2e1da;
    order: 2;
    overflow: hidden;
    height: 390px;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2){order:3}

#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    background: #170302;
    color: #caa459;
    height: 183px;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners *{margin:0;padding:0;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon {
    position: absolute;
    width: 100%;
  height:100%;
    left: 0;
    top: 0;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon img {
    width: 100%;
    height: auto;
    object-fit: none;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #caa459;
    font-size: 16px;
    text-align: center;
    line-height: 3;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 {
    background: #fff;
    width: 60%;
    max-width: 450px;
    height: 100%;
    position: absolute;
    padding: 40px 0 40px 60px!important;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 p{
  font-size:16px;margin-bottom:12px;
}


#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .custom-contact-details {
color: rgb(24,65,74);
font-weight: 700;
border-top: 1px solid #dfdacf;
display: flex;
flex-wrap: wrap;
margin-top: 1rem;
position: relative;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .custom-contact-details:before {
    background: #dfdacf;
    content: "";
    height: .75em;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .custom-contact-details p {
    width: 50%;
    padding: 15px;
    text-align: center;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0:before {
    background-image: url(/cdn/shop/files/clouds-overlay.png?v=1670942381);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height:100%;
    left: calc(100% - 2px);
    position: absolute;
    top: 0;
    width:390px;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component span.sl-arrow{display:none}

#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 p{
  color:rgb(24,65,74);
}

#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 .icon-banners__heading {
    background: linear-gradient(270deg,#ff5d00,#ffbd00 11.98%,#79b700 24.48%,#006100 36.46%,#00ab9c 44.79%,#0084e4 54.17%,#2100ef 66.15%,#54009e 76.04%,#ff00d9 88.02%,#fa0000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .6rem;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .icon-banners__icon img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {
  background: #0e4b6e;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {
  background: #0e4b6e;
}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) h3 {
  color: #eccc07;;
}
/* For Vitamin joy guarantee section end */

/* For shop page start */
/*comment for defualt layout required */
/*
.product-card .product-card__heading {
    color: rgb(10,14,36);
    font-family: 'Ivy Journal';
    font-size: 20px;
    font-weight: 500;
  min-height: 65px;
}*/
#shopify-section-template--17121589952831__heading h1, 
#recently-viewed-products-template--17121589952831__172f76e6-ca14-490c-8834-23d69db8e6d7 h2 {
    text-decoration: underline;
}
/* .product-card .price {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
    padding: 10px;
} */
.price.mt5 {
    margin: 0 !important;
    padding: 5px 5px;
}
/* .product-card .price__sale {
    font-size: 18px;
} */
/*comment for defualt layout requred */
/*
.custom-elfsight-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
}
.custom-elfsight-rating .hTPoul,
.custom-elfsight-rating .buLMsu {
    display: none;
}

.custom-elfsight-rating .esTPaQ {
    margin: 0 !important;
}*/
/*comment for defualt layout requred */
/*
.custom-elfsight-rating .bupndY {
    padding: 10px 5px;
    border-left: 1px solid #ddd;
    border-radius: 0;
}

.mt5.elfsight-rating {
    margin: 0 !important;
}*/
/*comment for defualt layout requred */
/*.product-card .price__sale {
    font-size: 17px;
    color: rgb(10, 14,36);
    text-decoration: underline;
    display: inline-block;
    padding-left: 5px;
    font-family: 'Nunito Sans', sans-serif;
}
.product-card .price__regular {
    font-size: 11px;
    color: rgb(10, 14,36);
    display: inline-block;
    padding-left: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
*/
.elfsight-rating .kfKfrC {
    position: relative;
    width: 20px;
    height: 20px;
}
/*comment for defualt layout required */
/*
.product-card__image {
    border: 1px solid #ddd;
    border-radius: 0;
}
.product-card__heading {
    margin: 14px 0;
}
*/
/* facet-filters-form {
    display: none;
} */
.tag-filters {
    padding: 0;
}
.tag-filters li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}
.custom-ingredients {
  padding-top: 30px;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    color: var(--color-base);
    --font-heading-line-height: 130%;
    font-size: var(--font-body-size);
    display: inline-block;
  margin-bottom:10px;
}
.tag-filters .facet-checkbox:not(.facet-checkbox--mobile) {width: auto;}
.tag-filters li {display: flex;}
.tag-filters .facet-checkbox.checked .facet-checkbox__flip {transform: rotateY(180deg);}
.tag-filters li a {color: #141b4d;text-decoration:none;}
.tag-filters li a hover{text-decoration:none;}
.mobile-facets__list .facet-checkbox:not(.facet-checkbox--mobile) {width: auto;}
.mobile-facets__list li {display: flex; padding-bottom: 10px;}
.mobile-facets__list .facet-checkbox.checked .facet-checkbox__flip {transform: rotateY(180deg);}
.mobile-facets__list li a {color: #141b4d; font-size: 14px;}
@media (max-width: 1199px) {
  /*comment for defualt layout requred */
  /*
.product-card .product-card__heading {font-size: 16px;}
  */
}

@media (max-width: 840px) {
.mobile-facets__list li.facets__price-container-mobile {display: block;}
}
/* For shop page end */

/* accordion start */
.custm_design_toggle{

}
.custm_design_toggle .chm-toggle__content {border-top: solid 1px #e1e1e3;}
.custm_design_toggle .chm-toggle__content h2 {margin: 18px 0!important;font-size:22px;}
.custm_design_toggle .super-accordion__item {background-color: #fff;border-bottom: 1px solid #ece9e4;min-height: 7rem;}
.custm_design_toggle .super-accordion__item > span:after, .custm_design_toggle .super-accordion__item > span:before {color: #163f48;}
.custm_design_toggle .chm-toggle__button {padding: 20px 0;}
.custm_design_toggle .super-accordion__item .super-content {color: #163f48;}

.custm_design_toggle .super-supplement-facts__items-head{display: grid;  grid-template-columns: 1fr 12ch;  align-items: initial; gap: 1rem; padding: 0.25em 0;}
.custm_design_toggle .super-supplement-facts__item {display: grid;grid-template-columns: 1fr 12ch;align-items: initial;gap: 1rem;border-top-width: 3px; font-weight: 400; border-top: 1px solid; padding: 0.25em 0;}
.custm_design_toggle .super-supplement-facts__items {line-height: 1.5;}

.custm_design_toggle .super-instruction {
    display: flex;
}
.custm_design_toggle .super-instruction:before {
    color: #94cfc4;
    content: counter(superInstruction);
    counter-increment: superInstruction;
    display: inline-block;
    flex: 0 0 2.25rem;
    font-size: 2.5rem;
    line-height: 1;
    margin-right: 0.55rem;
    text-align: center;
}
.custm_design_toggle .super-instruction h4 {line-height: 1.25; margin: 0 0 0.75rem; font-size: 20px;}
.custm_design_toggle .super-instruction>div>div {
    padding-bottom: 27px
}
.additional-feature__content {counter-reset: superInstruction;}


.super-supplement-facts__item.super-highlight {display: block}
.super-supplement-facts__item.super-highlight .super-info {display: block;}

#yotpo-reviews-star-ratings-widget {
    justify-content: center !important;
}
.yotpo-sr-bottom-line-summary > div {
    margin-right: 0 !important;
}


.yotpo-reviews-star-ratings-widget {
    margin-top: 10px;
}

.yotpo-reviews-star-ratings-widget .star-container svg {
    width: 18px;
    height: 18px;
}
.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-score {
    order: -1;
    color: #000 !important;
    margin: 2px 10px 0 0 !important;
    font-size: 20px !important;
}
.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel, 
.yotpo-reviews-star-ratings-widget .yotpo-sr-vertical-border {
    display: none !important;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49{
  margin-bottom: 45px;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 h3{
  margin-top: 0;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 > .page-width{
    max-height: 500px;
    overflow-y: scroll;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 > .page-width::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 > .page-width::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 > .page-width::-webkit-scrollbar-thumb
{
	background-color: #287314;
}

#shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 p strong {
    font-weight: 700;
}

@media (max-width: 1099px) {
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(1), #icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {width: 260px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) {width: calc(100% - 280px);}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon img {object-fit: cover;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 {padding: 40px 0 40px 30px!important;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 .icon-banners__heading {font-size: 28px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 p {font-size: 14px;}
}
@media (max-width: 840px) {
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon img {object-fit: cover;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(1), #icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {width: 260px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) {width: calc(100% - 280px);}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 {padding: 15px 0 15px 12px!important;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 .icon-banners__heading {font-size: 22px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .custom-contact-details p {padding: 10px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 p {font-size: 12px;}
}

@media (max-width: 767px) {
.custm_design_toggle s-grid.super-supplement-facts__item {
    gap: 0rem;
}
.custm_design_toggle s-grid.super-supplement-facts__item {grid-template-columns: 1fr;}
.super-supplement-facts .super-title {grid-column: 1/4;}
.super-supplement-facts .super-title+.super-value {grid-column-start: 3;}

 #icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component {display: block;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(1), #icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {width: 49%; margin-right: 1%; display: inline-block; position: inherit; bottom: auto; left: auto;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {margin-right: 0;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) {width: 100%;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 {padding: 40px 0 40px 33px!important;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon img {object-fit: cover;}
  #shopify-section-template--17121590706495__31946576-f07c-48e0-a45c-728dfc03af49 > .page-width{
      max-height: 300px;
  }
}

@media (max-width: 479px) {
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(1), #icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(2) {width: 100%; margin-right: 0;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) {display: flex; display: -webkit-flex; flex-wrap: wrap; height: auto;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 {padding: 15px 15px 15px 15px!important; order: 1; position: inherit; width: 100%;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component .icon-banners__icon {position: inherit; left: auto; top: auto; order: 2;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .custom-contact-details p {padding: 10px; font-size: 14px;}
#icon-banners-template--17121590706495__30030caa-08b3-4e2d-b66c-7423858a47d2 slider-component>.icon-banners:nth-child(3) .mt--first-child-0 .icon-banners__heading {font-size: 27px;;}
}


/* accordion end */



/*--25-4-23--- */
.cart-drawer-container{
  visibility: visible;
}
.SRhxv {
    width: 100% !important;
    padding: 20px;
}
.ipZMRH {
    font-size: 19px;
}
.jfWkxL svg {
    width: 20px!important;
    height: 20px!important;
}

/* 18-05-2023 */

.yotpo-reviews-star-ratings-widget {
  display:flex;
  justify-content:center !important;
}

#shopify-section-template--18941788389695__main .page-wide {
    width: 100%;
    max-width: calc(var(--page-width) + var(--page-padding)*2);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#shopify-section-template--18941788389695__main .col-6 {
    max-width: 100%;
}
#shopify-section-template--18941788389695__main .top-spacing-normal h1{
  font-family: Ivy Journal;
    font-weight: 400;
}

#shopify-section-template--18941788389695__main .top-spacing-normal p strong span{
  font-family: Ivy Journal;
}

@media (min-width: 993px) and (max-width: 1440px) {
#shopify-section-template--18941788389695__main .page-wide {
    max-width: unset;
    padding-left: 70px;
    padding-right: 70px;
}
}

@media (min-width: 577px) and (max-width: 992px){
#shopify-section-template--18941788389695__main .page-wide {
    padding-left: 30px ;
    padding-right: 30px ;
}
}

@media screen and (max-width:500px){
  .es-rating-value {
  font-size: 15px !important;
  }
  .es-rating-bar-container{
    width: 80px;
  }
}

.product-form__buttons > .shopify-payment-button{
  margin-top: 10px;
}
@media(max-width: 1024px){
  .mobile-facets__list li {
    display: block;
}
}
@media(max-width: 1200px) and (orientation: landscape){
body.overflow-hidden-tablet:has(.menu-opening)
  {
    overflow-y: visible !important;
  }

}


.shopify-section.spaced-section .page-width > h3 ~ p strong{
    font-weight: bold;
    font-size: 18px;
}










