/** Shopify CDN: Minification failed

Line 24:2 All "@import" rules must come first
Line 25:2 All "@import" rules must come first
Line 2333:15 Unexpected "{"
Line 2333:24 Expected ":"
Line 2333:31 Unexpected "{"
Line 2340:17 Unexpected "{"
Line 2340:26 Expected ":"
Line 2345:17 Unexpected "{"
Line 2345:26 Expected ":"
Line 2352:17 Unexpected "{"
... and 54 more hidden warnings

**/
  /* --- Structural CSS ONLY --- */

  @import url('https://fonts.cdnfonts.com/css/qlassy');
  .hero-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}
h1,h2,h3{
  color:#000;
  font-weight:500;
  font-family: 'Montserrat', sans-serif;
}
.page-width{
  max-width:130rem;
}
  .hero-slide-item {
    position: relative;
    display: flex !important; /* Required to override Slick's default display: block */
    align-items: center;
    min-height: 600px; /* Adjust based on designer's needs */
  }

  /* Forces image to act as a background */
  .hero-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  /* Puts text and buttons above the image */
  .hero-slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .hero-slide-buttons {
    display: flex;
    gap: 15px;
  }



  /* --- Custom Slick Arrows --- */
.hero-slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 48px; 
  height: 48px;
  background-color: #000 !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex !important; 
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  padding: 0;
  transition: background-color 0.3s ease;
}

.hero-slider-wrapper .slick-arrow:hover {
  background-color: #333 !important;
}

/* Creates the white chevron icon */
.hero-slider-wrapper .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1 !important; /* Overrides default slick fading */
}

/* Left Arrow */
.hero-slider-wrapper .slick-prev {
  left: 30px; 
}
.hero-slider-wrapper .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 6px; /* Visually centers the chevron */
}

/* Right Arrow */
.hero-slider-wrapper .slick-next {
  right: 30px; 
}
.hero-slider-wrapper .slick-next::before {
  transform: rotate(45deg);
  margin-right: 6px; /* Visually centers the chevron */
}

/* --- Custom Slick Dots (Pagination) --- */
  .hero-slider-wrapper .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; /* Removes the default black bullet points */
  }

  .hero-slider-wrapper .slick-dots li {
    display: inline-block; /* Puts them in a horizontal row */
    margin: 0 0px;
  }

  .hero-slider-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1.5px solid #000;
    background: transparent;
    border-radius: 50%;
    outline: none;
  }

  /* The active (current) slide dot */
  .hero-slider-wrapper .slick-dots li.slick-active button {
    background: #000; /* Fills the active dot with solid black */
  }

  .breadcrumbs {
  font-size: 12px; /* Adjust to match your screenshot's typography */
  color: #484848;
  margin: 15px 0;
  display:flex;
  align-items:center;
  gap:2px;
  a,span{
    line-height:normal;
  }
}

.breadcrumbs a {
  text-decoration: none;
  color: #484848; /* Darker color for links */
  transition: color 0.2s ease;
  font-weight:500;
}

.breadcrumbs a:hover {
  color: #484848;
}

.breadcrumb-divider {
    color: black;
    font-size: 22px;
    margin: 0px 4px;
    margin-top:-2px;
}

.breadcrumb-current {
  color: #484848; /* Lighter color for the current unclickable page */
}




  /* 19/03/2026 */
  *{
     font-family: 'Montserrat', sans-serif;
  }
  /* .My-HomePage-Heading H1 {
    text-align: center;
    font-size:54px;
    font-weight:700;
    margin-bottom:0;
  } */
   .My-HomePage-Heading {
    text-align: center;
    padding:30px 0 0px;
}
   .My-HomePage-Heading a {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
    color: black;
}
h2.title {
  width:100%;
    font-size: 53px;
    font-weight: 400;
    text-align: center;
    display: flex;
     font-family: 'Qlassy', sans-serif;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-transform:uppercase;
    color:#000;
}

h2.title::before,
h2.title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: black;
}
    
 /* main section */
  main{
    margin-top:25px;
  }

  /* header section */
  .header__menu-item span{
    font-size:15px;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
  }
  .header__inline-menu ul{
    gap:12px;
    li:first-child a{
      padding-left:0;
    }
  }

  .header{
    padding-bottom:2px !important;
    .header__icons {
      .swym-header-launcher{
        .swym-header-launcher-icon{
          display:flex !important;
        }
      }
      align-items:center !important;
      .header__icon{
        .svg-wrapper{
          width:34px !important; 
        }
      }
    }
  }

  .header__icon .svg-wrapper{
    width:20px;
    height:20px;
  }
  .header__icon, .header__icon--cart .icon{
    width:3.4rem;
    height:3.4rem
  }

  /* banner section */
  #shopify-section-template--19341166575699__main_home_image_banner_fMQej8{
    margin-bottom:20px;
    margin-top:30px;
  }
  .hero-slider-wrapper .slick-list{
    padding-bottom:20px;
  }
  .hero-slider-wrapper .slick-dots{
    bottom:-10px;
  }
  .hero-slider-wrapper .hero-slide-item{
    min-height:568px;
    padding:55px 35px 55px;
  }
  .hero-slider-wrapper .slick-prev{
    left:0;
  }
  .hero-slider-wrapper .slick-next {
    right:0;
  }
  .hero-slide-inner{
    max-width:527px;
    h2{
      font-size:47px;
      color:#000;
      margin:0;
      line-height:50px;
      font-family: 'Qlassy', sans-serif;
    }
    p{
      font-size:18px;
      color:#000;
      margin:6px 0 22px;
    }
    .hero-slide-buttons{
      .hero-btn{
        min-width:145px;
        text-align:center;
        background:#000;
        color:#fff;
        text-decoration:none;
        padding:4px 12px;
        font-size:15px;
        text-transform:uppercase;
        transition:0.2s ease-in-out;
        &:hover{
          background:#fff;
          color:#000;
          font-weight:600;
        }
      }
    }
  }


  /* new arrival section */
    .card__inner{
      height:350px !important;
      max-height:350px !important;
      .card__badge{
        span{
          border-radius:0;
          background:#000;
        }
      }
    }
    .card__content{
      .card__information,.card-information{
        text-align:center;
      }
      h3,.caption-with-letter-spacing,.price__regular{
        color:#000;
        opacity:1;
      }
      h3{
        font-weight:500;
      }
      .price__regular{
        font-size:13px;
        font-weight:600;
        /* color:#000; */
      }
    }
/* best seller section */
    #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb{
      .Product_Grid_Home{
        display:grid;
        grid-template-columns:repeat(3, 1fr);
        gap:10px;
        .Grid_Item{
          img{
            width:100%;
            height:553px;
            object-fit:cover;
            margin-bottom:8px;
          }
          h2{
            font-size:18px;
            font-weight:600;
            color:#000;
            margin:0;
            padding-inline:14px;
              font-family: 'Montserrat', sans-serif;
          }
          h3{
            font-size:13px;
            margin:10px 0 4px;
            padding-inline:14px;
            font-family: 'Montserrat', sans-serif;
          }
          a{
            font-size:12px;
            color:#000;
            text-transform:uppercase;
            font-weight:600;
            padding-inline:14px;
             font-family: 'Montserrat', sans-serif;
          }
        }
      }
    }

/* insta feed section */
.Insta-Feed-Section{
  .top-Div{
    text-align:center;
    .top-Text{
      font-size:18px;
      font-weight:600;
      color:#000;
      letter-spacing:20%;
      text-transform:uppercase;
      margin:0;
    }
    .sub_Text_Section{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:4px;
      margin-bottom:15px;
    }
    .sub_text{
      font-size:14px;
      font-weight:300;
      margin:0;
    }
    .sub_text_View_Button{
      font-size:14px;
      font-weight:500;
      color:#000;
    }
  }
  .bottom-Div{
    .bottom_Imgs{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
      img{
        width:100%;
        height:430px;
        object-fit:cover;
      }
    }
  }
}

/* redefine section */
#shopify-section-template--19341166575699__newsletter_UVDx7r{
   h2{
    font-size:22px;
    font-weight:500;
    color:#000;
   }
   .newsletter__subheading{
    margin-top:6px;
    max-width:77rem;
     p{
       font-size:18px;
       color:#000;
       font-weight:400;
     }
   } 
   .Email-Custom-Text{
    margin-top:6px;;
     p{
       font-size:13px;
       color:#000;
    }
   }
   .newsletter-form{
    max-width:52rem;
    margin-top:-14px;
   }
   .newsletter-form__field-wrapper{
    max-width:unset;
   }
   .newsletter-form__button{
    background:#202020;
    color:#fff;
    width:6.4rem;
    right:0;
   }
   .field__input{
    padding-right:8rem;
   }
  
}

