/* Круглые изображения открыток в корзине */
#rec1784000571 input[name="Открытка получателю"] + .t-img-select__indicator {
  border-radius: 50% !important;
}

/* Размер и нижний отступ открыток на мобильных */
@media screen and (max-width: 640px) {
  #rec1784000571 .t-img-select__container__mobile_all-in-row {
    --in-row-img-width: calc(33.33333% - 12px) !important;
    margin-bottom: 15px !important;
  }
}

/* Цвет выделенного текста */
::selection {
  background: #e87eae;
  color: #ffffff;
}


/*
ВРЕМЕННО ОТКЛЮЧЕНО.
Красит статус «Доступно по предзаказу» в розовый.

.js-product.t-catalog__card.is-preorder
.t-catalog__card__sold-out-msg,
.js-product.t-store__card.is-preorder
.t-store__card__sold-out-msg {
  color: #e87eae !important;
}
*/