/* ================================
   CATEGORY PAGE TITLE (blue bar)
   Только на страницах категорий
   ================================ */

/* Заголовок категории — работает только в category.tpl */
body.route-product-category #content > h2,
body.route-product-category #content > h1 {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 600;
}

/* ================================
   LEFT CATEGORY MENU
   ================================ */

body.route-product-category .list-group-item,
body.route-product-category .list-group-item:hover,
body.route-product-category .list-group-item.active {
    font-size: 1.2rem;
    line-height: 1.35;
}

/* ================================
   PRODUCT DESCRIPTION ONLY
   ================================ */

body.route-product-product #tab-description {
    font-size: 1.15rem;
    line-height: 1.6;
}

/* ================================
   MOBILE ADAPTATION
   ================================ */

@media (max-width: 480px) {
    body.route-product-category #content > h2,
    body.route-product-category #content > h1 {
        font-size: 1.45rem;
    }

    body.route-product-category .list-group-item {
        font-size: 1.1rem;
    }

    body.route-product-product #tab-description {
        font-size: 1.05rem;
    }
}