.lpc-popup {
	display:none;
	zoom:60%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    padding: 15px;
    text-align: center;
    z-index: 9999;
    animation: slideIn 0.6s ease;
    font-family: 'Arial', sans-serif;
}

.lpc-popup img {
    max-width: 100%;
    border-radius: 8px;
    margin: 10px 0;
}

.lpc-close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: transparent;
    font-size: x-large;
    cursor: pointer;
	color:red;
}

.lpc-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.lpc-title {
    font-size: 16px;
    margin: 5px 0;
}

.lpc-buy-btn {
    margin-top: 10px;
    width: 100%;
}

@keyframes slideIn {
    from {opacity:0; transform: translateY(50px);}
    to {opacity:1; transform: translateY(0);}
}
.lpc-buy-btn {
    background-color: #83c326 !important;
}
