/** Shopify CDN: Minification failed

Line 375:0 Unexpected "{"
Line 375:1 Expected identifier but found "%"
Line 386:2 Unexpected "{"
Line 386:3 Expected identifier but found "%"
Line 636:55 Unterminated string token

**/
.product-badges__badge-custom {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff; 
  background: linear-gradient(145deg, #ff4d4d, #cc0000);
  border-radius: 6px;
  box-shadow: 
    0 4px 0 #990000,   /* bottom depth */
    0 6px 10px rgba(0,0,0,0.25); /* soft shadow */
  transform: translateY(0);
  transition: all 0.2s ease;
}

/* Hover press effect */
.product-badges__badge-custom:hover {
  transform: translateY(2px);
  box-shadow: 
    0 2px 0 #990000,
    0 4px 6px rgba(0,0,0,0.2);
}

/* Optional: add shine */
.product-badges__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgba(255,255,255,0.2);
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}

.menu__heading.h3{
  padding-top:0px !important;
}
/* 
#shopify-section-template--19580899590227__section .layout-panel-flex {
      display:block !important;
} */

slideshow-arrows .slideshow-control {
  opacity: 1 !important;
}


element.style {
}
:first-child:is(.h1,.h2,.h3,.h4,.h5,.h6) {
    margin-block-start: 0;
}
h5, .h5.h5, .text-block.h5>*, .text-block.h5 :is(h1,h2,h3,h4,h5,h6) {
    font-family: var(--font-h5--family);
    font-style: var(--font-h5--style);
    font-weight: var(--font-h5--weight);
    font-size: var(--font-h5--size);
    line-height: var(--font-h5--line-height);
    letter-spacing: var(--font-h5--letter-spacing);
    text-transform: var(--font-h5--case);
    color: var(--color, var(--font-h5-color));
}
@media screen and (min-width: 750px) {
    accordion-custom[data-disable-on-desktop=true] summary {
        cursor: auto;
    }
}
.footer-content summary {
    padding-block:0px !important;
}
@media screen and (max-width: 750px) {
  .footer-content summary {
      padding-block:10px !important;
  }

    .footer-content .group-block-content{
      gap: 15px !important;
    }

}

.xb-wishlist__add[xb-add], .xb-wishlist__remove[xb-add] {
    height: 20px !important; 
    display: block;
}

.xb-wishlist__btn-custom button{
  border:none;
  background:transparent;
}  
/* MENU LINK */
.menu-list__link{
  flex-direction:row !important;
}
.menu-list__link-title{
  display:flex;
  align-items:center;
  gap:6px;
}

/* CARET ICON */
.menu-list__caret{
  display:flex;
  align-items:center;
  justify-content:center;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;

  opacity:0.7;
}

/* HOVER EFFECT */
.menu-list__list-item:hover .menu-list__caret{
  opacity:1;
  transform:translateY(1px);
}

/* ROTATE WHEN SUBMENU OPEN */
.menu-list__link[aria-expanded='true'] .menu-list__caret{
  transform:rotate(180deg);
  opacity:1;
}

/* SVG */
.menu-list__caret svg{
  display:block;
}

/* custom-product-card-css */

.skincare-carousel {
  background: #ffffff;
  padding: 40px 0px;
}

/* =========================
   ATTRACTIVE SECTION HEADING
========================= */
.full-card-link{
  position:absolute;
  inset:0;
  z-index:1;
}
.section-heading-wrap{
  text-align:center;
  margin-bottom:55px;
  position:relative;
}

.section-subheading{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:4px;
  color:#c08b5c;
  font-weight:600; 
  margin-bottom:12px;
}

.section-heading{
  font-size:35px;
  line-height:1.1;
   font-weight:600; 
  color:#1f1f1f;
  margin:0;
  position:relative;
  display:inline-block;
}

