.globale-hide {
    display: none !important;
}

.globale-show {
    display: block !important;
}

.product-card__price,
[data-item-price],
[data-product-price],
[data-originalprice],
[data-cart-total-price]{
 visibility: hidden; 
}


button[name="checkout"],
.site-header .toolbar .toolbar__right a.country-link
{
 display: none; 
} 
