.cs-title:before {
    position: absolute;
    background: var(--cs-color-bg-titre);
    height: 2.2rem;
    width: 60rem;
    content: '';
    z-index: 2;
    bottom: 0;
    margin-left: 0;
    display: none;
}

#cs-product-shop-sidebar {
    display: none;
}

#cs-product-shop-top-wrapper {
    display: none;
}

#shop-select-orderBy {
    display: none;
}

.theme-prisme.woocommerce .product-title {
    font-size: 2.6rem;
    text-align: center;
    line-height: 2.4rem;
    font-weight: 700;
}

.theme-prisme.woocommerce .product-header:before {
    display: none;
}

.cs-title span {
    font-size: 2rem;
    text-align: center;
    line-height: 2.4rem;
}

.cs-title {
    text-align: center;
}

@media (min-width: 992px) {

    .cs-title:before {
        margin-left: calc(-100vw / 2 + 124rem / 2);
        display: block;
    }

    #cs-product-shop-sidebar {
        display: block;
    }

    #cs-product-shop-top-wrapper {
        display: block;
    }

    #shop-select-orderBy {
        display: block;
    }

    .theme-prisme.woocommerce .product-title {
        font-size: 3.6rem;
        text-align: left;
        line-height: 4.4rem;
        font-weight: 600;
        margin-bottom: 2.3rem;
    }

    .theme-prisme.woocommerce .product-header:before {
        display: block;
    }

    .cs-title span {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 4.4rem;
        text-align: left;
    }

    .cs-title {
        text-align: left;
    }

}