/* Add custom CSS styles below */ 
.s-block--header-marquee{
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999999 !important;
}
.main-header,
header,
.store-header{
    top: 56px !important;
    position: sticky !important;
    /* z-index: 99999 !important; */
}
#mainnav > div > div > div{
      margin-top: 34px;
}
/* الاكثر مبيعا */
.ilora-best-native {
  padding: 70px 20px !important;
  background: #fff !important;
  direction: rtl;
}
.ilora-best-native .s-block__title,
.ilora-best-native .s-block__title h2,
.ilora-best-native h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #222 !important;
  text-align: center !important;
  margin-bottom: 35px !important;
}
.ilora-best-native .s-products-list-wrapper,
.ilora-best-native .products-list,
.ilora-best-native .s-slider-container {
  max-width: 1300px !important;
  margin: auto !important;
}
.ilora-best-native .s-product-card-entry,
.ilora-best-native .s-product-card,
.ilora-best-native salla-product-card {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #f1eeee !important;
  transition: .3s ease !important;
}
.ilora-best-native .s-product-card-entry:hover,
.ilora-best-native .s-product-card:hover,
.ilora-best-native salla-product-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.08) !important;
}
.ilora-best-native img {
  border-radius: 20px 20px 0 0 !important;
  object-fit: cover !important;
}
.ilora-best-native .s-product-card-content,
.ilora-best-native .s-product-card-content-main {
  text-align: center !important;
}
.ilora-best-native .s-product-card-price {
  color: #b58e5a !important;
  font-weight: 700 !important;
}
.ilora-best-native .s-button-primary,
.ilora-best-native button {
  border-radius: 40px !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
}
@media(max-width: 576px) {
  .ilora-best-native {
    padding: 50px 14px !important;
  }
  .ilora-best-native .s-block__title,
  .ilora-best-native .s-block__title h2,
  .ilora-best-native h2 {
    font-size: 26px !important;
  }