/* Add custom CSS styles below */ 
/* صف الأسعار أفقي مع فجوة بسيطة */
.s-product-card-entry .s-product-card-sale-price,
custom-salla-product-card .s-product-card-sale-price{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  }
}
.custom-main-normal .main-menu {
    max-width: max-content !important;
    margin: auto !important;
}
.s-product-card-entry .s-product-card-content-subtitle {
    color: #f60017;
    font-weight: 700;
    display: flex;
    justify-content: end;
    margin-bottom: -16px;
}
.product-entry__sub-title {
    display: none;
}
.custom-main-normal .main-menu > li:last-child {
  background: transparent !important;
}

.custom-main-normal .main-menu > li:last-child > a {
  background: #1F4387 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  padding: 6px 14px !important;
}
.custom-main-normal .main-menu > li:last-child > a {
  transition: all 0.25s ease; /* حركة ناعمة */
}

.custom-main-normal .main-menu > li:last-child > a:hover {
  background: #274F9F !important; /* درجة أغمق فقط بلمسة بسيطة */
  transform: translateY(-1px);    /* يرتفع شعره للأعلى */
  box-shadow: 0 2px 6px rgba(0,0,0,0.12); /* ظل بسيط يضيف فخامة */
}
.custom-main-normal .main-menu {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important; /* خليه 5 بدل 0 عشان الشكل ما يخنق */
}
.tabs-produtcs-box {
    overflow:auto;
}
.s-product-options-option-label small {
    display: none !important;
}