/* mm-category-spacing-v2.css
   Jemné safe okraje pro category top, podkategorie, filtry, stránkování a text pod katalogem.
   Cíleno pouze na stránky kategorií, aby se minimalizovalo riziko zásahu mimo katalog.
*/

/* Název kategorie */
.type-category .category-title {
  padding: 18px 18px 12px 18px !important;
  box-sizing: border-box;
}

/* Dlaždice podkategorií */
.type-category .subcategories.with-image {
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box;
}

/* Filtry nad katalogem */
.type-category #filters,
.type-category .filters-wrapper,
.type-category .filter-sections {
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box;
}

/* Stránkování / Load more oblast */
.type-category .listingControls,
.type-category .pagination-wrapper,
.type-category .pagination {
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box;
}

/* Text pod katalogem */
.type-category .category__secondDescription,
.type-category .category-second-description,
.type-category .category__secondDescription p,
.type-category .category-second-description p {
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box;
}

/* Na mobilu menší safe okraje */
@media (max-width: 767px) {
  .type-category .category-title {
    padding: 14px 10px 10px 10px !important;
  }

  .type-category .subcategories.with-image,
  .type-category #filters,
  .type-category .filters-wrapper,
  .type-category .filter-sections,
  .type-category .listingControls,
  .type-category .pagination-wrapper,
  .type-category .pagination,
  .type-category .category__secondDescription,
  .type-category .category-second-description,
  .type-category .category__secondDescription p,
  .type-category .category-second-description p {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