/* footer section */
.footer{
  background:#000;
  padding-bottom:10px !important;
  .contact-Heading{
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
  }
  .Contact-Us{
    p{
      display:flex;
      align-items:center;
      gap:8px;
      span{
          display:flex;
      }
      a{
        color:#9D9D9D;
        font-weight:600;
        font-size:13px;
        text-decoration:none;
      }
    }
  }
  h2{
    font-size:13px;
    font-weight:600;
    color:#fff;
    margin-bottom:10px;
  }
  ul{
    li{
      a{
        font-size:13px !important;
        color:#9D9D9D !important;
      }
    }
  }
  .footer__content-bottom-wrapper{
    border-top:1px solid #ffffff1c;
    justify-content:center;
  }
  .footer__copyright{
    font-size:11px;
    color:#9D9D9D;
    margin-top:5px;
  }
  .footer__content-top{
    padding-bottom:0;
  }
  .Connect-Footer-Sec{
    .Top-Connect-Text{
      font-size:12px;
      color:#fff;
      font-weight:700;
      line-height:normal;
      margin-bottom:12px;
    }
    .Social-Icons-Connect{
      margin-top:5px;
      a{
        text-decoration:none;
        img{
          width:30px;
          height:30px;
        }
      }
    }
  }
  .footer__blocks-wrapper{
    display: grid;
    /* grid-template-columns: 2fr 1.5fr 1fr; */
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap:10px;
    align-items:start;
    .footer-block{
      width:100%;
    }
  }
}

#shopify-section-template--19341166575699__collection_list_mmrgbK{
  .card-wrapper{
    .card__inner{
      width:280px !important;
      height:280px !important;
      border-radius:50%;
      margin:auto;
      .media{
        border-radius:50%;
        img{
          border-radius:50%;
        }
      }
    }
    .card__heading{
      a{
        font-size:14px;
        font-weight:600;
      }
    }
  }
  .collection-list{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 10px !important;
    li{
      width:100% !important;
      max-width:unset !important;
    }
  }
  .collection-list.collection_List_Main {
    display: flex !important;
    gap: 10px !important;
    justify-content: center;
    li{
      max-width: calc(100% / 3 - 7px) !important;
      width: 100% !important;
    }
}
}
.collection-page .page-width,
.shopify-policy__container {
    width: 100%;
    max-width: 130rem;
    padding-inline: 5rem !important;
    margin-inline: auto;
}


/* product detail section */
.Main-Pro-Class{
  display:grid;
  grid-template-columns:55% 45%;
  gap:30px !important;
  /* left side */
  .product__media-wrapper{
    width:100% !important; 
    max-width:100% !important;
  }
  .product-media-container{
    width:100% !important;
  }
  /* right side */
  .product__info-wrapper{
    padding-left:10px;
    width:100% !important;
    max-width:100% !important;
  }
  .product__title{
    margin-bottom:8px;
    h1{
      font-size:25px;
    }
  }
  #shopify-block-ANnpTV3pMVm9MbFBoV__yotpo_product_reviews_star_rating_7qrgcT{
    margin-block:0 !important; 
    .yotpo-sr-bottom-line-summary{
      svg{
        path{
          fill:#000 !important;
          stroke:#000;
        }
      }
    }
    .yotpo-sr-bottom-line-text{
      font-size:13px !important;
      color:#000 !important;
      font-weight:300 !important;
       font-family: 'Montserrat', sans-serif !important;
    }
  }
  #price-template--19341166739539__main{
    margin-top:8px;
  }
  .price-item{
    font-size:19px !important;
    color:#000;
  }
  .product-form__submit{
    background:#000;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
  }
  #swym-atw-pdp-button{
    background:transparent;
    justify-content:flex-start;
    padding-left:0;
    .atw-button-text{
        color:#000 !important;
        font-size:16px;
         text-transform: capitalize;
    }
  }
  .tab-links{
      li{
        a{
          font-size:16px !important;
          font-weight:500;
        }
      }
      li.active a{
        font-weight:500;
      }
  }
  .tab-pane{
    font-size:13px;
    font-weight:300;
  }
  .custom-faq-container{
    padding-block:10px;
    .faq-title{
      font-size:16px;
      margin-bottom:5px;
      color:#000;
    }
    .faq-accordion{
      summary{
        font-size:15px;
        font-weight:400;
        color:#000;
      }
    }
  }
  .complementary-products-wrapper{
    h3{
      font-size:16px !important;
      font-weight:600;
      margin-bottom:8px;
    }
  }
  .fbt-list{
    .fbt-item{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .routine-image-link{
      img{
          height:122px;
          width:93px;
      }
    }
  }
  .fbt-info{
    align-self:start;
    span{
      background:#D9D9D9;
      color:#000 !important;
      padding:4px 10px;
      font-size:12px !important;
      font-weight:600;
      display:inline-block !important;
      margin-bottom:5px;
    }
    .routine-title-link{
       text-decoration:none;
      p{
        color:#000;
        font-size:14px;
      }
    }
    p{
      font-size:17px;
      color:#000;
      font-weight:500 !important;
    }
  }
  .fbt-checkbox{
    accent-color:#000;
    min-width:20px;
    width:20px;
    height:20px;
  }
  .fbt-summary{
    text-align:center;
    p{
      font-size:14px;
      color:#000;
      font-weight:500 !important;
      margin-bottom:8px;
    }
    #fbt-add-button{
      background:#000;
      padding:12px 18px;
      color:#fff;
      font-size:14px;
      border:none;
    }
  }
  .routine-container{
    background:#F0F0F0;
    padding:18px;
    margin-top:50px;
  }
  .complementary-routine{
    padding:15px;
    background:#fff;
  }
  .routine-header{
    .routine-title{
      margin-top:0;
      margin-bottom:3px;
      font-size:16px;
      color:#000;
    }
    .routine-description{
      font-size:14px;
      color:#000;
      font-weight:300;
      margin:0;
      line-height: 20px;
      margin-bottom: 8px;
    }
  }
  .routine-list{
    .routine-step{
      .step-label{
        font-size:13px;
        color:#000;
      }
      .routine-item{
        display:flex;
        align-items:center;
        gap:12px;
        padding-block:8px;
        border-bottom:1px solid #80808036;
        margin-bottom:4px;
        .routine-checkbox{
          accent-color:#000;
          min-width:20px;
          width:20px;
          height:20px;
        }
        .routine-image img{
          width:94px;
          height:122px;
        }
      }
      .routine-info{
        align-self:start;
          span{
            background:#D9D9D9;
            color:#000 !important;
            padding:4px 10px;
            font-size:12px !important;
            font-weight:600;
            display:inline-block !important;
            margin-bottom:5px;
          }
        .routine-title-link{
           text-decoration:none;
           p{
             color:#000;
             font-size:14px;
            }
          }
         p{
           font-size:17px;
           color:#000;
           font-weight:500 !important;
         }
      }
    
    }
  }
  .routine-footer{
            text-align:center;
           p{
             font-size:14px;
              color:#000;
             font-weight:500 !important;
             margin-bottom:8px;
          }
         .routine-btn{
            background:#000;
            padding:12px 18px;
            color:#fff;
            font-size:14px;
            border:none;
         }
    }
}
.section-template--19341166739539__main-padding{
  padding-top:0 !important;
}
#shopify-section-template--19341166739539__featured_collection_WPPJrw{
  .card-wrapper .card__content{
      max-width:80% !important;
      margin:auto !important; 
  }
}

