/* Minification failed. Returning unminified contents.
(24,58): run-time error CSS1046: Expect comma, found '222'
(24,65): run-time error CSS1046: Expect comma, found '/'
(24,85): run-time error CSS1046: Expect comma, found '87'
(24,91): run-time error CSS1046: Expect comma, found '/'
 */
/* v2 */
.card__stickers .card__sticker.prom-vesennee-probuzhdenie, .tags .tags__item.prom-vesennee-probuzhdenie {
  background-color: #FFAB54;
}

  .card__stickers .card__sticker.prom-vesennee-probuzhdenie::before {
    mask-image: url("/assets/images/icons/stars.svg");
  }

  .card__stickers .card__sticker.prom-vesennee-probuzhdenie::after {
    content: "Весеннее пробуждение";
  }

/* v1 */
.col.prom-vesennee-probuzhdenie {
  position: relative;
}

  .col.prom-vesennee-probuzhdenie:after {
    content: "Весеннее пробуждение";
    display: block;
    position: absolute;
    /*background-color: rgba(255,22,22,0.71);*/
	background: linear-gradient(162deg, #ffeb3b 0%, rgb(255 222 89 / 95%) 20%, rgb(255 87 87 / 95%) 96%);
    z-index: 2;
    color: white;
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 235px;
    text-align: left;
  }

.filter-list>*.prom-vesennee-probuzhdenie {
  /*background-color: rgb(255,145,77);*/
  background-color: rgb(255,102,102);
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-vesennee-probuzhdenie:hover {
    /*background: rgb(255, 97, 0) !important;*/
    background: rgb(230, 80, 80) !important;
  }
  .filter-list>*.prom-vesennee-probuzhdenie > span {
    color: white;
  }
  .filter-list>*.prom-vesennee-probuzhdenie > .help-icon {
    color: white;
  }
    .filter-list>*.prom-vesennee-probuzhdenie > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-vesennee-probuzhdenie + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-vesennee-probuzhdenie.prom-vesennee-probuzhdenie-main-cat + .filter-reset {
  margin-top: -34px;
}


.prom-cell {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
  .prom-cell small {
    font-size: 60%;
    margin: 0 20px;
  }
  .prom-cell small > span[data-tooltip] {
    color: #d7504c;
    border-bottom: 1px red dotted;
    cursor: pointer;
  }

.price.new-price, .prom-cell .old-price-wrapper, .price-from .new-price, .price-from .old-price-wrapper {
  color: #d7504c !important;
}

.price.new-price {
  margin-right: 8px !important;
}

.prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
  text-decoration: line-through;
  font-size: 22px
}

.prom-cell .old-price-wrapper {
  margin-right: 20px;
}

.price-from .old-price-wrapper {
  margin-right: 5px;
}

.prom-cell .old-price, .price-from .old-price {
  color: rgba(0, 0, 0, 0.87)
}

@media only screen and (max-width: 1300px) {
  .prom-cell {
    display: flex;
    flex-direction: column;
  }
    .prom-cell > div:first-child {
      display: flex;
      flex-direction: column;
    }
    .prom-cell br {
      display: none;
    }
    .prom-cell .order-button {
      margin-top: 20px;
    }

  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 530px) {
  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    font-size: 20px;
  }
}

