/* =====================================================
   MINT VALUE — BRANDS LANDING PAGE
   Applies to EN / CZ / SK via body.in-brands
===================================================== */

/* Hide the whole left sidebar with filters */
body.in-brands .sidebar,
body.in-brands .sidebar-left,
body.in-brands .box-filters,
body.in-brands .filters-wrapper,
body.in-brands #filters,
body.in-brands #filters-wrapper,
body.in-brands .filters-unveil-button-wrapper,
body.in-brands .mv-filters-button-wrapper,
body.in-brands .mv-filters-container {
    display: none !important;
}

/* Hide default Shoptet BRANDS heading
   Keep only the custom "Our Brands" heading */
body.in-brands .category-top > .category-title {
    display: none !important;
}

/* Hide Bestsellers / recommended products */
body.in-brands .products-top-wrapper,
body.in-brands #productsTop,
body.in-brands .products-top-header {
    display: none !important;
}

/* Hide sorting, product list, counts and pagination */
body.in-brands .category-content-wrapper {
    display: none !important;
}

/* Extra safety selectors */
body.in-brands #category-header,
body.in-brands .listSorting,
body.in-brands .listItemsTotal,
body.in-brands #products,
body.in-brands #productsListHeading,
body.in-brands .listingControls,
body.in-brands .pagination,
body.in-brands .loadMore,
body.in-brands .itemsTotal,
body.in-brands .goToTop {
    display: none !important;
}

/* =====================================================
   FULL-WIDTH CUSTOM BRANDS CONTENT
===================================================== */

body.in-brands .content-wrapper-in {
    display: block !important;
}

body.in-brands main#content,
body.in-brands main.content,
body.in-brands main.content.narrow {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin: 0 !important;
}

body.in-brands .category-top {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
}

body.in-brands .category-perex {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.in-brands .content-wrapper {
    padding-top: 0 !important;
}

/* Keep the custom brand grid nicely centred after removing the sidebar */
body.in-brands .mv-brands {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