#shopify-section-template--19341166739539__1774242384e8402a06{
  .yotpo-base-layout{
    width:100% !important;
  }
  .yotpo-head{
    justify-content:start;
    margin-block:20px;
  }
  .yotpo-headline{
    text-align:left;
    font-size:15px;
    font-weight:600;
  }
  .yotpo-header-container{
    background:#EEEEEE;
    padding:15px;

    .yotpo-layout-header-wrapper{
      margin-bottom:0;
      justify-content:space-between;
    }
  }
  .yotpo-bottom-line-summary{
    flex-direction:column;
  }
  .yotpo-bottom-line-left-panel{
    color:#000;
    font-size:48px;
    font-weight:600;
    font-family: 'Montserrat', sans-serif;
  }
  .yotpo-bottom-line-right-panel{
    display:flex;
    flex-direction:column;
    padding-inline:0;
  }
  .star-container{
    svg{
      path{
        fill:#000;
        stroke:#000;
      }
    }
  }
  .yotpo-bottom-line-text{
    margin-top:20px;
  }
  .yotpo-star-rating{
    justify-content:center !important;
  }
  .yotpo-new-review-btn{
    background:#000 !important;
    font-size:15px;
    padding:8px 40px;
    font-family: 'Montserrat', sans-serif !important;
    text-transform:uppercase;
  }
}
.yotpo-star-rating-icon{
  width:15px !important;
  height:15px !important;
}
.yotpo-review-center-panel{
  padding-left:0 !important;
}
.yotpo-review-rating-title{
  margin-bottom:8px;
}
yotpo-reviews-item{
  padding-bottom:10px;
}
.yotpo-review-border-smooth{
  margin-top:20px !important;
}
.yotpo-reviewer-name{
  font-size:16px;
  color:#000;
}
.yotpo-reviewer-details-verified{
  margin-bottom:10px;
}
.yotpo-review-details{
  justify-content:start !important;
}
.yotpo-shop-badge{
  display:none !important;
}
.yotpo-review{
  flex-direction:column !important;
  margin-bottom:10px !important;
  margin-top:20px !important;
}
.yotpo-reviewer-image{
  display:none;
}
.yotpo-review-right-panel{
  margin-right:auto;
}
.yotpo-review-votes-wrapper{
  justify-content:start !important;
}
.yotpo-reviewer-verified-buyer-text{
  display:none !important;
}
.product-form .swym-button-bar{
   margin:0;
   .swym-button{
    padding-left:0 !important;
   }
   .swym-button:after {
      left:-6px !important;
  }
 }
 .tab-pane p{
  color:#000;
  line-height:26px;
 }
.fbt-info span{
  color:#000 !important;
  opacity:1 !important;
}
#shopify-section-template--19341166739539__main .product--thumbnail_slider .thumbnail-slider{
position:relative;
.slider-button{
  position:absolute;
  z-index:1;
  width:30px;
  height:30px;
  background:#000;
  color:#fff !important;
  border-radius:50%;
}
.slider-button--prev{
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.slider-button--next{
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.thumbnail-list{
  height:130px;
}
}
/* similar section */
#shopify-section-template--19341166739539__featured_collection_WPPJrw{
.title::before, .title::after{
 display:none;
}
.title{
   font-size:15px;
   display:unset;
   font-family: 'Montserrat', sans-serif;
  }
  .collection__view-all {
  position: relative;
  z-index: 1;
  background: #fff; /* match your background */
  padding: 0 10px;
  width:100%;
  max-width:1100px;
  margin:auto;
}

.collection__view-all::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
}

/* 03/25/2026 */
/* our promise section */
.my-main-Custom-Class{
  margin-top:0;
  .Img-Section{
    img{
      width:100%;
    }
  }
  .upr-Promise{
   
    text-align:center;
    .main_Promise_Heading{
      h2,h3{
        color:#000;
        font-size:24px;
        margin:0;
        text-transform:uppercase;
        letter-spacing:10%;
          font-family: 'Montserrat', sans-serif !important;
      }
      h2{
        margin-bottom:4px;
        font-weight:600;
      }
    }
    .main_Promise_Description{
      font-size:13px !important;
      line-height:26px;
      font-family: 'Montserrat', sans-serif !important;
      color:#000;
      font-weight:500;
    }
  }
  #shopify-section-template--19385712377939__our_promise_2nd_section_3MzGUD{
    padding-top:40px;
  }
  #shopify-section-template--19385712377939__image_with_text_aAra3m{
    padding-bottom:30px;
  }
  .lwr-Promise_Images{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top:25px;
    margin-bottom:20px;
    img{
      width:100%;
    }
  }
  .image-with-text__content{
    padding:55px !important;
    h2{
      font-size:18px;
      font-weight:600;
      letter-spacing:12%;
      text-transform:uppercase;
    }
  }
  .image-with-text__text{
    p{
      font-size:13px;
      color:#000;
      line-height:25px;
    }
  }
}
.promise_Main{
  .image-with-text__heading{
    font-family: 'Montserrat', sans-serif !important;
    color:#000;
    font-weight:600;
  }
}

/* contact us section */
.my-Contact-Class{
  h1{
    font-size:24px;
    text-transform:uppercase;
    margin:15px 0 40px;
    letter-spacing:1.8px;
    color:#000;
    font-weight:500;
    font-family: 'Montserrat', sans-serif !important;
  }
}
#shopify-section-template--19393014988883__contact_us_first_sec_mBdC8w{
  .contact-us-container{
    display:grid;
    grid-template-columns:20% 80%;
    gap:25px;
  }
  .customer-care-sidebar{
     .sidebar-heading{
        font-size:18px;
        font-weight:600;
        font-family: 'Montserrat', sans-serif !important;
        border-bottom:1px solid #00000014;
        padding-bottom:6px;
        margin-top:0;
        color:#000;
     }
     .sidebar-menu{
      ul{
        list-style:none;
        margin:0;
        padding:0;
        li{
          margin-bottom:10px;
          a{
            font-size:15px !important;
            color:#818181 !important;
            text-decoration:none;
          }
        }
      }
     }
   }
   .contact-details-main{
     border-top:1px solid #00000014;
     margin-top:29px;
     display:grid;
     grid-template-columns:1fr 1fr;
     gap:20px;
   }
   .contact-chat-section{
     .chat-heading{
      font-size:17px;
      font-weight:600;
      font-family: 'Montserrat', sans-serif !important;
      margin-bottom:0;
      letter-spacing:12%;
      color:#000;
     }
     .whatsapp-heading{
      font-size:17px;
      font-weight:600;
      margin-bottom:15px;
     }
     .chat-subtext{
      font-size:15px;
      margin-block:8px;
      color:#000;
     }
     a{
      border:1px solid #000;
      font-size:14px;
      min-width:126px;
      height:46px;
      color:#000 !important;
      text-decoration:none;
      display:inline-flex;
      justify-content:center;
      align-items:center;
      gap:3px;
     }
   }
   .contact-info-section{
    h3{
      font-size:16px;
      font-weight:600;
      letter-spacing:12%;
      font-family: 'Montserrat', sans-serif !important;
      color:#000;
      text-transform:uppercase;
      margin-bottom:7px;
    }
    a{
      font-size:15px;
      color:#000 !important;
      text-decoration:none;
    }
    .info-block{
      margin-bottom:24px;
    }
   }
}

#shopify-section-template--19393014988883__contact_form_9hxTT6{
  .custom-section-cosntct-main{
    padding:40px 0 60px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
    .image-container{
      img{
        width:100%;
        height:100%;
        min-height:300px;
        object-fit:cover;
      }
    }
  }
  .index-contact{
    h2{
      font-size:20px;
      font-weight:600;
      margin-top:0;
      font-family: 'Montserrat', sans-serif !important;
    }
  }
  .contact-form{
    .custom-form__block--group{
      border:none;
      padding:0;
      margin:0;
      margin-bottom:10px;
    }
    select, textarea, input{
      border:1px solid #E4E4E4;
      padding:12px;
      outline:none;
      box-shadow:none;
    }
    label{
      position:unset !important;
      color:#868686;
      font-size:15px;
    }
    .my-Sub-Button{
      background:#000;
      color:#fff;
      min-width:110px;
      height:40px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-top:20px;
    }
    .My-Contact-Div{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px 20px;
      margin-bottom:10px;
    }
  }
}

/* popup section */
.swym-wishlist-container-title-bar{
  background:#000 !important;
}
.swym-user-login-status{
  color:#fff !important;
}
.swym-empty-wishlist-continue-btn{
  color:#fff !important;
  background:#000 !important;
}


/* Sahil-Kapoor   25-March-2026 */
.swym-ui-component .swym-wishlist-list-card .swym-wishlist-link{
      color: black !important;
}

.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn{
      background-color: #000000 !important;
}
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn{
  color:white !important;
}
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-save-list-btn{
  color:gray !important;
}

 .swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-share-login .swym-login-btn, .swym-wishlist-grid .swym-add-to-cart-btn{
  background-color: #868384 !important;
 }
/*  */


