/*--body before--*/
body.index:after{content:"";width:100%;height:100%;top:0;position:fixed;z-index:999999;background:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qGrPY/vHBiba6iywmY4UmLXUrpPBnjqKKCVJrQLjXB136x.png) center/200px no-repeat #000;left:0;animation:fade-in 3s forwards}@keyframes fade-in{0%,50%{opacity:1}50%{transform:scale(1.2)}100%{opacity:0;visibility:hidden;transform:scale(1.5)}}
/*footer*/
footer.store-footer {
    margin: 0;
}
.store-footer__inner.da-bgm {
    background: #000;
    color: white;
}
.footer-social.flex.flex-col > div > div > a:nth-child(2) {
    filter: invert(1);
}
.store-footer .footer-container {
    filter: drop-shadow(0px 0px 3px #eaac1b);
}
.navbar-brand img {
    filter: brightness(0);
}
.header-btn {
    background: #f1b11c;
    border-radius: 32%;
    margin-left: 1rem;
}
body#app {
    background-size: 65%;
}
.menu-slider .swiper-backface-hidden .swiper-slide {
    background-repeat: no-repeat;
    background-size: 75% 178% !important;
}
.bg-green-500 {
    background-color: rgb(241 197 63);
    border-radius: 12px !important;
}
.lazy__bg.lazy_menu.cat_profile {
    filter: brightness(0);
}
section:nth-child(6) > div > div > div > div > div > div.divider-icon > div > img {
    filter: invert(1);
}
.navbar-brand img{
    height:100px !important;
}
/* خلفية مظللة */
#popup-offer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none; /* يتم إظهاره عبر JavaScript */
}

/* محتوى البوب أب */
#popup-content {
  background: #fff;
  border-radius: 12px;
  max-width: 350px;
  padding: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

/* صورة اللوجو */
#popup-content img {
  max-width: 120px;
  margin: 0 auto 15px auto;
  display: block;
}

/* نص العرض */
#popup-content h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.5;
}

/* زر CTA */
#popup-content a {
  background-color: #e61e32;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

/* زر الإغلاق */
#popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  cursor: pointer;
  color: #888;
  font-weight: bold;
}

/* تكبير ايقونات السوشيال */
i.icon.text-2xl {
    font-size: 2.2rem !important;
}

/* تكبير حجم خط السعر */
h2.total-price.font-bold.da-tm.text-xl.inline-block {
    font-size: 33px !important;
}

h2.total-price.text-red-400.font-bold.text-xl.inline-block {
    font-size: 33px !important;
}

/* الخلفية المعتمة */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
}

/* صندوق البوب أب */
.popup {
    background: #fff;
    padding: 50px 30px 50px 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'PingARLT' !important;

}

/* زر الإغلاق */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.close-btn:hover {
    color: #000;
}

/* كود الخصم */
.discount-code {
    background: #D63384;
    color: #fff;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

/* زر الاشتراك */
.subscribe-btn {
    background: #efb934;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'sky' !important;
}

.subscribe-btn:hover {
    background: #000000;
}

/* عند تفعيل النافذة */
.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}