.woocommerce ul.products li.product {
    position: relative;
}

.marine-new-product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #15966f 0%, #08795c 100%);
    box-shadow: 0 5px 14px rgba(8, 121, 92, 0.24);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.marine-new-product-badge--loop {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    pointer-events: none;
}

.marine-new-product-badge--single {
    margin: 0 0 12px;
}

@media (max-width: 767px) {
    .marine-new-product-badge {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 10px;
    }

    .marine-new-product-badge--loop {
        top: 8px;
        right: 0px;
    }
}
