body.index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* غطّي أول سكشنين */
    background-image: url("https://i.postimg.cc/XJxVzY9W/Container-(7).png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
.s-block--banners .grid.two-row {
    display: grid;                         /* تفعيل شبكة العرض */
    grid-template-columns: repeat(4, 1fr); /* 4 أعمدة متساوية */
    gap: 1rem;                             /* مسافة بين العناصر */
}
@media (max-width: 767px) {
  .banner-entry {
    height: 71px !important;
    background-size: contain !important;
    background-color: transparent !important;
  }
#main-content > section:nth-child(4) > div > a:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    height: 100% !important;
}
}

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1; /* امتداد عمود واحد */
    grid-row: span 1 / span 2;    /* امتداد صفين */
}
.footer-is-light .store-footer .store-footer__inner {
  /* الصورة */
  background-image: url("https://i.postimg.cc/XJxVzY9W/Container-(7).png") !important;

  /* خصائص مهمة للتأكد من ظهورها */
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;

  /* Optional: يمنع أي لون خلفية يغطي الصورة */
  background-color: transparent !important;
}
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.banner-entry {
    height: 232px;
background-size: contain;
background-color: transparent;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: #F5F2ED;
}
/* 🔥 بوردر للكارد بلون الهوية */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #BC677C !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(188, 103, 124, 0.45);
  border-color: #BC677C;
}

/* ✨ تحسين بسيط للصورة مع الهوفر */
.s-products-slider-card custom-salla-product-card:hover img {
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}

/* 🎨 تنسيق زر إضافة للسلة بلون الهوية */
button[product-type="product"].s-button-element {
  background-color: #BC677C !important;
  border: 2px solid #BC677C !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

/* ✨ كتابة النص أيقونة + نص بالأبيض */
button[product-type="product"].s-button-element .s-button-text,
button[product-type="product"].s-button-element .s-button-text span,
button[product-type="product"].s-button-element i {
  color: #fff !important;
}

/* ⚡ تأثير الهوفر */
button[product-type="product"].s-button-element:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(188, 103, 124, 0.55);
}

/* ✨ اللمعة المتحركة */
button[product-type="product"].s-button-element::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[product-type="product"].s-button-element:hover::after {
  left: 130%;
}
#main-content > section:nth-child(4) > div > a:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    height: 100%;
}
.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;
}
@media (max-width: 767px) {
  #main-content > section:nth-child(7) > div > a:nth-child(1) {
    height: 280px !important;
  }
}
@media (max-width: 767px) {
  #main-content > section:nth-child(7) > div > a:nth-child(2) {
    height: 169px !important;
  }
}
@media(max-width:767px){
#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;
  max-height: 300px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}

.s-block--fixed-banner img,
.s-block--fixed-banner a,
.s-block--fixed-banner {
  border-radius: 0 !important;
}