/** Shopify CDN: Minification failed

Line 319:49 Expected ":"

**/
.node-text{font-size: 16px;
    margin: 0px;
    font-weight: 600;}
/*Video Css*/
.white_box{background-color: #00000070;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    align-items: center !important;}
.carousel-container {
      position: relative;
      overflow: hidden;
  padding: 0px 10px;
    }
.article--content {
    max-width: 100% !important;
}
.article--content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid #D6C4B0;
  border-radius: 4px;
  overflow: hidden;
}

.article--content table thead tr {
  background: #F2E8DC;
  border-bottom: 2px solid #C47A45;
}

.article--content table thead th {
  padding: 13px 18px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #5A3018;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.article--content table thead th:first-child {
  width: 22%;
  color: #8A5C35;
}

.article--content table thead th:nth-child(2n-1) {
  border-left: 1px solid #D6C4B0;
  color: #C25A22;
}

.article--content table thead th:nth-child(2n) {
  border-left: 1px solid #D6C4B0;
  color: #8B3A10;
}

.article--content table tbody tr {
  border-bottom: 1px solid #EAD9C8;
}

.article--content table tbody tr:last-child {
  border-bottom: none;
}

.article--content table tbody tr:nth-child(even) {
  background: #FBF5EE;
}

.article--content table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.article--content table tbody tr:hover {
  background: #F5EBE0;
}

.article--content table tbody td {
  padding: 13px 18px;
  color: #2C1A0E;
  vertical-align: middle;
}

.article--content table tbody td:first-child {
  font-weight: 600;
  font-size: 13px;
  color: #7A4A28;
  background: #FAF0E6;
  border-right: 1px solid #E0CCBA;
}
    .carousel-track {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 10px;
      scrollbar-width: none;
    }

    .carousel-track::-webkit-scrollbar {
      display: none;
    }

    .video-card {
      position: relative;
      flex: 0 0 auto;
      width: 280px;
      height: 450px;
      border-radius: 12px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .video-card video {
      width: 100%;
      height: 100%;
      object-fit: initial;
    }

    .product-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 60%);
      color: #fff;
      padding: 10px;
      font-size: 14px;
    }

    .product-name {
      gap: 8px;
      font-weight: bold;
      line-height: 1.2em;
      margin-bottom: 5px;
    }

    .product-name img {
      width: 20px;
      height: 20px;
      object-fit: cover;
      border-radius: 4px;
    }

    .product-text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .product-price {
      display: flex;
      gap: 8px;
      font-size: 13px;
    }

    .product-price s {
      color: red;
      opacity: 0.7;
    }

    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 28px;
      padding: 8px 12px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10;
    }

    .nav-button:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .nav-prev { left: 0; }
    .nav-next { right: 0; }


/*End Video Css*/
.article--content h2{padding: 0px;
    font-size: 22px;}
details {
      border: 1px solid #ccc;
      margin-bottom: 10px;
    }

    summary {
      padding: 15px;
      cursor: pointer;
      text-transform: uppercase;
      color: #555;
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style: none;
     font-size: 14px;
    color: #5F5E5E;
    word-spacing: 2px;
    letter-spacing: 1.2px;

    }

    summary::-webkit-details-marker {
      display: none;
    }

    /* Custom arrow */
    summary::after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      transform: rotate(45deg);
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    details[open] summary::after {
      transform: rotate(-135deg); /* Up arrow */
    }

    .content {
      padding: 15px;
      border-top: 1px solid #ccc;
      color: #666;
    }
.right-img img{width: 360px;}
#shopify-section-template--24544403194137__text_columns_3gDEEC .featured-grid--item--container .stacked-text--title{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 10px 20px; */
    /* background: #fff; */
    width: max-content;
    /* border-radius: 30px; */
    color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.footer--subscribe--info a{text-decoration: none !important;}
.section--footer .social-icons--root svg {
    height: 30px;
    width: 30px;
}
.featured-grid--item--media picture {border-radius: 20px;}
.featured-grid--item--media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  pointer-events: none; /* Allows hover events to pass through to image */
}

.featured-grid--item--media:hover::after {
  opacity: 1;
}
.shopify-policy__container{max-width: 100% !important;}

.same-hight {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-gap: 30px;
  padding: 10px;
}
.same-hight-flex h3{font-size: 20px;
    font-weight: 500;}
.same-hight-box {
 border: 1px solid #dad9d9;
    padding: 30px;
}

.same-hight-flex img{width: 40px;}
.full-width{    max-width: 820px !important;
    margin: auto;}.full-width h2{    font-weight: 800 !important;
    letter-spacing: 10px;}.full-width img{width: 60px;
    height: 60px;
    margin: auto;}
