/** Shopify CDN: Minification failed

Line 474:22 Unexpected "{"
Line 474:27 Expected ":"

**/

*{
    --main-ss-primary-color: #FF9B00;
    
}

.fera-reviews-header {
    margin: 0 !important;
    max-width: 100% !important;
}
.fera-block-widget>*{
  margin:0!important;
      max-width: 100% !important;
}

.fera-averageRating-average-number {
    display: none !important;
}
.fera-reviews-header button.fera-btn > span[data-fera-text-container] {
    display: none !important;
}
button.fera-btn > span[data-fera-icon-container] {
    display: flex !important;
}
.fera-reviews-header-summary-container {
    justify-content: flex-start;
    gap:50px;
}
.fera-averageRating-count > .fera-averageRating-count-str.fera-visible-xs {
    display: block !important;
}
.fera-averageRating-count > .fera-averageRating-count-str.fera-hidden-xs {
    display: none !important;
}
.fera-reviews-header > h1 {
    font-size: 3.2rem !important;
}
.page-width:has(.fera-widget-container) {
    padding: 0 6% !important;
}
.fera-reviews-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
}



/* ============================================================
   Fera averageRating widget fix (product page)
   Use high-specificity selectors to beat Fera's own CDN CSS.
   Background stars must be gray; only the clipped overlay
   (.fera-stars-rating) should be orange.
   ============================================================ */
[data-fera-component="stars"] .fera-stars-bg b,
[data-fera-component="stars"] .fera-stars-bg span,
.fera-averageRating .fera-stars-bg b,
.fera-averageRating .fera-stars-bg span,
.fera-stars .fera-stars-bg b,
.fera-stars .fera-stars-bg span {
  color: #cccccc !important;
}

[data-fera-component="stars"] .fera-stars-rating b,
[data-fera-component="stars"] .fera-stars-rating span,
.fera-averageRating .fera-stars-rating b,
.fera-averageRating .fera-stars-rating span,
.fera-stars .fera-stars-rating b,
.fera-stars .fera-stars-rating span {
  color: #F6A120 !important;
}

/* Product card css */

.product-card_price-rating_wrapper
 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 3.15rem;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
    height: 100%;
}

.product-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.quantity-and-buttons-container {
    margin-left: 3.6rem;
}

.text-capitalize{
text-transform: capitalize;
}
.text-uppercase{
text-transform: uppercase;
}

.text-font-size{
    font-size:5.5rem;
}

carousel-component .splide__slide {
    justify-content: center;
    display:block !important;
}

/* ============================================================
   SM Sticky Mobile ATC Footer
   ============================================================ */
.sm-sticky-atc-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
  /* Hidden by default — slides in from bottom */
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Mobile only */
}

.sm-sticky-atc-footer.is-visible {
  transform: translateY(0);
}

.sm-sticky-atc-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}

/* Quantity selector inside sticky footer */
.sm-sticky-quantity {
  flex-shrink: 0;
  border: 1.5px solid #D9D9D9;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  height: 52px;
  min-width: 108px;
}

.sm-sticky-quantity .quantity__button {
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #333;
}

