.home-snippet-card {
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 20px;
  height: 100%;
}

.home-snippet-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.home-snippet-head h4,
.home-snippet-footer {
  margin-bottom: 0;
}

.home-snippet-btn {
  width: 100%;
  text-align: center;
}

.home-snippet-scroll {
  height: 430px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.home-snippet-track > *:last-child {
  margin-bottom: 0;
}

.home-snippet-store,
.home-snippet-deal,
.home-snippet-featured {
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 0;
}

.home-snippet-store a,
.home-snippet-deal a,
.home-snippet-featured a {
  display: block;
}

.home-snippet-store img {
  max-width: 100%;
  max-height: 64px;
  margin: 0 auto;
  display: block;
}

.home-snippet-deal-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.home-snippet-deal-top img {
  width: 72px;
  max-height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.home-snippet-deal-top h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}

.home-snippet-deal p {
  margin-bottom: 6px;
  color: #6d6d6d;
  line-height: 1.5;
}

.home-snippet-deal small {
  color: #999;
}

.home-snippet-featured .image-card {
  margin-bottom: 0;
}

.home-snippet-featured .image {
  overflow: hidden;
}

.home-snippet-featured img {
  width: 100%;
  display: block;
}

.home-snippet-featured h5 {
  margin: 12px 0 0 0;
}

.home-snippet-empty {
  color: #999;
  text-align: center;
  padding-top: 100px;
}
