.promotion-contents__product {
  margin-top: 0;
}

.promotion-title {
  padding-bottom: 10px;
  margin: 50px 2.6666666667vw 20px;
  border-bottom: 1px solid #dddddd;
}

.promotion-title p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: 'Noto Sans KR', 'Poppins', sans-serif;
  letter-spacing: -3%;
}

.product-item:first-child,
.product-item:nth-child(2) {
  margin-top: 8px;
}

.product-item+.product-item {
  margin-top: 8px;
}

/* 인스타 방송 다시보기 */
.vod-filter {
  padding: 5px 10px;
}

.vod-filter-select {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #EBC791;
}