.product-day {
  padding: 20px 30px;
}
.product-day__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
  text-transform: uppercase;
}
.product-day__title span {
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.product-day__label {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
}
.product-day__countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0;
}
.countdown__item {
  min-width: 60px;
  text-align: center;
}
.countdown__value {
  display: flex;
}
.countdown__value span {
  display: inline-flex;
  margin: 2px;
  padding: 11px 2px 10px;
  width: 39px;
  height: 55px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  justify-content: center;

  border: 1px solid transparent;
  background:
    linear-gradient(#19426d, #19426d) padding-box,
    linear-gradient(30deg, #8096ae, #002e5d) border-box;
}
.countdown__separator {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.product-day__bottom {
  margin-top: 50px;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}
.product-day__bottom::before {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg width="18" height="30" viewBox="0 0 18 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.37849 30L0 29.997V0L18 0.003L14.8598 3.75H3.78767V26.25H7.89249L5.37849 30Z" fill="white" fill-opacity="0.2"/></svg>')
    no-repeat;
  width: 18px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -7px;
}
.product-day__product {
  min-height: 300px;
  background: url("/image/theme/bg-product-day.png") no-repeat left -28px
    center / cover;
  padding-left: 30%;
}
.product-day__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2a2a2a;
  text-decoration: none;
  margin-right: 10%;
  overflow: hidden;
}
.product-day__name:hover {
  opacity: 0.8;
}
.product-day__old {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-decoration-line: line-through;
  color: #cbcbcb;
}
.product-day__price {
  font-weight: 800;
  font-size: 24px;
  line-height: 22px;
  color: #282828;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .product-day__info .btn-primary {
    min-width: 160px;
  }
  .product-day__info .btn-link {
    min-width: 140px;
  }
}
.product-day__image {
  margin-bottom: -40px;
  padding: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .product-day__start {
    width: 40%;
    flex: 0 0 40%;
  }
  .product-day__end {
    width: 60%;
    flex: 0 0 60%;
  }
  .product-day__product {
    background-position-x: left;
    background-size: 100% 300px;
    position: relative;
    z-index: 3;
  }
  .product-day__name {
    margin-bottom: 60px;
    max-height: 78px;
    margin-right: 2%;
  }
  .product-day__image {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 24%;
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .product-day__start {
    width: 38%;
    flex: 0 0 38%;
  }
  .product-day__end {
    width: 62%;
    flex: 0 0 62%;
  }
  .product-day__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .product-day__bottom {
    font-size: 13px;
    line-height: 15px;
  }
  .countdown__value span {
    font-size: 22px;
    width: 30px;
    height: 42px;
    padding: 5px 2px 6px;
  }
  .product-day__bottom {
    margin-top: 24px;
  }
  .product-day__bottom::before {
    top: -9px;
  }
  .product-day__product {
    min-height: 200px;
    background-size: 100% 220px;
  }
  .product-day__name {
    margin-bottom: 40px;
    max-height: 48px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-day__image {
    top: 20%;
  }
  .product-day__image img {
    width: 100px;
  }
  .product-day__old {
    margin-bottom: 0;
    font-size: 12px;
  }
  .product-day__price {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .product-day {
    padding: 20px 16px;
  }
  .product-day__start,
  .product-day__end {
    width: 100%;
    flex: 0 0 100%;
  }
  .product-day__start {
    margin-bottom: 20px;
  }
  .product-day__countdown {
    padding-left: 20px;
  }
  .product-day__product {
    min-height: 220px;
    background-size: 110% 110%;
    background-position-x: left 20%;
    padding-left: 32%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .product-day__image img {
    width: 70px;
  }
  .product-day__info .d-flex {
    flex-direction: column;
  }
  .product-day__info .btn {
    min-width: 160px;
  }
}
