/** Shopify CDN: Minification failed

Line 466:18 Unexpected "{"
Line 466:27 Expected ":"
Line 474:18 Unexpected "{"
Line 474:27 Expected ":"
Line 485:18 Unexpected "{"
Line 485:27 Expected ":"
Line 502:18 Unexpected "{"
Line 502:27 Expected ":"
Line 503:18 Unexpected "{"
Line 503:27 Expected ":"
... and 16 more hidden warnings

**/
.section-main-product .section-wrapper {
  position: relative;
}

.swiper-autoplay {
  transition-timing-function: linear;
}

/* sticky product css start here  */

.sticky-buy-button-wrapper {
  width: 450px;
  position: fixed;
  right: 25px;
  bottom: 60px;
  z-index: 2;
  transition: all 0.4s;
  transform: translateY(100%);
  opacity: 1;
}

.sticky-buy-button-wrapper.fade-in {
  opacity: 1;
  transform: translateY(0%);
}

.sticky--button-box {
  background: var(--body_alternate_background);
  padding: 10px;
  border-radius: var(--product_card_radius);
  box-shadow: 0 0 10px #6666664d;
}

.sticky--button-box .sticky--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky--button-box .sticky--close svg {
  width: 14px;
  height: auto;
}

.sticky--product-card {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto;
  gap: 0;
}

.sticky--product-image {
  width: 90px;
  border-radius: var(--product_card_radius);
}

.sticky--product-detail .product--variant-title {
  padding-top: 3px;
}

.sticky--product-detail .product--pricing {
  padding-top: 3px;
}

.sticky--product-expand-detail {
  margin-top: auto;
}

/* Sticky expand layout */
.sticky--product-expand-detail {
  display: flex !important;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap; 
}

/* Quantity pill (smaller & balanced) */
.sticky-buy-button-wrapper .quantity-selector {
  display: flex;
  align-items: center;
  gap: 1px;                 /* ↓ reduced */
  border: 1.2px solid #111;
  border-radius: 999px;
  padding: 4px 5px;         /* ↓ reduced */
  height: 36px;              /* ↓ reduced */
  background: transparent;
  width: 90px;
  justify-content: space-between;
}

/* Plus / minus buttons */
.sticky-buy-button-wrapper .quantity-selector .qty-btn {
  all: unset;
  cursor: pointer;
  font-size: 16px;           /* ↓ reduced */
  line-height: 1;
  color: #111;
}

/* Quantity number */
.sticky-buy-button-wrapper .quantity-selector input {
  all: unset;
  width: 10px;               /* ↓ reduced */
  text-align: center;
  font-size: 13px;           /* ↓ reduced */
}


.sticky-quantity-wrapper {
  flex-shrink: 0;
}



.sticky--product-detail .product--pricing .product--actual-price {
  font-weight: 600;
}

.sticky--add-to-cart-wrapper .product--pricing span {
  font-size: var(--text);
  font-weight: 700;
}

@media (min-width: 1025px) {
  .sticky--add-to-cart-wrapper {
    position: fixed;
    bottom: 50px;
    left: 20px;
    right: 20px;
    background: var(--body_background);
    display: flex;
    z-index: 2;
    box-shadow: 0 11px 36px 0 rgb(0 0 0 / 20%);
    border-radius: var(--card_radius);
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    width: 90%;
    margin: 0 auto;
    border: 1px solid var(--border_color);
  }

  .sticky--add-to-cart-wrapper.fade-out {
    opacity: 0;
    pointer-events: none;
  }

  .sticky--add-to-cart-wrapper.fade-in {
    opacity: 1;
  }

  .sticky--product-img-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sticky--product-qty-wrapper {
    flex-grow: 1;
    display: flex;
  }

  .sticky--product-buttons {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sticky--product-img-wrapper {
    padding: 10px;
    display: grid;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto 1fr;
  }

  .sticky--product-img {
    width: 80px;
    border-radius: var(--card_radius);
    overflow: hidden;
  }

  .sticky--product-title .product--sku {
    font-size: var(--small_text);
  }

  .sticky--product-title .product--sku,
  .sticky--product-title .product--title {
    padding-bottom: 4px;
  }

  .sticky--product-block {
    border-left: 1px solid var(--border_color);
  }

  .sticky--product-variant-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .sticky--product-varient,
  .sticky--product-quantity {
    flex: 1;
    height: 100%;
    position: relative;
  }

  .sticky--product-quantity {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }

  /*  */
  .sticky--product-dropdown-content .product--options {
    padding-bottom: 0;
  }

  .sticky--product-dropdown-content .quantity {
    max-width: 100%;
    background: var(--body_alternate_background);
    padding: 12px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
  }

  .sticky--product-dropdown-content .quantity+.quantity {
    margin-top: 8px;
  }

  .sticky--product-dropdown-content .quantity .product--variants-title {
    padding-bottom: 0;
  }

  .sticky--product-dropdown-content .quantity .quantity-button svg {
    width: 10px;
  }

  .sticky--product-dropdown-content .quantity .quantity--inner {
    height: 34px;
    border: 0;
  }

  .sticky--product-dropdown-content .quantity .quantity-button {
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    background: var(--body_background);
    border-radius: 4px;
    transition: .3s ease all;
  }

  .sticky--product-dropdown-content .quantity .quantity-input {
    min-height: 34px;
    max-width: 40px;
    font-size: var(--large_text);
  }

  .sticky--product-variant-wrapper .product--variants-title [data-selected-variant] {
    font-size: var(--small_text);
  }

  .sticky--product-varient+.sticky--product-varient {
    border-left: 1px solid var(--border_color);
  }

  /*  */
  .sticky-collapsible-content-button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-height: 85px;
    justify-content: space-between;
    background: transparent;
    width: 100%;
  }

  .sticky-collapsible-button-icon {
    transition: 0.5s ease;
  }

  .sticky-collapsible-button-icon svg {
    width: 12px;
    height: auto;
    display: block;
  }

  .sticky-collapsible-content--block.active .sticky-collapsible-button-icon {
    transform: rotate(180deg);
  }

  .sticky--product-dropdown-content {
    position: absolute;
    z-index: 2;
    bottom: 90%;
    background: var(--body_background);
    left: 0;
    right: 0;
    box-shadow: 0 0 26px 0 #0000002e;
    padding: 20px;
    border-radius: var(--card_radius);
    min-width: 310px;
    display: none;
    -webkit-backdrop-filter: blur(10px);
  }

  .sticky--product-variant-label {
    padding-bottom: 10px;
  }

  .sticky--product-varient .product--variants-title,
  .sticky--product-variant-label {
    font-size: var(--medium_text);
    font-weight: 600;
  }

  .sticky--product-buttons {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sticky--product-buttons .product-checkout-buttons {
    padding: 0;
  }

  .sticky--product-buttons .product-checkout-buttons.dynamic-button-enable {
    grid-template-columns: 1fr;
  }

  .sticky--product-buttons .shopify-payment-button__more-options {
    font-size: var(--small_text);
  }

  .sticky--product-buttons .button,
  .sticky--product-buttons .shopify-cleanslate button,
  .sticky--product-buttons .shopify-cleanslate div[role='button'] {
    min-height: 46px !important;
    height: auto;
  }

  .sticky--product-buttons shopify-accelerated-checkout,
  .sticky--product-buttons shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 46px;
  }

  .sticky--product-buttons button.shopify-payment-button__button {
    min-height: 46px;
  }

  .sticky--close:hover svg line {
    animation: cross_animate 0.5s ease-in-out forwards;
  }

  .sticky--close:hover svg path {
    animation: cross_animate 0.5s ease-in-out forwards;
    animation-delay: 0.1s;
  }
}

