body.lp-seo .before-products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

body.lp-seo .before-products .woocommerce-notices-wrapper {
    flex: 0 0 100%;
    width: 100%;
    order: 1;
}

body.lp-seo .before-products .laboprint-category-description {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    clear: both;
    float: none;
    order: 2;
    margin: 50px 0 24px 0;
    padding: 0;
    color: var(--global--color-secondary);
}

body.lp-seo .before-products .laboprint-category-description p {
    margin: 0 0 10px;
}

body.lp-seo .before-products .laboprint-category-description p:last-child {
    margin-bottom: 0;
}

body.lp-seo .before-products .woocommerce-result-count {
    order: 3;
    margin-top: 0;
    clear: both;
}

@media (max-width: 768px) {
    body.lp-seo .before-products .laboprint-category-description {
        margin: 0 0 20px 0;
    }
}

body.lp-seo.single-product .laboprint-product-short-description {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 30px 0;
    padding: 0;
    color: var(--global--color-secondary);
    font-size: 15px !important;
    line-height: 1.6;
    clear: both;
    float: none;
    box-sizing: border-box;
}

body.lp-seo.single-product .laboprint-product-short-description p {
    width: 100%;
    max-width: none !important;
    margin: 0 0 12px 0;
    line-height: 1.6;
    font-size: 15px !important;
}

body.lp-seo.single-product .laboprint-product-short-description p:last-child {
    margin-bottom: 0;
}

body.lp-seo.single-product .laboprint-product-short-description ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

body.lp-seo.single-product .laboprint-product-short-description li {
    margin: 4px 0;
    line-height: 1.5;
}

@media (min-width: 1025px) {
    body.lp-seo.single-product .summary.entry-summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
        column-gap: 48px;
        align-items: start;
    }

    body.lp-seo.single-product .summary.entry-summary > .product_title,
    body.lp-seo.single-product .summary.entry-summary > h1,
    body.lp-seo.single-product .summary.entry-summary > .laboprint-product-short-description {
        grid-column: 1 / -1;
        width: 100%;
        max-width: none !important;
        clear: both;
        float: none;
    }

    body.lp-seo.single-product .summary.entry-summary > .woocommerce-product-attributes {
        grid-column: 1;
        width: 100%;
        max-width: none !important;
        clear: none !important;
        float: none !important;
    }

    body.lp-seo.single-product .summary.entry-summary > .top-right-column {
        grid-column: 2;
        width: 100%;
        max-width: none !important;
        clear: none !important;
        float: none !important;
        position: static !important;
        align-self: start;
    }
}

@media (max-width: 1024px) {
    body.lp-seo.single-product .summary.entry-summary {
        display: block;
    }

    body.lp-seo.single-product .summary.entry-summary > .laboprint-product-short-description {
        width: 100%;
        max-width: none !important;
        margin: 18px 0 24px 0;
    }

    body.lp-seo.single-product .summary.entry-summary > .laboprint-product-short-description p {
        max-width: none !important;
    }
}

@media (max-width: 768px) {
    body.lp-seo.single-product .laboprint-product-short-description {
        margin: 14px 0 22px 0;
    }
}
