/* خلفية الموقع كله */
body{
  background-color:#FAFFFD !important;
}

.top-navbar{
  display: none;
}
/* قسم البرامج (سلة) — نفس ستايل الموقع + تقريبه من العنوان */
#featured-products-style2-3{
  background:#FAFFFD !important;   /* بدل الرمادي — نفس لون بلوك العنوان */
  margin-top:0 !important;          /* يلغي الفراغ اللي فوق */
  padding-top:0 !important;         /* يقرّبه من العنوان */
}
/* لو فيه غلاف خارجي بيزود مسافة */
.s-block:has(#featured-products-style2-3){ margin-top:0 !important }

/* حجم اللوجو */
.main-nav-container .navbar-brand img{
  max-height:67px !important;
  max-width:none !important;
  width:auto !important;
}
#featured-products-style2-3{
  padding-bottom:0 !important;
}
/* ===== سلايدر Brazilian Shape ===== */

/* 1) عنوان السلايدر */
#best-offers-4-slider .s-slider-block__title-right h2{
  font-size:clamp(1.4rem,3vw,2rem);
  font-weight:800;
  color:#0E0E0E;
}

/* 2) السَبتايتل تحت العنوان */
#best-offers-4-slider .s-slider-block__title-right::after{
  content:"ثلاث مراحل لتشكيل القلوتس اختاري مرحلتكِ أو الباقة الكاملة";
  display:block;
  margin-top:8px;
  font-size:.95rem;
  font-weight:500;
  line-height:1.7;
  color:#746F72;
}

/* 3) إخفاء الاسم الرمادي المكرّر تحت كل كارت */
#best-offers-4-slider .s-product-card-content-subtitle{
  display:none;
}

/* 4) بادج الاسم الأحمر فوق الصورة → لون الهوية الدهبي */
#best-offers-4-slider .s-product-card-promotion-title{
  background:#D4A937 !important;
  color:#0E0E0E !important;
}

/* 5) شكل الكارت */
#best-offers-4-slider .s-product-card-entry{
  border:1px solid #E2DBCC;
  border-radius:16px;
  overflow:hidden;
  background:#FFFFFF;
  box-shadow:0 10px 28px -16px rgba(75,58,48,.25);
}
 div.s-product-card-image > a > div{
  display: none;
}
#best-offers-4-slider{
  margin-bottom: 20px;
}
#main-content > div > div > div > h1{
  display: none;
}
.s-product-card-image{
  height: 20rem !important;
  max-height: 20rem !important;
}

.elham-bundle2 .s-products-list-wrapper{grid-template-columns:1fr !important}