/* 26/03/2026 */
/* blog section */
.main-blog{
  padding-top:0 !important;
  h1{
    padding-bottom:30px !important;
    font-size:24px;
    font-family: 'Montserrat', sans-serif !important;
    text-align:center;
    letter-spacing:9%;
    text-transform:uppercase;
  }
  .blog-articles{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .card__content{
    position:relative;
    top:-40px;
    .card__heading{
      margin-top:16px;
      font-size:18px;
      line-height:28px;
      font-weight:500;
    }
  }
  .article-card__footer{
    margin-top:10px !important;
    a{
      font-size:13px !important;
      color:#000 !important;
    }
  }
  .article-card__excerpt{
    display:none;
  }
  .article-card__info{
    .circle-divider{
      display:inline-block;
      background:#000;
      color:#fff;
      padding:10px 20px;
      font-size:14px;
    }
  }
  .card__inner{
    height:293px !important;
  }
}

/* refund section */
#shopify-section-template--19396357128275__refund_policy_gxF4mm{
  padding-bottom:30px;
  margin-top:30px;
  font-family: 'Montserrat', sans-serif !important;
  h1,h2,h3,h4,h5{
      font-family: 'Montserrat', sans-serif !important;
  }
  h1{
    text-transform:uppercase;
    letter-spacing:10%;
    margin-bottom:26px;
  }
  .image-title-wrapper{
    width:100%;
    height:300px;
    position:relative;
    .simple-banner__image{
      width:100%;
      height:100%;
      object-fit:cover;
    }
  }
  .main-page-title{
    position:absolute;
    top:50%;
    left:40px;
    transform:translateY(-50%);
    font-weight:600;
    margin:0;
  }
  .refund_Title{
    font-size:20px;
    font-weight:600;
    margin-top:30px;
    margin-bottom:0;
    color:#000;
  }
  .Refund_Page{
    a{
      color:#000;
    }
    p{
      font-size:13px;
      color:#000;
      line-height:30px;
    }
    ol,ul{
      margin:0;
      padding-left:15px;
      li{
        font-size:13px;
        color:#000;
        margin-bottom:12px;
      }
    }
  }
}
.accordion-trigger{
    text-transform:uppercase;
    letter-spacing:10%;
    font-family: 'Montserrat', sans-serif;
}
.Nav-Div .Cus-Header-text{
    display:none;
}
.Below_Header_Nav_Mobile{
  display:none;
}


#shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Grid_Item{
  background:#FBFBFB;
  .Btm-Div{
    padding:22px 0;
    .Three_Pro_Heading{
      text-transform:uppercase;
    }
    .Three_Pro_Description{
      color:#000;
    }
    .My-Grid_Button{
      font-size:13px;
      font-weight:500;
    }
  }
}

#shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Grid_Item {
    background: #e4e4e4;
}
#shopify-section-template--19341166575699__collection_list_mmrgbK {
 .full-unstyled-link{
  text-transform:uppercase;
 }
}
 .footer h2 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

menu-drawer.mobile-facets__wrapper.page-width {
    margin-bottom: 14px !important;
    .button-label{
      font-size:14px;
      color:#000;
    }
}
.product-count{
  margin-left:0 !important;
  opacity:1;
  h2{
    color:#000 !important;
    font-size:16px !important;
    font-weight:500;
  }
}
.header__icon--cart .cart-count-bubble{
  bottom:1.4rem;
  left:2rem;
  line-height:normal;
}
.shopify-policy__container{
  padding-bottom:40px;
}
.article-template{
  .article-template__hero-adapt{
    padding-bottom:0 !important;
  }
  img{
    width:100% !important;
    height:400px !important;
    object-fit:cover !important;
  }
  h1{
    font-size:32px !important;
  }
}
.article-template__comment-wrapper{
  padding:30px !important;
  margin-bottom:40px;
}

.footer:last-child{
  padding-top:0;
  .footer__content-bottom-wrapper{
    max-width:100%;
  }
}
.Collection-Tabs{
  margin-bottom:10px;
}
.search-bar-header{
  position:relative;
  margin-right:8px;
  .my_Input{
    position: absolute;
    right: 0;
    width: 29px;
    height: 28px;
    opacity: 0;
  }
}
.search-input-wrapper {
  position: relative;
  display: inline-block;
}

.search-input-wrapper input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 8px 30px 8px 0;
  font-family: 'Montserrat', sans-serif;
  box-shadow:none;
}

.search-input-wrapper::before {
 content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;

  pointer-events: none;
}
@media(max-width:1400px){
  .collection-page .custom-slider-wrapper {
    padding: 80px 30px 85px !important;
  }
}
@media(max-width:1350px){
  .hero-slider-wrapper .slick-next{
     right:15px !important;
  }
   .hero-slider-wrapper .slick-prev{
     left:15px !important;
  }
}
@media(max-width:1200px){
  .header__inline-menu ul{
    gap:0px;
    li{
      a{
        span{
          font-size:12px;
        }
      }
    }
  }
  .header__inline-menu ul li header-menu>details>summary span {
    font-size: 12px;
}
}
@media(max-width:1024px){
  .header__inline-menu ul{
    li{
      a{
       padding-inline:0.7rem;
      }
    }
  }
}
@media(max-width:991px){
    #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb{
      .Product_Grid_Home{
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
      }
    }
    h2.title {
    font-size: 38px;
   }
    .bottom-Div{
      .bottom_Imgs{
        grid-template-columns:repeat(3,1fr) !important;
      }
    }
  #shopify-section-template--19341166575699__collection_list_mmrgbK{
   .card-wrapper{
     .card__inner{
      width:200px !important;
      height:200px !important;
    }

  }
 }
 .My-HomePage-Heading{
  display:none;
 }
 .header__icon{
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    span:nth-child(2){
        white-space: nowrap;
        font-size:20px;
        font-weight:600;
    }
 }
 #MainContent{
   margin-top:0;
 }
 .header{
  padding-block:10px !important;
 }
 .Main-Pro-Class{
  grid-template-columns:100%;
  .product__info-container{
    max-width:100%;
    button{
      outline:none !important;
    }
  }
  .product-form__buttons{
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    gap: 15px;
    .product-form__submit{
      min-height:45px;
      white-space:nowrap;
    }
  }
  .shopify-payment-button{
    width:100%;
  }
 }
 #shopify-section-template--19393014988883__contact_us_first_sec_mBdC8w{
   .contact-us-container{
     grid-template-columns:40% 60%;
    }
    .contact-details-main{
        grid-template-columns:1fr;
    }
 }
 #shopify-section-template--19393014988883__contact_form_9hxTT6{
  .custom-section-cosntct-main{
    padding:20px 0 40px;
    grid-template-columns:1fr;
  }
 }
 .mobile-product-top{
  display:block !important;
 }
 #ProductInfo-template--19341166739539__main .product__text, #ProductInfo-template--19341166739539__main .product__title{
  display:none;
 }
 .Main-Pro-Class{
  gap:8px !important;
 }
 .Main-Pro-Class .product__media-wrapper{
  margin-bottom:0px;
 }
 .product-form .swym-button-bar{
   display:none;
 }
 .product-form{
  margin:10px 0 !important;
 }
 #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-bottom-line{
  margin-right:0 !important;
 }
 #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-filters-top-panel{
  .yotpo-search-filter,.yotpo-media-filter{
    display:none;
  }
 }
 #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-filters-container{
  margin:20px 0 20px !important;
 }
 #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-filters-container-inner{
  display:unset !important;
 }
 #shopify-section-template--19341166739539__1774242384e8402a06 {
  .yotpo-reviewer-name,.yotpo-read-more-text,.yotpo-date-format{
  font-weight:500 !important;
   color:#000 !important;
  }
 }
 .Nav-Div .Cus-Header-text{
    display:block;
    font-size:18px;
    text-transform:uppercase;
    color:#000;
    text-decoration:none;
    font-family: 'Bebas Neue', sans-serif;
 }
 .Nav-Div{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
 }
 .header__icon--summary span{
  width:100%;
 }
 .Below_Header_Nav_Mobile{
    background:#000;
    padding-block:12px;
    display:block;
 }
 .Below_Header_Nav_Mobile .Nav_Mobile_Items{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap:6px;
 }
 .Below_Header_Nav_Mobile a{
    text-decoration:none;
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
 }
 .header__inline-menu{
  display:none !important;
 }
}


