/* Add custom CSS styles below */ 
lord-icon.flex.m-auto {
    --lord-icon-primary: #fff !important;
    --lord-icon-secondary: #000 !important;
    --lord-icon-primary-base: #fff !important;
    --lord-icon-secondary-base: #000 !important;
}
@media (min-width: 1024px) {
div#swiper-wrapper-a08822baadb25245 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
}

.video-content_banner img {
  border-radius: 0 !important;
}

img {
    background: transparent !important; /* إزالة خلفية الصور */
    border-radius: 0;                   /* إزالة الزوايا الدائرية */
}

@media (min-width: 1024px) {
  .index section.s-block--fixed-banner:nth-of-type(8) > .container {
    max-width: 30%;
    padding: 0;
  }

  .index section.s-block--fixed-banner:nth-of-type(9) > .container {
    max-width: 50%;
    margin-bottom: 30px;
  }
}



.store-footer__inner {
    background-color: #BE9A59;

}
/* ===================== */
/* زر البحث - أيقونة تتحرك + glow على الأيقونة فقط */
/* ===================== */
.header-btn.search-btn {
  background: transparent;  /* إزالة أي خلفية */
  border: none;              /* إزالة أي حدود */
  padding: 0;                /* إزالة padding إضافي */
}

.header-btn.search-btn .header-btn__icon {
  color: #BE9C5C;           /* لون الهوية */
  font-size: 28px;           /* حجم واضح */
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  animation: floatLeftRight 2s ease-in-out infinite alternate, glowPulse 2s ease-in-out infinite alternate;
  text-shadow: 0 0 5px #BE9C5C, 0 0 10px #BE9C5C, 0 0 15px #BE9C5C; /* Glow على الأيقونة فقط */
}

/* Hover effect */
.header-btn.search-btn:hover .header-btn__icon {
  transform: scale(1.6);
  color: #f5d27c; 
  text-shadow: 0 0 15px #BE9C5C, 0 0 25px #BE9C5C, 0 0 35px #BE9C5C; /* Glow أقوى عند Hover */
}

/* حركة يمين ويسار */
@keyframes floatLeftRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(8px); }
  100% { transform: translateX(0); }
}

/* Glow ينبض على الأيقونة */
@keyframes glowPulse {
  0%   { text-shadow: 0 0 5px #BE9C5C, 0 0 10px #BE9C5C, 0 0 15px #BE9C5C; }
  50%  { text-shadow: 0 0 10px #BE9C5C, 0 0 20px #BE9C5C, 0 0 30px #BE9C5C; }
  100% { text-shadow: 0 0 5px #BE9C5C, 0 0 10px #BE9C5C, 0 0 15px #BE9C5C; }
}

salla-button.\!p-0.text-sm.with-arrow.s-button-wrap.hydrated {
    border: 2px solid #be9a59;
    padding: 15px !important;
    border-radius: 10px;
}