.s-block__title h2,
.s-slider-block__title h2 {
  transition: transform 0.3s ease;
}


/* =========================
   تحسين العناوين
   ========================= */
.s-block__title h2 {
  text-transform: uppercase; /* تحويل النص إلى أحرف كبيرة */
  background-image: linear-gradient(
    -225deg,
    #1B48E1 0%,
    #1B48E1 29%,
    #1B48E1 67%,
    #1B48E1 100%
  );
  background-size: 200% auto; /* حجم الخلفية */
  background-clip: text; /* قص الخلفية على النص */
  color: transparent; /* جعل النص شفاف */
  -webkit-background-clip: text; /* دعم المتصفحات القديمة */
  animation: textclip 4s linear infinite; /* تأثير الحركة */
  display: inline-block; /* جعل العنصر كتلة */
  font-weight: 800; /* وزن الخط */
}

/* حركة الخلفية */
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* =========================
   تصغير الشعار في الهيدر
   ========================= */
.header-container.container img {
  max-height: 40px;
}

/* =========================
   تصغير النصوص في الهيدر
   ========================= */
.header-container.container .nav-link,
.header-container.container a {
  font-size: 14px;
  line-height: 1.2;
}


/* =========================
   تصغير الصور في قسم أقسامنا
   ========================= */

/* الوضع الافتراضي – لابتوب */
.swiper.s-slider-container .swiper-wrapper .banner-square img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* تأثير التكبير عند التمرير */
.swiper.s-slider-container .swiper-wrapper .banner-square img:hover {
  transform: scale(1.05);
}

/* شاشات التابلت */
@media (max-width: 768px) {
  .swiper.s-slider-container .swiper-wrapper .banner-square img {
    width: 85px;
    height: 85px;
  }
}

/* شاشات الجوال */
@media (max-width: 480px) {
  .swiper.s-slider-container .swiper-wrapper .banner-square img {

    width: 70px;
    height: 70px;
    padding: 0px
  }
}



/* =========================
   اهتزاز الصور
   ========================= */
   
@keyframes shake {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(3px, -3px); }
  50% { transform: translate(-3px, 3px); }
  75% { transform: translate(3px, 3px); }
  100% { transform: translate(0px, 0px); }
}

img:hover {
  animation: shake 0.4s;
}


/* تأثير الحركة للنص */
@keyframes textclip {
  to {
    background-position: 200% center; /* تحريك الخلفية */
  }
}

/* =========================
   تحسين الصور
   ========================= */
.lazy__bg.lazy_avatar {
  border-radius: 20px; /* زوايا دائرية للصورة */
}

/* =========================
   تحسين البانرات
   ========================= */
.s-block.s-block--banners div.banner-square.zoomed-img.grayscaled-img.lazy.swiper-slide.max--3.min--6 > a > div > img {
  max-height: 4rem; /* تحديد الحد الأقصى للارتفاع */
}

/* =========================
   تحسين الأيقونات
   ========================= */
.sicon-menu:before {
  color: white; /* لون الأيقونة */
}

/* =========================
   تحسين تذييل المتجر
   ========================= */


/* =========================
   تحسين العناوين في أقسام مختلفة
   ========================= */
.s-angel--divider.xl-title h2,
.s-slider-block__title h2,
div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16 > div.flex.flex-col > h1 {
  text-transform: uppercase; /* تحويل النص إلى أحرف كبيرة */
  background-image: linear-gradient(
    -225deg,
    #007ecd 0%,
    #48a9e5 29%,
    #094164 67%,
    #397aa2 100%
  );

  background-size: 200% auto; /* حجم الخلفية */
  background-clip: text; /* قص الخلفية على النص */
  color: transparent; /* جعل النص شفاف */
  
  -webkit-background-clip: text; /* دعم المتصفحات القديمة */
 */
  animation: textclip 4s linear infinite; /* تأثير الحركة 
  display: inline-block; /* جعل العنصر كتلة */
  font-weight: 800; /* وزن الخط */
}

/* =========================
   تحسين شريط التنقل
   ========================= */