.announcement--text {
  font-size: 14px;
}
.product-card--details{display: block}
.product-page--form {
  padding-left: 25px;
}
.product-d-flex {
  justify-content: space-around;
  margin-top: 20px;
}
p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.radios--value-button:has(>.radios--input[data-item=radio]:checked) {
  border: 1px solid #1e3226;
}
.product--block {
  margin: 0px 0px 20px 0px !important;
}
.x-menu--level-2--link [data-item="nav-text"] {fv
  padding-bottom: 10px;
  width: 100%;
}
#x-menu--sub-skincare {
  padding-top: 50px !important;
}
.x-menu--level-1--link a {
  font-weight: 500;
}
.x-menu--level-2--link ul {
  margin-left: 0px;
}
.x-menu--level-2--link ul li a {
  color: #343333;
}
.size-p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}
.product-head {
  text-align: center;
}
.product-head h1 {
  margin-bottom: 30px;
}

.flex {
  display: flex;
  align-items: self-start;
  column-gap: 10px;
}
.seller{column-gap: 20px;}
.flex img {
  width: 48px;
  height: auto;
}
.fonder-flex {
  margin-top: 30px;
}
.fonder-flex .flex {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.flex .product-d-box {
  text-align: center;
}
.flex .product-d-box img {
  margin: 10px auto;
}
.imge-p {
  font-size: 13px;
  color: #4c4c4c;
}
.product--details {
  display: block;
}
.stacked-text--title:after{     background: #5f5e5e;
    height: 1px;
    width: 12px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 999999;
    display: block;}
.stacked-text--title{margin-bottom: 10px;position: relative;}
.made-flex-item {
    color: #1e3226;
  padding: 1px 10px;
    background-color:#688a7c4d;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}.made-flex{padding: 0px 0px 10px 0px !important;}.collapsible-row--toggle[aria-expanded=true]+.collapsible-row--content-wrapper, .collapsible-row--toggle{       border: 1px solid #d9d8d8;
    border-top: none;
    border-bottom: none;}.collapsible-row--toggle{border-top:1px solid #d9d8d8;padding: 12px !important;}
.product--block[data-block-type="collapsible-row"]{margin-bottom: 0px !important;} 
.main-product--root {
     position: relative;
    background-color: rgb(255, 255, 255);
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  
}
  .product--block--heading {
  font-size: 40px !important;
  font-family: 'Gallore'!important;
}
  .main-product--root::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;  /* Adjust opacity here */
    z-index: 0;  /* Ensure the background is behind the content */
}
.stacked-text--description h1{
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 0;
  }
  @media screen and (max-width: 575px){
    .stacked-text--description h1{
      font-size: 1.4rem;
    }
  }
  .small-p{font-size: 16px;
    padding: 0px !important;}.learning-font{}.collapsible-row--content p, .stacked-text--description p{font-size: 18px;}
  .breadcrumbs--root li a {
  color: #b9bbbf;    font-style: normal;
}.breadcrumbs--root [data-item=caption]{font-style: normal;}
.breadcrumbs--root li:not(:last-of-type):after {
  background-color: #b9bbbf !important;
}
  .breadcrumbs--root li a:after{border-bottom:.0714285714em solid #b9bbbf !important;}.collapsible-rows--block .collapsible-row--heading{    font-size: 16px;
    text-transform: capitalize;
    color: #726C6C;} 
.flex .cart-icon img{    width: 30px;}
.header--container{gap:20px !important;}
.x-menu--level-2--list{column-gap: 30px !important;}
.x-menu--level-3--link a{font-weight: 500 !important;}
.x-menu--level-2--link ul li a:before{display:none;}
.discount-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.original-price {
  font-size: 18px;
  text-decoration: line-through;
  color: #777;
}
.product-price--compare{ font-size: 18px !important;}
.discount-percentage {

  font-size: 18px;
 
  padding: 5px 0px;
  border-radius: 5px;
}
  .product-price--original, .product-price--compare, .discount-percentage{   font-family: "Roboto", serif !important;}
  .delivery-checker {
  margin-top: 15px;
}
#pincode {
  padding: 8px;
  margin-right: 5px;
}
#check-delivery {
  padding: 8px 15px;
  cursor: pointer;
}
#delivery-estimate {
  margin-top: 10px;
  color: #555;
}
  .payment-icon img{    width: 32px !important;}
.pinchkbtn{max-height: 45px;border-radius: 10px !important;background:none !important;color: #1e3226 !important;}input.pinchkinputfield{    border-width: 1px !important;background:none !important;border-color: rgb(51 51 51 / 10%) !important;border-top: none !important;
    border-left: none !important;
    border-right: none !important;    margin: 0px;}#pinchk-label{font-size:14px !important;}

.free-shiping-class{padding: 0;
    font-size: 15px !important;
    text-transform: none !important;}.shippinf-flex{align-items: center;
    justify-content: normal;
    padding: 5px;
    background: none;}
  
