/** Shopify CDN: Minification failed

Line 158:37 Expected identifier but found "*"
Line 2425:50 Expected ")" to end URL token

**/
@font-face {
  font-family: myFirstFont;
  src: url('https://cdn.shopify.com/s/files/1/0579/2307/6283/files/SOUTHING-K7LA7.OTF?v=1742820487');
  font-weight: 400;
  font-display: swap;
}

/*common css start*/
.m-section__heading {
  font-size: 40px;
  text-transform: capitalize;
  width: max-content;
  margin: auto;
}
h2, .h2, h3, .h3 {
  line-height: 1;
}
.m-section__header {
    margin-bottom: 40px !important;
}
.m-section__heading svg {
  position: absolute;
  right: -40px;
}
.m-section__heading svg path {
  fill: var(--heading-svg-color);
}

.m-product-card__info select.m-product-option--dropdown-select, .m-product-card select.m-product-option--dropdown-select {
    font-size: 11px;
}
.m-announcement-bar__content {
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
}
.m-product-card__reviews  .jdgm-prev-badge, 
.m-product-card__action-wrapper button.m-add-to-cart {
    font-size: 14px;
}
.m-product-card__info p.product-tagline {
    font-size: 15px;
}
.m-search-form__button span.m-tooltip p {
    font-size: 16px;
}
.m-product-card a.m-product-card__link responsive-image.m-image,
.m-product-card__media {
    border-radius: 10px;
}
.m-product-card {
    border-radius: 10px;
}
.m-slider-controls--absolute .m-slider-controls__button-prev, 
.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-prev {
  left: -30px;
  top: 50%;
}
.m-slider-controls--absolute .m-slider-controls__button-next,
.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-next {
  left: auto;
  right: -30px;
  top: 50%;
}
.m-slider-control-hover-inside .m-slider-controls--absolute .m-slider-controls__button {
  opacity: 1;
}

.m-slider-controls__button {
  background: transparent;
  border: unset;
  width: auto;
  height: auto;
}
.m-slider-controls__button:hover {
  background: unset;
  color: rgb(var(--color-button-text-hover));
  border-color: unset;
  box-shadow: unset;
  color: #000;
}
/*common css end*/
/*announcemenet bar css start*/
.m-announcement-bar__content {
  text-transform: uppercase;
}
.m-announcement-bar__content marquee>div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
}
/*announcemenet bar css end*/
/*header css start*/
header.m-header__desktop {
    padding: 5px 0;
}
.m-header .ssw-link-fave-menu, .m-header__compare, .m-header__account, .m-header__wishlist {
    padding: 14px 5px !important;
}
.m-cart-icon-bubble {
    padding: 5px !important;
}
.m-search-form__button {
    padding: 8px 20px 8px 0 !important;
    margin-right: 10px;
    position: relative;
}
.m-search-form__button:after {
    position: absolute;
    top: 50%;
    right: 0;
    background: #33333320;
    height: 10px;
    width: 2px;
    content: "";
    transform: translateY(-50%);
}
.m-search-form__button span.m-tooltip {
    display: flex;
    gap: 8px;
    align-items: center;
}
.m-search-form__button span.m-tooltip p {
    color: #333333;
    opacity: .60;
}
/*header css end*/
/* ------------ Home Page Css Start ------------ */
/*best sellers section css start*/
.best-selling-section .m-section__tabs {
    margin-top: 0;
}
.m-tab-header.active:after {
    display: none;
}
.m-product-tabs--horizontal .m-tab-header {
    padding: 0 !important;
}
.m-product-tabs--horizontal .m-tab-header {
    font-size: 74px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333333;
    line-height: 1.2;
    font-family: 'Lato';
}
.m-product-tabs--horizontal a.m-tab-header.active,
.m-product-tabs--horizontal .m-tab-header:hover {
     color: #000;
    -webkit-text-stroke-color: #000; */
}
/*best sellers section css end*/

