* Каталог */ .t-store__card .js-store-prod-name { font-size: 18px !important; } .t-store__card .js-store-prod-price, .t-store__card .js-product-price { font-size: 18px !important; } /* Карточка товара */ .t-store__prod-popup__title .js-store-prod-name { font-size: 20px !important; } .t-store__prod-popup__price .js-store-prod-price, .t-store__prod-popup__price .js-product-price { font-size: 20px !important; } /* Мобайл — страница товара */ @media (max-width: 959px) { .t-store__prod-popup__title .js-store-prod-name, .t-store__prod-popup__price .js-store-prod-price { font-size: 16px !important; } .t-store__prod-popup__price .js-product-price, .t-store__prod-popup__price-value, .t-store__prod-popup__price-currency, .t-store__prod-popup__price .t-store__prod-popup__price-currency { font-size: 16px !important; vertical-align: middle !important; line-height: 1 !important; } /* Отступ между названием и ценой */ .t-store__prod-popup__title-wrapper { margin-bottom: 4px !important; } .js-store-price-wrapper, .t-store__prod-popup__price-wrapper { margin-top: 4px !important; } } /* Мобайл — карточки каталога */ @media (max-width: 959px) { .t-store__card__title .js-store-prod-name, .t-store__card .js-store-prod-name { font-size: 14px !important; } .t-store__card .js-store-prod-price, .t-store__card .js-product-price, .t-store__card__price-value, .t-store__card__price-currency { font-size: 14px !important; vertical-align: middle !important; line-height: 1 !important; } }