#mainnav > div > div.angel-ad.overflow-hidden > div.flex-center.absolute.h-6.w-6.top-2.end-2.rounded-full {
  display: none; /* إخفاء العنصر */
}

/* =========================
   حجم المنتجات
   ========================= */
   /* Add custom CSS styles below */
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.lazy__bg.lazy_avatar {
  border-radius: 20px;
}

@media (min-width: 768px) {
  .large-cards .s-products-list-wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.s-block.s-block--banners.no-home-tab salla-slider .swiper-wrapper {
  justify-content: center;
}
#mainnav
  > div
  > div.angel-ad.overflow-hidden
  > div.flex-center.absolute.h-6.w-6.top-2.end-2.rounded-full {
  display: none;
}


/* =========================
   تتقييمات العملاء
   ========================= */

#fishTip {
  position: fixed;
  bottom: 140px; /* تم رفع البوب أب أكثر */
  right: 20px;
  width: 260px;
  background: rgba(27, 72, 225, 0.7);
  color: white;
  padding: 15px;
  border-radius: 12px;
  font-family: sans-serif;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  z-index: 9999;
  animation: slideUp 0.5s ease;
}


/* حركة الظهور */
@keyframes slideUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* العنوان */
#fishTip h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

/* النص */
#fishTip p {
  font-size: 14px;
  margin: 0 0 10px;
}

/* زر التسوق */
#fishTip .btn-buy {
  display: inline-block;
  background: #fff;
  color: #1978BC;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

#fishTip .btn-buy:hover {
  background: #ffdd00;
  color: #004080;
}

/* زر الإغلاق */
#fishTip .close-tip {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
}

/* =========================
   ========================= */
   
  

/* =========================
   ========================= */
    @media (max-width: 768px) {
  .bottom-header {
    height: 55px; /* ارتفاع أصغر للجوال */
    padding: 2px 0; /* مسافة داخلية رأسية بسيطة */
    margin: 5px; /* فراغ خارجي */
  }

  .bottom-header-buttons {
    height: 15px;
    padding: 0; /* إلغاء أي padding إضافي */
    margin: 0 auto; /* توسيط الأزرار */
  }
}

.bottom-header-buttons.active i {
  color: #35A79F;
}


/* =========================
   ========================= */
    /* للجوال فقط */
/* تحكم بزر الواتساب العائم في الجوال فقط */
@media (max-width: 767.98px) {
  #wa-angel {
    width: 50px !important;   /* العرض */
    height: 50px !important;  /* الارتفاع */
    bottom: 70px !important;  /* المسافة من الأسفل */
    right: 10px !important;    /* المسافة من اليسار (لأنه يستخدم start-4) */
  
  }

  #wa-angel a {
    width: 100% !important;
    height: 100% !important;
  }

  #wa-angel i {
    font-size: 31px !important; /* حجم أيقونة الواتساب */
  }
}

.pulse {
  animation: pulseAnim 0.6s ease;
}

@keyframes pulseAnim {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

   /* ============ عروض يوميه ============ */
   



/* =========================
   ========================= */
   

/* =========================
   ========================= */
   
   /* تغيير لون العنوان */
.menu-list h3 {
  color: #ff6600 !important; /* برتقالي */
}

/* تغيير لون الروابط */
.menu-list a {
  color: #333 !important; /* رمادي غامق */
}

.menu-list a:hover {
  color: #0ea5e9 !important; /* أزرق فاتح عند المرور */
}
/* لون أساسي لكل العناوين داخل الفوتر */
footer .menu-list h3,
footer .footer-list h3 {
  color: #fff !important;
}

footer h3 {
  color: #fff !important;
}


/* =========================
كود تأثير حركة الماوس والضغط
   ========================= */
.mouseBubble {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(25, 120, 188, 0.10); /* نصف شفاف */

  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: bubbleAnim 0.8s ease-out forwards;
}

@keyframes bubbleAnim {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -150%) scale(0.5); opacity: 0; }
}

.waterDrop {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(27, 72, 225, 0.7);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: dropAnim 0.6s ease-out forwards;
}

@keyframes dropAnim {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

/* =========================
ساعات الدوام
   ========================= */
   
   #shop-alert {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 200, 0, 0.9);
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
}