/* Add custom CSS styles below */ 
.s-slider-block__title h2{
      color: #c4a45c;
}
.s-block__title h2 {
    color: #c4a45c;
}
.banner--fixed img{
  background: black;
}
.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius:12%;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  transition: transform 0.3s ease-in-out;

  /* الأساس */
  width: 42vw;
  min-height:100px;
}

.lazy__bg{
  background-size: contain !important;
  background-repeat:no-repeat !important;
}

/* سيبنا اللاب زي ما هو */
.gap-3{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.s-product-card-entry.s-product-card-vertical {
    min-width: fit-content !important;
      min-height: 268px  !important;
}
/* ===== Mobile Fix ===== */
@media (max-width: 480px) {

  .gap-3 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.6rem;
  }

  .gap-3 .banner-entry {
    width: 120px !important;
    height: 100px !important;
  }

}
@media (max-width: 480px) {
.carousel-slider .swiper-wrapper>div{
      margin-left: 5px;
  }
}
.container {
      margin-top: 14px;
}