/* Add custom CSS styles below */ 
#reviews.tab-pane{
display:block;
}
#details_table{
display:block !important;
}
#reviews.tab-pane{
display:block !important;
}
/*.more-info-tabs__nav-link{
display:none !important;
}*/
.more-info-tabs__nav-link.mobile::after{
content:"" !important;
}
.product-single__info{
display:flex !important;
flex-direction:column !important;
}
[class*="styles__snippetWrapper"] {
  padding: 20px !important;
}
salla-installment #tabbyPromoWrapper #tabbyPromo span div {
  font-size: 20px !important;
  padding: 30px !important;

}
  div.app-inner.flex.flex-col.min-h-full.bg-storeBG   div.container.mb-20   nav   ol   li:nth-child(3)   span{
  display:none !important;
  }
  .s-block--faq .home-block-title p.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary {
  font-size: 20px !important; /* صغّر الحجم حسب ما تحب */
  margin-bottom:-10px;
}
 .s-block--faq .home-block-title p.text-store-text-secondary{
  font-size: 15px !important; /* صغّر الحجم حسب ما تحب */
  color:gray !important;
  margin-top:0 !important;
}




/* الكونتينر الأساسي */
.watching-box {
  display: flex;
  flex-direction: column; /* ✅ يخلي البانر فوق والـ p تحت */
  align-items: flex-start;
  gap: 6px;
  margin-top: 10px;
  font-size:18px;
}

/* البانر */
.watching-box .banner-row {
  background-color: rgb(34, 197, 94);
 
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  
}

/* الدائرة */
.watching-box .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1s infinite, colorChange 3s infinite;
}

/* النص اللي تحت */
.watching-box .watching-text {
  color: #22c55e;
  
}

@keyframes bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes colorChange {
  0%   { background: red; }
  25%  { background: rgb(34, 197, 94); }
  50%  { background: rgb(0, 205, 0); }
  75%  { background: rgb(144, 238, 144); } /* أخضر فاتح */
  100% { background: red; }




 /*section.s-block{
 margin:14px !important;
 }
 #best-offers-9-slider  div span{
margin-bottom:32px !important;
}
 section.s-block.container.fixed-products.fixed-products--6{
 margin:16px !important;
 }*/
/*
.form.product-form{
order:4 !important;
}*/