.custom-stock-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 15;
    pointer-events: none;
}

.custom-stock-badge .stock-count {
    background: var( --e-global-color-accent);
    color: white;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 20px;
    display: inline-block;
}

/* hide search btn on product itoms */
.wd-action-btn.wd-style-icon {
    display: none;
}

/* hide sort UI for shop category pages */

.shop-loop-head .wd-shop-tools {
    display: none;
}