@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:slnt,wght@-11..11,200..1000&family=El+Messiri:wght@400..700&display=swap');
body { 
font-familiy: Almarai ; }
body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: white;
}




s-block s-block--fixed-banner wide-placeholder {
margin-top : 0 ; } 


.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
/* استهداف كل بانر */
.banner-entry .lazy__bg {
    transition: all 0.3s ease-in-out; /* عشان يعمل حركة ناعمة */
    border-radius: 12px; /* اختياري - يخلي الحواف ناعمة */
}

/* تأثير عند الهوفر */
.banner-entry:hover .lazy__bg {
    box-shadow: 0 8px 20px 1E646A; /* شادو خفيف */
    transform: translateY(-5px) scale(1.02); /* حركة لفوق + تكبير بسيط */
}
.s-button-text {
    
    color: #00e1ff;
}
/* عنوان المنتج */
.s-product-card-content-title a {
  font-size: 16.5px; /* تكبير الخط */
  font-weight: 600;
  background: linear-gradient(90deg, #1E646A, #3d9da3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* لمعة متحركة */
.s-product-card-content-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* أيقونات الهيدر */
.header-btn__icon,
.s-cart-summary-icon,
.s-cart-summary-total {
  background: linear-gradient(90deg, #1E646A, #7B7B7B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* السعر فوق السلة بالجراديانت من الهوية */
.s-cart-summary-total {
  background: linear-gradient(#1E646A, #7B7B7B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/* رقم السلة داخل دائرة */
.s-cart-summary-count {
  background-color: #1E646A;  /* لون الهوية الأساسي */
  color: #ffffff;             /* النص أبيض عشان يبان */
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}

/* تأثير hover على أيقونات السلة والبروفايل بلون الهوية */
.s-cart-summary-wrapper:hover i.header-btn__icon,
.s-cart-summary-wrapper:hover i.sicon-shopping-bag,
.header-btn:hover i.header-btn__icon {
  transform: scale(1.1) rotate(-5deg) translate(3px, -3px);
  transition: transform 0.3s ease;
  background: linear-gradient(90deg, #1E646A, #7B7B7B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* العودة للوضع الطبيعي للأيقونات */
.s-cart-summary-wrapper i.header-btn__icon,
.s-cart-summary-wrapper i.sicon-shopping-bag,
.header-btn i.header-btn__icon {
  transition: transform 0.3s ease;
  background: linear-gradient(90deg, #1E646A, #7B7B7B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .s-products-slider-card,
  .s-product-card-entry img {
    height: 200px;
  }

  .s-product-card-content-title {
    font-size: 16px;
    min-height: 40px;
  }

  .s-product-card-price {
    font-size: 18px;
  }

  .s-block--banners .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-block--banners .banner-entry .lazy__bg {
    background-size: contain !important;
  }

  .banner-entry {
    height: 160px;
  }

  .grid.one-row.md\:grid-cols-3 .banner-entry:nth-child(3) {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(4) > .container {
  max-width: 70%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
 
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;  
}
}
@media(max-width:767px){
#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: 190px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}