.product-buy-buttons--cta-text::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a"; /* Correct Unicode for shopping cart icon */
  margin-right: 8px;
  font-weight: 900;
}
.rewards-text {    font-weight: 500 !important;}
.zrx-sticky-atc-main-button-text::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a"; /* Correct Unicode for shopping cart icon */
  margin-right: 8px;
  font-weight: 900;
}
  
#pinchk-content{border: 1px solid #d9d8d8;}
 .sticky-btn{
    display:none !important;}

.product--price-wrapper {
            justify-content: flex-start !important;
}
.product--title{font-weight: 600 !important;}
.product--block--overline strong{text-transform: capitalize;
    font-size: 16px;
    color: #676767;}

.shop-the-look--product .product--price-wrapper{justify-content: center !important;}
.header--container{padding-top: 10px;}
.discount--price{color: green}

 .product-buy-buttons--primary {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
} 

.product-buy-buttons--drawer{padding: 0px 5px 20px;background: none;box-shadow: none;}
.collapsible-row--wrapper{    border: 1px solid #d9d8d8;
    border-top: none;
    border-bottom: none;}
.collapsible-row--content h4{margin: 0px}.product-price--wrapper{align-items: center}

#shopify-section-template--24544403194137__featured_collection_rq6YDe{display: none}
.collection-with-highlight--sticky .stacked-text--wrapper h2, .media-with-highlight--grid h2{font-size: 48px;} #shopify-section-template--24544403194137__image_with_text_6rnTYd .image-with-text--root h2{opacity: .7;font-size: 48px;}


          .policy-container{
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
.p-sec *{margin-bottom: 10px}
        .p-sec{padding-bottom: 20px;text-align: left;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 20px;}
        .policy-container h1 {
            text-align: center;
            margin-bottom: 20px;
            color: #444;
        }
        .policy-container h2 {
            font-size: 18px; /* Reduced font size */
            font-weight: 600;
            padding-bottom: 5px;
            margin: 0px;
            color: #444;
        }
        .policy-container p, .policy-container ul li {
            margin: 0px; /* Added bottom margin for better spacing */
                color: #525252;
                font-size: 15px;
              display: revert !important;
        }
.policy-container p{margin-bottom: 10px}
        .policy-container ul {
            padding-left: 20px;list-style: disc;
        }
        .policy-container .contact-info {
            margin-top: 20px;
            padding: 15px;
            background: #eef;
            border-radius: 5px;
        }
        .policy-container .contact-info strong {
            display: block;
            margin-bottom: 5px;
        }
        .policy-container .footer {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: #777;
        }
.stacked-text--description h3{margin: 0px;}


   .vedio-con {
      display: flex;
      gap: 30px;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }
    .left {
      position: relative;
      flex: 1 1 320px;
      max-width: 320px;
      cursor: pointer;
    }
    .left video {
      width: 100%;
      border-radius: 10px;
      display: block;
      object-fit: cover;
      background: #000;
      height: 520px;
    }
    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }
    .play-button::before {
      content: '';
      border-left: 18px solid white;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      margin-left: 5px;
    }
    .right {
      flex: 1 1 600px;
      max-width: 600px;
    }
    .video-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: black;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .video-modal.show {
      display: flex;
    }
    .video-modal video {
      max-height: 100vh;
      max-width: 100vw;
      background: black;
    }
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      color: white;
      cursor: pointer;
      z-index: 10000;
    }
    .custom-block{position: fixed;
    right: 30px;
    bottom: 30px;text-align:center}
.custom-whatsapp{
    padding: 6px 11px;
    background: #53f456;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 34px 1px #d0cece;
    margin: auto;}
.talktous{font-size:20px;margin-top:10px;}

@keyframes shake-horizontal {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-4px); }
  40%  { transform: translateX(4px); }
  60%  { transform: translateX(-3px); }
  80%  { transform: translateX(3px); }
  100% { transform: translateX(0); }
}

.shake {
  display: inline-block;       /* keep transform from affecting layout */
  animation: shake-horizontal 0.8s ease-in-out infinite;
  will-change: transform;
}

/* Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
  .shake { animation: none; transform: none; }
}

.right h2{font-size: 30px;font-weight: 500;line-height: 1.2;}
.left h2{font-size: 20px;font-weight: 500;line-height: 1.2;display: none;}

/*---------------------------offer------------------------*/
  .offers-section{ width:100%; max-width:1000px; position:relative; }
:root{ --gap:5px; }

  /* slider container */
  .offer-slider{ overflow:hidden; position:relative; padding:0px; } /* pads so arrows sit outside cards */
  .offer-track{
    display:flex;
    gap:var(--gap);
    transition:transform .45s cubic-bezier(.2,.8,.2,1);
    will-change:transform;
  }

  /* each card: we WANT 2 visible on desktop => basis 50% (minus gap handling) */
  .offer-card{
    background:#f2f2f2;
    border:1px solid #e5e2d9;
    border-radius:8px;
    padding:8px;
    box-shadow:0 1px 3px rgba(0,0,0,.05);
    flex:0 0 calc(50% - (var(--gap)/2)); /* two cards visible */
    position:relative;
    height:fit-content;
  }