@media (max-width: 768px) {
  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Product_Grid_Home .Grid_Item img {
    height: 453px;
  }

  .footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-bottom:12px !important;
  }

  #shopify-section-template--19341166575699__collection_list_mmrgbK .card-wrapper .card__inner {
    width: 160px !important;
    height: 160px !important;
  }

  .bottom-Div .bottom_Imgs img {
    height: 300px !important;
  }
  .my-main-Custom-Class .image-with-text__content{
    padding:25px !important;
  }
  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Product_Grid_Home {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .bottom-Div .bottom_Imgs {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .hero-slider-wrapper .hero-slide-item {
    min-height: 450px;
    padding: 35px;
  }

  .hero-slide-inner {
    max-width: 350px;
  }

  .hero-slide-inner p {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .hero-slide-buttons .hero-btn {
    padding: 5px 16px !important;
  }

  .hero-slider-wrapper .slick-dots {
    bottom: -2px;
  }

  h2.title {
    font-size: 20px !important;
  }

  .hero-slider-wrapper .slick-prev {
    left: 25px;
  }

  .hero-slider-wrapper .slick-next {
    right: 25px;
  }

  .hero-slider-wrapper {
    padding: 0;
    margin-top:30px;
  }

  #shopify-section-template--19341166575699__collection_list_mmrgbK .card-wrapper .card__inner {
    width: 105px !important;
    height: 105px !important;
  }

  #shopify-section-template--19341166575699__collection_list_mmrgbK .card-wrapper .card__heading a {
    font-size: 12px !important;
  }

  .Insta-Feed-Section .top-Div {
    text-align: center;
  }

  .Insta-Feed-Section .top-Div .top-Text {
    margin-bottom: 6px !important;
  }

  .Insta-Feed-Section .top-Div .sub_Text_Section {
    display: inline-block;
    line-height: 20px;
    max-width: 80%;
    margin: auto;
  }

  .Insta-Feed-Section .sub_text {
    font-size: 14px;
    display: inline;
  }

  .Insta-Feed-Section .sub_text_View_Button {
    font-size: 14px;
    font-weight: 400;
  }

  .bottom-Div {
    margin-top: 10px;
  }

  .bottom-Div .bottom_Imgs {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  .bottom-Div .bottom_Imgs img {
    height: 146px !important;
  }

  .section-template--19341166575699__newsletter_UVDx7r-padding {
    text-align: left !important;
    border: 1px solid #0000006b !important;
    padding: 18px !important;
    margin: 16px 16px 40px !important;
  }

  .section-template--19341166575699__newsletter_UVDx7r-padding h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .section-template--19341166575699__newsletter_UVDx7r-padding .newsletter__subheading p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .section-template--19341166575699__newsletter_UVDx7r-padding .Email-Custom-Text {
    display: none;
  }

  .Insta-Feed-Container {
    margin: 20px 0 50px !important;
  }

  .footer .footer-block {
    margin: 0 !important;
  }

  .footer .contact-Heading {
    text-align: center;
    margin: auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .footer .Contact-Us p {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .footer .Contact-Us p span {
    display: flex;
  }

  .footer .Contact-Us p a {
    color: #9D9D9D;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
  }

  .footer h2 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

  .footer ul li a {
    font-size: 13px !important;
    color: #9D9D9D !important;
  }

  .footer .footer__content-bottom-wrapper {
    border-top: 1px solid #ffffff1c;
    justify-content: center;
  }

  .footer .footer__copyright {
    font-size: 11px;
    color: #9D9D9D;
    margin-top: 5px;
  }

  .footer .footer__content-top {
    padding-bottom: 0;
    padding-inline:20px !important;
  }

  .footer .Connect-Footer-Sec .Top-Connect-Text {
    display:none;
  }

  .footer .footer-block__details-content {
    margin: 0 !important;
  }

  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Grid_Item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    align-items: center;
    background: #e4e4e4;
  }

  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Grid_Item .Top-Div {
    display: flex !important;
  }

  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Grid_Item .Top-Div img {
    height: 260px !important;
    object-fit: cover !important;
    margin-bottom: 0;
  }

  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Product_Grid_Home .Grid_Item:nth-child(2) {
    direction: rtl;
  }

  #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb .Product_Grid_Home .Grid_Item:nth-child(2) > * {
    direction: ltr;
  }

  .Main-Pro-Class .routine-container {
    padding: 12px;
  }

  .Main-Pro-Class .complementary-routine {
    padding: 10px;
  }

  #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-header-container {
    padding: 15px 15px 25px !important;
  }

  #shopify-section-template--19341166739539__1774242384e8402a06 .yotpo-header-container .yotpo-layout-header-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .main-blog{ 
    .blog-articles{
      grid-template-columns:repeat(2, 1fr);
    }
  }
  #shopify-section-template--19341166280787__home_3_pro_grid_7ipch6 .Grid_Item{
    padding-right:10px;
  }
  .collection-page h2.Another-Cus-Class.title {
    margin-bottom:20px !important;
    text-transform:uppercase;
    font-size:18px !important;
  }
  .Three_Grid_Home_Sec {
    padding-top: 42px !important;
  }
  .footer{
    .Social-Icons-Connect{
      display:flex;
      justify-content:center;
      align-items:Center;
      gap:8px;
      a{
        display:flex;
      }
    }
  }
  .footer h2{
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
    margin-bottom:0;
  }
  #shopify-section-template--19341166280787__collection_3_pro_grid_GcpCr7 .Grid_Item{
    padding-right:10px !important;
  }
   #shopify-section-template--19341166280787__collection_3_pro_grid_GcpCr7 .Grid_Item:last-child{
    padding-right:0px !important;
  }
  #shopify-section-template--19341166280787__collection_3_pro_grid_GcpCr7 .slick-arrow{
    display:none !important;
  }
  .collection-page .page-width,
  .shopify-policy__container {
    padding-inline: 2.5rem !important;
  }
}

@media(max-width:575px){
 #shopify-section-template--19393014988883__contact_us_first_sec_mBdC8w{
   .contact-us-container{
     gap:0;
     grid-template-columns:100%;
   }
 }
 .My-Contact-Div{
      grid-template-columns:1fr !important;
  }
   .main-blog{ 
    .blog-articles{
      grid-template-columns:repeat(1, 1fr);
      gap:0;
    }
  }
  .card__inner{
      height:280px !important;
      max-height:280px !important;
  }
    #shopify-section-template--19341166575699__home_3_pro_grid_gCdwtb{
      .Product_Grid_Home{
        .Grid_Item{
          h2{
            text-transform:uppercase !important;
            font-size:16px !important;
          }
          h3{
            font-size:12px !important;
             color:#000 !important;
          }
          a{
            font-size:12px !important;
          }
        }
      }
    }
    .collection-page .SkinCare-Top-Section .SkinCare-Text-Content {
      padding-left:15px !important;
    }
    .collection-page .SkinCare-Top-Section .SkinCare-Text-Content h2{
      font-size:23px !important;
      letter-spacing:4px !important;
      text-transform:uppercase;
      font-weight:500;
    }
    .collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3{
      font-size:13px !important;
      line-height:22px;
      /* max-width:50% !important; */
    }
    nav.breadcrumbs{
      margin:0 !important;
      font-size:12px;
    }
  .custom-slider-wrapper ul.slider-track{
    padding-bottom:0;
  }
  #shopify-section-template--19341166575699__custom_product_slider_mfcYeM{
    .Another-Cus-Class{
      margin-top:0 !important;
    }
  }
  .search-input-wrapper {
    width:80px;
    input{
      width:100%;
    }
  }
  .collection-page .page-width,
  .shopify-policy__container {
    padding-inline: 1.5rem !important;
  }
}


@media(max-width:399px){
    .Main-Pro-Class{
      gap:15px !important;
        /* .product-form__buttons{
          flex-direction: column;
          gap:0;
      } */
    }
  #shopify-section-template--19341166739539__1774242384e8402a06{
   .yotpo-filters-top-panel{
    .yotpo-search-filter{
      width:100%;
    }
    .yotpo-dropdown-wrapper{
      width:100%;
      .yotpo-dropdown-closable{
        width:100%;
        span{
          width:100%;
        }
      }
    }
    .yotpo-media-filter{
      width:100%;
      .yotpo-media-select{
        width:100%;
      } 
    }
   }
  }
}

  /* Custom-Collection-Grid */
  /* Container Spacing */
.custom-collection-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: sans-serif;
}

/* Top Buttons */
.collection-top-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

/* Tag Slider Component */
.tag-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.tag-slider-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-right: 50px; /* Space for arrow */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tag-slider-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.tag-pill {
  white-space: nowrap;
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: all 0.2s;
}
.tag-pill:hover {
  border-color: #000;
}

/* Slider Arrow */
.tag-slider-arrow {
  position: absolute;
  right: 0;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: -10px 0 20px rgba(255,255,255,0.8); /* Fades the edge */
}
.tag-slider-arrow svg {
  width: 16px;
  height: 16px;
}

/* Meta Bar (Results & Sorting) */
.collection-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.sort-by-select {
  border: none;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
}

/* Product Grid */
.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.product-card-image-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1.2; /* Matches the tall styling in your image */
}
.product-card-info {
  text-align: center;
  margin-top: 15px;
}
.product-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
.product-title a {
  text-decoration: none;
  color: #000;
}
.product-vendor {
  font-size: 12px;
  color: #666;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.product-price {
  font-size: 14px;
  font-weight: bold;
  margin: 0;

}

/* Responsive Grid for Mobile */
@media (max-width: 900px) {
  .custom-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .custom-product-grid { grid-template-columns: 1fr; }
}
/*  */