.sm-sticky-quantity .quantity__input {
  width: 36px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sm-sticky-quantity .quantity__input::-webkit-outer-spin-button,
.sm-sticky-quantity .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* ATC Button */
.sm-sticky-atc-btn {
  flex: 1;
  height: 52px;
  background: #FF9B00;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, transform 0.1s ease;
}

.sm-sticky-atc-btn:active {
  transform: scale(0.98);
  background: #e08a00;
}

.sm-sticky-atc-btn:disabled,
.sm-sticky-atc-btn.hide-soldout-container {
  background: #ccc;
  cursor: not-allowed;
}

.sm-sticky-atc-btn .loading-overlay__spinner {
  width: 20px;
  height: 20px;
}

/* Desktop — hide completely */
@media (min-width: 750px) {
  .sm-sticky-atc-footer {
    display: none !important;
  }
}

/* Give the page bottom padding on mobile so footer doesn't overlap last content */
@media (max-width: 749px) {
  body:has(.sm-sticky-atc-footer.is-visible) {
    padding-bottom: 80px;
  }
}

@media(max-width:767px){

.fera-reviews-header-summary-container {
    justify-content: space-between;
}

.custom-position-left-splitmoon{
    left: 5.4% !important;
}

.splitmoon-carousel {
    padding:0 10px !important;
}
.custom-product-card-title-wrapper a {
    font-size: 1.4rem !important;
}




.product-card_price-rating_wrapper{
    gap: 1.8rem;
}

.product-card__info {
    gap: 1.8rem;
}

.page-width:has(.fera-widget-container) {
    padding: 0 6.2% !important;
}

}


.custom-position-left-splitmoon{
    position: relative;
    left: 7.1%;
    border: solid var(--main-ss-primary-color);
    border-width: 0px 0px 0px 3px;
    padding-left: 30px;
    font-size:2.2vw;
    max-width: fit-content;
}


.splitmoon-carousel {
    padding: 0 60px;
}


.custom-product-card-title-wrapper a {
    font-size: 1.8rem;
}
  .mot-doctor .oscpb-kicker {
    padding-left: 15px;
    border: solid #ff9b00;
    border-width: 0 0 0px 3px;
}
.mot-doctor .oscpb-card-header{
background:#fff !important;
}

.mot-doctor .slide-media{
  border-radius:1.65rem !important;
}

.mot-doctor .oscpb-card-header {
    padding: 1.6rem 2rem 1rem 2rem;
}

.mot-doctor .oscpb-slide-description {
    padding: 0 2rem 0 3.9rem ;

}

.mot-doctor .swiper-slide-active .oscpb-slide-description {
    font-size:1.8rem ;

}


.mot-doctor .card-titleblock {
    font-family: 'Nexa-Heavy';
}
.mot-doctor .swiper-slide-active .oscpb-kicker {
    font-size: 2.4rem;
}

.mot-doctor .oscpb-slide-description {
    font-size: 1.6rem;
}
@media(max-width:767px){


.custom-position-left-splitmoon {
    padding-left: 15px;
}
.bestseller-section.featured-collection-tabs__sub-wrapper {
    padding-top: 40px !important;
}



  .mot-doctor .oscpb-slide-descriptio{
    font-size: 0.95rem ;
}
.mot-doctor .oscpb-kicker {
    font-size: 1.15rem;
}
.mot-doctor .swiper-slide-active .oscpb-kicker {
        font-size: 1.15rem;
        line-height: 1;
        padding-left: 5px;
        border-width: 0 0 0 1px;
}
.mot-doctor .swiper-slide-active .oscpb-slide-description {
    font-size: 0.95rem;
    line-height:1.3rem;
    padding:0 0.8rem 0 1.4rem;
}

.mot-doctor .oscpb {
    padding-bottom: 0 !important;
}
.oscp-carousel-item .oscpb-card-header {
    padding: 1.05rem 1rem !important;
}
.mot-doctor .oscpb-card-header {
    padding: 1rem 0.65rem !important;
}
.mot-doctor .oscpb-slide-description {
    padding: 0 2rem 0 3.9rem ;
}


.ss-custom-addtocart-btn {
    font-size:1.4rem !important;
    line-height:2.2rem !important;
    letter-spacing:0.2px !important;
    padding:1rem 2rem !important;
}

.custom-position-left-splitmoon{
    font-size: 2rem !important;
}

}



.ss-custom-addtocart-btn {
    border-radius: 0.8rem !important;
}



/* Blog slider home page */

.blog-carousel .oscpb-card-title {
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #FF9B00 !important;
}


.blog-carousel svg
 {
    width: 44px;
    height: 44px;
}
.blog-carousel .card-titleblock {
    display: flex;
    align-items: center;
}

.blog-carousel .oscpb-slide-info.always-visible {
    padding: 15px 20px;
    background:#F6F6F6 !important;
}

.sm-story-carousel-wrapper.blog-carousel {
    height: 650px;
}



.blog-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-left: 1.6rem;
}

