.laboprint-product-new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cdebb4;
    color: #3b3d42;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .04em;
    border-radius: 999px;
    padding: 5px 9px;
    z-index: 35;
    box-sizing: border-box;
    pointer-events: none;
    white-space: nowrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
.grouped-products-grid .product-item,
.wcm-product-list .product-item,
.woocommerce-grid .product-item {
    position: relative !important;
}

.laboprint-product-new-badge--loop {
    position: absolute !important;
    top: 64px !important;
    left: 14px !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Category-specific placement rules:
   These offsets are intentional and tied to current category card layouts.
   If card templates change, adjust these selectors/offsets first. */
/* Category listing defaults: badge under title on image area (left) */
.tax-product_cat .laboprint-product-new-badge--loop,
.post-type-archive-product .laboprint-product-new-badge--loop {
    top: 74px !important;
    left: auto !important;
    right: 10px !important;
}

/* Grouped child listing on single product: badge on image from left */
.single-product .grouped-products-grid .product-item .laboprint-product-new-badge--loop,
.single-product .wcm-product-list .product-item .laboprint-product-new-badge--loop {
    top: 12px !important;
    left: auto !important;
    right: 10px !important;
}

/* Recommended products on single: below title from right */
.single-product .related .laboprint-product-new-badge--loop,
.single-product .upsells .laboprint-product-new-badge--loop,
.single-product .cross-sells .laboprint-product-new-badge--loop {
    top: 58px !important;
    left: auto !important;
    right: 10px !important;
}

.products .product:hover .laboprint-product-new-badge--loop,
.woocommerce-grid .product:hover .laboprint-product-new-badge--loop,
.display-products .product:hover .laboprint-product-new-badge--loop,
li.product:hover .laboprint-product-new-badge--loop {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.laboprint-product-new-badge-title-wrap {
    margin: 0 0 12px 0;
    width: 100%;
    clear: both;
}

.laboprint-product-new-badge--single-title {
    position: static !important;
    margin: 0;
}

@media (max-width: 768px) {
    .laboprint-product-new-badge {
        font-size: 11px;
        padding: 6px 10px;
    }

    .laboprint-product-new-badge--loop {
        top: 56px !important;
        left: 10px !important;
    }

    .tax-product_cat .laboprint-product-new-badge--loop,
    .post-type-archive-product .laboprint-product-new-badge--loop {
        top: 64px !important;
        left: auto !important;
        right: 8px !important;
    }

    .single-product .grouped-products-grid .product-item .laboprint-product-new-badge--loop,
    .single-product .wcm-product-list .product-item .laboprint-product-new-badge--loop,
    .single-product .related .laboprint-product-new-badge--loop,
    .single-product .upsells .laboprint-product-new-badge--loop,
    .single-product .cross-sells .laboprint-product-new-badge--loop {
        left: auto !important;
        right: 8px !important;
    }

}
