/* Add custom CSS styles below */ 
.s-block--logos-slider {
  overflow: hidden;
  width: 100%;
}

.s-block--logos-slider .grid {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.s-block--logos-slider .grid::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}

/* كل لوجو نفس المقاس */
.s-block--logos-slider .grid > * {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-block--logos-slider img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .s-block--logos-slider .grid > * {
    width: 80px;
    height: 60px;
  }
}

.s-social-link a {
    background-color: #638fd0;
    color: #ffffff;

.store-footer__inner{
      background-color: rgb(99 143 208);
}

.store-footer{
    color: white;
    background-color: rgb(138 171 220);
}