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;
}
@media (min-width: 1024px) {
  #main-content > section:nth-child(2) > div > a:nth-child(2) {
    height: 400px;
    width: 115%;
    background-size: contain;
    left: 24%;
  }
#main-content > section:nth-child(2) > div > a:nth-child(1)
{
  height: 400px;
    background-size: cover;
  width: 80%;
}
.banner-entry {
    height: 230px;
}
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  max-width: 100%;
  margin-top: 0;
padding:0;
}
}

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

/* الكونتينر داخل البانر ياخد كامل العرض */
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  padding: 0;
}
  section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
  .s-product-card-entry {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  border: 1px solid #f1f1f1;
}

/* صورة المنتج */
.s-product-card-image img {
  transition: transform 0.6s ease;
}

/* العنوان */
.s-product-card-content-title a {
  transition: color 0.3s ease;
}

/* السعر */
.s-product-card-price {
  color: #111;
  font-weight: 700;
  transition: color 0.3s ease;
}

/* زر الإضافة */
.s-product-card-content-footer .s-button-element {
  border-radius: 14px;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

/* ===== Hover Card ===== */
.s-product-card-entry:hover {
  transform: translateY(-8px);
  border-color: #EC7790;
  box-shadow: 0 18px 45px rgba(236, 119, 144, 0.35);
}

/* تكبير الصورة */
.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.08);
}

/* تغيير لون العنوان */
.s-product-card-entry:hover 
.s-product-card-content-title a {
  color: #EC7790;
}

/* السعر */
.s-product-card-entry:hover 
.s-product-card-price {
  color: #EC7790;
}

/* زر الإضافة */
.s-product-card-entry:hover 
.s-product-card-content-footer .s-button-element:not(.s-button-disabled) {
  background-color: #EC7790;
  border-color: #EC7790;
  color: #fff;
}

/* ===== زرار الهوية ===== */
.s-button-primary-outline.s-button-btn {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: none;
  background: linear-gradient(
    120deg,
    #EC7790,
    #F8A1B4,
    #EC7790
  );
  background-size: 300% 300%;
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 12px 30px rgba(236, 119, 144, 0.45);
  animation: 
    gradientFlow 6s ease infinite,
    breatheGlow 3.5s ease-in-out infinite;
  transition: transform .4s ease, box-shadow .4s ease;
}

/* shimmer */
.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,.4),
    transparent
  );
  animation: shimmerMove 4.5s infinite;
}

/* الأيقونة */
.s-button-primary-outline .sicon-shopping-bag {
  margin-left: 6px;
  animation: iconFloat 2.8s ease-in-out infinite;
}

/* Hover */
.s-button-primary-outline:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 25px 60px rgba(236, 119, 144, 0.65);
}

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

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

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

/* Animations */
@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(236,119,144,.35);
  }
  50% {
    box-shadow: 0 18px 45px rgba(236,119,144,.65);
  }
  100% {
    box-shadow: 0 10px 25px rgba(236,119,144,.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); }
}

/* محاذاة المحتوى */
.s-product-card-content {
  display: flex;
  place-content: center;
  align-items: center;
}

.s-product-card-content-title a {
  display: block;
  font-size: 16px;
  color: #EC7790;
}

.s-product-card-content-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-product-card-price {
  color: #000;
  font-weight: 700;
  font-size: 21px;
}
.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: #EC7790;
  transform: scale(1.2);
}
  .store-footer__inner {
  background-color: #EC7790 !important;
}
.footer-is-light .store-footer {
    background-color: #EC7790;
    color: rgb(255 255 255);
}
.store-footer {
  background-color: #EC7790;
}
  .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;
}
  @media (max-width: 767px) {

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

  #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;
  }
}

/* ===== صندوق المميزات – هوية #EC7790 ===== */
.s-block--features__item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: 
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  z-index: 1;
  border: 2px solid #EC7790;
}

/* ===== طبقة خلفية متحركة ===== */
.s-block--features__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    #EC7790,
    #F3A0B2,
    #EC7790,
    #F8B6C6
  );
  background-size: 300% 300%;
  z-index: 0;
  border-radius: 16px;
  opacity: 0;
  animation: bgMove 7s ease infinite;
  transition: opacity 0.5s ease;
}

/* حركة الخلفية */
@keyframes bgMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===== Hover الصندوق ===== */
.s-block--features__item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 45px rgba(236, 119, 144, 0.45);
  border-color: #F3A0B2;
}

.s-block--features__item:hover::before {
  opacity: 0.28;
}

/* ===== الأيقونة ===== */
.s-block--features__item .feature-icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(236, 119, 144, 0.25);
  transition: 
    transform 0.45s ease,
    box-shadow 0.45s ease,
    background-color 0.45s ease;
}

/* Hover الأيقونة */
.s-block--features__item:hover .feature-icon {
  transform: scale(1.18) rotate(8deg);
  box-shadow: 0 10px 28px rgba(236, 119, 144, 0.45);
  background-color: #FFF3F6;
}

.s-block--features__item .feature-icon i {
  font-size: 2rem;
  color: #EC7790;
  transition: transform 0.45s ease, color 0.45s ease;
}

/* حركة إضافية للأيقونة */
.s-block--features__item:hover .feature-icon i {
  transform: scale(1.15);
  color: #E45E7D;
}

/* ===== النصوص ===== */
.s-block--features__item h2 {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #EC7790;
  transition: color 0.35s ease, transform 0.35s ease;
}

.s-block--features__item p {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  font-size: 1rem;
  color: #B04C63;
  transition: color 0.35s ease;
}

/* Hover النص */
.s-block--features__item:hover h2 {
  color: #E45E7D;
  transform: translateY(-2px);
}

.s-block--features__item:hover p {
  color: #8F3C50;
}
@media (min-width: 1024px) {

  .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: #fff;
    border: 2px solid #EC7790;
    border-radius: 12px;
    padding: 8px 24px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(
      135deg,
      #E45E7D,
      #EC7790,
      #F3A0B2
    );
    box-shadow: 0 0 16px rgba(236, 119, 144, 0.45);
  }

  .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.7) 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;
  }
}
@media (max-width: 767px) {
#main-content > section:nth-child(2) > div > a:nth-child(1) {
    height: 285px;
    background-size: contain;
  border-radius: 40px;
}
 #main-content > section:nth-child(2) > div > a:nth-child(2) {
    height: 205px;
    background-size: contain;
    border-radius: 40px;
}
}