/* GOLD UNDERLINE EFFECT */
.section-heading::after{
  content:'';
  width:70%;
  height:4px;
  background:linear-gradient(to right,#d4a373,#f6d7b0);
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-14px;
  border-radius:30px;
}

/* SOFT GLOW */
.section-heading::before{
  content:'';
  width:120px;
  height:120px;
  background:rgba(212,163,115,0.12);
  position:absolute;
  top:-30px;
  left:50%;
  transform:translateX(-50%);
  border-radius:50%;
  filter:blur(20px);
  z-index:-1;
}

.section-description{
  max-width:650px;
  margin:30px auto 0;
  color:#666;
  font-size:16px;
  line-height:1.7;
}

.rating{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}

.stars{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
}

.stars p{
  margin:0;
  line-height:1;
}

.reviews{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
}

.verified-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}

.divider{
  width:1px;
  height:14px;
  background:#d6d6d6;
}

/* MOBILE */
@media(max-width:768px){
  .skincare-carousel {
  padding: 10px 0px;
}


  .section-heading-wrap{
    margin-bottom:35px;
  }

  .section-heading{
    font-size:24px;
  }

  .section-subheading{
    font-size:11px;
    letter-spacing:3px;
  }

  .section-description{
    font-size:14px;
    line-height:1.6;
  }
}

/* FORCE SINGLE ROW */
/* PRODUCT GRID */
.carousel-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  padding: 0;
  width: 100%;

  justify-content: center;
  align-items: stretch;
}

/* PRODUCT CARD */
.product-card {
  width: 100%;
  min-width: 0;

  background: #ffffff;
  padding: 16px;

  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);

  position: relative;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* HOVER */
.product-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

/* TABLET */
@media (min-width: 768px) {
  .carousel-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* LAPTOP / DESKTOP */
 @media (min-width: 1024px) {
  .carousel-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
} 

/* 
@media (min-width: 1024px) {
  .carousel-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
  }
} */
/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {

  .carousel-wrapper {
    gap: 14px;
  }

  .product-card {
    padding: 10px;
  }

  .title {
    font-size: 13px;
    line-height: 1.4;
  }

}


/* IMAGE AREA */
.image-area {
  position: relative;

  width: 100%;
  aspect-ratio: 1 / 1;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}
/* ARCH BACKGROUND (THIS CREATES YOUR LOOK) */
{% comment %} .arch-bg {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);

  background: #f8eddf;
  border-radius: 120px 120px 30px 30px;
  z-index: 0;
} {% endcomment %}

/* PRODUCT IMAGE */
.product-img {
  width: 100%;
  height: 100%;
  object-fit:contain;
  /* object-fit: cover; */
  object-position: center;

  transition: transform 0.6s ease;
}

.product-card:hover .product-img {
  transform: scale(1.08);
}


/* DISCOUNT BADGE (LIKE IMAGE) */
.badge { /* green like your example */
  color: #BB8544;
  font-size: 12px;
}

/* WISHLIST BUTTON */
.wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;

  width: 36px;
  height: 36px;

  border-radius: 50px;
  border: none;

  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display:flex;
  justify-content:center;
  align-items:center;
  cursor: pointer;
}

/* INFO */
.info {
  margin: 15px auto 10px auto;
  width:100%;
}

.brand {
  font-size: 11px;
  color: #888;
}

/* ========================================================
   FIX: TITLE BREAKING OUT OF CARD (DESKTOP & GENERAL)
   ======================================================== */
/* .title {
  font-size: 16px;
  margin: 0px 0;
  padding:5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;       
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;           
} */
 .title {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 5px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

  overflow: hidden;
  text-overflow: ellipsis;
  
  /* height: 22px; <-- Ise delete kar dein */
}
/* .title {
  font-size: 14px;
  margin: 0px 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* PRICE */
.price {
  margin: 8px 0;
}

.price .new {
  color: #000000;
  font-weight: bold;
}

.price .old {
  margin-left: 6px;
  text-decoration: line-through;
  color: #aaa;
}

/* BUTTON WITH FLOATING ICON */
.info form{
  position: relative;
  z-index: 5;
}

.add-to-cart {
  width: 100%;
  padding: 12px;
  border-radius: 999px;
  border: 1px solid #000;
  background: transparent;

  position: relative;
  z-index: 5;
  cursor: pointer;
}

