body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
/* إعداد البانر الأول */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(5) > .container {
  max-width: 100%;
}
/* المسافات بين البنرات */

/* ----------------------------------------------------
🔹 عنوان السلايدر (الأنيميشن + اللمعة)
---------------------------------------------------- */
.s-slider-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.s-slider-block__title-right h2 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #0E4B46;
  border: 2px solid #0E4B46;
  border-radius: 12px;
  padding: 8px 24px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* اللمعة */
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shineTitle 3s infinite ease-in-out;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}

@keyframes shineTitle {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* إخفاء أزرار السلايدر */
button.s-slider-next.s-slider-nav-arrow,
button.s-slider-prev.s-slider-nav-arrow,
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled {
  display: none !important;
}

/* ----------------------------------------------------
🔹 الأيقونات (الهيدر – السلة – الحساب)
---------------------------------------------------- */
.header-btn__icon,
.s-cart-summary-icon,
.sicon-shopping-bag {
  transition: all 0.3s ease-in-out;
}

/* الهوفر */
.header-btn:hover .header-btn__icon,
.s-cart-summary-wrapper:hover .s-cart-summary-icon,
.s-cart-summary-wrapper:hover .sicon-shopping-bag {
  color: #0E4B46;
  transform: scale(1.2);
}

/* ----------------------------------------------------
🔹 تأثير لمعة البنرات
---------------------------------------------------- */
.banner-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0.1) 100%
  );
  transform: skewX(-25deg);
}

.banner-entry:hover::after {
  left: 150%;
  transition: left 1s ease;
}

/* ----------------------------------------------------
🔹 الفوتر
---------------------------------------------------- */
.store-footer__inner {
  background-color: #0E4B46 !important;
}

/* ----------------------------------------------------
🔹 كروت المنتجات (البورد – الهوفر – الصورة)
---------------------------------------------------- */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #0E4B46 !important;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s ease;
}

.s-products-slider-card custom-salla-product-card:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(14, 75, 70, 0.45);
  border-color: #0E4B46;
}

.s-products-slider-card custom-salla-product-card:hover img {
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}

/* ----------------------------------------------------
🔹 الأزرار (مظهر – ألوان – لمعة – هوفر)
---------------------------------------------------- */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  background-color: #0E4B46 !important;
  border: 2px solid #0E4B46 !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center .s-button-text,
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center i {
  color: #fff !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(14, 75, 70, 0.55);
}

/* اللمعة */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover::after {
  left: 130%;
}

/* ----------------------------------------------------
🔹 ريسبونسيف – موبايل
---------------------------------------------------- */
@media (max-width: 768px) {
  .s-slider-block__title-right h2 {
    font-size: 1.5rem;
    padding: 6px 16px;
    border-width: 1.5px;
  }

  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
    max-width: 100% !important;
    margin-top: 0 !important;
    padding: 0!important;
  }

  .grid.one-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden {
    padding: 0;
  }

  .s-products-slider-card {
    max-width: 185px;
  }

  .main-nav-container {
    min-height: 56px;
  }

  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
  }
}
/* صندوق المميزات – تصميم متقدم */
.s-block--features__item {
  position: relative;
  background: #fff; /* خلفية افتراضية */
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
  border: 2px solid #0E4B46;
}

/* طبقة خلفية متحركة داخل الصندوق */
.s-block--features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #0E4B46, #17A398, #0E4B46, #17A398);
  background-size: 200% 200%;
  z-index: 0;
  border-radius: 16px;
  transition: opacity 0.5s ease;
  opacity: 0;
  animation: bgMove 6s linear infinite;
}

/* حركة الخلفية داخل الصندوق */
@keyframes bgMove {
  0% { background-position: 0% 0%; }
  25% { background-position: 50% 50%; }
  50% { background-position: 100% 0%; }
  75% { background-position: 50% 50%; }
  100% { background-position: 0% 0%; }
}

/* هوفر الصندوق */
.s-block--features__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(14, 75, 70, 0.3);
}

.s-block--features__item:hover::before {
  opacity: 0.3; /* ظهور الخلفية المتحركة بهدوء */
}

/* الأيقونة بلون مميز عن الخلفية */
.s-block--features__item .feature-icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff; /* خلفية الأيقونة لتبرز عن البوكس */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(14, 75, 70, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.s-block--features__item:hover .feature-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 6px 20px rgba(14, 75, 70, 0.35);
}

.s-block--features__item .feature-icon i {
  font-size: 2rem;
  color: #0E4B46; /* لون الأيقونة المختلف عن الخلفية */
  transition: transform 0.4s ease;
}

/* النصوص */
.s-block--features__item h2 {
  position: relative;
  z-index: 2;
  color: #0E4B46;
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.s-block--features__item p {
  position: relative;
  z-index: 2;
  color: #0E4B46;
  margin-top: 6px;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.store-footer {
   
    background-color: #0E4B46;
}

.s-product-card-image img.loaded {
    background-color: white;
}
@media (min-width: 1024px) {
  .s-product-card-content-main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.s-product-card-content-sub {
    gap: .75rem;
    justify-content: center;
}
/* النص الأساسي بلون جريديانت متحرك */

.navbar-brand img {
  max-height: 5rem;
}
}
.s-product-card-content-title a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  background: linear-gradient(90deg, #0E4B46, #17A398, #0E4B46); /* ألوان الهوية */
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMoveText 3s linear infinite;
  transition: background 0.5s ease;
}

/* حركة الجريديانت داخل النص (shine effect) */
@keyframes gradientMoveText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* عند الهوفر، انعكاس التدرج بسلاسة */