/**
 * Theme Name: Benschop Tweewielers
 * Template: astra
 * Author: ricardodesign49@gmail.com
 */
 
 /* --- MAIN --- */
 main#main.site-main {
    font-size: 90% !important;
    line-height: 150% !important; 
 }

 /* --- Verberg de 'Niet op voorraad' badge in Astra/WooCommerce shop pagina --- */
span.ast-shop-product-out-of-stock {
    display: none !important;
}