.storesslider-wrapper {
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 15px;
}

.storesslider-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.storesslider-slide {
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.storesslider-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.storesslider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.15));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.storesslider-logo {
  max-height: 70px;
  max-width: 140px;
  object-fit: contain;
  background: white;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.storesslider-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.storesslider-rating {
  font-size: 14px;
  opacity: 0.95;
}