/* Featured Product Slider 20 March 2026 */
#CustomSlider-{{ section.id }} {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
    position: relative;
  }

  #CustomSlider-{{ section.id }} .slider-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  #CustomSlider-{{ section.id }} .slider-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Swapped to target a UL list */
  #CustomSlider-{{ section.id }} ul.slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none; 
    gap: 15px;
    padding-bottom: 20px;
    margin: 0;
    list-style: none;
    width: 100%;
  }

  #CustomSlider-{{ section.id }} .slider-track::-webkit-scrollbar {
    display: none;
  }

  /* Ensures the Dawn product cards fill our custom grid width properly */
  #CustomSlider-{{ section.id }} li.slider-item {
    flex: 0 0 calc((100% / var(--desktop-columns)) - (30px * (var(--desktop-columns) - 1) / var(--desktop-columns)));
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
  }

  /* Make sure the nested Dawn card takes up full height/width of the flex item */
  #CustomSlider-{{ section.id }} li.slider-item > * {
    width: 100%;
  }

  /* Navigation Buttons */
  #CustomSlider-{{ section.id }} .slider-nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease;
  }

  #CustomSlider-{{ section.id }} .slider-nav-btn:hover {
    background: #333;
  }

  #CustomSlider-{{ section.id }} .slider-nav-btn svg {
    width: 20px;
    height: 20px;
  }

  #CustomSlider-{{ section.id }} .slider-nav-btn.prev {
    left: -20px;
  }

  #CustomSlider-{{ section.id }} .slider-nav-btn.next {
    right: -20px;
  }

  /* Responsive Breakpoints */
  @media screen and (max-width: 1024px) {
    #CustomSlider-{{ section.id }} li.slider-item {
      flex: 0 0 calc(33.333% - 20px);
    }
  }

  @media screen and (max-width: 768px) {
    #CustomSlider-{{ section.id }} li.slider-item {
      flex: 0 0 calc(50% - 15px);
    }
    #CustomSlider-{{ section.id }} .slider-nav-btn {
      display: none; 
    }
  }

  @media screen and (max-width: 480px) {
    #CustomSlider-{{ section.id }} li.slider-item {
      flex: 0 0 85%;
    }
  }
/*  */



/*  */
 /* Wrapper and Container */
  #CollectionTabs-{{ section.id }} {
    margin: 40px auto;
  }

  #CollectionTabs-{{ section.id }} .tabs-slider-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  /* The Scrollable Track */
  #CollectionTabs-{{ section.id }} .slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    gap: 15px; /* Space between tabs */
    padding: 10px 0;
    width: 100%;
  }

  #CollectionTabs-{{ section.id }} .slider-track::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  /* Individual Tab Styling (Matches your image) */
  #CollectionTabs-{{ section.id }} .tab-item {
    border: 1px solid #000;
    padding: 8px 24px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap; /* Prevents text from wrapping to a new line */
    background: transparent;
    scroll-snap-align: start;
    flex-shrink: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #CollectionTabs-{{ section.id }} .tab-item:hover {
    background-color: #f4f4f4;
  }

  /* Navigation Arrows */
  #CollectionTabs-{{ section.id }} .tab-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  #CollectionTabs-{{ section.id }} .tab-nav-btn:hover {
    background: #333;
  }

  #CollectionTabs-{{ section.id }} .tab-nav-btn svg {
    width: 18px;
    height: 18px;
  }

  /* Position the arrows slightly outside the track */
  #CollectionTabs-{{ section.id }} .tab-nav-btn.prev {
    left: -15px;
  }

  #CollectionTabs-{{ section.id }} .tab-nav-btn.next {
    right: -15px;
  }

  /* Hide arrows on mobile to allow native swiping */
  @media screen and (max-width: 768px) {
    #CollectionTabs-{{ section.id }} .tab-nav-btn {
      display: none;
    }
    #CollectionTabs-{{ section.id }} .slider-track {
      gap: 10px;
    }
    #CollectionTabs-{{ section.id }} .tab-item {
      padding: 10px 18px;
    }
  }


  /*  20/3/26*/
  .collection-page nav.breadcrumbs {
    text-align: left;
}


.collection-page .SkinCare-Top-Section .SkinCare-Banner {
    position: relative;
}

.collection-page .SkinCare-Top-Section .SkinCare-Text-Content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding-left: 40px;
}

.collection-page .SkinCare-Top-Section .SkinCare-Text-Content h2 {
    font-size: 43px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5.9px;
    text-transform:uppercase;
    color:#000;
    font-weight:500;
    margin: 0;
}

.collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3 {
    margin: 0 0px 7px;
    font-size: 22px;
    /* min-width:270px; */
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 160%;
    color: #000;
}
.Three_Grid_Home_Sec {
    padding-top: 32px;
}

.collection-page .Three_Grid_Home_Sec .Product_Grid_Home {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 15px;
}

.collection-page .Three_Grid_Home_Sec .Product_Grid_Home .Grid_Item {
    width: 100%;
    max-width: calc(100% / 3 - 15px);
    height: 100%;
}

.collection-page .Three_Grid_Home_Sec .Product_Grid_Home .Grid_Item img {
    height: 100%;
    display: block;
    width:100%;
}
.collection-page .SkinCare-Top-Section .SkinCare-Banner img {
    width: 100%;
    max-height:380px;
    height:100%;
    object-fit:cover;
}
.collection-page .Three_Grid_Home_Sec .Product_Grid_Home .Grid_Item h4.Top-Text, .Three_Grid_Home_Sec .Product_Grid_Home .My-Grid_Button {
    margin-top: 18px; 
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform:uppercase;
}

.collection-page .Three_Grid_Home_Sec .Product_Grid_Home h2.Three_Pro_Heading {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.collection-page .Three_Grid_Home_Sec .Product_Grid_Home h3.Three_Pro_Description {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 58px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing:1px;
}
.collection-page .Three_Grid_Home_Sec .Product_Grid_Home .My-Grid_Button{
  margin-top:0;
}
.collection-page .Another-Cus-Class:after,.collection-page .Another-Cus-Class:before {
    display: none;
}

.collection-page h2.Another-Cus-Class.title {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start;
    margin-left: 0;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin: 0 0 30px 0px;
}

.collection-page .custom-slider-wrapper {
    padding: 80px 15px 85px;
}

.collection-page .slider-container .card__information h3 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
}


  .collection-page .SkinCare-Top-Section .Top-Title {
    margin-bottom: 32px;
}

.collection-page .SkinCare-Top-Section h2.Title-Top-Head {
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    color:#000;
    text-transform: uppercase;
}

.collection-page .SkinCare-Top-Section .view-all-link {
    font-size: 12px;
    color: #000;
    font-family: 'Montserrat',sans-serif;
    font-weight:300;
}

.collection-page .SkinCare-Top-Section svg {
    rotate: 90deg;
    width: 15px;
    height: 25px;
    margin-left: -13px;
    margin-top: 2px;
}
 .collection-page header-drawer {
    justify-self: start;
    margin-left: 0 !important;
}
 .collection-page .caption-with-letter-spacing.light {
    font-size: 13px;
    font-weight: 400;
}

  .home-page .hero-slider-wrapper .slick-dots li button:before {
    display: none;
}

@media(max-width:767px){

  .my-main-Custom-Class .wholesale-section h3.wholesale-subtitle {
    line-height: normal;
    margin-top: 40px;
    text-align: center;
}
 
.my-main-Custom-Class .wholesale-section .wholesale-container {
    padding-bottom: 40px;
}
  menu-drawer.mobile-facets__wrapper.page-width {
    margin-bottom: 10px;
}
  .home-page .hero-slider-wrapper .slick-dots li button:before {
    display: none;
}

.home-page .hero-slider-wrapper .slick-dots li {
    width: 4px;
    margin:0 8px !important;
    button{
      width:10px !important;
      height:10px !important;
    }
}
.home-page .hero-slider-wrapper .slick-prev,.hero-slider-wrapper .slick-next{
    display: none !important;
}
   .home-page .hero-slider-wrapper .hero-slide-item {
        min-height: 260px;
        padding: 0px;
    }

 .home-page .hero-slide-inner h2, .home-page .hero-slide-inner p {
    color: #fff;
    font-size: 27px;
    line-height: 1.2;
    max-width: 220px;
    padding-left: 15px;
}
 .home-page .hero-slide-inner p{
     font-size: 15px !important;
     max-width: 200px;
     width: 100%;
     line-height: 1.2 !important;
 }
 .home-page .hero-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/cdn/shop/files/Rectangle_40551.png?v=1774011425');
  background-size: cover;
  z-index: 2;
  pointer-events: none;
  background-repeat:no-repeat;
}



