/* Add custom CSS styles below */ 
/* حاوية الأقسام */
.header__nav,
.navbar__links,
.menu-list,
.main-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 20px;
  white-space: nowrap;
}

/* عناصر القائمة */
.header__nav > li,
.navbar__links > li,
.menu-list > li,
.main-menu > li {
  flex: 0 0 auto !important;
}

.main-nav-container .inner {
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: aliceblue;
}

.product-card--vertical {
    flex-direction: column;
    background-color: aliceblue;
}

.s-products-slider-card {
  border: 2px solid #46247a; /* اللون اللي طلبته */
  border-radius: 12px;
  padding: 5px;
  background: #fff;
  margin: 5px;
  transition: 0.3s;
  border-color: #46247a;
  box-shadow: 0 4px 8px rgba(70, 36, 122, 0.3);
}