/* .ms-slider{
  max-width:1200px;
  margin:auto;
  padding:60px 20px;
  background:#e6dccb;
} */
.buy-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8d171a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    width: 100%;
}
.ms-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

.ms-title{
  font-size:28px;
  margin:0;
}

.ms-arrows{
  display:flex;
  gap:12px;
}

.ms-arrow{
  width:45px;
  height:45px;
  border-radius:50%;
  border:none;
  background:#7b3f1d;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}
.ms-content h3{
  margin:0 0 8px;
}
.ms-container{
  overflow:hidden;
}
.ms-content{
  padding:20px;
}

.ms-track{
  display:flex;
  gap:25px;
  transition:transform 0.6s ease;
}

.ms-card{
  min-width:calc(33.333% - 17px);
  background:#fff;
  border-radius:18px;
  border:1px solid #8b5a2b;
  overflow:hidden;
}

.ms-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.buy-btn1:hover {
    background: #ede0ca;
    color: #333;
}

.buy-btn1 span {
  margin-left: 8px;
}
