.tn2lp-label-old {
    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%;
}
.product-main .tn2lp-label {
	z-index: 1 !important;
	top: 0 !important;
	
}
.tn2lp-label{    position: absolute;
    top: -119%;
    padding: 3px;
    right: -10px;
    /* width: 103px; */
    background: #FFC107;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    transform: rotate(41deg);
    transform-origin: top left;
    box-shadow: 0 5px 8px #FF9800;
    background: #ff4d4f;
    color: #ffffff;}

@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;
}
