Solved -- Amazing gallery module blocking product label and sticker module

1) Module Configuration change to"CSS Based"

2) modify Code:

> themes/vinova_nuranium/templates/catalog/_partials/product-cover-thumbnails.tpl

under {hook h="displayAfterProductThumbs"} add the following

{hook h='displayProductPageCss' product=$product}

 

> themes/vinova_nuranium/templates/_partials/layout/items/item_categories.tpl

Line 28

between {/foreach} and </a> add

{hook h='displayProductPageCss' product=$product}

 

3) increase z-index

themes/vinova_nuranium/assets/css/custom.css

add

.fmm_sticker_base_span {

    z-index: 1;

}

Clear cache in BO