.blog-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2.4rem;
}



@media(max-width:1024px){
    .blog-carousel .oscpb-slide-info.always-visible {
    padding: 10px 6.5px;
}
.blog-carousel .oscpb-card-title{
    font-size: 1.15rem;
    line-height: 1.35rem;
}
.blog-content-wrapper {
    margin-top: 1rem;
}
.blog-text{
    font-size: 0.95rem;
    line-height: 1.3rem;
    padding-left: 0.75rem;
}
.blog-content-wrapper svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 767px) {
    .visible-results-{{ uid }} h3 {
        line-height: 20px;
    }
    .blog-carousel svg {
    width: 28px;
    height: 28px;
}
.sm-story-carousel-wrapper.blog-carousel {
    height: 320px;
}
}



nav.breadcrumbs.page-width {
    display: none;
}


div#resultsTextbefore_after_jqa6Fp p {
    margin-bottom: 20px;
}

div#resultsTextbefore_after_DDzxDt p {
    margin-bottom: 20px;
}




/* PDP Css */

/* .product--splide_slider_splitmoon_thumbnail {
    gap: 6rem !important;
} */

carousel-sync.product-thmbnails--splide {
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 20%);
  mask-image: linear-gradient(to left, transparent 5%, black 20%);
      margin-top: 3.9rem;
}


product-gallery .splide__pagination
 {
    position: unset !important;
    padding-top: 20px;
}
 

.sm-text-icon-bracket {
    position: relative;
    padding-bottom: 2.2rem;
    margin-bottom:0 !important;
    margin-top:1.2rem !important;
    padding-left: 3.2rem;

 .sm-bracket-wrapper{
    display: flex;
}
    .sm-bracket-title {
    margin-top: 1.1rem;
  
}
  .sm-bracket-title {
    font-size:5rem;
    line-height:5.5rem
}

.sm-icon-container img {
    transform: translate(-9px, 0px);
}

@media(max-width:749px){

   .sm-bracket-title {
    font-size:2.2rem;
    line-height:2.4rem;
    margin-top: 0.6rem;
}
.sm-icon-container {
    width: 63px;
    height: 63px;
    padding-left: 0.5rem;
}
button.share-button svg {
    width: 32px;
    height: 32px;
}
carousel-sync.product-thmbnails--splide {
      margin-top: 2.2rem;
}

}




@media(min-width:1920px){
.sm-bracket-title
 {
    font-size: 6rem ;
    line-height: 6.6rem ;
}
}


/* Container ko position relative dein taaki icon ko absolute position kar sakein */
.title-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.share-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.share-button:hover {
    transform: scale(1.2); /* Hover karne par icon thoda bada dikhega */
}

.share-button svg {
    display: block;
}

}

.sm-icon-container {
    width: fit-content;
}
 

.sm-text-icon-bracket::before {
    content: "";
    width: 0.4rem;
    height: calc(100% - 67px);
    background: #FF9B00;
    position: absolute;
    left: 0rem;
    bottom: 0;
}

.sm-text-icon-bracket::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.5rem;
    height: 0.4rem;
    background: #FF9B00;
    }

.sm-icon-container::after {
 content: "";
    position: absolute;
    left: 0;
    top: calc(0% + 65px);
    width: 3.5rem;
    height: 0.4rem;
    background: #FF9B00;
}



span.sm-ingredient-text {
    font-size: 2rem;
    letter-spacing: 2%;
    line-height: 2.5rem;
    color: #000;
}