@media (min-width: 1200px) {
  .sticky--add-to-cart-wrapper {
    left: 30px;
    right: 30px;
  }

  .sticky--product-buttons .product-checkout-buttons.dynamic-button-enable {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1441px) {
  .sticky--add-to-cart-wrapper {
    left: 50px;
    right: 50px;
  }

  .sticky--product-buttons {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* sticky product css end here  */

@media (max-width: 1024px) {
  .sticky--add-to-cart-wrapper {
    padding: 30px 20px 0;
  }

  .sticky--product-img,
  .sticky-collapsible-content-button,
  .sticky--product-quantity .sticky--product-variant-label {
    display: none;
  }

  .sticky--product-title .product--title {
    font-size: var(--h5);
    padding-bottom: 10px;
    color: var(--heading_color);
    font-family: var(--heading_font_family);
    font-weight: var(--heading_font_weight);
    line-height: var(--heading_font_line_height);
  }

  .sticky--product-title .product--pricing {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .sticky--add-to-cart-wrapper {
    padding: 30px 15px 0;
  }

  /* .sticky-buy-button-wrapper {
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
  } */

  .sticky--button-box {
    border-radius: var(--product_card_radius) var(--product_card_radius) 0 0;
  }
}

@media (max-width: 575px) {}

.skin-type-badge{
  color:#ffffff;
}








#shopify-section-{{ section.id }} button[data-add-to-cart] {
  position: relative !important;
  padding-right: 48px !important; /* icon space */
  justify-content: flex-start !important;
  min-height: 52px !important;
  border-radius: 26px !important;
}

#shopify-section-{{ section.id }} button[data-add-to-cart] svg {
  position: absolute !important;
  right: 16px !important; /* extreme right */
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  fill: #ffffff !important; /* white */
  z-index: 2 !important;
}

#shopify-section-{{ section.id }} button[data-add-to-cart] span[data-atc-text] {
  z-index: 3 !important;
}

.section-main-product .slider-button,
.section-main-product .slider-button-prev,
.section-main-product .slider-button--next,
.section-main-product button[class*="swiper"],
.section-main-product button[class*="navigation"] {
  display: none !important;
}





/* Increase main product image width */
#shopify-section-{{ section.id }} .product__media img,
#shopify-section-{{ section.id }} .product-media-zoom img,
#shopify-section-{{ section.id }} .codeskin-media-wrap img,
#shopify-section-{{ section.id }} .product__media video,
#shopify-section-{{ section.id }} .product-media-zoom video {
  width: 100% !important;
  max-width: 650px !important;  /* Wider than sticky image (90px) */
  height: auto !important;
  object-fit: cover;
}

/* Expand media container */
#shopify-section-{{ section.id }} .codeskin-media-wrap,
#shopify-section-{{ section.id }} .product__media,
#shopify-section-{{ section.id }} .product-media-zoom {
  max-width: 700px !important;
  margin: 0 auto !important;
}

/* Mobile: Full width */
@media (max-width: 767px) {
  #shopify-section-{{ section.id }} .codeskin-media-wrap img,
  #shopify-section-{{ section.id }} .product__media img {
    max-width: 100% !important;
  }
}

.codeskin-media-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* NEW: For dots positioning */
}

/* NEW: Dots mobile positioning */
@media (max-width: 767px) {
  .codeskin-media-wrap {
    position: relative !important;
  }
  .codeskin-dotted-scroller {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    pointer-events: none !important;
  }
  .dot-item {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
}




