/* Add custom CSS styles below */ 
:root {
  --header-logo-height:100px !important;
}
.store-features-block .s-block--features__item * {
  color:#fff;
}
.store-features-block .s-block--features__item {
  background-color: #229cc9;
}
/* تنسيق البنر العلوي */
.header-banner {
    background-color: #4CAF50; /* نفس لون السلايدر */
    padding: 20px;
    text-align: center;
    color: white; /* لون النص في البنر */
    font-size: 1.5rem;
}

/* تنسيق السلايدر */
.slider {
    background-color: #4CAF50; /* لون السلايدر */
    height: 400px; /* يمكنك تخصيص الطول */
}