/* Add custom CSS styles below */ 
/* ===== شكل كرت المنتج ===== */
.s-product-card-entry{
  border-radius:18px !important;
  border:1px solid #FFE3F3 !important;
  box-shadow:0 8px 24px -12px rgba(209,0,122,.18) !important;
  transition:transform .2s ease, box-shadow .2s ease;
}
.s-product-card-entry:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px -14px rgba(255,27,156,.32) !important;
}
.s-product-card-image img{ border-radius:14px !important; }

/* ===== العنوان والسعر ===== */
.s-product-card-content-title a{
  font-family:'Tajawal',sans-serif !important;
  font-weight:700 !important; color:#0A0A0A !important;
}
.s-product-card-price{ color:#D1007A !important; font-weight:800 !important; }
.s-product-card-sale-price{ color:#FF1B9C !important; }

/* ===== زر الإضافة للسلة ===== */
salla-add-product-button, .s-button-element{
  background:linear-gradient(100deg,#FF1B9C,#D1007A) !important;
  color:#fff !important; border:none !important;
  border-radius:40px !important; font-weight:700 !important;
  transition:transform .2s ease, box-shadow .2s ease;
}
salla-add-product-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px -8px rgba(255,27,156,.5) !important;
}/* ===== توحيد لون الهوية على الهيدر والموقع ===== */
:root{
  --color-primary:#FF1B9C !important;
  --color-primary-dark:#D1007A !important;
  --color-primary-light:#FFE3F3 !important;
}

/* ===== الشريط العلوي ===== */
.store-header .top-navbar{
  background:linear-gradient(90deg,#0A0A0A 0%,#3d0430 55%,#7a0846 100%) !important;
  padding:9px 0 !important;
}
.store-header .top-navbar,
.store-header .top-navbar a,
.store-header .top-navbar span,
.store-header .top-navbar i{ color:#ffe3f3 !important; }

/* ===== الناف الرئيسي: أبيض + ثابت عند التمرير + ظل ناعم ===== */
#mainnav.main-nav-container{
  background:#fff !important;
  box-shadow:0 6px 22px -14px rgba(209,0,122,.4) !important;
  position:sticky !important; top:0; z-index:60;
}
#mainnav .inner{ padding:6px 0; }

/* ===== الشعار: دائري بإطار وردي ===== */
.navbar-brand img{
  border-radius:50% !important;
  border:2px solid #FFE3F3 !important;
  box-shadow:0 5px 15px -6px rgba(255,27,156,.55) !important;
}

/* ===== روابط القائمة: تحديد وردي متحرك عند المرور ===== */
custom-main-menu a{ font-weight:700 !important; position:relative; transition:color .2s ease; }
custom-main-menu a:hover{ color:#FF1B9C !important; }

/* ===== أيقونات السلة/المنيو ===== */
.header-btn__icon, .sicon-shopping-bag, .sicon-menu, .sicon-search{
  color:#FF1B9C !important;
}
salla-cart-summary:hover .header-btn__icon{ transform:translateY(-2px); transition:transform .15s ease; }
:root{
  --color-primary:#FF1B9C !important;
  --color-primary-dark:#D1007A !important;
  --color-primary-light:#FFE3F3 !important;
}

/* ===== ١) عناوين الأقسام ===== */
.s-block__title h2{
  font-weight:800 !important;
  position:relative; padding-right:16px !important;
}
.s-block__title h2::before{
  content:""; position:absolute; right:0; top:6px; bottom:6px; width:5px;
  border-radius:6px; background:linear-gradient(180deg,#FF1B9C,#D1007A);
}
.s-block__title a{
  color:#D1007A !important; font-weight:700 !important;
  background:#FFE3F3; padding:8px 16px; border-radius:30px;
}

/* ===== ٢) الأزرار الموحّدة ===== */
.btn-primary, .s-button-element, salla-add-product-button,
button.btn-primary, .btn.btn-primary{
  background:linear-gradient(100deg,#FF1B9C,#D1007A) !important;
  border:none !important; border-radius:40px !important;
  font-weight:700 !important; color:#fff !important;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover, .s-button-element:hover, salla-add-product-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px -10px rgba(255,27,156,.6) !important;
}
.btn-outline, .btn.btn-default{
  border:2px solid #FF1B9C !important; color:#D1007A !important;
  border-radius:40px !important; background:#fff !important;
}

/* ===== ٣) صفحة المنتج ===== */
.product-single .price, .s-product-price, .product-price{
  color:#D1007A !important; font-weight:800 !important;
}
.product-single .old-price, .s-product-old-price{ text-decoration:line-through; color:#c3bcc0 !important; }
/* ===== تصحيح أزرار صفحة المنتج ===== */
.product-single salla-add-product-button{
  background:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
}
.product-single .s-add-product-button-main{
  display:flex !important;
  gap:12px !important;
  align-items:stretch !important;
}
.product-single .s-add-product-button-main > *{ flex:1 1 0 !important; }

/* الأزرار الفعلية داخل الصفحة */
.product-single .s-button-element{
  border-radius:40px !important;
  width:100% !important;
  font-weight:700 !important;
}
.product-single .s-button-primary{
  background:linear-gradient(100deg,#FF1B9C,#D1007A) !important;
  color:#fff !important; border:none !important;
}
salla-quantity-input{ border-radius:40px !important; }