/* Kategoria "Lampy do terapii czerwonym swiatlem": sekcje z landingu + opis SEO bez zwijania.
   Ladowane tylko na tej kategorii (templates/woo-content/content-category-landing-sections.php). */

/* opis SEO w calosci: Customizer ma .seo-content-wrapper { overflow:hidden; max-height } i gradient :after */
.tax-product_cat .seo-content-wrapper,
.tax-product_cat .seo-content-wrapper.collapsed {
    max-height: none !important;
    overflow: visible;
}

.tax-product_cat .seo-content-wrapper:after {
    display: none;
}

.tax-product_cat .seo-expand-button {
    display: none;
}

/* odstep miedzy lista produktow a pierwsza sekcja z landingu */
.mw-category-landing {
    margin-top: 40px;
}

/* odstep miedzy ostatnia sekcja z landingu a opisem SEO (Customizer: .cat-seo-additional-text { padding: 0 0 75px }) */
.tax-product_cat .mw-category-landing + .cat-seo-additional-text {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .tax-product_cat .mw-category-landing + .cat-seo-additional-text {
        padding-top: 40px;
    }
}
