
    /* --- GLOBAL B2B MODE: HIDE ALL PRICES --- */

    /* 1. Hide Prices on Collection / List Pages */
    .prod_price, 
    .price_data, 
    .ueeshop_price, 
    .prod_list .prod_price, 
    .prod_box .prod_price {
        display: none !important;
    }

    /* 2. Hide Prices on Product Detail Pages */
    .product_price,
    .pro_price,
    .detail_price,
    .current_price,
    .price_box,
    .product-info .price {
        display: none !important;
    }
    
    /* 3. Hide Market Price / Old Price (Strikethrough) */
    .market_price,
    .market-price,
    .old_price {
        display: none !important;
    }

    /* 4. Hide Prices on Mobile View */
    .mobile_price,
    .wap_price {
        display: none !important;
    }
