.wbis-badge-wrap {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 99 !important;
    pointer-events: none !important;
    line-height: 1 !important;
}

.wbis-badge {
    display: inline-flex !important;
    align-items: center !important;
    background: #ff8c00 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(255, 140, 0, 0.45) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    text-decoration: none !important;
    border: none !important;
    cursor: default !important;
}

/* WoodMart — image контейнерите трябва да са relative */
.product-image-wrap,
.wd-product-grid-item .product-image-wrap,
.woodmart-product-image-wrap,
li.product .product-element-top,
li.product a.woocommerce-loop-product__link {
    position: relative !important;
    overflow: visible !important;
}
