/** Shopify CDN: Minification failed

Line 30:0 Unexpected "}"

**/
.single-add-to-cart-button,
button.single-add-to-cart-button,
button[name="add"],
button#Addtocart,
form[action*="/cart/add"] button {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
/* أزرار الفيديوهات فقط */
.section-template--20255204180214__ss_shoppable_video_tThNxf 
button.video-add-template--20255204180214__ss_shoppable_video_tThNxf {
  background-color: #bb8e1b !important;
  color: #fff !important;
  border-color: #bb8e1b !important;
  transition: all 0.3s ease-in-out;
}

.section-template--20255204180214__ss_shoppable_video_tThNxf 
button.video-add-template--20255204180214__ss_shoppable_video_tThNxf:hover {
  background-color: #a77d18 !important;
  border-color: #a77d18 !important;
}

}
.mobile-menu li,
.mobile-menu li > a,
.mobile-menu li summary,
.mobile-menu a {
  padding-right: 16px !important;
  padding-left: 16px !important;
  text-align: right;
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow: visible;
}
.mobile-menu,
.drawer,
.offcanvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
  width: 100vw !important;
  background-color: #ffffff !important;
  z-index: 9999 !important;
  overflow-y: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.mobile-menu .header,
.mobile-menu-header,
.drawer__header,
.offcanvas-header {
  width: 100% !important;
  background-color: #ffffff !important;
  padding: 20px 16px !important;
  box-sizing: border-box !important;
  position: relative !important;
  top: 0;
  z-index: 10000;
}
/* ===== Ramadan Lanterns FIXED ===== */

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
}

/* container */
.ramadan-lanterns {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1100;
  pointer-events: none;
}

/* lantern base */
.ramadan-lantern {
  position: absolute;
  top: 0;
}

/* positions */
.lantern-left {
  left: 40px;
}

.lantern-right {
  right: 40px;
}

/* image */
.ramadan-lantern img {
  width: 80px;
  height: auto;
  transform: translateY(0px);
}

/* force mobile menu on top */
.menu-drawer,
.mobile-nav,
.header__menu {
  z-index: 2000 !important;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .ramadan-lantern img {
    width: 40px;
  }

  .lantern-left {
    left: 16px;
  }

  .lantern-right {
    right: 16px;
  }
}
/* ===== Scroll Logo Inside Hero Banner ===== */

/* ===== Desktop ===== */
.hero-scroll-logo {
  position: absolute;
  top: 60px; /* ارتفاع اللوجو على الكمبيوتر */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
}

.hero-scroll-logo img {
  width: 340px; /* حجم اللوجو على الكمبيوتر */
  max-width: none !important;
  height: auto;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

  .hero-scroll-logo {
    top: 50px; /* ارتفاع اللوجو على الموبايل */
  }

  .hero-scroll-logo img {
    width: 300px !important;   /* 👈 هنا التكبير الحقيقي */
    max-width: none !important;
    min-width: 300px;          /* 👈 يمنع الثيم يصغّره */
    height: auto;
  }

}
