.globale-hide {
    display: none !important;
}

.globale-show {
    display: block !important;
}

/* Loaded from external default source on 2025 - 07 - 12 20: 36: 02 (cached) */
/*PLP page*/
.price__standard .price__standard-price,
.price__rrp-price,
.listing-product__finance-text,
/*PDP Page*/
#js-msp, .product-price__msp,
#js-purchase-price, .js-item-purchase-price, .product-price__purchase-price,
.member-price,
/*Mini basket subtotal icon*/
#js-header-basket-subtotal,
/*Add to basket popup*/
    /*Product total*/
.product-basket-added__product-info-container h4 strong,
    /*Product sale*/
.product-basket-added__product-info-container small,
    /*Items Subtotal*/
.product-basket-added__products .product-basket-added__basket-info tbody tr:first-child .number,
    /*Basket Subtotal*/
.product-basket-added__products .product-basket-added__basket-info tbody tr .number.total strong,
/*Basket Page*/
    /*Product total price*/
.price__line-total .price__standard-price,
    /*Product sale price*/
.price__unit-total .price__unit-price,
    /*Order Total*/
#js-basket-summary-totals .number.total,
    /*Order subtotal*/
#js-basket-summary .basket-summary__sub-totals tr:first-child td.number
{
    visibility: hidden;
}

/*Add to basket popup*/
/*Delivery info*/
.product-basket-added__products .product-basket-added__basket-info tbody tr:nth-child(2){
    display: none;
}

/*MSP containers*/
.price__rrp,
.product-price__saving-container{
    display: none;
}

/*Basket Page*/
/*.basket .international-delivery-info{
    display: none;
}*/