.home-page .hero-slider-wrapper .hero-slide-item img {
    object-position: 76% 98%;
    height: 100%;
}

.hero-slide-buttons {
    padding-left: 15px;
}

.hero-slide-buttons a.hero-btn {
    font-size: 12px !important;
}

.hero-slider-wrapper .slick-dots {
    bottom: 20px;
}

.hero-slider-wrapper .slick-dots li button {
    background: #fff !important;
    border: 2px solid #fff;
}


.home-page .hero-slider-wrapper .slick-dots li.slick-active button {
    background: transparent !important;
}


 .collection-page  .Three_Grid_Home_Sec .Product_Grid_Home {
    gap: 25px 15px;
}
.collection-page .Three_Grid_Home_Sec .Product_Grid_Home .Grid_Item {
    width: 100%;
    max-width: calc(100% / 2 - 15px);
    height: 100%;
}
.collection-page .custom-slider-wrapper {
    padding: 40px 15px 0px;
}
.collection-page .SkinCare-Top-Section .SkinCare-Banner img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}
.collection-page .SkinCare-Top-Section .SkinCare-Text-Content h2 {
    font-size: 30px;
}
.collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3 {
    margin: 7px 0;
    font-size: 18px;
}
.collection-page .SkinCare-Top-Section h2.Title-Top-Head {
    font-size: 16px;
}
 .collection-page .hero-slider-wrapper .slick-arrow::before {
    width: 7px;
    height: 8px;
}
 .collection-page  .hero-slider-wrapper .slick-arrow {
    width: 34px;
    height: 34px;
}

}
@media(max-width:470px){
 .collection-page  .Three_Grid_Home_Sec .Product_Grid_Home .Grid_Item {
    max-width: 100%;
}
 .collection-page  .Three_Grid_Home_Sec .Product_Grid_Home {
    gap: 15px 15px;
}
.collection-page .Three_Grid_Home_Sec .Product_Grid_Home h3.Three_Pro_Description {

    min-height: 50px;
}
}


/* PDP- Desc-Tabbing */

 .custom-product-tabs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .tab-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee; /* Optional: light line under all tabs */
  }
  .tab-links li {
    margin: 0;
  }
  .tab-links a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 3px;
    display: inline-block;
  }
  /* The active state styling (The black underline from your screenshot) */
  .tab-links li.active a {
    color: #000;
    border-bottom: 2px solid #000;
  }
  .tab-pane {
    display: none;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
  }
  .tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
/*  */


/* PDP-Accordian */

  .custom-faq-container {
    margin-top: 2.5rem !important;
    margin-bottom: 3rem;
    border-top:1px solid #00000026;
  }
  .faq-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #000;
  }
  .faq-accordion {
    border-bottom: 1px solid #eaeaea;
  }
  /* Remove default arrows from summary */
  .faq-accordion summary::-webkit-details-marker {
    display: none;
  }
  .faq-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    list-style: none; /* For Firefox/Other browsers */
  }
  .faq-accordion summary:hover {
    color: #000;
  }
  .faq-content {
    padding-bottom: 1rem;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
    .metafield-rich_text_field p{
      font-size:13px !important;
      color:#000;
    }
  }
  
  /* Animate the chevron arrow when opened */
  .faq-icon {
    transition: transform 0.3s ease;
  }
  .faq-accordion[open] .faq-icon {
    transform: rotate(180deg);
  }

#more-payment-options-link {
    cursor: pointer;
    display: none;
}


/* 24 March 2026 */
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after {
    color: #000000 !important;
    font-size: 19px !important;
    width: 40px !important;
}
button.swym-button.swym-add-to-wishlist.swym-inject.swym-icontext.swym-heart.swym-loaded {
    background-color: white !important;
    color: black !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
}
/*  */



/* 30 March 2026 */
  .accordion-icon {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .accordion-trigger {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      margin: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1); 
    }
    
    .accordion-icon {
      display: block;
      font-size: 1.5rem;
      font-weight: 300;
    }

    .footer-block__content.accordion-content {
      display: none;
      padding-bottom: 15px;
    }

    .footer-block__content.accordion-content.is-open {
      display: block;
    }
  }

  .swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-new-wishlist-btn {
    color: #323030 !important;
  }
  .swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-add-to-list-btn{
        background-color: #d0d0d0 !important;
  }
 .swym-wishlist-grid .swym-add-to-cart-btn, .swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn {
    background: #a2a2a2 !important;
}
p.product__text.caption-with-letter-spacing {
    display: none;
}

.header__icon .icon-close {
  display: none;
}

details[open] .icon-hamburger {
  display: none;
}

details[open] .icon-close {
  display: flex;
  color:#000;
}
.swym-wishlist-add-to-cart-btn{
  background:#000 !important;
  color:#fff !important;
}
.swym-wishlist-grid .swym-add-to-cart-btn, .swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn{
   background:#000 !important;
  color:#fff !important;
}
/*  */


/* 21 April 2026 */

.custom-product-tabs {
    background: #e4e4e4;
    color: #000;
}

.custom-product-tabs .tab-pane p {
    font-weight: 400 !important;
}

.custom-product-tabs .tab-pane {
    font-weight: 400 !important;
    color: #000;
    padding-inline: 10px;
    padding-bottom: 10px;
}

.custom-product-tabs .tab-pane p:nth-child(2) {
    margin-bottom: 0;
}
.custom-product-tabs ul.tab-links {
    padding: 8px 10px;
}
/* 21 April End */



.my-main-Custom-Class .wholesale-section .wholesale-container h2,
.shopify-policy__container h1 {text-align: center;padding: 0 16px;font-weight: 600;font-size: 30px; margin: 0;}
 
.my-main-Custom-Class .wholesale-section p {

    margin-bottom: 16px !important;

    color: #000 !important;

    font-weight: 500 !important;

}
 
.my-main-Custom-Class .wholesale-section ul.wholesale-list li {

    margin-bottom: 16px !important;

    color: #000 !important;

    font-weight: 500 !important;

    opacity: 1 !important;

}
 
.my-main-Custom-Class .wholesale-section h3.wholesale-subtitle {

    font-size: 20px !important;

    font-style: normal;

    line-height: 64px;

    color: #000;

    font-weight: 600;

}
 
.my-main-Custom-Class .wholesale-section ul.wholesale-list {

    padding-left: 30px;

}
 
.my-main-Custom-Class .wholesale-section .wholesale-container {

    padding-bottom: 60px;

}
 
.my-main-Custom-Class .wholesale-section p a {color: #1a73e8;text-decoration: unset;}
 


 header-menu>details ul#HeaderMenu-MenuList-5 {
    max-width: max-content;
}
 
header-menu>details ul#HeaderMenu-MenuList-5 li a {color: #000;padding: .8rem 2rem !important;justify-content: flex-start;font-weight: 600;}
.product.grid .product__info-wrapper .product__info-container .product-form form {
    display: flex;
    flex-direction: column;
}

.product__info-container .swym-atw-button-container.consent-given.default-position button#swym-atw-pdp-button span#swym-atw-pdp-button-text {
    font-weight: 600;
}

.product__info-container .swym-atw-button-container.consent-given.default-position button#swym-atw-pdp-button>svg path {
    stroke: #000;
}

.product__info-container .product-form__submit {
    margin: 0;
}

.product__info-container .product-form {
    margin-bottom: 0 !important;
}
/* new css header  */

.tmenu--wrap .tmenu_nav>li.tmenu_item ul.tmenu_submenu_type_mega {
    padding: 40px !important;
}

.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(2)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child{
    border-right: 1px solid #CC8F82;
    max-width: 290px;
}

.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child a.tmenu_item_link {
    border: 0;
}

li:not(.tmenu_item_mobile) .tmenu_item_display_header > .tmenu_item_link {
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #CC8F82 !important;
}

.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(2)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>a.tmenu_item_link {
    display: none;
}

