/* Category lists only. HikaShop keeps all stock rules and purchase controls.
   Sold-out messages stay visible; the numeric in-stock message is omitted. */
[id^="hikashop_category_information_menu_"] .hikashop_products_listing .hikashop_product_stock_count:not(.hikashop_product_no_stock) {
    display: none;
}

/* The template's display:inherit becomes flex in HikaShop's aligned mode.
   Keep price text centered using the existing native text alignment. */
[id^="hikashop_category_information_menu_"] .hikashop_products_listing .hikashop_product_price_full {
    display: block;
}
