.sps-wrapper {
  background: #e6eadf;
  padding: 40px;
  border-radius: 20px;
}

.sps-filters {
  text-align: center;
  margin-bottom: 20px;
}

.sps-filters button {
  border: none;
  padding: 10px 18px;
  margin: 5px;
  background: white;
  border-radius: 20px;
  cursor: pointer;
}

.sps-filters .active {
  background: black;
  color: white;
}

.sps-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.sps-card {
  min-width: 220px;
  background: white;
  padding: 15px;
  border-radius: 18px;
  text-align: center;
  flex: 0 0 auto;
}

.sps-card img {
  width: 100%;
  border-radius: 12px;
}

.price {
  font-weight: bold;
}

@media (max-width: 768px) {
  .sps-card {
    min-width: 160px;
  }
}
