/** Shopify CDN: Minification failed

Line 78:3 Unexpected ","

**/
/* =========================================================
   HERO BANNER — Mobile Image Fix (No Cropping)
========================================================= */
@media screen and (max-width: 749px) {
  .hero {
    min-height: auto !important;
  }

  /* .hero__container {
    min-height: 300px !important;
  } */

  .hero__media-wrapper--mobile,
  .hero__media-wrapper--desktop {
    position: relative;
    height: auto;
  }

  .hero__media {
    position: relative;
    height: auto !important;
    width: 100%;
    object-fit: contain;
    aspect-ratio: auto;
  }

  .hero__media-grid {
    position: relative;
    inset: auto;
  }

  .hero__content-wrapper {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  /* Target the product title heading inside product blocks or cards */
  .user-select-text p[role="heading"],
  .product-title, 
  .card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  /* Reduce vertical padding and height for a thinner button */
 .button[id^=BuyButtons-ProductSubmitButton-] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 36px !important;
    font-size: 13px !important; /* Slightly smaller font to prevent text wrapping */
    white-space: nowrap !important; /* Force single-line display */
  }

  .utilities{
    gap:0px !important;
  }
}





@media screen and (max-width: 749px) {
  h1 {
    font-size: 26px !important; 
  },

}

/** xb wishlist product-detail remove**/

/* .xb-wishlist-button__add-style, .xb-wishlist-button__loading-style, .xb-wishlist-button__remove-style{
  display:none;
} */


/** watsapp Icon **/
.whatsapp-widget-right {
right:30px !important;
bottom:30px !important;
}

@media screen and (max-width: 768px) {
  .whatsapp-widget-right {
    right: 10px !important; /* Yahan value apne hisab se 5px ya 0px kar sakte hain */
    bottom: 25px !important;
  }
}



/* Unique Slanted / Angled Clip-Path Sale Badge */
.product-badges__badge--rectangle.color-custom-badge-sale {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase;
  background-color: #000 !important; /* Aap apne hisab se color adjust kar sakte hain */
  color: #fff !important;
  /* Yeh property corners ko modern diagonal cut degi */
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  border-radius: 0 !important; /* Clip-path ke sath border-radius hataana padta hai */
}


/** Product-card Right  Review**/

.product-rating-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8); /* Background for readability */
  padding: 4px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10; /* Taaki rating image ke upar rahe */
}

.product-rating-badge__star {
  color: #ffb800;
  font-size: 14px;
}

.product-rating-badge__count {
  color: #777;
  font-size: 11px;
}

.alvora-product-review {
  position: absolute;
  left: 6px;
  bottom: 12px;

  display: flex;
  align-items: center;
  gap: 5px;

  padding: 3px 6px;

  background: #fff;
  border-radius: 2px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);

  z-index: 10;

  font-size: 14px;
  line-height: 1;
}

.alvora-review-star {
  color: #D9A441;
  font-size: 18px;
  line-height: 1;
}

.alvora-review-rating {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.alvora-review-count {
  color: #777;
  font-size: 13px;
}
/* =========================================================
   CART DRAWER - PREMIUM OFFER
========================================================= */

.cart-drawer-offer {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;

  padding: 12px 16px;

  background: #faf9f7;
  border-bottom: 1px solid #e5e5e5;
}


/* Discount Badge */

.cart-drawer-offer__discount {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 58px;
  height: 20px;

  padding: 0 8px;

  background: #111;
  color: #fff;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;

  border-radius: 2px;

  flex-shrink: 0;
}


/* Text */

.cart-drawer-offer__content {
  display: flex;
  flex-direction: column;
  gap: 3px;

  flex: 1;
  min-width: 0;
}

.cart-drawer-offer__title {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.cart-drawer-offer__subtitle {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}


/* Coupon */

.cart-drawer-offer__copy {
  display: flex;
  align-items: center;
  gap: 7px;

  padding: 7px 9px;

  background: #fff;
  color: #111;

  border: 1px dashed #999;
  border-radius: 3px;

  cursor: pointer;
  flex-shrink: 0;

  font-family: inherit;
}

.cart-drawer-offer__copy span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.cart-drawer-offer__copy small {
  font-size: 8px;
  font-weight: 600;
  color: #777;
  letter-spacing: 0.5px;
}


/* Hover */

.cart-drawer-offer__copy:hover {
  background: #111;
  color: #fff;
}

.cart-drawer-offer__copy:hover small {
  color: #fff;
}


/* Mobile */

@media screen and (max-width: 749px) {

  .cart-drawer-offer {
    padding: 11px 14px;
    gap: 10px;
  }

  .cart-drawer-offer__discount {
    min-width: 55px;
    height: 40px;
    font-size: 10px;
  }

  .cart-drawer-offer__title {
    font-size: 12px;
  }

  .cart-drawer-offer__subtitle {
    font-size: 10px;
  }

  .cart-drawer-offer__copy {
    padding: 6px 7px;
    gap: 4px;
  }

  .cart-drawer-offer__copy span {
    font-size: 9px;
  }

  .cart-drawer-offer__copy small {
    font-size: 7px;
  }
}

.theme-drawer__title h4{
  font-size:15px !important;
}

.cart-items__media-image{
  object-fit:contain !important;
}

/* Product title par line clamp use karne ke liye */
.cart-drawer__items .cart-items__title-row,
.cart-drawer__items .cart-item__name,
.cart-drawer__items a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Agar 1 line me rakhna hai toh 1 karein, 2 lines ke liye 2 kar sakte hain */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important; /* nowrap ko override karne ke liye zaroori hai */
  font-size:12px !important;
}

.cart-drawer-trust-badges {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 4px;
}

.cart-drawer-trust-badges-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 72px;
  padding: 10px 6px;
  text-align: center;
  color: #111;
  border-right: 1px solid #e5e5e5;
}

