.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-footer {
  text-align: right;
}

.home-snippet-btn {
  display: inline-block;
  width: auto;
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #0073da !important;
  font-size: 12px;
  min-height: auto;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: none !important;
  box-shadow: none !important;
}

.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-store h5 {
  font-size: 28px;
  font-weight: 600;
  color: #00910e;
  margin: 14px 0 0 0;
}

.home-snippet-store h5 span {
  font-size: 14px;
  color: #00910e;
  font-weight: 400;
  display: block;
}

.home-snippet-deal .product-info .promotions {
  display: flex;
  column-count: 3;
  padding-left: 0 !important;
  padding-top: 4px;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.home-snippet-deal .product-info .promotions li {
  font-weight: 600;
  list-style: none;
  max-width: 16%;
  flex: 0 0 16%;
}

.home-snippet-deal .product-info .promotions li:first-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.home-snippet-deal .product-info .promotions li div {
  border-bottom: solid 1px #e1e1e1;
  padding: 12px 0;
  font-weight: 400;
}

.home-snippet-deal .product-info .promotions li:last-child {
  display: none;
}

.home-snippet-deal .product-info .promotions li a {
  color: #0073da;
}

.home-snippet-deal .deal-subline {
  display: block;
  margin-top: 4px;
  white-space: normal;
}

.home-snippet-deal .deal-from,
.home-snippet-featured .deal-from {
  color: #000;
  font-weight: 400;
}

.home-snippet-deal .deal-store,
.home-snippet-featured .deal-store {
  font-weight: 700;
}

.home-snippet-deal .deal-benefit,
.home-snippet-featured .deal-benefit {
  color: #00ba6c;
  font-weight: 500;
}

.home-snippet-deal .deal-expiry {
  display: block;
  margin-top: 4px;
  color: #999;
}

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

.home-snippet-featured .home-snippet-meta span,
.home-snippet-featured .home-snippet-meta strong {
  display: inline;
  margin-top: 0;
}

.home-snippet-featured .home-snippet-meta .deal-store {
  font-weight: 700;
  color: #000;
}

.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-featured small {
  color: #999;
}

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