.tn2lp-label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform-origin: center;
    animation: tn2lp-pulse 1.6s infinite;
    background-size: 200% 200%;
}

@keyframes tn2lp-pulse {
    0% { transform: scale(1); opacity: 0.95; }
    50% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 0.95; }
}

.product, .product .woocommerce-LoopProduct-link, .products .product {
    position: relative;
}
