@media (min-width: 1024px) {
  .banner-entry {
    height: 341px;
  }
}
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:nth-of-type(1) > .container {
  max-width: 80%;
  margin-top: 0;
padding:0;
}


/* أول بانر بس من غير مارجن توب وياخد فول ويدث */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 80%;
}

/* البانر الأول ياخد ارتفاع كامل */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 80%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(6) > .container {
    margin-top: 0;
    max-width: 60%;
  }
}

a.banner-entry.lazy.h-lg-banner.entered.loaded {
    background-color: white;
}
.inner.bg-inherit.w-full {
    background-color: #FDFBF3;
}
.footer-is-light .store-footer .store-footer__inner {

    background-color: #FFFCF5;
}
.footer-is-light .store-footer {
    background-color: #FFFCF5;
}
.s-button-primary-outline.s-button-btn {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: none;
  background: linear-gradient(120deg, #3D6CAA, #3D6CAA, #3D6CAA);
  background-size: 300% 300%;
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 12px 30px rgba(61,108,170,0.35);
  animation: gradientFlow 6s ease infinite,
             breatheGlow 3.5s ease-in-out infinite;
  transition: transform .4s ease, box-shadow .4s ease;
}

.s-button-primary-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );
  animation: shimmerMove 4.5s infinite;
}

.s-button-primary-outline .sicon-shopping-bag {
  margin-left: 6px;
  animation: iconFloat 2.8s ease-in-out infinite;
}

.s-button-primary-outline:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 25px 60px rgba(61,108,170,0.6);
}

.s-button-primary-outline:hover::before {
  animation-duration: 1.5s;
}

.s-button-primary-outline:hover .sicon-shopping-bag {
  animation: iconJump .6s ease;
}

.s-button-primary-outline:active {
  transform: scale(.95);
}

/* Keyframes for Buttons */
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes breatheGlow {
  0% { box-shadow: 0 10px 25px rgba(61,108,170,.35); }
  50% { box-shadow: 0 18px 45px rgba(61,108,170,.6); }
  100% { box-shadow: 0 10px 25px rgba(61,108,170,.35); }
}

@keyframes shimmerMove {
  0% { left: -150%; }
  100% { left: 150%; }
}

@keyframes iconFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes iconJump {
  0% { transform: translateX(0); }
  50% { transform: translateX(-6px) rotate(-10deg); }
  100% { transform: translateX(0); }
}
@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: 185px;
  

}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;

}

}
@media (max-width: 1023px) {
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) {
      margin-right: 33%;
  }
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) {
    margin-right: 33%;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
    margin-right: 33%;
}
}