/*
 * Rey can render a cached parent-stock line as a direct child of the variation
 * wrapper while WooCommerce renders the authoritative selected-variation stock
 * inside .woocommerce-variation-availability. Hide only Rey's duplicate line
 * after a variation has been found; genuine variation availability stays visible.
 */
.single-product .product-type-variable.--found-variation form.variations_form .single_variation_wrap > p.stock.--fix-stock-html {
	display: none !important;
}
