.bs-bannercontainer1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 100%;
    height: 50px;
}
.bs-the-banner1 {
    text-transform: uppercase;
    color: black;
    background-color: #FFC107;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    position: absolute;
    top: 60px;
    left: 0px;

    /* Start hidden */
    opacity: 0;
    transform: translateY(5px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.bs-bannercontainer1:has(.info-symbol-banner:hover) .bs-the-banner1 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.info-symbol-banner {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.info-symbol-banner:hover {
    transform: translateY(-2px) scale(1.05);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
.okostatusimgdiv {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    z-index: 10;
}
.entry-summary .okostatusimgdiv {
    position: relative;
    top: 5px;
    left: 5px;
    width: 50px;
    z-index: 10;
}
span.bs-cart-contents-count {
    font-size: 14px;
    position: absolute;
    top: 0px;
    margin-top: -20px;
    padding: 1px 9px;
    margin-left: -10px;
    background-color: #159C57;
    border-radius: 50%;
    color: white;
}
.woocommerce ul.products li.product.outofstock .outofstock-badge {
    bottom: 0;
    top: unset !important;
    left: 0 !important;
    width: 100%;
}