.product-card--promotion-applied .product-card__price,
.product-card--promotion-applied.product-card--cart .product-card__sum,
.product-block--promotion-applied .product-block__price {
  color: #e41c1c;
}

.product-card--promotion-5-plus-1 .product-card__gallery,
.product-block--promotion-5-plus-1 .product-block__main-image {
  position: relative;
}

.product-card--promotion-5-plus-1 .product-card__promotion-icon,
.product-block--promotion-5-plus-1 .product-block__promotion-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  pointer-events: none;
}
.product-card--cart.product-card--promotion-5-plus-1 .product-card__promotion-icon {
  width: 50px;
}
.product-card--cart.product-card--promotion-5-plus-1 .product-card__promotion-icon--cart-mobile {
  display: none;
}

.product-block__promotion-description {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  color: #e41c1c;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product-card--promotion-5-plus-1 .product-card__promotion-icon,
  .product-block--promotion-5-plus-1 .product-block__promotion-icon {
    width: 70px;
  }
  .product-card--cart.product-card--promotion-5-plus-1 .product-card__promotion-icon {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .product-card--promotion-5-plus-1 .product-card__promotion-icon,
  .product-block--promotion-5-plus-1 .product-block__promotion-icon {
    width: 50px;
  }
  .product-block--promotion-5-plus-1 .product-block__promotion-icon {
    width: 70px;
  }
  .product-card--cart.product-card--promotion-5-plus-1 .product-card__promotion-icon {
    width: 30px;
  }
  .product-card--cart.product-card--promotion-5-plus-1 .product-card__gallery .product-card__promotion-icon {
    display: none;
  }
  .product-card--cart.product-card--promotion-5-plus-1 .product-card__promotion-icon--cart-mobile {
    position: static;
    display: block;
    width: 50px;
    margin-left: 3px;
  }
}