.cart-drawer-trust-badges-item:last-child {
  border-right: none;
}

.cart-trust-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-trust-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #111;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-drawer-trust-badges-item > span:last-child {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .cart-drawer-trust-badges-item {
    min-height: 50px;
    /* padding: 8px 4px; */
  }

  .cart-trust-icon {
    width: 24px;
    height: 24px;
  }

  .cart-trust-icon svg {
    width: 20px;
    height: 20px;
  }

  .cart-drawer-trust-badges-item > span:last-child {
    font-size: 9px;
  }
}


/* =========================================================
   CART DRAWER - SMALL VARIANT SIZE & PRICES
========================================================= */

/* Variant size / properties text ko chhota karne ke liye */



.cart-drawer__items .compare-at-price,
.cart-drawer__items s {
  font-size: 11px !important;
}

.cart-drawer__summary{
  padding-top:10px !important;
}

.product-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius:12px !important;
}

@media screen and (max-width: 480px) {
  .product-rating-badge {
    bottom: 12px; /* Pehle 6px tha, ab upar ho jayega */
    right: 6px;
    padding: 2px 4px;
    font-size: 10px;
    gap: 2px;
  }

  .product-rating-badge__star {
    font-size: 11px;
  }

  .product-rating-badge__count {
    font-size: 9px;
  }

  .alvora-product-review {
    left: 4px;
    bottom: 12px; /* Pehle 6px tha, ab upar ho jayega */
    padding: 4px 6px;
    gap: 3px;
    font-size: 10px;
    border-radius: 2px;
  }

  .alvora-review-star {
    font-size: 12px;
  }

  .alvora-review-rating {
    font-size: 10px;
  }

  .alvora-review-count {
    font-size: 9px;
  }
}
p[role="heading"][aria-level="3"] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; /* Ya fixed width jaise 200px */
}




/* Custom View All Button Base CSS */
.custom-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 24px 6px 12px;
  border: 1.5px solid #000000ff;
  border-radius: 999px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
}

.custom-view-all-btn:hover {
  background-color: #f9f9f9;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.product-avatars {
  display: flex;
  align-items: center;
}

.product-avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  margin-left: -12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-avatars img:first-child {
  margin-left: 0;
}

.btn-text {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

/* ==========================================
   Small Screens / Mobile CSS Adjustment
   ========================================== */
@media screen and (max-width: 767px) {
  .custom-view-all-btn {
    padding: 4px 16px 4px 8px; /* Padding kam ki */
    gap: 8px;                  /* Elements ke beech ka gap kam kiya */
  }

  .product-avatars img {
    width: 22px;               /* Avatar image size chota kiya */
    height: 22px;
    margin-left: -8px;         /* Overlap adjust kiya */
  }

  .btn-text {
    font-size: 13px;           /* Text size chota kiya */
  }
}


.custom-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center alignment */
  gap: 4px;
}
.custom-title-line {
  position: relative;
  width: 150px;
  height: 3px; /* Strong solid thickness */
  /* Deep warm brown to bronze dark gradient */
  background: linear-gradient(90deg, transparent, #8a4b27 20%, #b87333 50%, #8a4b27 80%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

/* Center Dark Diamond Element with Blinking Effect */
.custom-title-line::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #8a4b27; /* Dark matching tone */
  transform: rotate(45deg);
  border-radius: 1px;
  /* box-shadow: 0 0 8px rgba(138, 75, 39, 0.7); */
  
  /* Continuous Smooth Blinking Animation */
  animation: diamondBlink 1.5s infinite ease-in-out;
}

/* Keyframes for Smooth Blinking */
@keyframes diamondBlink {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 10px rgba(138, 75, 39, 0.9);
    transform: rotate(45deg) scale(1);
  }
  50% {
    opacity: 0.2;
    box-shadow: 0 0 2px rgba(138, 75, 39, 0.2);
    transform: rotate(45deg) scale(0.85);
  }
}


/* Desktop screen par right space zero / kam karne ke liye */
@media (min-width: 769px) {
  .xb-wishlist-button-auto-image {
    right: 62px !important; /* Is value ko aap 0px ya jitna andar chahiye utna adjust kar sakte hain */
  }
}

/* Only targeting this specific Rich Text Description block on Mobile */
@media (max-width: 768px) {
  rte-formatter.spacing-style.text-block {
    font-size: 12px !important;
  }

  rte-formatter.spacing-style.text-block h1 {
    font-size: 15px !important;
  }

  rte-formatter.spacing-style.text-block h2 {
    font-size: 14px !important;
  }

  rte-formatter.spacing-style.text-block h3 {
    font-size: 16px !important;
  }

  rte-formatter.spacing-style.text-block p {
    font-size: 12px !important;
  }
}


#CartCount.header-icon__badge {
  top: -6px !important;    /* Position ko upar shift karne ke liye */
  bottom: auto !important; /* Bottom alignment reset karne ke liye */
  right: -6px !important;  /* Horizontal alignment perfect rakhne ke liye */
}


.xb-product-quantity.xb-product-quantity--bottom-right {
  top: 6px !important;    /* Cart icon badge ke barabar height par lane ke liye */
  bottom: auto !important;
  right: 0px !important;   /* Heart icon ke top-right corner par align karne ke liye */
}
/* Container aur Icon Box ki width & height choti karne ke liye */
.xb-wishlist__header .xb-header__icon,
.xb-wishlist__header .icon-box {
  width: 20px !important;
  height: 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Heart SVG Icon ka size chota karne ke liye */
.xb-wishlist__header svg.heart-icon {
  width: 18px !important;
  height: 18px !important;
}