#main-content > section:nth-child(3) > div > a:nth-child(1) {
    height: 491px;
}
#main-content > section:nth-child(3) > div > a:nth-child(2) {
    height: 491px;
}
#main-content > section:nth-child(7) > div > a:nth-child(1) {
  height: 550px;

}
#main-content > section:nth-child(7) > div > a:nth-child(2) {
    height: 550px;

}
.grid.one-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* اتنين في الصف */
    gap: 12px;
width: 50%;
    margin-right: 26%;
} 

.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-size: contain !important;
    height: 180px;
    background-color: white;
}
body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.banner-entry {
    height: 175px;
}
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: 100%;
  overflow: hidden;
}
img.s-product-card-image-contain.lazy.loaded {
    background-color: white;
}
/* ============================================================
   🔶 3) أيقونات الهيدر + Hover جديد
============================================================ */

.header-btn__icon,
.s-cart-summary-icon,
.sicon-shopping-bag {
  transition: transform 0.35s ease, color 0.35s ease, filter 0.35s ease;
}

.header-btn:hover .header-btn__icon,
.s-cart-summary-wrapper:hover .s-cart-summary-icon,
.s-cart-summary-wrapper:hover .sicon-shopping-bag {
  color: #95613A;
  transform: rotate(-8deg) scale(1.15);
  filter: drop-shadow(0 0 6px rgba(149,97,58,0.6));
}


/* ============================================================
   🔶 4) ألوان الفوتر بلون الهوية
============================================================ */

.store-footer__inner,
.store-footer {
  background-color: #95613A !important;
}


/* ============================================================
   🔶 5) الزر الأساسي – Gradient جديد + Hover مختلف
============================================================ */

.s-button-element.s-button-primary-outline {
  background: linear-gradient(
    135deg,
    #6f4426,
    #95613A,
    #b07a50,
    #6f4426
  );
  background-size: 300% 300%;
  animation: gradientBrand 10s ease infinite;
  color: #fff !important;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.4s ease;
}

@keyframes gradientBrand {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.s-button-element.s-button-primary-outline:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 10px 25px rgba(149,97,58,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.25);
  background-position: 100% 50%;
}

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


/* ============================================================
   🔶 8) العنوان المتحرك – DESKTOP ONLY (تجديد كامل)
============================================================ */

@media (min-width: 1024px) {

  .s-slider-block__title {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .s-slider-block__title-right h2 {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 28px;
    border-radius: 14px;
    background: linear-gradient(120deg, #6f4426, #95613A, #b07a50);
    box-shadow: 0 0 18px rgba(149,97,58,0.35);
    overflow: hidden;
    letter-spacing: 1px;
  }

  .s-slider-block__title-right h2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,0.35);
    opacity: 0.6;
  }

  .s-slider-block__title-right h2::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
      circle,
      rgba(255,255,255,0.35) 0%,
      rgba(255,255,255,0) 60%
    );
    animation: pulseTitle 4s infinite ease-in-out;
  }

  @keyframes pulseTitle {
    0% { transform: scale(0.8); opacity: 0.4; }
    50% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(0.8); opacity: 0.4; }
  }

  button.s-slider-next.s-slider-nav-arrow,
  button.s-slider-prev.s-slider-nav-arrow {
    display: none !important;
  }
}


/* ============================================================
   🔶 10) لمعة البانر – Hover جديد أنعم
============================================================ */

.banner-entry {
  position: relative;
  overflow: hidden;
}

.banner-entry::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255,255,255,0.25) 45%,
    transparent 70%
  );
  transform: translateX(-120%);
}

.banner-entry:hover::after {
  transform: translateX(120%);
  transition: transform 1.2s ease;
}


/* ============================================================
   🔶 11) موبايل – Grid Banner + Slider + Buttons
============================================================ */

@media (max-width: 767px) {

  .s-products-slider-card {
    max-width: 185px;
  }

  .main-nav-container {
    min-height: 56px;
  }

  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
  }
}
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #95613A !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(-4px);
  box-shadow: 0 0 18px rgba(127, 156, 112, 0.45);
  border-color: #95613A;
}

.s-products-slider-card custom-salla-product-card:hover img {
  transform: scale(0.9);
  transition: 0.4s ease-in-out;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) h2 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #95613A;
  letter-spacing: 1px;
}

/* ✨ Underline متحرك أنيق */
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 70%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    #95613A,
    rgba(149,97,58,0.6),
    #95613A,
    transparent
  );
  border-radius: 4px;
  transform: translateX(-50%);
  animation: underlineFlow 3.5s ease-in-out infinite;
}

@keyframes underlineFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (max-width: 767px) {
  .grid.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* اتنين جنب بعض */
    gap: 0.5rem; /* لو عايز تعدل المسافة */
  }
#main-content > section:nth-child(3) > div > a:nth-child(1) {
    height: 300px;
}
#main-content > section:nth-child(3) > div > a:nth-child(2) {
    height: 300px;
}
#main-content > section:nth-child(7) > div > a:nth-child(1) {
    height: 300px;
}
#main-content > section:nth-child(7) > div > a:nth-child(2) {
    height: 325px;
}
}