/** Shopify CDN: Minification failed

Line 182:0 Unexpected "}"

**/
/* ====== Ask Button Question ====== */
.spotlight-ask-btn {
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  background:rgb(252, 242, 201);
  color: #000;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.spotlight-ask-btn:hover {
  opacity: 0.9;
}


/* ====== Responsive Fluid Layout Fix ====== */
/* ===== Desktop Wide Layout ===== */

/* تقليل المسافة فوق سكشن الكوليكشن */
.collection-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* تقليل المسافة تحت سكشن البانرات */
.section + .section {
  margin-top: 0px !important;
}
.section {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {

  .page-width,
  .container,
  .shopify-section .page-width {
    max-width: 1800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }


}


/* شاشات 2K وفوق */
@media screen and (min-width: 1600px) {

  .page-width,
  .container,
  .shopify-section .page-width {
    max-width: 2200px;
    width: 97%;
  }

}


/*وتساب */
/* ===== WhatsApp Button ===== */

#waToggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 999;
  transition: 0.2s ease;
}

#waToggle:hover {
  transform: scale(1.08);
}

#waBox {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  padding: 16px;
  font-family: Arial, sans-serif;
  direction: rtl;
  display: none;
  z-index: 999;
}

#waBox textarea {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 8px;
  resize: none;
  font-family: inherit;
}

#waBox button {
  margin-top: 10px;
  width: 100%;
  background: #25D366;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}


@media (max-width: 749px) {

  /* إلغاء تأثير التكبير */
  .image-magnify-lightbox {
    pointer-events: none !important;
    cursor: default !important;
  }

  /* إخفاء أيقونة العدسة */
  .product__media-icon {
    display: none !important;
  }

}


.header__inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}




/* ===== Floating Language Button - Mobile Only ===== */
/* Floating Language Button - Mobile Only */
@media screen and (max-width: 768px) {

  #langFloatingWrapper {
    position: fixed;
    bottom: 20px;   /* نفس مستوى الواتساب */
    left: 20px;     /* الجهة المقابلة */
    z-index: 99999;
  }

}

  #langToggleBtn {
    background: #111;
    color: #fff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  }

}

/* Hide on desktop */
@media screen and (min-width: 769px) {
  #langFloatingWrapper {
    display: none;
  }
}


/* اعلان   */
.header-promo {
  height: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 14px;
}

.promo-track {
  display: flex;
  flex-direction: column;
  animation: promoScroll 12s infinite;
}

.promo-track span {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes promoScroll {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-40px); }
  50%  { transform: translateY(-80px); }
  75%  { transform: translateY(-120px); }
  100% { transform: translateY(0); }
}