/* إخفاء السعر المكرر في طرق الشحن */
.woocommerce-checkout .shipping_method[value*="category_based_shipping"] + label .woocommerce-Price-amount,
.woocommerce-cart .shipping_method[value*="category_based_shipping"] + label .woocommerce-Price-amount {
    display: none !important;
}

/* إخفاء رمز العملة المكرر */
.woocommerce-checkout .shipping_method[value*="category_based_shipping"] + label .woocommerce-Price-currencySymbol,
.woocommerce-cart .shipping_method[value*="category_based_shipping"] + label .woocommerce-Price-currencySymbol {
    display: none !important;
}

/* إخفاء السعر الكامل */
.woocommerce-checkout .shipping_method[value*="category_based_shipping"] + label .amount,
.woocommerce-cart .shipping_method[value*="category_based_shipping"] + label .amount {
    display: none !important;
}