/** 
* This is a custom CSS file for the Nille Child Theme by Nicolas Viet.
* Author: Nicolas Viet
* From: 10 September 2025
*/

.products .product .price > * {
    display: none;
}
.products .product .price > .woocommerce-price-suffix,
.products .product .price > .from-price-label,
.products .product .price > .from-price-label + .amount,
.products .product .price > del,
.products .product .price > ins,
.products .product .price > .amount:first-child {
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .qodef-wrapper .qodef-top-bar {
        display: block;
    }
    .qodef-wrapper .qodef-top-bar .qodef-vertical-align-containers .qodef-position-center-inner {
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: none;
    }
    .qodef-wrapper .qodef-top-bar .custom-mobile-nav-opener {
        display: none;
    }
}