.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ul.tmenu_submenu_type_automatic ,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ul.tmenu_submenu_type_automatic  {
    gap: 8px;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(2)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child) ul.tmenu_submenu_type_automatic.tmenu_submenu--desktop.tmenu_submenu {
    padding: 0 !important;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child) ul.tmenu_submenu_type_automatic.tmenu_submenu--desktop.tmenu_submenu {
    gap: 5px;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ul.tmenu_submenu_type_automatic li.tmenu_item a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child) ul.tmenu_submenu_type_automatic li.tmenu_item:nth-child(3) a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>ul.tmenu_submenu_type_automatic>li.tmenu_item>a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(2)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ul.tmenu_submenu_type_automatic li.tmenu_item a.tmenu_item_link{
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #CC8F82 !important;
}
header.header nav.header__inline-menu ul.tmenu_nav>li.tmenu_item>a.tmenu_item_link {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.tmenu_item_submenu_type_mega.tmenu_item_active .tmenu_submenu li.tmenu_item a.tmenu_item_link {
    font-size: 16px;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child),
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child),
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(2)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child),
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child) {
    padding-left: 30px !important;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link:first-child,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link,
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(4)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link:first-child {
    color: #CC8F82 !important;
    font-size: 18px;
}
 .tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:nth-child(4) li.tmenu_item:nth-last-child(3)>a.tmenu_item_link {
    font-size: 18px;
    font-weight: 500;
    color: #CC8F82 !important;
}
.tmenu_item_submenu_type_mega.tmenu_item_active .tmenu_submenu li.tmenu_item a.tmenu_item_link:hover {
    color: #CC8F82 !important;
}
.section-header.shopify-section-group-header-group {
    position: unset;
}
html body .tmenu_item_submenu_type_mega.tmenu_item_active .tmenu_submenu_type_mega>.tmenu-watermark {
    display: none !important;
    visibility: hidden !important;
}
html body header.header nav.header__inline-menu .tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child) li.tmenu_item a.tmenu_item_link {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item:nth-child(3)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link {
    display: none;
}
.product--thumbnail_slider .thumbnail-slider button.slider-button[disabled="disabled"] {
    opacity: 0;
}
 .product--thumbnail_slider .thumbnail-slider ul.thumbnail-list>li::before {
    display: none;
}
.collection__title.title-wrapper h2.title.inline-richtext.My-Cus-Title-Class {
    display: block;
    max-width: max-content;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin: 0 0 !important;
}
/* .tmenu_app .tmenu_item.tmenu_item_submenu_type_flyout ul.tmenu_submenu_type_flyout.tmenu_submenu--desktop.tmenu_submenu_flyout_position_automatic.tmenu_submenu {
    width: 100% !important;
    padding: 40px !important;
    gap: 7px;
}
.tmenu_app .tmenu_item.tmenu_item_submenu_type_flyout ul.tmenu_submenu_type_flyout.tmenu_submenu--desktop.tmenu_submenu_flyout_position_automatic.tmenu_submenu li.tmenu_item a.tmenu_item_link {
    font-size: 16px;
    font-weight: 500;
    color: #CC8F82 !important;
}
.tmenu_app .tmenu_item.tmenu_item_submenu_type_flyout {
    position: static !important;
} */
@media(max-width:1199px){
  .collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3 {
    font-size: 18px;
    line-height: 130%;
}
}

@media(max-width:991px){
  .collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3 {
    font-size: 14px;
    line-height: 130%;
}
.product-form .swym-button-bar {
    display: block !important;
    width: 100% !important;
}
.product__info-container .swym-atw-button-container.consent-given.default-position button#swym-atw-pdp-button span#swym-atw-pdp-button-text {
    font-size: 14px;
}
.product.grid .product__info-wrapper .product__info-container .product-form form .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none !important;
}
}

@media(max-width:450px){
.Nav-Div .Cus-Header-text {
    font-size: 15px;
    font-weight: 600;
}
}

@media(max-width:420px){
.collection-page .SkinCare-Top-Section .SkinCare-Text-Content h3 {
    font-size: 12px !important;
    line-height: normal !important;
    margin-top: 0;
}

.Nav-Div .Cus-Header-text {
    font-size: 11px;
    font-weight: 600;
}

.Nav-Div {
    gap: 4px;
    justify-content: center !important;
}
.search-input-wrapper {
    width: 76px;
}
}

.shopify-policy__container * {
    color: #000 !important;
}


/* 23-4-26-css */

body.Policy-Content-page .shopify-policy__container .shopify-policy__body .rte ul {
    list-style-position: outside;
    padding-left: 1.5rem;
}

body.Policy-Content-page .shopify-policy__container .shopify-policy__body .rte ul li {
    margin-left: 0;
}
.product__info-container .product-form .Pay_Img_Icons {
    width: 100%;
    max-width: 100%;
}
.product__info-container .product-form .Pay_Img_Icons img {
    width: 100%;
    object-fit:contain;
}

.product__info-container .product-form__quantity label.quantity__label.form__label {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.product__info-container .product-form__quantity .price-per-item__container .quantity {
    max-width: 120px;
    width: 100%;
    height: 37px;
}

.product__info-container .product-form__quantity .price-per-item__container .quantity button {
    width: 37px;
}

.product__info-container .product-form__quantity .price-per-item__container .quantity .quantity__input {
    padding: 0;
}

.product__info-container .product-form__quantity .price-per-item__container  input {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.product__info-container .product-form__quantity .price-per-item__container .quantity button span.svg-wrapper {
    width: 12px;
    height: 12px;
    color: #000;
}

.product__info-container .product-form__quantity .price-per-item__container .quantity button span.svg-wrapper svg.icon path {fill: #000;}

/* 23-4-26-css-end */




.routine-container {
    display: none;
}


.home-page .custom-slider-wrapper ul li .card__content button.quick-add__submit {
    margin-top: 20px;
}

/* 29 April 2026 */
body.best-sellers-page .Three_Grid_Home_Sec {
    display: none;
}
/*  */


body.best-sellers-page div.custom-slider-wrapper {
    display: none;
}


ul.tmenu_submenu_type_automatic.tmenu_submenu--desktop.tmenu_submenu >li.tmenu_item.tmenu_item_level_2.tmenu_col.tmenu_item_submenu_type_automatic.tmenu_item_layout.tmenu_item_layout_text:not(:first-child) span.tmenu_item_text {
    color: #000 !important;
    font-weight: 400 !important;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item ul.tmenu_submenu_type_mega>li.tmenu_item.tmenu_item_level_1.tmenu_col.tmenu_col-automatic.tmenu_item_submenu_type_automatic.tmenu_item_has_child:first-child {
    padding-top: 0 !important;
}
.tmenu--wrap .tmenu_nav>li.tmenu_item ul.tmenu_submenu_type_mega>li.tmenu_item.tmenu_item_level_1.tmenu_col.tmenu_col-automatic.tmenu_item_submenu_type_automatic.tmenu_item_has_child:first-child >ul.tmenu_submenu_type_automatic.tmenu_submenu--desktop.tmenu_submenu>li.tmenu_item.tmenu_item_level_2.tmenu_col.tmenu_item_submenu_type_automatic.tmenu_item_layout.tmenu_item_layout_text:first-child>a.tmenu_item_link span.tmenu_item_text {
    font-weight: 600 !important;
}
header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child {
    padding-top: 0 !important;
}

header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(5)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child ul.tmenu_submenu_type_automatic>li.tmenu_item:first-child span.tmenu_item_text {
    font-weight: 600 !important;
}
header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(6)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child {
    border-right: 1px solid #CC8F82;
    max-width: 290px;
}





header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(6)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>ul.tmenu_submenu_type_automatic>li.tmenu_item:first-child span.tmenu_item_text {
    color: #CC8F82 !important;
    font-size: 18px;
}



header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(6)>ul.tmenu_submenu_type_mega>li.tmenu_item:not(:first-child)>a.tmenu_item_link {
    color: #CC8F82 !important;
    font-size: 18px;
}

header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(6)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>a.tmenu_item_link {
    display: none;
}
header.header.header--middle-left>nav.header__inline-menu>.tmenu_wrapper.tmenu--fullwidth.tmenu--wrap>nav.tmenu_navbar.tmenu_app>ul.tmenu_nav>li.tmenu_item:nth-child(6)>ul.tmenu_submenu_type_mega>li.tmenu_item:first-child>ul.tmenu_submenu_type_automatic>li.tmenu_item:first-child span.tmenu_item_text {
    font-size: 18px !important;
}

html body .tmenu_item_submenu_type_mega.tmenu_item_active .tmenu_submenu_type_mega>.tmenu-watermark {
    opacity: 0 !important;
}



.home-page .custom-slider-wrapper ul li .card__content button.quick-add__submit {
    background: #000000;
    color: #ffffff;
}
body.collection-page div.product-grid-container ul.product-grid li.grid__item button.quick-add__submit {background: #000;color: #fff;}
div.custom-slider-wrapper button.quick-add__submit {
    background: #000000;
    color: #ffffff;
}

/* 1-5-26-css */
@media(max-width:480px){
  .custom-slider-wrapper ul li .card-wrapper .card__inner, .collection ul li .card-wrapper .card__inner {
    max-height: 200px !important;
    min-height: 200px !important;
}
}


/* 1-5-26-css-end */