/* Стили для "от" с псевдоэлементом */
.js-store-price-wrapper::before {
    content: "от";
    margin-right: 6px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #FA7145;
    position: relative;
    top: 5px;
    display: inline-block;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .js-store-price-wrapper::before {
        font-size: 18px;
        top: 7px;
    }
}



document.addEventListener("DOMContentLoaded", function () {
    function addOtToPrice() {
        const isMobile = window.innerWidth  el.remove());
        document.querySelectorAll('.js-store-price-wrapper.has-ot').forEach(el => el.classList.remove('has-ot'));
        setTimeout(addOtToPrice, 200);
    });
});


@media screen and (max-width: 960px) {
  .t395__col_mobile-flex {
    width: 100%;
    padding: 0 0 10px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* для плавности на iOS */
    scrollbar-width: none; /* Firefox */
  }

  /* скрыть скроллбар в Chrome, Safari, Opera */
  .t395__col_mobile-flex::-webkit-scrollbar {
    display: none;
  }
}


