.globale-show,
[data-ge-show],
[data-ge-show-countries],
[data-ge-hide-countries] {
    display: none;
}
[data-ge-price],
[data-ge-basket-productsaleprice],
[data-ge-basket-productlistprice],
[data-ge-basket-producttotalprice],
[data-ge-basket-productsubtotalprice],
[data-ge-basket-productdiscountsprice],
[data-ge-basket-totals],
[data-ge-basket-subtotals],
[data-ge-basket-discounts] {
	visibility: hidden;
}

.globale-hide,
[data-ge-hide] {
	display: none !important;
}

.globale-show,
[data-ge-show] {
	display: block !important;
}

#ProductPrice,
.flex-1 div:nth-child(3),
.cart-item-total,
.cart-footer .flex div:nth-child(3),
.cart-subtotals div:nth-child(2),
.afterpay-paragraph,
.cart-heading .font-normal {
	visibility: hidden;
}

#nogin-app>div .picker-container:nth-child(5) {
	display: none;
}
