.js-store-prod-text a {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 30px;
  margin-top: 16px;
  border-radius: 30px;
  font-weight: 500;
}

.js-store-prod-text a {
  background-color: #ff9415;
  color: #000000 !important;
}
  .js-store-prod-text a:hover {
  background-color: #f83600;
  color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
  background-color: #ff9415;
  color: #000000 !important;
}
.js-store-prod-text a:last-of-type:hover {
  background-color: #f83600;
  color: #ffffff !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}
.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 16px;
    vertical-align: baseline;
    padding-right: 6px;
}
.t-store__card__price:before {content: "От  "}
.t-store__card__price_old:before {content: "До  "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}




/* ✅ ДОБАВЛЯЕМ "От " в открытой карточке товара (попап) */
.t-store__prod-popup__price:before{
    content: "От ";
    font-size: 16px;
    vertical-align: baseline;
    padding-right: 6px;
}
.t-store__card__price:before,
.t-store__card__price_old:before,
.t-store__prod-popup__price:before{
  display: inline-block;
  transform: translateY(1px);
}

document.addEventListener('DOMContentLoaded', function () {
  document.querySelectorAll('#rec823140178 video').forEach(function (v) {
    v.loop = true;
    v.setAttribute('loop', 'loop');
  });
});
