.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery {
    position: relative;
}

.ofx-wpb-badge-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 7;
}

.ofx-wpb-context-single {
    z-index: 30;
}

.ofx-wpb-badge {
    box-sizing: border-box;
    white-space: nowrap;
}

.single-product .woocommerce-product-gallery .ofx-wpb-badge-layer,
.single-product div.product div.images .ofx-wpb-badge-layer {
    position: absolute;
    inset: 0;
}

.single-product .ofx-wpb-badge-layer.ofx-wpb-mounted-summary {
    position: static;
    inset: auto;
    margin: 10px 0 12px;
    display: block;
}

.single-product .ofx-wpb-badge-layer.ofx-wpb-mounted-summary .ofx-wpb-badge {
    position: static !important;
    display: inline-flex;
}
