#custom-announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2164a0;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 40px 8px 16px;
  font-size: 14px;
  z-index: 1; /* يخلي الشريط تحت اللوجو لو اللوجو فوقه */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

body {
  padding-top: 40px; /* ارتفاع الشريط، عدله حسب حجمه الفعلي */
}

#custom-announcement-bar .bar-content {
  display: flex;
  gap: 40px;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

#custom-announcement-bar .bar-close {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}















@media (min-width: 640px) {
    .s-block {
        padding-top: 1.5rem;
        padding-bottom: 5rem;
    }
}


body {
  background-color: #ffffff !important;
}




  .s-product-card-entry {
    animation: blue-glow 1.8s infinite ease-in-out;
    border-radius: 12px !important; /* علشان الشكل يكون أنعم */
  }

  @keyframes blue-glow {
    0% {
      box-shadow: 0 0 0px rgba(135, 206, 250, 0.2); /* أزرق فاتح شفاف */
    }
    50% {
      box-shadow: 0 0 20px rgba(135, 206, 250, 0.8); /* أزرق فاتح قوي */
    }
    100% {
      box-shadow: 0 0 0px rgba(135, 206, 250, 0.2);
    }
  }
}




@media (min-width: 1024px) {
  .s-product-card-image-cover {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .s-product-card-image-cover:hover {
    transform: scale(1.08) rotate(1.5deg);
  }
}


ده واحد تاني انعم شوية و افضل 


@media (min-width: 1024px) {
  img.s-product-card-image-cover {
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    will-change: transform, box-shadow;
    transform-origin: center;
  }

  img.s-product-card-image-cover:hover {
    transform: scale(1.06) rotate(1deg);
    box-shadow: 0 10px 30px rgba(255, 145, 0, 0.15); /* وميض ناعم */
  }
}



[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
  will-change: opacity, transform;
}



.section {
  padding: 60px 0;
}






/* الحاوية الأساسية للقطرات */
#drop-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

/* شكل القطرة */
.drop {
  position: absolute;
  top: -20px;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: fall linear infinite;
}

/* الحركة */
@keyframes fall {
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}

  
.banner-square {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.banner-square:hover {
  transform: scale(1.05); /* تكبير بسيط */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); /* ظل أنعم */
  z-index: 2; /* يخلي العنصر فوق الباقي */
}

.banner-square:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(135, 206, 250, 0.4); /* ظل لبني فاتح */
  z-index: 2;
}


.banner-square:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgb(135 206 250 / 0%);
    z-index: 2;
}


/* اللودر */
#logo-preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* صورة اللوجو */
#logo-preloader img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

/* حركة نبض */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

/* لما الموقع يجهز نخفي اللودر */
.site-loaded #logo-preloader {
  opacity: 0;
  visibility: hidden;
}



.logo-footer img {
  height: 5rem !important; /* بدل 2.5rem */
  width: auto !important;
}

/* أنيميشن بسيط */
@keyframes logo-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.logo-footer img {
  animation: logo-bounce 2s infinite ease-in-out;
}


/* 1) إلغاء القصّ عن أي عنوان فيه line-clamp */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block !important;
  max-height: none !important;
}

/* 2) إلغاء أسلوب القطع بالنقاط */
.truncate,
.ellipsis,
[class*="truncate"],
[class*="ellipsis"] {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

/* 3) عناوين البطاقات الشائعة في سلة/ملاك */
.product-card .product-title,
.product-card .product-card-title,
.product-card__title,
.product-item .item-title,
.product .product__title,
.swiper .product-card .product-title,
.swiper .product-card__title,
.grid [class*="product"] [class*="title"] {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  line-height: 1.4 !important;
}

/* 4) بعض الثيمات تستخدم متغير لعدد الأسطر—نرفعه كثير */
:root {
  --line-clamp: 10 !important;
}