/*
 * FILEO desktop readability layer.
 * Mobile and tablet layouts up to 1024px remain unchanged.
 */
@media screen and (min-width: 1025px) {
  header nav a,
  .header__menu a,
  .top-menu a {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .breadcrumbs,
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .catalog__title-wrap h1,
  h1.catalog__title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
  }

  .nav__ul .nav-popup__category {
    font-size: 15px !important;
    line-height: 20px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .manage-bar__title,
  .manage-bar__select-sorting,
  .manage-bar__select-sorting span,
  .top-catalog-part {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .product-item__title,
  .product-item__title span {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
  }

  .product-item .desc_info_similiar,
  .product-item .desc_info,
  .product-item .mob_info,
  .product-item__content span {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .product-item__price,
  .product-item__price span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
