body{
  padding: 0px !important;
  margin: 0px !important;
}
.navbar-brand img{
  width: 100px !important;
  height: 100px !important;
  max-height: 100px !important;
}
@media (max-width: 640px)
.custom-section.container{
 gap: 0px !important; 
}
}

.s-slider-block {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* إظهار عنوان أي سلايدر في الموقع */
.s-slider-block__title {
  margin: 10px auto; /* فوق وتحت بس */
  display: flex;
  justify-content: space-between;
  align-items: center;

  opacity: 1 !important;
  visibility: visible !important;
}


/* عنوان السلايدر */
.s-slider-block__title-right h2 {
  display: block !important;
  opacity: 1 !important;
}

/* زر عرض الكل */
.s-slider-block__display-all {
  display: inline-flex !important;
  opacity: 1 !important;
}

/* أسهم التنقل */
.s-slider-block__title-nav {
  display: flex !important;
  opacity: 1 !important;
}

/* احتياطي لو السيكشن نفسه متقفل */
.s-slider-block {
  overflow: visible !important;
}

/* كمبيوتر + لابتوب (كل الأحجام) = 4 منتجات فقط */
@media (min-width: 1024px) {
  .s-slider-block .swiper-wrapper {
    display: flex !important;
  }

  .s-slider-block .swiper-slide {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.s-search-icon-wrap{
      background: #ea95b2 !important;
}
/* ================================
   إلغاء زر الهوفر نهائيًا (قاطع)
================================ */

/* الزر اللي فوق الصورة */
.s-product-card-entry .got__absolute_btns,
.s-product-card-entry:hover .got__absolute_btns {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* ================================
   إظهار الفوتر دايمًا
================================ */
.s-product-card-content-footer {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* تأكيد ظهور زر الإضافة */
.s-product-card-content-footer salla-add-product-button {
    display: block !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* ================================
   شكل زر Add to Cart (بيع)
================================ */
.s-product-card-content-footer salla-add-product-button button {
    width: 90% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
  margin: 0 auto !important;
     background: linear-gradient(135deg, #ea95b2, #ea95b2) !important;
    color: #fff !important;

    border-radius: 20px !important;
    padding: 14px 0 !important;

    font-size: 15px;
    font-weight: 700;

    transition: all 0.25s ease;
}

/* Hover الزر نفسه (مش الكارد) */
.s-product-card-content-footer salla-add-product-button button:hover {
    transform: translateY(-2px);
}

/* الأيقونة */
.s-product-card-content-footer salla-add-product-button i {
    font-size: 18px;
  color: white !important;
  padding: 0px 5px;
}

custom-salla-product-card salla-add-product-button button .s-button-text::after {
    content: " أضف إلى السلة";
    margin-left: 8px;
    color: #fff;
 font-size: 14px !important;
    font-weight: bold;
}


/* ================================
   تحسين الصورة
================================ */
custom-salla-product-card {
    border-radius: 16px;
    overflow: hidden;
}

.s-product-card-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
}

custom-salla-product-card:hover img {
    transform: scale(1.05);
}