.hns-product-promotions {
  width: 100%;
  margin: 0;
  padding: 14px 10px 12px;
  overflow: hidden;
  border-radius: 12px;
  background: #ed2017;
  color: #fff;
}

.hns-product-promotions *,
.hns-product-promotions *::before,
.hns-product-promotions *::after {
  box-sizing: border-box;
}

.hns-product-promotions__header {
  display: grid;
  align-items: center;
  padding: 0 0 17px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.hns-product-promotions__gift {
  display: block;
  width: 38px;
  height: 38px;
  color: #fff;
}

.hns-product-promotions__gift svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.hns-product-promotions__title h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-product-promotions__title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.hns-product-promotions__body {
  width: 100%;
  padding: 20px 10px 14px;
  border-radius: 12px;
  background: #fff;
  color: #222;
}

.hns-product-promotions__item {
  display: grid;
  margin: 0 0 24px;
  align-items: flex-start;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0;
}

.hns-product-promotions__item:last-child {
  margin-bottom: 0;
}

.hns-product-promotions__check {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 50%;
  background: #ed2017;
}

.hns-product-promotions__check::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.hns-product-promotions__item p {
  margin: 0;
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hns-product-promotions__divider {
  display: block;
  width: calc(100% - 20px);
  height: 0;
  margin: -4px 10px 14px;
  border-top: 2px dashed rgba(43, 43, 43, 0.2);
}

@media (max-width: 767px) {
  .hns-product-promotions {
    padding: 12px 9px 10px;
    border-radius: 11px;
  }

  .hns-product-promotions__header {
    grid-template-columns: 43px minmax(0, 1fr);
    padding-bottom: 16px;
  }

  .hns-product-promotions__gift {
    width: 36px;
    height: 36px;
  }

  .hns-product-promotions__title h2 {
    font-size: 15px;
  }

  .hns-product-promotions__title p {
    font-size: 12px;
  }

  .hns-product-promotions__body {
    padding: 20px 9px 13px;
  }

  .hns-product-promotions__item p {
    font-size: 14px;
    line-height: 1.45;
  }
}
