.ux-brand-slider {
  max-width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}

.ux-bs-header{
  display: flex;
  align-items: center;
  justify-content: center;   /* yatay ortalama */
  text-align: center;
}

.ux-bs-header h2{
  margin: 0;
  width: 100%;
  text-align: center;
}

.ux-brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ux-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.ux-slider-track {
  display: flex;
  gap: 14px;
  transition: transform 0.6s ease;
}

.ux-slide {
  min-width: 190px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  text-align: center;
}

.ux-slide img {
  max-height: 170px;
  object-fit: contain;
}

.ux-slide h3 {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  margin: 8px 0;
}

.price {
  font-weight: 700;
  color: #ff6f00;
}

.add-cart {
  display: block;
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(135deg,#ff7a00,#ff9a23);
  color: #fff;
  font-weight: 600;
}