/* FLOATING CART ICON */
.cart-float {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);

  background: #000;
  color: #fff;

  width: 34px;
  height: 34px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* MOBILE PRODUCT CARD FIX */
@media (max-width: 767px) {

  /* PRICE SECTION */
  .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
  }

  .price .new {
    font-size: 15px;
    line-height: 1.2;
  }

  .price .old {
    font-size: 13px;
    margin-left: 0;
  }

  /* DISCOUNT TEXT */
  .badge {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }

  /* ADD TO CART BUTTON */
  .add-to-cart {
    width: 100%;
    height: 42px;

    padding: 0 44px 0 14px;

    font-size: 13px;
    border-radius: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
  }

  /* CART ICON */
  .cart-float {
    width: 30px;
    height: 30px;

    right: 5px;
    font-size: 13px;
  }

  /* PRODUCT CARD */
  .product-card {
    padding: 10px;
  }

  /* TITLE */
  .title {
    font-size: 14px;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* text-transform:ellipsis; */
    overflow: hidden;
    white-space: normal;
      overflow:hidden;
  text-overflow:ellipsis;
  }

  /* REVIEWS */
  .reviews {
    font-size: 12px;
  }

  .rating {
    gap: 6px;
    font-size:12px;
  }
}


@media screen and (max-width: 989px) {
  .predictive-desktop-search {
    display: none !important;
  }
}


@media screen and (max-width:768px){
.menu-drawer__menu-item-text{
  font-size:15px !important;
}


/** Product details metafeild design **/


.ai-skin-concern-pill-atgq3bm1bem1irflxuaiblockfldx9n"{
  word-spacing:5px !important;
}
.ai-skin-concern-pill-atgq3bm1bem1irflxuaiblockfldx9n{
  word-spacing:5px;
}
/*** To Remove the dot **/


.ai-skin-concern-dot-atgq3bm1bem1irflxuaiblockfldx9n{
  display:none;
}


.xb-wishlist-button {
  display:none;
}

/* 
.sticky-add-to-cart{
  display:none;
}
 */
 /* ========================================================
   CLEAN SOLID BLACK ADD TO CART BUTTON (WITHOUT ANY ICON)
   ======================================================== */
.button.add-to-cart-button.button-secondary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* Text perfectly center me align rahega */
    
    width: 100% !important; /* Pure card ki width me fit hoga */
    height: 46px !important; /* Professional target height */
    padding: 0 24px !important;
    
    background-color: #000000 !important; /* Solid Premium Black */
    color: #ffffff !important; /* Clean White Text */
    border: 1px solid #000000 !important;
    border-radius: 999px !important; /* Perfect Smooth Pill Shape */
    
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important; /* Luxury alignment spacing */
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.2s ease-in-out !important;
}

/* Default Basket Icon ko completely remove karne ke liye */
.button.add-to-cart-button.button-secondary::before,
.button.add-to-cart-button.button-secondary::after {
    content: none !important;
    display: none !important;
}

/* Stable Hover Design: Inversion or flash effects are disabled */
.button.add-to-cart-button.button-secondary:hover {
    background-color: #1a1a1a !important; /* Rich subtle black shade on hover */
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; /* Soft card depth lift */
}

/* ========================================================
   RESPONSIVE MOBILE VIEW FOR THE CLEAN BUTTON
   ======================================================== */
@media (max-width: 767px) {
    .button.add-to-cart-button.button-secondary {
        height: 42px !important; /* Compact size for mobile grids */
        font-size: 12px !important;
        padding: 0 15px !important;
    }
}
 
.blog-post-featured-image__image{
  padding: 0 100px !important;
}

@media (max-width: 767px) {
  .blog-post-featured-image__image{
    padding:0 10px !important;
  }
}

/** Search Title **/

/*


/** Suitable For **/

.ai-skin-concern-pill-atgq3bm1bem1irflxuaiblockfldx9n{
  padding-bottom:10px !important;
}

