/* 📱 موبايل (الهوم بيج بس) */
@media (max-width: 767px) {
  body.index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170vh; /* غطّي أول سكشنين */
    background-image: url("https://i.postimg.cc/d0r8qP9V/ondes-sombres-abstraites-avec-des-ombres-de-gradient-texturees-2-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
}

/* 📲 تابلت (الهوم بيج بس) */
@media (min-width: 768px) and (max-width: 1240px) {
  body.index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170vh; /* بين الموبايل والديسكتوب */
    background-image: url("https://i.postimg.cc/d0r8qP9V/ondes-sombres-abstraites-avec-des-ombres-de-gradient-texturees-2-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
}

/* 💻 ديسكتوب (الهوم بيج بس) */
@media (min-width: 1024px) {
  body.index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180vh; /* ممكن تزود أو تقلل حسب طول أول سكشنين */
    background-image: url("https://i.postimg.cc/d0r8qP9V/ondes-sombres-abstraites-avec-des-ombres-de-gradient-texturees-2-5.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
}

lord-icon.flex.m-auto {
    --lord-icon-primary: #000 !important;
    --lord-icon-secondary: #fff !important;
    --lord-icon-primary-base: #000 !important;
    --lord-icon-secondary-base: #fff !important;
}
.vedio_banner .soura_icon {
  
    background-color: #B7B7B7;
}
.s-product-card-content {
  background-color: #000 !important; /* خلفية سوداء */
  border-radius: 12px;
  padding: 12px;
}

/* عنوان المنتج */
.s-product-card-content-title a {
  color: #fff !important; /* أبيض */
}

/* السعر الأساسي */
.s-product-card-sale-price h4 {
  color: #05FF02 !important; /* أخضر */
}

/* السعر القديم */
.s-product-card-sale-price span {
  color: #ccc !important; /* رمادي فاتح */
  text-decoration: line-through; /* خط مشطوب */
}
.s-product-card-price {
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-center.cursor-pointer.side-container.transition-all.duration-1000.ease-in-out.transform.rotate-\[9deg\].hover\:-rotate-3.hover\:scale-110 {
  display : none; 
  }
  .text-center.cursor-pointer.side-container.transition-all.duration-1000.ease-in-out.transform.rotate-\[9deg\].hover\:-rotate-3.hover\:scale-110 { 
    display : none; 
}
.text-center.cursor-pointer.side-container.transition-all.duration-1000.ease-in-out.transform.rotate-\[-15deg\].hover\:rotate-3.hover\:scale-110 {
    display: none;
}
.grid-cols-3 {
    grid-template-columns: unset;
}
}
@media (max-width: 767px) {
  .s-products-slider-card {
      max-width: 185px;
  }
  .main-nav-container {
      min-height: 56px;
  }
  .s-button-element:not(:disabled):not([loading]) {
      font-size: 11px;
  }
}
}