.s-slider-wrapper {
    position: relative;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
      padding-top: 10px;
  border-radius:20px
  

}
.s-block {
     background: TRANSPARENT;
}
/* ============================= */
/* 🎬 دخول الإعلان */
/* ============================= */
.s-advertisement {
  opacity: 0;
  transform: translateY(-25px);
  animation: adFadeIn 1s ease forwards;
}

@keyframes adFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================= */
/* ✨ تأثير داخلي + لمعة */
/* ============================= */
.s-advertisement-inner {
  position: relative;
  overflow: hidden;
}

.-advertisement-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-25deg);
}

.s-advertisement:hover .s-advertisement::before {
  animation: shine 1s;
}

@keyframes shine {
  100% {
    left: 140%;
  }
}

/* ============================= */
/* 🔥 حركة Hover للإعلان */
/* ============================= */
.s-advertisement:hover {
  transform: scale(1.03);
  transition: 0.3s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ============================= */
/* 🛒 زر الإعلان */
/* ============================= */
.s-advertisement {
  transition: all 0.3s ease;
}

.s-advertisement:hover {
  transform: scale(1.08);
  background-color: #e63946;
  color: #fff;
}

/* ============================= */
/* 🧠 حركة خفيفة للنص */
/* ============================= */
.s-advertisement-content-main {
  animation: textFade 1.2s ease;
}

@keyframes textFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-btn__icon.icon {
     background: #bf3c44;
    color: white;
}
.banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(246 241 231);
}
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 170px !important;
        max-height: 95px;
        border-radius: 10px;
    }
}

    .navbar-brand img {
        max-width: 170px !important;
        max-height: 135px;
        border-radius: 10px;
    }

/* نخلي الأب مرجع */
.main-nav-container .flex.items-stretch.justify-between {
  position: relative;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #ab4c47;
      color: #ffffff;
}

.footer-is-light .store-footer .store-footer__inner {
    background: #FFF;text-align: CENTER;align-items: CENTER
}
/* توسيط اللوجو */
.main-nav-container .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  z-index: 1;
}

 
/* رفع العناصر الجانبية فوق */
.main-nav-container .flex.items-center {
  z-index: 2;
}

/* تحسين بسيط */
.main-nav-container {
  border-bottom: 1px solid #eee;
}/* =========================
   🎯 الأساس
========================= */
body , .s-block--full-bg+.s-block--full-bg, .s-block--full-bg+footer, .s-block--full-bg:first-of-type {
  background: #f6f1e7;
}

/* =========================
   🎯 الهيدر
========================= */
.main-nav-container {
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* =========================
   🎯 سلايدر المنتج
========================= */
.details-slider {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #eee;
}

/* =========================
   🎯 تفاصيل المنتج
========================= */
.main-content {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #eee;
}

/* عنوان المنتج */
.main-content h1 {
  font-size: 22px;
  font-weight: bold;
}

/* السعر */
.price-wrapper h2 {
  color: #cd5f54;
}

/* =========================
   🎯 كروت المنتجات
========================= */
salla-product-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* hover */
salla-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* صورة المنتج */
salla-product-card img {
  border-radius: 12px;
}

/* =========================
   🎯 زر السلة
========================= */
salla-add-product-button {
  border: 1px solid #cd5f54 !important;
  background: transparent !important;
  color: #cd5f54 !important;
  border-radius: 12px;
  transition: 0.3s;
}

/* hover */
salla-add-product-button:hover {
  background: #cd5f54 !important;
  color: #fff !important;
}

/* =========================
   🎯 sticky bar
========================= */
.sticky-product-bar {
  border-top: 1px solid #eee;
}

.sticky-product-bar__btn {
  border-radius: 12px;
}

/* =========================
   🎯 السلايدر (منتجات مشابهة)
========================= */
salla-products-slider {
  margin-top: 40px;
}

/* =========================
   🎯 الفوتر
========================= */
.store-footer {
  background: #fff;
  border-top: 1px solid #eee;
}

/* =========================
   🎯 تحسين عام
========================= */
button,
a {
  transition: all 0.2s ease;
}

button:hover {
  transform: translateY(-1px);
}




/* النجمة قبل النص */
.s-slider-block__title-right h2::before , .s-block__title h2::before {
  content: "✨";
  margin-left: 6px;
}

/* خط من اليسار فقط */
.s-slider-block__title-right h2::after , .s-block__title h2::after{
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

/* Add custom CSS styles below */ 
.navbar-brand img {
        max-width: 193px;
        height: 64px !important;
    }
 




/* ================== BANNER SHINE ================== */
.s-block--fixed-banner {
  position: relative;
  overflow: hidden;
}
.header-components {
     padding-top: 1.6rem;
    padding-bottom: 1.625rem;
}
.s-block--fixed-banner .banner {
  position: relative;
  overflow: hidden;
}

/* طبقة اللمعة */
.s-block--fixed-banner .banner::after  {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  transform: skewX(-15deg);
  animation: bannerShine 7s infinite;
}

/* حركة اللمعة */
@keyframes bannerShine {
  0% {
    left: -120%;
  }
  100% {
    left: 150%;
  }
}




/* Glow فاخر */
.s-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212,175,55,0.15), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

.s-product-card:hover::before {
  opacity: 1;
}

/* خط تحت العنوان */
.s-product-card-promotion-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: 0.4s;
}

/* لمعة العنوان */
.s-product-card-promotion-title::after {
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: shineText 3s infinite;
}

.s-product-card:hover .s-product-card-promotion-title::after {
  width: 100%;
}

/* ================== PRICE ================== */
.s-product-card-price {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  color: #111;
}

.s-product-card-price::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 100%;
  height: 6px;
  background: rgba(212,175,55,0.2);
  border-radius: 3px;
  z-index: -1;
}

.s-product-card-price del {
  font-size: 13px;
  color: #999;
}

/* ================== BUTTON ================== */
 
 



.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.s-product-card-entry img {
  transition: transform 0.4s ease;
}

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

.s-product-card-entry .btn {
  border-radius: 10px;
  transition: all 0.3s ease;
}

.s-product-card-entry .btn:hover {
  transform: scale(1.05);
}


/* ================== TITLES ================== */
.s-block__title h2,
.s-slider-block__title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}


/* ================== KEYFRAMES ================== */
@keyframes cardEntry {
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shineText {
  0% { left: -120%; }
  100% { left: 120%; }
}

@keyframes slideFade {
  0% { opacity: 0; transform: translateY(-12px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes shine {
  0% { left: -110%; }
  100% { left: 170%; }
}

@keyframes textMove {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
 

 
  .promotion-badge {
    width: 20%;
    right: 0;
    background: darkred;
  }

  .sc-1au8ryl-0.dkuywW { display: none; }

/* تطبيق نفس إعدادات الكرت بدون تغيير الأنيميشن */

.s-products-list-vertical-cards .s-product-card,
.s-products-slider-card {
    position: relative;
    overflow: hidden;
}

 /* ================== MOBILE ================== */
@media (max-width:768px) {
.s-products-slider-card {
    width: 100%;
    max-width: 190px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  
.s-product-card-entry {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    transform: scale(0.9);
    height: 320px;
max-width: 200;
 .s-product-card-content {
    padding: 1rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.s-products-slider-card {
    width: 100%;
    max-width: 120px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}