/* .product-media__drag-zoom-wrapper{
    overflow:hidden;
    position:relative;
}

.product-media__drag-zoom-wrapper img{
    width:100%;
    height:auto;
    object-fit:contain;
} */



/** Zoom Img **/

/* Main Gallery Wrapper - iska default structure nahi chedenge */
.dialog-zoomed-gallery {
  position: relative;
  display: block !important;
}

/* Sirf Image Container ko professional box me convert karenge */
.dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
  background: #ffffff !important; 
  padding: 20px !important; 
  border-radius: 12px !important; 
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important; 
  
 
  width: 100% !important;
  max-width: 480px !important; 
  height: auto !important;
  
  margin: 20px auto !important; 
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Box ke andar ki image perfectly set rahegi */
.dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
@media screen and (max-width: 768px) {

  /* Mobile me zoom cursor aur zoom behavior remove */
  .product-media-container--zoomable {
    cursor: default !important;
  }

  /* Zoom icon hide agar present ho */
  .product-media__zoom-button,
  .product-gallery__zoom-button {
    display: none !important;
  }
}
/* Sirf Mobile Screens ke liye (749px se choti screens) */
@media screen and (max-width: 749px) {
  [id^="zoom-dialog-"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* Parent container se har tareeke ka scroll remove karne ke liye */
/* .product-media-container.media-fit-contain {
    overflow: hidden !important; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-height: 100% !important;
    width: 100% !important;
} */

/* Image ko box ke andar perfectly fit aur locked rakhne ke liye */
/* .product-media-container.media-fit-contain img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important; 
    touch-action: none !important; 
    pointer-events: none; 
} */


/* 1. Main image wrapper aur uske saare parents ka scroll block karne ke liye */
/* .product-media-container,
.product-media-container.media-fit-contain,
.product-grid-item__image-wrapper,
.product__media-item {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
        touch-action: pan-y !important;
    -webkit-overflow-scrolling: auto !important; 
} */

/* 2. Image ko completely stable aur responsive rakhne ke liye */
/* .product-media-container.media-fit-contain img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    
  
    pointer-events: none !important; 
       touch-action: pan-y !important;
    transform: none !important; 
} */

/* 3. CSS Scroll Snap Framework ko bypass karne ke liye (Important for Shopify Themes) */
/* .product__media-list, 
.slider,
.grid--peek {
    scroll-snap-type: none !important;
    touch-action: none !important;
    overflow: hidden !important;
} */

@media screen and (max-width: 768px) {

  .product-media-container.media-fit-contain img {
    pointer-events: auto !important;
    touch-action: pan-x pan-y !important;
  }

  .product__media-item,
  .product-media-container,
  .product-media-container.media-fit-contain {
    touch-action: pan-x pan-y !important;
    overflow: visible !important;
  }

}

.icon-block{
  background-color:white;
  border-radius:50%;
}

.email-signup__input.paragraph{
  outline:none;
}

.shopify-policy__container{
max-width:75ch !important;
}
.price{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}

.badge{
  display:block;
  width:100%;
}


/* .xb-wishlist__loading {
  display: none;
} */

.xb-wishlist__btn-custom{
  visibility:hidden;
}

/* Tinker Theme Mobile Slider Momentum Fix Mobile slider issue */
@media screen and (max-width: 749px) {
  .product__media-list,
  .slider,
  [data-syclone-slider] {
    scroll-snap-type: x mandatory !important;
  }

  .product__media-item,
  .slider__item,
  .grid__item.slider__slide {
    scroll-snap-stop: always !important;
  }
}

.product__media-item,
.slider__item,
slideshow-slide {
  scroll-snap-stop: always !important;
}

/**Mobile Slider Issue Fix **/


/** mOBILE Title Issue Fix**/
@media (max-width: 767px) {
  .title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;

    /* Strict 1 line truncation */
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;

    /* Isse text katna band ho jayega */
    height: auto !important; 
    min-height: 1.4em !important; 
  }
}


.gfa-copyright{
  display:none !important;
}

