.t-product__option-item_buttons {
  border-radius: 15px !important;
}
.t-product__option-item_active.t-product__option-item_buttons {
  background-color: #ffeefa !important;
  border-color: #ff92da !important;
}

.t-catalog__prod-popup__name {
  font-size: 60px !important;
}
@media screen and (max-width: 640px) {
  .t-catalog__prod-popup__name {
    font-size: 50px !important;
  }
}

.t-catalog__prod-popup__price-wrapper {
  font-size: 22px !important;
}
.t-catalog__prod-popup__price-value,
.t-catalog__prod-popup__price-currency {
  font-size: 22px !important;
}

.js-catalog-prod-weight {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 18px !important;
  color: #ff92da !important;
  font-family: Manrope, sans-serif !important;
  font-weight: 600 !important;
}
.js-catalog-prod-weight::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://i.imgur.com/zXhhIZK.png');
  background-size: contain;
  background-repeat: no-repeat;
}