/*product card css start*/
.m-product-card {
    background: #fff;
    padding: 10px;
    height: 100%;
}
.m-product-card__info {
    margin-top: 15px !important;
}
.m-product-card__info h3.m-product-card__title {
  height: 40px;
}
.m-product-card__info h3.m-product-card__title a.m-product-card__name {
    line-height: 1.3;
}
.m-product-card__info p.product-tagline {
    opacity: 0.6;
    padding-bottom: 10px;
}
.m-product-card__reviews {
    padding-top: 10px;
    /* border-top: 1px solid #33333315; */
}
.m-product-card__price .m-price--on-sale .m-price__sale {
  gap: 2px 5px;
}
.m-product-card__reviews .jdgm-prev-badge span.jdgm-prev-badge__text {
    font-weight: 600;
    opacity: 0.6;
}
.m-product-card__price .m-price__regular .m-price-item--regular, .m-product-card__price .m-price__sale .m-price-item--last {
    color: #333;
    font-weight: 700;
}
.m-product-card__price .m-price__sale .m-price-item--regular {
  opacity: 0.6;
}
.m-product-card__info select.m-product-option--dropdown-select, .m-product-card select.m-product-option--dropdown-select {
    height: auto;
    border-radius: 50px;
    border: 1px solid rgb(var(--color-outline-button), .2);
    background-color: rgb(var(--color-outline-button), .05);
    padding: 5px 23px 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.m-product-card__action-wrapper button.m-add-to-cart {
    font-weight: 500;
    letter-spacing: 1.3px;
    /* background: rgb(var(--color-outline-button)); */
    color: #fff;
    padding: 11px 10px;
}
.m-product-card__content .m-product-card__action-wrapper {
    margin: 12px auto 0 !important;
}
.cquantity {
  width: 40%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: rgb(var(--color-outline-button), .20);
}
.cquantity button.m-quantity__button, .cquantity input.quantity-selector {
  width: 33%;
  text-align: center;
  border: unset !important;
  font-weight: 700;
  background: transparent;
}
.cquantity input.quantity-selector, .m-quantity__input {
  pointer-events: none;
  user-select: none;
}
.m-product-card .m-product-card__action-wrapper .m-add-to-cart {
  width: 60% !important;
}
.product-card-form {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.m-product-card .image-tag-custom {
  position: absolute;
  top: 10px;
  right: 10px;
}
.m-product-card .image-tag-custom .sale-image, .m-main-product .image-tag-custom .sale-image  {
  width: 50px;
  height: auto;
}
.m-product-card__tag-name.m-product-tag--sale {
    border-radius: 3px;
    background: #fff;
    color: #333;
}
/*product card css end*/

/* Collection Card Css Start */

.for-text {
  font-family: 'myfirstfont';
  font-size: 40px;
  text-transform: lowercase;
  margin-right: 5px;
  line-height: 0;
}
.m-collection-card .m-collection-card__info {
  margin-top: 12px;
}
.m-collection-card .m-collection-card__title {
  font-size: 18px;
  font-family: var(--font-stack-body);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0 !important;
}
.all_concern .m-collection-card .m-collection-card__image {
  border-radius: 25px;
  position: relative;
}
.m-collection-card .c-collection-btn path {
    stroke: #fff;
}
.m-collection-card .c-collection-btn {
    font-size: 12px;
    display: inline-flex;
    padding: 6px 12px;
    line-height: 1;
    letter-spacing: 1.1px;
    border-radius: 50px;
    border: 1px solid rgb(var(--color-outline-button),.2);
    background: rgb(var(--color-outline-button),.7);
    color: #fff;
}
.all_concern .m-collection-card .c-collection-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 30px;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.all_concern .m-collection-card:hover .c-collection-btn {
  bottom: 50px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.all_concern .m-collection-card:hover .c-collection-btn:hover, .shop_ingredient .m-icon-box:hover .m-button {
  box-shadow: unset;
}
/* Collection Card Css End */

/* Shop By Ingredients Css Start */

.shop_ingredient .m-icon-box__heading {
  font-family: var(--font-stack-body);
  font-size: 18px;
  font-weight: 400!important;
  line-height: 1.1;
  margin: 0;
}
.shop_ingredient .m-icon-box .m-button {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1.1;
  letter-spacing: 1.1px;
  border-radius: 50px;
  border: 1px solid rgb(var(--color-outline-button),.1);
  background: rgb(var(--color-outline-button),.1);
  transition: all .3s ease-in-out;
  transform: translateY(-16px);
  opacity: 0;
}
.shop_ingredient .m-icon-box:hover .m-button {
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease-in-out;
}
.shop_ingredient .m-icon-box--vertical .m-icon-box__content, .natural_feature .m-icon-box--vertical .m-icon-box__content {
  margin-top: 10px;
}
/* Shop By Ingredients Css End */

.natural_feature m-icon-box {
  background: #FFC221;
  padding: 60px 240px;
  border-radius: 25px;
}
.natural_feature .m-icon-box__heading {
  font-family: var(--font-stack-body);
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}
.our_new_arrivals .cquantity {
  background: rgb(var(--color-outline-button),.3);
}
.home_testimonial.m-testimonials--layout-2 .m-testimonial__title {
  font-family: var(--font-stack-body);
  font-size: 18px;
  line-height: normal;
}
.home_testimonial.m-testimonials--layout-2 .m-testimonial__wrapper {
  padding: 0;
}
.home_testimonial.m-testimonials--layout-2 .m-testimonial__description {
  margin-bottom: 40px;
}
.home_testimonial.m-testimonials--layout-2 .m-stars {
  margin-bottom: 20px;
}
.exp_superfood {
  position: relative;
  background: rgb(var(--color-background), .1);
}
.exp_superfood .m-icon-box {
  background-color: transparent;
}
.exp_superfood:after {
  position: absolute;
  content: '';
  background: url('https://cdn.shopify.com/s/files/1/0579/2307/6283/files/bg-vector.svg?v=1742982988')no-repeat;
  background-size: cover;
  height: 55px;
  width: 100%;
  background-position: center;
  z-index: 1;
  bottom: -2px;
}
.exp_superfood .m-section__header {
  margin-bottom: 70px !important;
}
.exp_superfood .m-section__heading {
  width: 35%;
  margin: auto;
}
.home_image_cards .m-custom-content__block-image .m\:blocks-radius, .home_blog_post .m-article-card__image {
  border-radius: 25px;
}
.home_blog_post .m-article-card .m-article-card__date {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: .6;
}
.home_blog_post .m-article-card .m-article-card__title {
  font-family: var(--font-stack-body);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.home_blog_post .m-article-card .m-article-card__readmore {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid rgba(155, 67, 161, 0.10);
  background: rgba(155, 67, 161, 0.10);
  padding: 6px 12px;
}
.home_blog_post .m-blog-grid__button {
  margin-top: 40px;
}
.shop_categories .m-mixed-layout {
  position: relative;
}
.shop_categories .m-slider-controls {
  margin-top: 0;
  font-size: 0;
}
.shop_categories .m-slider-controls .m-slider-controls__button-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.shop_categories .m-slider-controls .m-slider-controls__button-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: -30px;
  transform: translateY(-50%);
}
/* ------------- Home Page Css End ------------ */

/* ------------- Footer Css Start ------------- */
/* .m-footer--block.lg\:m\:w-1\/4 {
  width: 22%;
}
.m-footer .m-footer--middle .m-footer--accordion {
  flex-wrap: wrap;
}
.m-footer .m-footer--block-custom_text .m-footer--block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.m-footer .m-footer--block-custom_text .m-footer--block-content:before {
  position: absolute;
  content: '';
  border-top: 1px solid #333333;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.m-footer .m-footer--middle .m-footer--block-content .block-image {
  margin-bottom: 0;
  padding-right: 50px;
}
.m-footer .footer_spin {
  padding-left: 50px;
}
.m-footer .m-footer--middle .m-footer--block {
  padding: 0;
}
.m-footer--middle .m-footer--block:first-child, .m-footer--middle .m-footer--block:last-child {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.m-footer .m-footer--middle .m-footer--block-title {
  font-family: var(--font-stack-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.m-footer .m-footer--middle .m-footer--block ul li {
  line-height: 2;
}
.m-footer--block-newsletter .m-footer--block-title {
  font-size: 31px !important;
  font-weight: 400 !important;
  letter-spacing: -0.96px !important;
  text-transform: capitalize !important;
  margin: 0;
}
.m-footer--block-our_store .block-text {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.m-footer--block-our_store .m-footer--block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social_block {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(51, 51, 51, 0.20);
}
.m-footer--block-our_store .m-footer--block-title {
  opacity: 60%;
}
.m-footer .social-media-links {
  margin-top: 0 !important;
  column-gap: 15px;
}
.m-footer .m-newsletter-form__wrapper.m-newsletter-form__button-below {
  flex-direction: row;
  gap: 5px;
}
.m-footer .m-newsletter-form__button {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  padding: 16px 30px;
  margin-top: 0 !important;
}
.m-newsletter-form__input {
    border-radius: 10px;
    border: 1px solid rgba(51,51,51,.2);
    background: #e5dcfc96;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    padding: 16px;
    letter-spacing: 1.3px;
}
.m-footer .m-newsletter-form {
  width: 100%;
}
.m-footer--bottom .m-footer--bottom-inner {
  padding: 40px 0 32px;
  border-top: 1px solid rgba(51,51,51,.2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.m-footer__copyright span, .m-footer--bottom-right span {
  opacity: 50%;
} */
/* ----------- Footer Css End -------------- */

/* -------------- Product Page Css Start ------------- */
.m-header__wrapper {
  border-bottom: 1px solid rgb(51 51 51 / 20%);
}
a.m-breadcrumb--item {
  font-size: 14px;
  color: #858585;
}
.m-breadcrumb--item-current {
  font-size: 14px;
}
.m-main-product {
  margin-top: 0px !important;
}
.m-product-media--slider .nav-swiper-container .swiper-slide-thumb-active .m-product-media {
  padding: 0;
  border-width: 2px !important;
}
.m-product-media--slider .nav-swiper-container .m-product-media {
  padding: 0 !important;
}

.m-product-media--slider .nav-swiper-container .swiper-slide-thumb-active .m-product-media,
.m-product-media--slider .nav-swiper-container responsive-image.m-image,
.m-product-media--slider__images .m-product-media responsive-image.m-image {
  border-radius: 5px;
}
.m-product-media--layout-6 .m-product-media--slider__thumbnails {
  padding-right: 10px !important;
}
.m-product-media--layout-6 .m-product-media--slider__images {
  width: calc(100% - 80px) !important;
  position: relative;
}
.m-product-media--layout-6 .m-product-media--slider__images .image-tag-custom {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.m-product-media--layout-6  .sale-image {
  width: 50px;
  height: auto;
}
.m-product-media--slider .swiper-button-control {
  background: #ffffff50 !important;
  border-radius: 5px !important;
}
.m-product-media--slider .swiper-button-control svg {
  color: #333333;
}
.m-product-media--slider .swiper-button-control {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.m-product-media--slider .swiper-button-control:hover {
  box-shadow: none;
}
.main-product__block .product-meta .category {
  width: fit-content;
}
.main-product__block .product-meta .category a {
  padding: 5px 10px;
  background: #011e41;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
}
.main-product__block .product-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.main-product__block .product-meta span.jdgm-prev-badge__text {
  font-size: 14px;
  opacity: 0.6;
}
.main-product__block+.main-product__block {
  margin-top: 20px !important;
}
.main-product__block.main-product__block-title,
.main-product__block:nth-child(4) {
  margin-top: 12px !important;
}
.main-product__block:nth-child(4) ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.main-product__block:nth-child(4) ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    width: 28%;
    position: relative;
}
.main-product__block:nth-child(4) ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: rgb(51 51 51 / 20%);
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.main-product__block p.mrp {
  font-size: 28px;
}
.main-product__block-price .m-price {
  display: flex;
  align-items: center;
}
.main-product__block-price .m-price span.m-price-item {
  font-size: 28px;
}
.main-product__block-price .m-price .m-price-item--regular {
  font-size: 16px;
  color: #333;
}
.main-product__block-price .m-price__sale {
  align-items: flex-end !important;
}
.m-price__badges .m-product-tag--sale span.m-currency--saved {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
/* .main-product__block .m-product-tag {
  padding: 5px 10px 5px;
  border-radius: 20px;
  background: #FFC221;
  color: aliceblue;
  font-size: 14px;
} */
.main-product__block .m-product-tax {
  font-style: italic;
  font-size: 12px;
  opacity: 0.6;
}
.offer-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0052E2;
  background: #FFC221;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #FFC221;
}
.offer-text {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.offer-horizontal .offer-text {
  width: 100%;
  font-size: 14px;
}
.offer-horizontal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}
.main-product__block .m-product-option--label {
  font-size: 16px;
  font-weight: 600;
}
.m-product-option--label {
  margin-bottom: 10px !important;
}
.main-product__block variant-picker .m-product-option--button .m-product-option--node__label {
  border-width: 2px;
  font-size: 16px;
  color: #33333370;
}
.main-product__block .m-product-option--button .m-product-option--node input:checked+label, .main-product__block .m-product-option--button .m-product-option--node__label:hover {
  border-color: #F4DDF2;
  background: #F4DDF2;
  color: #333;
}
.main-product__block variant-picker .m-product-option--button .m-product-option--node__label p.sale-per {
  margin-left: 10px;
  font-size: 13px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 13px;
  border: 1px solid #011e41;
  background: #011e41;
  font-weight: 600;
}
.main-ingredient p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.main-ingredient>div {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 10px;
  padding-bottom: 10px;
}

/* height */
.main-ingredient>div::-webkit-scrollbar {
  height: 2px;
}

/* Track */
.main-ingredient>div::-webkit-scrollbar-track {
  background: rgb(51 51 51 / 20%);
}

/* Handle */
.main-ingredient>div::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.main-ingredient>div::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.main-ingredient .ingredient {
  min-width: 20%;
}
.main-ingredient .ingredient a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main-ingredient .ingredient img {
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
  border-radius: 50px;
  border: 1px solid var(--Border, rgb(51 51 51 / 20%));
}
.main-ingredient .ingredient a span {
  font-size: 14px;
}
.main-ingredient .ingredient:first-child img {
  height: 70px;
  width: 70px;
  border: 2px solid #c653bd;
}
.main-ingredient .ingredient:first-child {
    margin-right: 5px;
}
.main-product__block .m-product-form--input {
  margin-right: 10px !important;
}
/* .main-product__block .m-product-form .m-add-to-cart {
  font-size: 18px;
  background: linear-gradient(45deg, #a66d30, #ffe58e 50%, #e0b057);
  color: #000;
  border-color: #EEC870;
  transition: 0.3s ease;
  border-width: 2px;
}
.main-product__block .m-product-form .m-add-to-cart:hover {
  box-shadow: none!important;
  border: 2px solid #EEC870;
  background: linear-gradient(45deg, #a66d30, #ffe58e 50%, #e0b057);
  color: #000;
} */
.main-product__block .m-quantity__input {
  color: #333;
}
.product-desc {
  font-size: 14px;
  text-align: justify;
}
/*benefits tab css start*/
.tab {
  margin-bottom: 15px;
  gap: 10px;
  display: flex;
}
.tab .active {
  border-bottom: 1px solid #c653bd;
  transition: all .4s;
}
.tablinks {
  background: transparent;
  font-size: 16px;
  padding: 8px 0;
  line-height: 1.2;
  text-align: left;
  border: 1px solid transparent;
  transition: all .4s;
  border-bottom: 1px solid rgb(51 51 51 / 20%);
  width: 33%;
  font-weight: 600;
}
.tabcontent ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
}
.comparision .heading_row .second-col,
.comparision .heading_row .third-col {
  width: 23%;
}
.comparision .heading_row .first-col {
  display: flex;
  width: 54%;
  flex-direction: column;
  justify-content: center;
}
.comparision .heading_row .first-col span {
  font-size: 16px;
  font-weight: 600;
}
.comparision .heading_row .second-col img,
.comparision .heading_row .third-col img {
  height: 120px;
  width: auto;
  border-radius: 5px;
}
.comparision .heading_row .second-col p,
.comparision .heading_row .third-col p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}
.comparision .heading_row {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgb(51 51 51 / 20%);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comparision .content-rows {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.comparision .content-rows span {
  width: 54%;
}
.comparision .content-rows svg {
  width: 23%;
}
.comparision .content-rows:not(:last-child) {
  margin-bottom: 10px;
}
.Key-ingredients:not(:last-child) {
  margin-bottom: 20px;
}
.Key-ingredients {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Key-ingredients p {
  font-size: 14px!important;
  text-align: justify;
}
.Key-ingredients>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Key-ingredients span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.read-button {
  text-decoration: underline;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}
.d-none {
  display: none;
}
/*benefits tab css end*/
/*usp icons css start*/
.usp-icons>div {
    display: flex;
    flex-wrap: wrap;
}
.usp-icons>div>div {
    width: 25%;
    padding: 0 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}
.usp-icons>div>div img {
    width: 55px;
}
.usp-icons>div>div p {
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
}
.usp-icons>div>div:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    width: 2px;
    background: #eee;
    content: "";
    transform: translateY(-50%);
}
/*usp icons css end*/

/* Complementory Product Css start */
.m-complementary-products .m-complementary-products__heading {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(51 51 51 / 20%);
}
.m-complementary-products__wrapper {
  padding: 0 !important;
}
.m-complementary-products__wrapper .m-complementary-products__inner {
  display: flex;
  flex-direction: column;
}
.m-complementary-products__wrapper .m-product-card .m-product-card__info {
  margin: 0 !important;
}
.m-complementary-products__wrapper .m-product-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgb(51 51 51 / 20%);
  padding: 5px;
  border-radius: 5px;
}
.m-complementary-products__wrapper .m-product-card__media,
.m-complementary-products__wrapper .m-product-card__media .m-product-card__main-image {
  height: 150px;
  width: 150px;
}
.m-complementary-products__wrapper .m-product-card .m-product-card__content {
  width: calc(100% - 150px);
  text-align: left;
}
.m-complementary-products__wrapper .m-product-card .m-product-card__reviews, .m-complementary-products__wrapper .var_add .cquantity {
  display: none;
}
.m-product-card__price p.mrp {
  font-size: 16px;
}
.m-complementary-products__wrapper .var_add>div:first-child {
  width: 33%;
}
.m-complementary-products__wrapper .var_add {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.m-complementary-products__wrapper .m-product-card__action-wrapper {
  width: 33%!important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.m-complementary-products__wrapper .var_add .m-product-option .m-product-option--content {
  width: 100%;
}
.m-complementary-products__wrapper .var_add .m-product-option--dropdown select {
  padding: 10px!important;
  border-radius: 5px;
  border: 1px solid #c653bd;
  font-weight: 700;
  background-color: #fff;
  font-size: 13px;
  height: 46px;
}
.m-complementary-products__wrapper .m-product-card .m-product-option {
  margin-top: 12px!important;
}
.m-complementary-products__wrapper .m-product-tag {
  border-radius: 3px;
  background: #fff;
  color: #333;
}
/* Complementory Product Css End */

.description-a .m-section-my {
  padding: 0;
  margin: 0 !important;
}
/*product tabs css start*/
.m-tabs__header {
    border: none !important;
}

.m-tabs__content {
    padding-top: 15px !important;
}

.ingredints_list .list-rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    gap: 10px;
}

.ingredints_list .first-row>div {
    width: 20%;
}

.ingredints_list .first-row div:first-child {
    width: 40%;
}

.ingredints_list .list-rows span {
    width: 20%;
}

.ingredints_list .list-rows span:first-child {
    width: 40%;
}

.ingredints_list .first-row {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
}

.how-to-use {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.how-to-use .use {
    width: 33%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.how-to-use .use img {
    height: 115px;
    width: auto;
    margin-right: 10px;
}

.how-to-use .use span,
.how-to-use .use p {
    font-size: 16px;
    font-weight: 700;
}

.m-tab-content__inner ul {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.m-tabs__header-inner {
    width: 100%;
    column-gap: 10px !important;
}

.m-tabs__header-inner .m-tab-header {
    width: 33%;
    font-size: 16px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    opacity: 1;
}

.m-tab-header.active:after {
    display: none;
}

.m-tab-header.active,
.m-tab-header:hover {
    border-color: #c653bd !important;
}

.m-product-details-tabs {
    margin-bottom: 0 !important;
}

/*product tabs css end*/
/* ====================== 04/04/2025 Css Start =========================== */

.description-a-mb {
  display: none !important;
}
.product-faqs .m-collapsible--button {
  font-size: 16px;
  font-weight: 700;
}
.product-faqs .m-collapsible--content__inner {
  padding: 10px 0 0 0;
  font-size: 15px;
}
.pdp-faqs .m-section-my {
  margin-bottom: 80px;
}
.tabcontent ul li:not(:nth-child(-n+10)), .ingredints_list .list-rows:not(:nth-child(-n+6)), .product-faqs .m-collapsible-section__wrapper .m-collapsible:not(:nth-child(-n+5)) {
  display: none;
}
.tabcontent.mystyle ul li:not(:nth-child(-n+10)) {
  display: list-item;
}
.ingredints_list.mystyle .list-rows:not(:nth-child(-n+6)) {
  display: flex;
}
.product-faqs.mystyle .m-collapsible-section__wrapper .m-collapsible:not(:nth-child(-n+5)) {
  display: block;
}
.m-featured-collection__button {
  margin-top: 40px !important;
}
.product-reviews .jdgm-widget.jdgm-widget {
  border-radius: 5px;
  border: 1px solid #c653bd;
}
.product-reviews h2.jdgm-rev-widg__title {
  font-size: 30px !important;
}
.main-ingredient .ingredient:first-child span {
  font-weight: 600;
}
.facest-filters-section .m-collection-products .m-product-card {
  background: #fff;
  padding: 0;
}
.m-contact-form .rte a:not(.spr-summary-actions-newreview) {
  --btn-link-border: 0;
}
.m-featured-collection-section .m-section__button {
  margin-top: 0 !important;
}
/* ------------------------------------- Product Page Css End -------------------------------------- */
span.ccart-note {
  font-weight: 600;
  background: #c653bd;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 13px;
  animation: blinker 1.5s linear infinite;
}
/*================================== cart subtotal css start ================================  */
.total-price>div {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    /* font-size: 15px; */
    font-size: 12px;
}
.total-price>div:last-child {
    color: #c653bd;
}
.total-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.m-cart__subtotal--label, .m-cart__subtotal--price {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
/*================================== cart subtotal css end ================================  */

/*=============================================== offer css start ====================  */
.pdp-offer-wrapper {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    padding-bottom: 5px;
}
.pdp-offer-wrapper .offer-item {
    background: #011e41;
    display: flex;
    border-radius: 10px;
    padding: 13px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    min-width: 38%;
}
.pdp-offer-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 3px;
}
.pdp-offer-content p.offer-title {
    color: #d1e5f6;
    font-size: 14px;
}
.pdp-offer-content p.offer-description {
    color: #fff;
    font-size: 12px;
}
.offer-codde {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 3px 10px 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    gap: 5px;
    color: #011e41;
}
.offer-codde>p:first-child {
    font-weight: 600;
}
.pdp-offer-wrapper::-webkit-scrollbar {
  height: 5px;
}
.pdp-offer-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #011e41; 
  border-radius: 10px;
}
.pdp-offer-wrapper::-webkit-scrollbar-thumb {
  background: #011e41; 
  border-radius: 10px;
}
.pdp-offer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
/*=============================================== offer css end ====================  */
.footer-divider svg {
    margin: -1px 0;
}
.m-product-card .m-product-option {
    margin-top: 10px !important;
}
.m-collection-products .m-product-item {
    width: 33.33% !important;
    min-width: 33.33% !important;
}
.m-button:hover {
    box-shadow: unset !important;
}
.main-product__block .m-product-live-views {
    color: #46a762;
    padding: 0 !important;
}
.product-desc em {
    font-style: normal;
    text-decoration: line-through;
}
/* -------------------------------------------- Responsive Start ------------------------------------------------ */


@media(max-width: 1440px) {
.m-product-tabs--horizontal .m-tab-header {
  font-size: 70px;
}
.natural_feature m-icon-box {
  padding: 60px 150px;
}
.main-product__block:nth-child(4) ul li {
    font-size: 15px;
    /* width: 180px; */
}
.exp_superfood:after {
  height: 50px;
}
.pdp-faqs .m-section-my {
  margin-bottom: 64px;
}
}

@media(max-width: 1366px) {
  .exp_superfood .m-section__heading {
    width: 40%;
  }
  
  .m-product-tabs--horizontal .m-tab-header {
    font-size: 60px;
  }
  .m-collection-card .m-collection-card__title,
  .shop_ingredient .m-icon-box__heading,
  .natural_feature .m-icon-box__heading,
  .home_testimonial.m-testimonials--layout-2 .m-testimonial__title {
      font-size: 17px;
  }
  .m-product-card__info h3.m-product-card__title,
  .m-product-card__price p.mrp,
  .m-product-card__price .m-price__regular .m-price-item--regular, 
  .m-product-card__price .m-price__sale .m-price-item--last,
  .home_testimonial.m-testimonials--layout-2 .m-testimonial__description,
  .m-testimonial__name,
  .m-footer .m-footer--middle .m-footer--block ul li,
  .m-menu__link--main,
  .m-sub-menu__item--level-1>a {
      font-size: 15px;
  }
  .m-product-card__info p.product-tagline {
      font-size: 14px;
  }
  .m-product-card__action-wrapper button.m-add-to-cart {
      padding: 10px 10px;
  }
  .m-product-card__price .m-price__sale .m-price-item--regular {
      font-size: 13px;
  }
  .home_testimonial.m-testimonials--layout-2 .m-testimonial__description {
      margin-bottom: 30px;
  }
  .exp_superfood:after {
    height: 45px;
  }
}

@media(max-width: 1280px) {
.m-section__heading {
  font-size: 35px;
}
.m-section__header {
  margin-bottom: 35px!important;
}
.all_concern .m-section__heading svg,
.best_naturali .m-section__heading svg,
.our_new_arrivals .m-section__heading svg,
.super_bundles .m-section__heading svg {
  right: -20px;
  width: 150px;
}
.m-product-card__info h3.m-product-card__title {
  font-size: 15px;
}
.m-footer--block-newsletter .m-footer--block-title {
  font-size: 25px!important;
}
.shop_ingredient .m-section__heading svg {
  right: -20px;
  width: 200px;
}
.shop_categories .m-section__heading svg {
  right: -20px;
  width: 190px;
}
/* .main-product__block:nth-child(4) ul li {
    width: 160px;
} */
.exp_superfood .m-section__header {
  margin-bottom: 50px!important;
}
  /* ==================== 04/04 Css Start ============================ */
.main-product__block .m-product-title,
.product-reviews h2.jdgm-rev-widg__title {
  font-size: 27px !important;
}
.main-product__block-price .m-price span.m-price-item,
.main-product__block p.mrp {
  font-size: 26px;
}
.main-ingredient .ingredient:first-child img {
  height: 65px;
  width: 65px;
}
.comparision .heading_row .second-col p,
.comparision .heading_row .third-col p {
  font-size: 12px;
}
.how-to-use {
  gap: 20px;
}
.how-to-use .use span,
.how-to-use .use p {
  font-size: 15px;
  line-height: 1.3;
}
.product-faqs .m-collapsible--content__inner,.usp-icons>div>div, .checkout-icons>div>div {
  font-size: 14px;
}
.m-complementary-products__wrapper .var_add>div:first-child,
.m-complementary-products__wrapper .m-product-card__action-wrapper {
  width: 40% !important;
}
.comparision .heading_row .first-col span,
.m-tab-content__inner ul,
.product-faqs .m-collapsible--button,
.main-product__block variant-picker .m-product-option--button .m-product-option--node__label,
.customer-reviews .m-testimonial__wrapper .testi-footer p,
.ingredints_list .first-row,
.m-product-card__price p.mrp {
  font-size: 15px;
}
.m-product-card__action-wrapper button.m-add-to-cart {
  letter-spacing: normal;
}
.m-product-card__info h3.m-product-card__title {
  height: 39px;
}
.exp_superfood:after {
  height: 40px;
}
/* ==================== 04/04 Css End ============================ */
}

@media(max-width: 1279px) {
.home_blog_post .m-blog-grid__button {
  margin-top: 30px;
}
.pdp-faqs .m-section-my {
  margin-bottom: 48px;
}
}

@media(max-width: 1200px) {
.home_testimonial.m-testimonials--layout-2 .m-testimonial__description {
  margin-bottom: 20px;
}
.m-complementary-products__wrapper .m-product-card__action-wrapper {
  width: 45%!important;
}
.exp_superfood:after {
  height: 35px;
}
}

@media(max-width: 1080px) {
.m-button--scroll-top.is-show {
  padding: unset !important;
}
.m-product-tabs--horizontal .m-tab-header {
  font-size: 55px;
}
.m-section__header {
  margin-bottom: 35px!important;
}
.cquantity {
  font-size: 14px;
}
.m-product-card__action-wrapper button.m-add-to-cart {
  padding: 8px 5px;
  letter-spacing: 1px;
}
.m-product-card__reviews .jdgm-prev-badge, .m-product-card__action-wrapper button.m-add-to-cart {
  font-size: 12px;
}
.m-collection-card .m-collection-card__title, .shop_ingredient .m-icon-box__heading, .natural_feature .m-icon-box__heading, .home_blog_post .m-article-card .m-article-card__title {
  font-size: 16px;
}
.exp_superfood .m-section__heading {
  width: 42%;
}
.m-footer .m-footer--middle .m-footer--block ul li {
  font-size: 15px;
}
.m-footer .footer_spin {
  padding-left: 30px;
  width: 150px;
}
.m-footer .m-footer--middle .m-footer--block-content .block-image {
  padding-right: 30px;
}
.m-button.m-button--primary {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 1px;
}
.m-newsletter-form__input {
  font-size: 12px;
  padding: 10px;
  letter-spacing: 1px;
}
.social_block {
  padding-right: 30px;
  margin-right: 30px;
}
  /* ======================= 04/04 Css start ======================= */
.main-product__block .m-product-title,
.product-reviews h2.jdgm-rev-widg__title {
  font-size: 25px !important;
}
.main-product__block-price .m-price span.m-price-item,
.main-product__block p.mrp {
  font-size: 24px;
}
.m-complementary-products__wrapper .m-product-card__price p.mrp {
  font-size: 16px;
}
.main-product__block+.main-product__block {
  margin-top: 15px !important;
}
.m-main-product--wrapper .m-main-product--media {
  padding-right: 13px;
}
.m-main-product--wrapper .m-main-product--info {
  padding-left: 13px;
}
.m-complementary-products__wrapper .var_add .m-product-option--dropdown select {
  height: 42px;
}
/* ======================= 04/04 Css End ======================= */
}


@media(max-width: 1023px) {
.m-section__heading {
  font-size: 30px;
}
/* .main-product__block:nth-child(4) ul li {
    width: 140px;
} */
.m-product-tabs--horizontal .m-tab-header {
  font-size: 50px;
}
.all_concern .m-section__heading svg, .best_naturali .m-section__heading svg, .our_new_arrivals .m-section__heading svg, .super_bundles .m-section__heading svg {
  width: 130px;
}
.natural_feature .md\:m\:grid-2-cols {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.natural_feature m-icon-box {
  padding: 50px 100px;
}
.shop_ingredient .m-section__heading svg {
  width: 170px;
}
.shop_categories .m-section__heading svg {
  width: 160px;
}
.m-footer .m-footer--block-custom_text .m-footer--block-content:before {
  display: none;
}
.m-footer .m-footer--middle .m-footer--block-content .block-image {
  padding-right: 0;
}
.m-footer .m-footer--middle .m-footer--block {
  padding: 20px 0 0 !important;
}
.m-footer--block-our_store .block-text, .m-footer--block-our_store .m-footer--block-content {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.m-footer--block-our_store .block-text {
  border-bottom: 1px solid rgba(51,51,51,.2);
  padding-bottom: 20px;
}
.social_block {
  padding-right: 0;
  margin-right: 0;
  border: unset;
}
.m-footer .m-footer--middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-footer--bottom .m-footer--bottom-inner {
  padding: 30px 0 0;
}
.m-footer--block-newsletter .m-footer--block-title {
  line-height: 1.2 !important;
}
.m-cart-drawer__footer .sr-headless-checkout, .m-cart-drawer__footer .m-cart-drawer__link-to-cart {
  font-size: 14px;
}
  /* ================================== 04/04/2025 Css Start =============================== */

a.m-breadcrumb--item,
.m-breadcrumb--item-current {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-product-media--layout-6 .m-product-media--slider__thumbnails {
  margin-top: 5px !important;
  margin-left: 5px !important;
}
.m-product-media--layout-6 .m-product-media--slider__images {
  width: calc(100% - 0px) !important;
}
.m-product-details-tabs .m-tab-content__inner {
  font-size: 15px;
}
.m-menu-customer .m-register-button {
  padding: 10px 20px;
  font-size: 14px;
}
.exp_superfood:after {
  height: 30px;
}
/* ================================== 04/04/2025 Css End =============================== */
}

@media(max-width:991px){
  .main-product__block:nth-child(4) ul li {
      font-size: 15px;
      /* width: 250px; */
  }
}

@media(max-width: 767px) {
.natural_feature .md\:m\:grid-2-cols {
  grid-template-columns: repeat(2,minmax(0,1fr));
}  
.natural_feature m-icon-box {
  padding: 40px;
}
.exp_superfood .m-section__heading {
  width: 52%;
}
.m-footer .m-footer--middle .m-footer--block-content .block-image {
  width: 150px !important;
  max-width: 150px !important;
}
.m-footer .m-footer--middle .m-footer--block {
  padding: 0 !important;
}
.m-footer--block.lg\:m\:w-1\/4 {
  width: 100%;
}
.m-footer .m-newsletter-form {
  margin-top: 10px !important;
}
.shop_ingredient .m-icon-box .m-button {
  transform: unset;
  opacity: 1;
}
.main-product__block:nth-child(4) ul li {
    width: 28%;
}
.m-footer--block-our_store .block-text {
  width: 100%;
}
.m-footer .m-footer--middle {
  padding-bottom: 0;
}
.m-slider-controls {
  display: none;
}
.exp_superfood .m-section__header {
  margin-bottom: 30px!important;
}
.all_concern .m-collection-card .c-collection-btn {
  position: static;
  transform: unset;
  opacity: 1;
  margin-top: 12px;
  font-size: 12px;
  padding: 6px 12px;
}
  
  /* ================================== 04/04/2025 Css Start =============================== */
.description-a-pc {
  display: none !important;  
}
.description-a-mb {
  display: block !important;
}
.main-product__block .m-product-form--input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 130px !important;
  margin-bottom: 0 !important;
}
.comparision .heading_row .second-col,
.comparision .heading_row .third-col,
.comparision .content-rows svg {
  width: 20%;
}
.comparision .heading_row .first-col,
.comparision .content-rows span {
  width: 60%;
}
.how-to-use {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.how-to-use .use {
  width: 100%;
}
.m-featured-collection-section .m-section__header-with-button .m-button {
  margin-top: 0;
}
.m-section__header-with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-faqs .m-section-my {
  margin-bottom: 40px;
}
/* ================================== 04/04/2025 Css end =============================== */
  .m-collection-products .m-product-item {
      width: 50% !important;
      min-width: 50% !important;
  }
  .overflow-hide {
      overflow: hidden;
  }
}

@media(max-width: 580px) {
.m-announcement-bar__content {
  font-size: 12px;
  padding: 8px 0 6px;
}
.m-product-tabs--horizontal .m-tab-header {
  font-size: 45px;
}
.m-section__header {
  margin-bottom: 30px!important;
}
.exp_superfood .m-section__heading {
  width: 70%;
}
.home_image_cards .m-mixed-layout--mobile-scroll .m-mixed-layout__inner {
  --slider-grid: auto / auto-flow var(--mobile-column-width, 80vw);
}
  .m-product-card__info h3.m-product-card__title,
  .m-product-card__info h3.m-product-card__title,
  .home_testimonial.m-testimonials--layout-2 .m-testimonial__description,
  .home_testimonial.m-testimonials--layout-2 .m-testimonial__name,
  .m-product-card__price p.mrp,
  .m-product-card__price .m-price__sale .m-price-item--last,
  .m-product-card__price .m-price__regular .m-price-item--regular {
      font-size: 14px;
  }
  .m-product-card__info p.product-tagline {
    font-size: 13px;
  }
  .m-product-card__reviews {
      margin-bottom: 5px !important;
  }
  .m-product-card__content .m-product-card__action-wrapper {
      margin: 10px auto 0!important;
  }
  .m-product-card .m-product-option {
      margin-top: 7px!important;
  }
  .m-collection-card .m-collection-card__title, .shop_ingredient .m-icon-box__heading, .natural_feature .m-icon-box__heading, .home_blog_post .m-article-card .m-article-card__title {
      font-size: 15px;
  }
  .m-footer--block-newsletter .m-footer--block-title {
      font-size: 22px!important;
  }
   /* ================================== 04/04/2025 Css Start =============================== */
  .m-complementary-products__wrapper .var_add>div:first-child, .m-complementary-products__wrapper .m-product-card__action-wrapper {
      width: 50% !important;
  }
  /* ================================== 04/04/2025 Css End =============================== */
  .cquantity,
  .m-product-card .m-product-card__action-wrapper .m-add-to-cart {
      width: 100%;
  }
  .product-card-form {
      flex-direction: row;
      align-items: center;
  }
  .m-product-card .m-product-card__action-wrapper .m-add-to-cart {
      width: 100%!important;
  }
  .cquantity button.m-quantity__button, .cquantity input.quantity-selector {
      height: 40px;
  }
  .product-card-form {
      gap: 5px;
  }
.exp_superfood:after {
  height: 22px;
}
.all_concern .m-collection-card .m-collection-card__image, .natural_feature m-icon-box,
  .home_image_cards .m-custom-content__block-image .m\:blocks-radius, .home_blog_post .m-article-card__image {
  border-radius: 15px;
}
.collection-detail .m-richtext__description li {
  font-size: 14px;
}
.pdp-offer-wrapper .offer-item {
  padding: 10px;
  min-width: 45%;
}
}

@media(max-width: 480px) {
  .main-product__block:nth-child(4) ul {
    gap: 20px;
}
.m-cart-item__title {
  font-size: 14px;
}
  .m-cart-item__option, 
.sr-headless-checkout, .m-cart-drawer__link-to-cart {
  font-size: 13px;
}
.m-cart-item__price .m-cart-item__price--regular, 
.m-cart__subtotal--label, .m-cart__subtotal--price {
  font-size: 15px;
}
.m-cart .m-cart__column--product {
  width: 75%;
}
.m-cart .m-cart__column--price {
  width: 25%;
}
.pdp-offer-wrapper .offer-item {
  min-width: 60%;
}
}

@media(max-width: 475px) {
.m-product-card {
  padding: 5px;
  border-radius: 10px;
}
.m-product-card__info {
  margin-top: 10px!important;
}
.m-product-card .m-product-option {
  margin-top: 8px;
}
.m-product-card__reviews {
  padding-top: 0px;
  margin-bottom: 8px;
}
.m-product-card__content .m-product-card__action-wrapper {
  margin: 10px auto 0!important;
}
.product-card-form {
  gap: 5px;
}
.m-section__heading {
  font-size: 25px;
}
.m-section__header {
  margin-bottom: 25px!important;
}
.all_concern .m-section__heading svg, .best_naturali .m-section__heading svg, .our_new_arrivals .m-section__heading svg, .super_bundles .m-section__heading svg {
  width: 110px;
}
.shop_ingredient .m-section__heading svg {
  width: 150px;
}
.shop_categories .m-section__heading svg {
  width: 140px;
}
.m-collection-card .m-collection-card__title, .shop_ingredient .m-icon-box__heading, .natural_feature .m-icon-box__heading, .home_blog_post .m-article-card .m-article-card__title {
  font-size: 15px;
}
.m-collection-card .m-collection-card__info {
  margin-top: 10px;
}
.natural_feature m-icon-box {
  padding: 30px 20px;
}
.m-button.m-button--primary {
  font-size: 13px;
  padding: 10px 15px;
}
.shop_ingredient .m-icon-box .m-button {
  font-size: 11px;
}
.home_testimonial.m-testimonials--layout-2 .m-testimonial__title {
  font-size: 16px;
}
.home_blog_post .m-mixed-layout--mobile-scroll .m-mixed-layout__inner {
  --slider-grid: auto / auto-flow var(--mobile-column-width, 90vw);
}
.m-footer .m-footer--middle .m-footer--block ul li {
  font-size: 14px;
}
.m-footer--block-newsletter .m-footer--block-title {
  font-size: 22px!important;
}
.m-footer--bottom {
  padding-top: 10px !important;
}
.m-footer--bottom .m-footer--bottom-left {
  margin-bottom: 10px;
}
.m-footer--bottom .m-footer--bottom-inner {
  padding: 10px 0;
  font-size: 11px;
}

  /* ================================== 04/04/2025 Css Start =============================== */
a.m-breadcrumb--item,
.m-breadcrumb--item-current {
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-product__block .product-meta .category a,
a.m-breadcrumb--item,
.m-breadcrumb--item-current,
.main-product__block .m-product-option--label,
.main-ingredient p,
.main-product__blockvariant-picker .m-product-option--button .m-product-option--node__label,
.main-product__block:nth-child(4) ul li,
.product-desc,
.tablinks,
.m-tabs__header-inner .m-tab-header,
.tabcontent ul,
.comparision .content-rows,
.customer-reviews .m-testimonial__wrapper .m-testimonial__description,
.how-to-use .use span,
.how-to-use .use p,
.m-tab-content__inner ul,
.product-faqs .m-collapsible--content__inner,
.jdgm-rev-widg.jdgm-rev-widg {
  font-size: 13px !important;
}
.m-complementary-products__wrapper .m-product-card__price p.mrp {
  font-size: 14px;
}   
.main-product__block:nth-child(4) ul li {
  width: 33%;
}
.main-product__block:nth-child(4) ul li:not(:last-child):after {
  right: -10px;
}
.main-product__block-price .m-price span.m-price-item,
.main-product__block p.mrp {
  font-size: 20px;
}
.m-price__badges .m-product-tag--sale span.m-currency--saved {
  margin-left: 3px;
}
.m-price__badges .m-product-tag--sale svg {
  height: 16px;
}
.main-product__block .m-product-tax {
  font-size: 10px;
}
.main-ingredient .ingredient a span,
.main-product__block  variant-picker .m-product-option--button .m-product-option--node__label p.sale-per,
.ingredints_list .first-row,
.m-price__badges .m-product-tag--sale span.m-currency--saved,
.var_add .m-product-option--dropdown select,
.Key-ingredients p,
.usp-icons>div>div span, 
.checkout-icons>div>div span, 
.m-price__badges .m-product-tag--sale span.m-currency--saved {
  font-size: 12px;
}
.ingredints_list .list-rows {
  font-size: 11px;
}
.main-ingredient .ingredient:first-child img {
  height: 50px;
  width: 50px;
}
.main-ingredient .ingredient:first-child {
  margin-right: 0;
}
.main-product__block variant-picker .m-product-option--button .m-product-option--node__label {
  padding: 8px 12px;
}
.main-product__block-price .m-price .m-price-item--regular {
  font-size: 16px;
}
span.m-breadcrumb--separator,.comparision .heading_row .second-col p, .comparision .heading_row .third-col p {
  font-size: 10px;
}
.main-product__block .m-product-form--wrapper label.m-product-option--label {
  margin-bottom: 5px !important;
}
.m-product-option--label {
  margin-bottom: 0 !important;
}
.m-product-form .m-add-to-cart, .Key-ingredients span,.usp-icons p, .checkout-icons p,.product-faqs .m-collapsible--button, .main-product__block .m-product-form .m-add-to-cart {
  font-size: 14px;
}
.comparision .heading_row .second-col, .comparision .heading_row .third-col, .comparision .content-rows svg {
  width: 30%;
}
.comparision .heading_row .first-col, .comparision .content-rows span {
  width: 40%;
}
.comparision .heading_row .second-col img, .comparision .heading_row .third-col img {
  height: 80px;
  width: 80px;
}
.Key-ingredients img {
  width: 90px;
  height: auto;
}
.usp-icons>div:before {
  top: -16px;
}
.main-product__block .m-product-title, 
.product-reviews h2.jdgm-rev-widg__title {
  font-size: 20px !important;
}
.customer-reviews .m-testimonials__header {
  margin-bottom: 20px;
}
.customer-reviews .m-testimonial__wrapper .testi-footer p {
  font-size: 14px;
  margin-bottom: 5px;
}
.var_add {
  flex-direction: column;
}
.var_add {
  gap: 10px;
}
.jdgm-review-widget--small .jdgm-rev-widg {
  padding: 15px 15px !important;
}
.offer-text {
  font-size: 14px;
  gap: 6px;
}
.m-mobile-sticky-bar--item a .Icon-name {
  display: block;
}
.m-mobile-sticky-bar--item {
  padding: 13px 20px !important;
}
.m-mobile-sticky-bar--item a .m-svg-icon--medium-size {
  padding-left: 0;
}
.m-cart-item--drawer__wrapper .m-cart-item__info {
  width: 80%;
}
.m-complementary-products__wrapper .m-product-card__media, .m-complementary-products__wrapper .m-product-card__media .m-product-card__main-image {
  height: 110px;
  width: 110px;
}
.m-complementary-products__wrapper .m-product-card .m-product-card__content {
  width: calc(100% - 110px);
}
.m-complementary-products__wrapper .m-product-card {
  gap: 10px;
}
.m-complementary-products .m-product-form .m-add-to-cart {
  padding: 5px !important;
  font-size: 13px;
}
.m-complementary-products__wrapper .var_add {
  gap: 5px;
}
.m-complementary-products__wrapper .var_add .m-product-option--dropdown select {
  height: 36px;
  padding: 5px !important;
}
.m-product-details-tabs .m-tab-content__inner {
  font-size: 14px;
}
.m-menu-mobile__item>a {
  font-size: 14px;
}
.m-menu-customer .m-menu-customer__label {
  font-size: 18px;
  margin-bottom: 20px;
}
.m-menu-customer .m-register-button {
  padding: 10px 15px;
  font-size: 13px;
}
/* ================================= 04/04/2025 Css End =============================== */
}

@media(max-width: 428px) {
.exp_superfood .m-section__heading {
  width: 100%;
}

  /* ================================= 04/04/2025 Css start =============================== */
.m-complementary-products__wrapper .m-product-card__media, .m-complementary-products__wrapper .m-product-card__media .m-product-card__main-image {
  height: 120px;
  width: 120px;
}
.m-complementary-products__wrapper .m-product-card .m-product-card__content {
  width: calc(100% - 120px);
}
.m-complementary-products__wrapper .m-product-card {
  gap: 10px;
}
.m-complementary-products .m-product-form .m-add-to-cart, .m-complementary-products__wrapper .var_add .m-product-option--dropdown select {
  font-size: 12px;
  letter-spacing: normal;
}
/* ================================= 04/04/2025 Css End =============================== */
.pdp-offer-wrapper .offer-item {
  min-width: 70%;
  padding: 8px 10px;
}
}
/* -------------------------------------------- Responsive End -------------------------------------------------- */


.product-card-short-description{
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-width: 0;
}

h3.m-accordion--item-button.m-footer--block-title {
  color: #000;
  font-size: 18px;
}
.block-text.rte, p.m-footer--block-newsletter-desc, a.m-link {
  color: #525252 !important;
}

button.m-add-to-cart {
    min-height: 46px;
}

/* -------------------------------------------- Custom Background Start -------------------------------------------------- */

.custom-bg{
  background-image: url("https://cdn.shopify.com/s/files/1/0815/3523/8379/files/Laxora_BG.jpg?v=1775631528");
  background-size: cover;
}

/* .custom-bg h2.m-section__heading {
  color: #fff;
} */

.custom-bg a.m-button.m-button--primary {
  background: #000;
  color: #fff;
}

/* -------------------------------------------- Custom Background End -------------------------------------------------- */



/* -------------------------------------------- Custom Product Card Start -------------------------------------------------- */


span.m-add-to-cart--text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.m-product-card__action-wrapper button.m-add-to-cart, .main-product__block .m-product-form .m-add-to-cart, .product-actions .m-add-to-cart {
  /* background:linear-gradient(45deg, rgba(166, 109, 48, 1), rgba(255, 229, 142, 1) 50%, rgba(224, 176, 87, 1) 100%); */
  background: #C0FF72;
  border: none;
  color: #000;
  font-weight: bold;
}

.m-product-card__tags {
  position: relative;
  top: 0px !important;
  left: 0px !important;
}

.m-product-card__price{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-product-card__tags {
    top: 0px !important;
    left: 0px !important;
  }
}

.m-product-card__tag-name.m-product-tag--sale{
  display: block;
  color: #fff;
  background: #379867;
  padding: 1px 10px 0;
  clip-path: polygon(0 1%, 100% 0, 90% 100%, 0% 100%);
  font-size: 14px;
}

.main-product__block .m-product-tag{
  color: #fff;
  border-radius:0px;
  background: #379867;
  padding: 4px 12px 4px 6px;
  clip-path: polygon(0 1%, 100% 0, 90% 100%, 0% 100%);
  font-size: 14px;
}

.main-product__block .m-product-tag span{
  font-size: 14px;
}

/* -------------------------------------------- Custom Product Card Start -------------------------------------------------- */


/* -------------------------------------------- Main Product Start -------------------------------------------------- */

product-info.m-main-product {
  background: #FFFFFF;
  margin-bottom: 0px !important;
  padding-bottom: 48px;
}

.template-product #MainContent {
  padding-bottom: 0px !important;
}

.variant-card-wrapper {
  width: 130px;
}

/* Hide radio */
.variant-card-input {
  display: none;
}

/* CARD BASE */
.variant-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;

  border: 1px solid #e5e5e5;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

/* GRADIENT BORDER LAYER (NO LAG) */
.variant-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;

  background: linear-gradient(45deg, #a66d30, #ffe58e, #e0b057);

  /* Mask magic */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: 0;
  transition: opacity 0.3s ease;
}

/* SHOW BORDER SMOOTHLY */
.variant-card-input:checked + .variant-card::before,
.variant-card:hover::before {
  opacity: 1;
}

/* IMAGE */
.variant-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* DIVIDER */
.variant-divider {
  height: 1px;
  background: #eee;
  transition: background 0.3s ease;
}

/* ACTIVE DIVIDER */
.variant-card-input:checked + .variant-card .variant-divider {
  background: linear-gradient(45deg, #a66d30, #ffe58e, #e0b057);
  height: 2px;
}

/* CONTENT */
.variant-card__content {
  padding: 10px;
  text-align: center;
}

/* TITLE */
.variant-card__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

/* PRICE */
.variant-card__price {
  margin-top: 6px;
}

.variant-card__price .price {
  font-size: 18px;
  font-weight: 700;
}

.variant-card__price .compare {
  display: block;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

/* GRID */
.m-product-option--content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


/* -------------------------------------------- Main Product End -------------------------------------------------- */


.template-page #MainContent {
  padding-bottom: 50px;
  background: #FFFFFF;
}

.m-footer--middle.m-gradient {
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23efbc95' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}