/* =====================================================
🔹 الجسم والخلفيات الأساسية
===================================================== */
body#app {
  background-color: white;
}

.lazy__bg.lazy.bg-no-repeat.entered.loaded,
.banner--fixed img {
  background-color: white;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 3rem !important;
  }
.s-cart-summary-total {
    color: rgb(255 255 255);
}
}

/* =====================================================
🔹 البانرات – بانر ثابت أول + الكونتينر
===================================================== */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container,
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  margin-top: 0;
  padding: 0;
}



/* المسافات بين البنرات */
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 2rem;
}
@media (min-width: 1024px) {

  /* الهيدر شفاف في الهوم */
  .index .main-nav-container,
  .index .top-navbar {
    background-color: transparent;
  }

  /* لون النصوص والأزرار أبيض */
  .index .main-nav-container *,
  .product-single 
  .s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center,
  .product-single 
  .s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center
  span.s-button-text {
    color: #fff;
  }

  /* سحب أول بانر لفوق */
  section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: -145px;
    height: 100%;
    overflow: hidden;
  }

}


/* =====================================================
🔹 السلايدر – العنوان والأنيميشن
===================================================== */
.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: #8ACCF6;
  border: 2px solid #8ACCF6;
  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;
}

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

.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
  padding-left: 0rem;
}

/* إخفاء أزرار السلايدر */
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: #8ACCF6;
  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: #8ACCF6 !important;
  background-image: url('https://i.postimg.cc/02BMpLfY/Vector-(2).png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-is-light .store-footer {
  background-color: #ffffff;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(255 255 255) !important;
}
.footer-is-light .store-footer {
    background-color: #F9FAFB !important;
}
.s-menu-footer-item {
    color: #8ACCF6;
}
.s-contacts-item {
    color: #8ACCF6;
}
.max-w-sm.leading-6.mb-6 {
    color: #8ACCF6;
}
a.flex.items-center.m-0 {
    color: #8ACCF6;
}
.store-footer h3 {
    color: #8ACCF6;
}
/* =====================================================
🔹 كروت المنتجات
===================================================== */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #8ACCF6 !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(138,204,246,0.45);
  border-color: #8ACCF6;
}

.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: #8ACCF6 !important;
  border: 2px solid #8ACCF6 !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(138,204,246,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%;
}

/* =====================================================
🔹 صندوق المميزات
===================================================== */
.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 #8ACCF6;
}

.s-block--features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #8ACCF6, #8ACCF6, #8ACCF6, #8ACCF6);
  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(138,204,246,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(138,204,246,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(138,204,246,0.35);
}

.s-block--features__item .feature-icon i {
  font-size: 2rem;
  color: #8ACCF6;
  transition: transform 0.4s ease;
}

.s-block--features__item h2 {
  position: relative;
  z-index: 2;
  color: #8ACCF6;
  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: #8ACCF6;
  margin-top: 6px;
  font-size: 1rem;
  transition: color 0.3s ease;
}
img.s-product-card-image-contain.lazy.loaded {
    background-color: white;
}
/* =====================================================
🔹 ريسبونسيف – موبايل
===================================================== */
@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;
  }
}

/* =====================================================
🔹 ألوان الهيدر
===================================================== */
.inner.bg-inherit.w-full {
  background-color: #3ea6e9;
}

.top-navbar {
  background-color: #3ea6e9;
}

.navbar-brand img {
  max-height: 6rem;
}

/* بانر الديسكتوب */
@media (min-width: 1024px) {
  .banner-entry {
    height: 523px;
  }
}

/* بانر الموبايل */
@media (max-width: 767px) {
  .banner-entry {
    height: 318px;
  }
}

/* =====================================================
🔹 الفوتر (إضافات نهائية)
===================================================== */
.footer-is-light .store-footer {
  background-color: #8ACCF6;
}