/* ▪▪▪ خلفية عامة للصفحة الأولى */
body.index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://i.postimg.cc/Z5Bj3r8Z/Group-1-(10).png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

/* إزالة الخلفيات الافتراضية للبنارات */
.banner--fixed img,
.lazy__bg.lazy.bg-no-repeat.entered.loaded,
a.banner-entry.square-photos {
  background-color: transparent !important;
}

/* ▪▪▪ إعدادات بانرات الديسكتوب */
@media (min-width: 1024px) {
  .banner-entry { height: 370px; }

  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(7) > .container {
    margin-top: 0;
    max-width: 60%;
  }
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(8) > .container {
    margin-top: 0;
    max-width: 40%;
  }
}

/* ▪▪▪ إعداد أول بانر */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 80%;
  padding: 0;
}

/* المسافات بين البنارات */
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 2rem;
}

/* ▪▪▪ صياغة العنوان */
.s-slider-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.s-slider-block__title-right h2 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #7F9C70;
  border: 2px solid #7F9C70;
  border-radius: 12px;
  padding: 8px 24px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shineTitle 3s infinite ease-in-out;
}

@keyframes shineTitle {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* إخفاء أزرار السلايدر */
button.s-slider-next.s-slider-nav-arrow,
button.s-slider-prev.s-slider-nav-arrow,
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled {
  display: none !important;
}
.header-btn__icon,
.s-cart-summary-icon,
.sicon-shopping-bag {
  transition: all 0.3s ease-in-out;
}

/* الهوفر */
.header-btn:hover .header-btn__icon,
.s-cart-summary-wrapper:hover .s-cart-summary-icon,
.s-cart-summary-wrapper:hover .sicon-shopping-bag {
  color: #809B70;         /* لون الهوية */
  transform: scale(1.2);  /* تكبير بسيط */
}
.banner-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0.1) 100%
  );
  transform: skewX(-25deg);
}

/* حركة اللمعة عند الهوفر */
.banner-entry:hover::after {
  left: 150%;
  transition: left 1s ease;
}

/* لون الفوتر */
.store-footer__inner {
  background-color: #7F9C70 !important;
}

/* ▪▪▪ الكروت */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #7F9C70 !important;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s ease;
}

.s-products-slider-card custom-salla-product-card:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(127, 156, 112, 0.45);
  border-color: #7F9C70;
}

.s-products-slider-card custom-salla-product-card:hover img {
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}

/* ▪▪▪ الأزرار */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  background-color: #7F9C70 !important;
  border: 2px solid #7F9C70 !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center .s-button-text,
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center i {
  color: #fff !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(127, 156, 112, 0.55);
}

/* اللمعة */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover::after {
  left: 130%;
}

/* ▪▪▪ ريسبونسيف */
@media (max-width: 768px) {
  .s-slider-block__title-right h2 {
    font-size: 1.5rem;
    padding: 6px 16px;
    border-width: 1.5px;
  }

  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
    max-width: 100% !important;
    margin-top: 0 !important;
    padding: 0!important;
  }

  .grid.one-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden {
    padding: 0;
  }

  .s-products-slider-card {
    max-width: 185px;
  }

  .main-nav-container {
    min-height: 56px;
  }

  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
  }

}
/* تكبير وتغميق خط عناصر القائمة في الهيدر */
ul.main-menu li a span {
    font-size: 17px;         /* تكبير الفونت */
    font-weight: 700;        /* Bold */
    color: inherit;          /* يحافظ على نفس اللون بدون تغييره */
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 8rem;
        margin-right: 8rem;
        width: 90%;
    }
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-left: 0;
    }
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.rounded-md {
    border-radius: 3.375rem;
}
}
div#gb-widget-8450 {
    bottom: 86px;
}
@media (max-width: 768px) {
  .is-sticky-product-bar.product-single #fb-root .fb_dialog iframe[data-testid=bubble_iframe], .is-sticky-product-bar.product-single [id^=gb-widget], .is-sticky-product-bar.product-single iframe.tawk-widget {
    bottom: 140px !important;
}
}