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

.eco-ptb-badges {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

.eco-ptb-badge {
    display: block;
    line-height: 0;
    position: relative;
    pointer-events: auto;
}

.eco-ptb-badge-link {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
}

.eco-ptb-badge img {
    display: block;
    width: 50px;
    max-width: 50px;
    height: auto;
}

.eco-ptb-badges--single .eco-ptb-badge img {
    width: 50px;
    max-width: 50px;
}

.eco-ptb-badges--single {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    pointer-events: none;
}

.eco-ptb-badge::before,
.eco-ptb-badge::after {
    position: absolute;
    left: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.eco-ptb-badge::before {
    content: attr(data-eco-ptb-title);
    z-index: 20;
    margin-left: 14px;
    padding: 7px 9px;
    max-width: 220px;
    color: #fff;
    background: rgba(30, 30, 30, 0.94);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    white-space: nowrap;
    transform: translate(4px, -50%);
}

.eco-ptb-badge::after {
    content: "";
    z-index: 21;
    margin-left: 4px;
    border: 5px solid transparent;
    border-right-color: rgba(30, 30, 30, 0.94);
    transform: translate(4px, -50%);
}

.eco-ptb-badge:hover::before,
.eco-ptb-badge:hover::after,
.eco-ptb-badge:focus-visible::before,
.eco-ptb-badge:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

/* Theme adaptation point: Woodmart sale labels sit inside the product image link. */
.product-image-link {
    position: relative;
}

.product-image-link .eco-ptb-badges--loop {
    top: 10px;
    left: 7px;
}

.product-image-link:has(.product-labels) .eco-ptb-badges--loop {
    top: 60px;
}
