/* Add custom CSS styles below */ 
.product__description,
.article--main,
.product__description .article--main {
  background-color: #fffdfb !important;
  border-radius: 16px;
  padding: 25px !important;
}







/* حاوية وصف المنتج */
.product__description {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* المقال داخل الوصف */
.product__description .article--main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: plaintext !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* كل الفقرات داخل الوصف */
.product__description .article--main p {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: right !important;
  direction: rtl !important;
  line-height: 1.9 !important;
}

/* أي عناصر داخل الوصف */
.product__description .article--main * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* الصور والجداول لو وجدت */
.product__description .article--main img,
.product__description .article--main video,
.product__description .article--main iframe {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

.product__description .article--main table {
  width: 100% !important;
  display: block !important;
  overflow-x: auto !important;
}



/* قسم أحدث المنتجات */
salla-products-list.vertical-products.s-products-list {
  display: block !important;
  width: 100% !important;
}

/* نخلي الحاوية على قدّ المنتجات نفسها ثم بالنص */
salla-products-list.vertical-products.s-products-list .s-products-list-wrapper.s-products-list-vertical-cards {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  gap: 20px !important;
}

/* كل كرت منتج */
salla-products-list.vertical-products.s-products-list .s-products-list-wrapper.s-products-list-vertical-cards > custom-salla-product-card {
  display: block !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  flex: 0 0 280px !important;
}

/* الكرت الداخلي */
salla-products-list.vertical-products.s-products-list .kayan-card {
  width: 100% !important;
  margin: 0 !important;
}




.maeed-sold-small{
  margin: 6px 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #444;
}

.maeed-sold-small span{
  color: #e11d48;
  font-weight: 900;
}



_ الوصف


.laseria-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:15px;
}

.benefit{
  border:1px solid #eee;
  border-radius:14px;
  padding:12px;
  text-align:center;
  background:#fff;
}

.benefit img{
  width:24px;
  margin-bottom:8px;
}

.benefit div{
  font-weight:800;
  font-size:14px;
}

.benefit span{
  font-size:12px;
  color:#9a7b4f;
}



.tamara-product-widget,
salla-installment,
.tabby-widget,
tabby-promo-snippet{
  display:none !important;
}






/* فوق الصفحة (عادي أبيض) */
.kayan-header{
  background: #ffffff !important;
  transition: all 0.3s ease;
}

/* بعد النزول (مغبّش) */
.kayan-header.scrolled{
  background: rgba(255, 255, 255, 0.6) !important; /* شفافية خفيفة */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}






/* يخلي الهيدر مرجع */
.kayan-header .container > div{
  position: relative;
}

/* اللوقو بالنص الحقيقي */
.kayan-header .w-24{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

/* يمنع العناصر تغطي اللوقو */
.kayan-header .flex-1{
  z-index: 2;
}

/* إصلاح الجوال */
@media (max-width: 1024px){

  /* يخلي العمود الأوسط ما يأثر */
  .kayan-header .flex-1.lg\:justify-center{
    justify-content: flex-start !important;
  }

  /* يبعد زر القائمة شوي */
  .kayan-header .bars{
    z-index: 6;
  }

}