.sm-ingredients-section {
    display: grid;
    grid-template-columns: 210px 1fr;
    row-gap: 8px;
    margin-top: 33px;
    margin-left: 36px;
}
.sm-ingredient-item {
    display: flex;
}
.sm-ingredient-item:nth-child(even) {
    border: solid #ef9a0b;
    border-width: 0 0 0 2px;
    padding-left: 15px;
}

@media(min-width:1920px){
  .product__info-box {
    margin-top: 4.6rem !important;
}
.sm-ingredients-section{
    display: grid;
    grid-template-columns: 255px 1fr;
            row-gap: 2rem;
      margin-top: 46px;}

span.sm-ingredient-text {
    font-size: 2.6rem !important;
    line-height: 3rem !important;
}
.sm-current-price {
    font-size: 4.5rem !important;
 }
 .pdp-addtocart-btn{
  margin-top:3rem !important;
 }
}

/* ==========================================================
   SM Custom Product Price Styling (Inline Layout)
   ========================================================== */
.product__info-box {
    margin: 2.832rem 0 0 3.6rem;
}
.sm-custom-price-wrapper {
  display: flex;
  align-items: center;                  
  flex-wrap: wrap;       /* Mobile me agar jagah kam ho toh automatically shift hoga */
  gap: 10px;             /* Words ke beech ka perfect gap */
  /* margin-top: 1.5rem;
  margin-bottom: 1.5rem; */
}

/* 1. Main Sale Price (Bada aur Bold) */
.sm-current-price {
  font-size: 3.2rem; /* 32px ke barabar */
  font-weight: 600; /* Bold */
  color: #000000;
  line-height: 1;
}

/* 2. Strikethrough Regular Price (Grey aur Kati hui line) */
.sm-compare-price {
  font-size: 2.6rem;
  color: #B3B3B3; /* Light Grey Color */
  text-decoration: line-through; /* Kati hui line */
  font-weight: 400;
  line-height: 1;
}

/* 3. Discount Percentage Text */
.sm-discount-badge {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  font-family: 'Nexa-Light';
}

/* 4. Tax Text (Italic aur Chota) */
.sm-tax-text {
  font-size: 1.8rem;
  font-family: 'Nexa-Light';
  color: #000000;
  margin-left: 2px;
}

/* --- Mobile View Adjustments --- */
@media (max-width: 768px) {
  .sm-custom-price-wrapper {
    gap: 8px;
  }
  .sm-current-price { font-size:2rem !important; }
  .sm-compare-price { font-size: 1.5rem !important; }
  .sm-discount-badge { font-size: 1.3rem !important; line-height:1.4rem !important; }
  .sm-tax-text { font-size: 0.7rem !important; line-height:1!important; letter-spacing:2% !important; }
  .splitmoon-regular-p {
    font-size: 1.2rem !important;
}

}


/* ==========================================================
   SM Product Details Section 
   ========================================================== */




/* Same Yellow Border Heading Style used in Recommended For */
.sm-section-heading-wrapper {
  border-left: 2px solid #F6A329;
  padding-left: 3.2rem;
  margin-bottom: 3.2rem;
}
.sm-details-content {
    padding-left: 3.4rem;
}

.sm-section-heading {
  color: #F6A329;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0;
}

/* Description Text Styling */
.sm-details-content p {
  color: #000000;
  font-size: 14px;
  line-height: 3.6rem;
  letter-spacing: 0;
}

/* Ensure paragraphs inside description have proper spacing */
.sm-details-content p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

/* --- Media Queries for Desktop (768px and up) --- */
@media (min-width: 768px) {
  .sm-section-heading {
    font-size: 3.2rem; 
  }
  
  .sm-details-content p {
    font-size: 2.4rem; /* Desktop par text thoda bada */
  }
} 


/* ==========================================================
   SM Recommended For Section 
   ========================================================== */

.sm-recommended-section, 
.sm-details-section {
 padding:2rem 5rem;
}

