/* ======================= الأساسيات العامة ======================= */
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 {
  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-block--fixed-banner img,
.s-block--fixed-banner a,
.s-block--fixed-banner {
  border-radius: 0 !important;
}

/* ======================= عناوين المنتجات ======================= */
.s-product-card-content-title a {
  font-size: 16.5px;
  font-weight: 600;
  background: linear-gradient(90deg, #AA7474, #AA7474);
  -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%; }
}

/* ======================= خصائص عامة للبانرات ======================= */
.banner-entry {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  perspective: 1000px;
}

.banner-entry .lazy__bg {
  transition: all 0.8s ease;
  transform: rotateY(0deg) scale(1);
  filter: brightness(0.95);
}

/* ======================= الكروت (Cards) ======================= */
.s-product-card-entry {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: white;
}

.s-product-card-entry .s-product-card-image img {
  transition: transform 0.5s ease;
  will-change: transform;
}

.s-product-card-entry:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.08);
}

/* لمعة خفيفة على الكارت */
.s-product-card-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-25deg);
  z-index: 2;
}

.s-product-card-entry:hover::before {
  animation: shineMove 1.4s ease forwards;
}

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

/* ======================= أزرار المنتجات ======================= */
.s-button-element.s-button-btn.s-button-primary-outline {
  border: 2px solid #AA7474;
  color: #AA7474;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.35s ease;
}

.s-button-element.s-button-btn.s-button-primary-outline i {
  transition: color 0.35s ease;
}

.s-button-element.s-button-btn.s-button-primary-outline:hover {
  background-color: #AA7474;
  color: #fff;
  box-shadow: 0 8px 20px rgba(170, 116, 116, 0.35);
  transform: translateY(-2px);
}

.s-button-element.s-button-btn.s-button-primary-outline:hover i {
  color: #fff;
}

/* ======================= الخصائص (Features) ======================= */
.s-block--features__item {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.s-block--features__item:hover {
  border-color: #AA7474;
  transform: translateY(-5px);
  box-shadow: #AA7474;
}

.s-block--features__item::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border-radius: 14px;
  border: 2px solid #AA7474;
  transition: border-color 0.4s ease;
  pointer-events: none;
}

.s-block--features__item:hover::before {
  border-color: rgba(218, 172, 179, 0.6);
}

/* ======================= أيقونات السلة والهيدر ======================= */
.s-cart-summary-count {
  background-color: #AA7474 !important;
}

.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;
  color: #AA7474;
}

.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;
  color: #AA7474;
}

/* ======================= الصفحة والسلة ======================= */
.pt-5.flex.flex-col.items-start.lg\:flex-row.pb-6.lg\:pb-20 {
  justify-content: center;
}

.store-footer__inner {
  background-color: #AA7474;
}

/* ======================= هوفر و تأثيرات فقط على الديسكتوب ======================= */
@media (min-width: 1024px) {

  .banner-entry {
    height: 540px !important;
    border-radius: 0rem;
    margin-right: -32px;
  }

  .grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    margin-top: -42px;
  }

  .lazy__bg.lazy.bg-no-repeat.entered.loaded {
    margin-top: -3px;
  }

  /* تأثير الهوفر على البانرات */
  .banner-entry .lazy__bg {
    transition: all 0.8s ease;
    transform: rotateY(0deg) scale(1);
    filter: brightness(0.95);
  }

  .banner-entry:hover .lazy__bg {
    transform: rotateY(15deg) scale(1.08);
    filter: brightness(1.15) saturate(1.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }

  .banner-entry::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
    transform: rotate(25deg);
    transition: all 0.7s ease;
  }

  .banner-entry:hover::after {
    top: 100%;
    left: 100%;
    transition: all 1.2s ease;
  }

  /* العنوان في السلايدر */
  .s-slider-block__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .s-slider-block__title-right {
    flex: 1;
    text-align: center;
  }

  .s-slider-block__title-right h2 {
    border: 2px solid #AA7474;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(90deg, #AA7474, #AA7474, #AA7474);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right: 155px;
    animation: shineText 3s linear infinite;
  }

  @keyframes shineText {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
  }
}

/* ======================= الموبايل ======================= */
@media (max-width: 767px) {
  .grid.one-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .banner-entry {
    height: 150px !important;
    border-radius: 0rem;
    margin-right: -20px;
  }

  

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