.offer-h2{    font-size: 17px;
    font-weight: 600;}
  .offer-card h3{ margin:0 0 3px; font-size:13px; font-weight:600; color:#222;line-height:1.3 }
  .offer-card p{ margin:0 0 12px; color:#777; font-size:13px; }

  .code-section{ border-top:1px dotted #d5b55e; padding-top:10px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
  .code-box{    background: #fff;
    border: 1px solid #e0d5b5;
    border-radius: 4px;
    padding: 6px;
    font-weight: 600;
    font-size: 11px;
    display: flex
;
    gap: 0px;
    align-items: center;
    line-height: normal;}
  .copy-btn{
  position: relative;
    background: #fff4db;
    border: 1px solid #e0d5b5;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 11px;
    color: #b18a1a;
    cursor: pointer;
    user-select: none;
    line-height: normal;
  }
  .copy-btn:hover{ background:#f7eac5; }

  /* tooltip */
  .tooltip{
    position:absolute;
    top:-44px;
    left:50%;
    transform:translateX(-50%);
    background:#1a1a1a;
    color:#fff;
    padding:7px 10px;
    font-size:13px;
    border-radius:6px;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s, transform .2s;
  }
  .tooltip::after{
    content:"";
    position:absolute;
    bottom:-7px;
    left:50%;
    transform:translateX(-50%);
    border:7px solid transparent;
    border-top-color:#1a1a1a;
  }
  .copy-btn.active .tooltip{ opacity:1; transform:translateX(-50%) translateY(-4px); }

  /* arrows */
  .slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:36px; height:36px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; box-shadow:0 2px 6px rgba(0,0,0,.08); z-index:30;
  }
  .slider-btn.left{ left:6px; }
  .slider-btn.right{ right:6px; }
  .slider-btn[aria-disabled="true"]{ opacity:.35; pointer-events:none; }

  /* responsive: on small screens show 1 card */
  @media (max-width:700px){
    .offer-card{ flex:0 0 calc(100% - var(--gap)); }
    .offer-slider{ padding:0px; }
  }
/*-------------------------------end offer----------------*/



@media only screen and (max-width: 767px) {
   .vedio-con {
      flex-wrap: wrap;}
    label[data-item=swatch] {
        height: 20px !important;;
        width: 20px !important;;
        min-width: 20px !important;;
    }
        label[data-item=swatch]:after {
        height: 26px !important;
        width: 26px !important;
    }
    .product-page--block .collapsible-row--root{width: 100%;}.flex .product-d-box img{width:30px;}

.sticky-product-buy-buttons--primary{    justify-content: space-between !important;}
    .sticky-product-price--compare{font-size: 14px !important;}.sticky-discount-percentage{color: #fff !important;font-size: 14px;}

    
  .sticky-btn{
    
    position: fixed;
    bottom: 20px;
    width: 98vw;
            right: 0px;
        margin: 0px 4px;
    z-index: 99;}

.radios--root .radios--header{    padding: 0px !important;}
   .product-page--form {
    padding-left: 0px;
  }
  .featured-grid--item--image img {
    height: auto;
  }
  [data-item="small-text"] {
    padding: 0px;
  }
  .product-price--root {
    flex-flow: initial;
    column-gap: 10px;
  }
  .product-page--heading {
    font-size: 24px;
    text-align: left;
  }
  .radios--root {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }  
#shopify-section-template--24544403194137__collection-with-highlight{display: none}
#shopify-section-template--24544403194137__featured_collection_rq6YDe{display: block}
.same-hight {display: block;}.same-hight-box{margin-bottom: 14px;}.same-hight-flex h3{font-size: 18px;}
 #shopify-section-template--24544403194137__text_columns_3gDEEC .featured-grid--item--container .stacked-text--title {transform: translate(-50%, -230%);}
    .footer--sub {
        flex-wrap: wrap;
        justify-content: center;
    }

     .right h2 {
        font-size: 22px;
      }

      .right {
        text-align: center;
        flex: initial;
      }

      .right button {
        width: 100%;
      }
  .left{max-width: fit-content;}
    .left video {width: 100%;
        /* max-width: fit-content; */
        height: auto; }
.left h2{display: block;}.right h2{display: none;}.shop-the{justify-self: center;}.video-btn{display: inline-block;}

  .right-img img{display: none;}
  .footer--block {text-align:left !important;}    .social-icons--root[data-mobile-align=center] .social-icons--items {
        justify-content: normal;
    }.footer--block--container {width:100%}
}