/* Heading Line & Styling */
.sm-recommended-heading-wrapper {
  border-left: 2px solid #F6A329;
  padding-left: 3.2rem;
  margin-bottom: 3.2rem;
}


.sm-recommended-heading {
  color: #F6A329;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025em; /* Tailwind tracking-wide */
  margin: 0;
}

/* Grid Layout (Mobile: 2 columns, Desktop: 4 columns) */
.sm-recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.2rem;
  row-gap: 2rem;
  text-align: center;
  justify-content: space-between;
  padding-left: 17px;

}

/* Individual Grid Item */
.sm-benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap:1.4rem;
}

/* Icon Container & Image */
.sm-benefit-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Label Text */
.sm-benefit-label {
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.1em; /* Tailwind tracking-widest */
  margin: 0;
  line-height: 1.4;
}

@media(max-width:749px){
  .sm-recommended-section{
    padding-left:2rem;
  }
  .sm-recommended-heading-wrapper{
    padding-left: 1.6rem;
    margin-bottom: 1rem;
  }
  .sm-recommended-section, 
.sm-details-section {
 padding:0 2rem;
}
}

/* --- Media Queries for Desktop (768px and up) --- */
@media (min-width: 768px) {
  .sm-recommended-heading {
    font-size: 3.2rem;
  }

  .sm-recommended-grid {
    grid-template-columns: repeat(4, 1fr); /* md:tw-grid-cols-4 */
    padding-left:3.4rem;
  }

  .sm-benefit-label {
   font-size: 2.4rem;
  }
}


@media (max-width: 1440px) {
  .sm-benefit-label {
   font-size: 2.075rem;
  }
}
@media (max-width: 768px) {
  .sm-benefit-item {
    gap: 1.2rem;
    flex-direction: row;

}
 
.sm-benefit-icon-wrapper {
    width: 38px;
}
.sm-benefit-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
  .sm-benefit-label {
   font-size: 1.1rem;
   line-height:1.4rem;
   letter-spacing:0.77px;
   text-align:left;
  }

}


/* Visible result Before After */


/* Product page css */

.sm-product-btn {
    font-size: 1.9rem;
    line-height: 3rem;
}

/* Review css */
.fera-review {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.fera-reviews-list .fera-review-content{
  padding-left:0 !important;
}

/* ==========================================================
   Custom Star Rating (Product Card)
   Fera JS ke override se mukt — Liquid metafields pe based
   ========================================================== */

.product-card__star-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.star-icons__wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-family: Arial, sans-serif; /* consistent star rendering */
  font-size: 2.2rem;              /* desktop size — bigger stars */
  line-height: 1;
}

/* Full filled star */
.star.star--full {
  color: #F6A120;
  display: inline-block;
}

/* Empty (unfilled) star */
.star.star--empty {
  color: #C8C8C8;
  display: inline-block;
}

/* Half star: empty star as base, orange half overlaid via ::before */
.star.star--half {
  position: relative;
  display: inline-block;
  color: #C8C8C8; /* empty base */
}

.star.star--half .star-half-empty {
  display: inline-block;
  color: #C8C8C8;
}

/* Orange half overlaid absolutely, clipped at 50% */
.star.star--half .star-half-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;          /* slightly over 50% to cover the visual center of ★ */
  overflow: hidden;
  display: inline-block;
  color: #F6A120;
  white-space: nowrap;
}

/* Review count text */
.star-rating__count {
  font-size: 1.4rem;
  color: #4A4A4A;
  font-family: 'Nexa-Book', system-ui;
  line-height: 1;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .star-icons__wrapper {
    font-size: 1.6rem;
  }
  .star-rating__count {
    font-size: 1.2rem;
  }
}

.fera-reviews-showMore-btn {
    text-transform: uppercase;
}



/* Judme Css */

div#judgeme_product_reviews
 {
    max-width: 100% !important;
}