/* Измененный код для цен */
.js-store-prod-price::before {
    content: "Цена от: ";
    margin-right: 7px;
    font-weight: 800;
}

/* Отступы сверху и снизу */
.t-store__prod-snippet__container {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Стили для карточки товара на отдельной странице */
.js-store-product.js-product {
    border-radius: 10px;
    max-width: 1160px;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px !important;
}

#rec1150760601 .t-container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
    .js-store-product.js-product {
        max-width: calc(100vw - 40px);
    }
}


@media screen and (max-width: 960px) {
    .js-store-product.js-product {
        padding: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .js-store-product.js-product {
        flex-wrap: wrap;
    }
}

