/** Shopify CDN: Minification failed

Line 106:0 Unexpected "/"
Line 112:0 Unexpected "/"

**/
.m-product-card__title a.m-product-card__name {
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
  font-weight: 500;
}

/*Css for Buy 4 at 999 */
.individual-products-section {
    margin-top: 0px!important;
}

.individual-products-section p.condition-description {
    padding-bottom: 15px!important;  
}

/*Css for whole site change*/
h1, h2, h3{
 color: #4C3830 !important;
  font-weight: !important;
}

/*Css for discount Percentage */
body .m-product-card__tag-name {
    width: 40px;
    opacity: 80% !important;
    font-family: Poppins !important;
    border-radius: 50% !important;
    height: 40px;
}

/*Css for product card*/
/* #m-section--template--24103234797815__featured_collection_kTVNm7 .m-product-card .m-product-card__title {
    width: 100%;
    height: 100%;
    min-height: 60px !important;
} */

.m-product-card .m-product-card__title {
    width: 100%;
    height: 100%;
    min-height: 90px !important;
}

.m-product-card {
    border: .5px solid #C1C1C1 !important;
    border-radius: 15px
}

.m-product-card .m-product-card__content .m-product-card__info {
    margin-left: 15px;
    margin-right: 15px;
}

/*Css for testomonial */
#trustoo-barrage-carousel {
    font-family: 'Poppins' !important;
}

#trustoo-barrage-carousel #tt-carousel-content #tt-carousel-title {
    font-size: 24px !important;
    letter-spacing: 0.4px;
    word-spacing: 1px;
    text-transform: uppercase;
}

#trustoo-barrage-carousel #tt-carousel-content #tt-carousel-desc {
    word-spacing: 1px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/*Css for footer */
h3.m-footer--block-title {
    color: #fff !important;
    opacity: 85%;
}

/*Css For Product Discription image*/
.m-product-details-tabs .m-tab-content--description .rte p {
    margin-bottom: 0px!important;
}

.m-product-details-tabs .m-tab-content--description .rte p img {
    margin-bottom: 0px!important;
    border-radius: 0%!important;
}

/*Css For Vendors*/
.m-product-card__vendor {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    /* font-weight: 600 !important; */
}

/*Css For inventory status */
.main-product__block-inventory_status {
    display: none !important;
}

/for metafield image/
.custom_extra img{
  width: 100%;
 padding: clamp(0em, 1vw, 0.5em);
 border-radius:10px;
}
/end/


/*for custome metafield image on product page */
.custom_extra img {
    width: 20% !important;
}

/*Css for select options */
button.m-product-form.m-product-quickview-button {
    background: #ba8b4b !important;
    color: #fff !important;
}

button.m-product-form.m-product-quickview-button:hover {
    background-color: rgb(125, 19, 19)!important;
    box-shadow: none !important;
}

/*Css For Whatspp Button */
#st-2.st-sticky-share-buttons {
    max-width: 48px;
    right: 5px!important;
    bottom: 10px!important;
    left: auto!important;
}

#st-2.st-sticky-share-buttons .st-btn {
    border-radius: 50%!important;
}

@media(max-width: 426px){
#st-2.st-sticky-share-buttons {
    bottom: 70px!important;
    right: 5px!important;
}
}

/*Css For Mobile sticky shortcuts*/
.m-mobile-sticky-bar {
    visibility: hidden !important;
}

/*css For homepage banner */
/* @media(min-width: 769px){
.m-slide__bg img {
    object-fit: fill !important;
}
} */

/* ---- Cursor / touch sparkle line (canvas) ---- */
#sparkle-canvas{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2147483000; /* super high to sit above widgets */
}



/* Diwali Popup Styles */

.diwali-popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.diwali-popup-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.diwali-popup {
  position: relative;
  width: 90%;
  max-width: 520px;
   background: linear-gradient(
    135deg, 
    #3A1617 0%,   /* Start: Slightly lighter, warmer burgundy */
    #210C0D 60%,   /* Midpoint: Your specified deep color */
    #150607 100%   /* End: Almost black for maximum depth */
  );

  border: 3px solid #c9a05f;
  border-radius: 12px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transform: scale(0.8) translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.diwali-popup-overlay.active .diwali-popup {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.diwali-close-btn {
  position: absolute;
  top: 20px; right: 20px;
  width: 36px; height: 36px;
  background: transparent;
  border: 2px solid #c9a05f;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a05f;
  transition: all 0.3s ease;
  z-index: 21;
}

.diwali-close-btn:hover {
  background: rgba(201, 160, 95, 0.2);
  transform: rotate(90deg);
}

.diwali-popup-content {
  position: relative;
  padding: 110px 40px 50px;
  text-align: center;
  color: white;
}

.fireworks-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.diwali-mandala-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

.diwali-icon {
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
}

.diwali-heading {
  font-size: 42px;
  font-weight: 700;
  color: #c9a05f !important;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-shadow: 0 4px 12px rgba(201, 160, 95, 0.5);
  font-family: Georgia, serif;
  position: relative;
  z-index: 2;
}

.diwali-offer-badge {
  display: inline-block;
  background: linear-gradient(180deg, #e8c883 0%, #d4af68 25%, #c9a05f 50%, #b8944d 75%, #a8843d 100%);
  padding: 32px 60px;
  border-radius: 8px;
  margin: 20px 0 30px;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 8px rgba(0, 0, 0, 0.3);
  border: 2px solid #a8843d;
  border-top-color: #e8c883;
  border-bottom-color: #8a6e32;
  position: relative;
  z-index: 2;
}

.diwali-offer-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}

.diwali-offer-badge::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #3a1515;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.6;
  z-index: -1;
}

.diwali-discount {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #3a1515;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 1px;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.diwali-subtitle {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #3a1515;
  font-style: italic;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.diwali-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 30px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.diwali-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #e8c883 0%, #d4af68 25%, #c9a05f 50%, #b8944d 75%, #a8843d 100%);
  color: #3a1515;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #a8843d;
  border-top-color: #e8c883;
  border-bottom-color: #8a6e32;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 3px rgba(0, 0, 0, 0.3);
}

.diwali-cta-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}

.diwali-cta-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  border-radius: 50px 50px 0 0;
  pointer-events: none;
}

.diwali-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 12px 35px rgba(201, 160, 95, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.diwali-cta-btn:hover::before {
  left: 100%;
}

.diwali-cta-btn svg {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.diwali-cta-btn:hover svg {
  transform: translateX(4px);
}

.diwali-timer {
  font-size: 13px;
  color: #c9a05f;
  margin-top: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

body.diwali-popup-open {
  overflow: hidden;
}

/* Company Logo */
#company-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: auto;
  z-index: 20;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Responsive adjustments */
@media (max-width: 520px) {
  .diwali-popup {
    width: 95%;
    margin: 20px;
  }
  
  #company-logo {
    width: 100px;
    top: 15px;
  }
  
  .diwali-popup-content {
    padding: 90px 24px 40px;
  }
  
  .diwali-heading {
    font-size: 32px;
    letter-spacing: 3px;
  }
  
  .diwali-discount {
    font-size: 32px;
  }
  
  .diwali-subtitle {
    font-size: 14px;
  }
  
  .diwali-offer-badge {
    padding: 26px 40px;
  }
  
  .diwali-description {
    font-size: 14px;

  }
  
  .diwali-cta-btn {
    font-size: 14px;
    padding: 14px 28px;
  }
  
  .diwali-close-btn {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
  }
}