font-size:24px;
color:#fff;
}
/* TAGLINE */
.herbal-popup-tagline{
font-size:18px;
font-weight:500;
margin:20px 0 30px;
line-height:1.6;
}
/* SALE TAGLINE STYLE */
.sale-highlight{
font-size:28px;
font-weight:700;
background:linear-gradient(45deg,#c8e6c9,#ffffff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
letter-spacing:1px;
}
/* CTA BUTTON */
.herbal-popup-cta{
display:inline-block;
width:100%;
padding:16px;
border-radius:40px;
font-size:16px;
font-weight:700;
background:linear-gradient(45deg,#2e7d32,#66bb6a);
color:white;
text-decoration:none;
text-align:center;
transition:0.3s;
box-shadow:0 10px 25px rgba(0,0,0,0.4);
}
.herbal-popup-cta:hover{
transform:scale(1.05);
box-shadow:0 15px 35px rgba(0,0,0,0.5);
}
/* Responsive */
@media(max-width:480px){
.sale-highlight{
font-size:22px;
}
}