
.minimog-product .woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: var(--minimog-typography-headings-font-weight-secondary);
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 543px)
.minimog-product .woocommerce-loop-product__title {
    font-size: 20px;
}

@media (max-width: 767px)
.minimog-product .woocommerce-loop-product__title {
    font-size: 22px;
}


.tm-star-rating {
    --size: 16px !important;
    --fill: rgb(252 196 21) !important;
    --half: rgb(252 196 21) !important;
    --empty: #939393;
    display: inline-block;
    font-size: 0;
    line-height: 24px;
}


.minimog-tabs__header .tab-title__text {
    font-size: 22px;
    font-family: 'Platform';
    line-height: 26px;
    color: #b3b3b3;
}


.heading, .heading-typography, h1, h2, h3, h4, h5, h6, th {
    font-family: 'Platform' !important;
}