NoHangover, now out!!

Order now for an easy morning!

Item has been added

Get 20% off!arrow_drop_up

Contact

/* Clickable text styling */ .expandable-text { color: #ff0d9f; /* Same color as specified */ font-size: 36px; /* Adjust font size as needed */ cursor: pointer; text-align: center; display: block; margin: 20px auto; text-decoration: underline; /* Optional: underline to indicate it's clickable */ } /* Hidden content container */ .content { background-color: white; margin: 0 auto; padding: 20px; border-radius: 10px; width: 80%; /* Adjust width as needed */ font-size: 18px; /* Font size for content */ text-align: left; /* Left-align content text */ transition: max-height 0.3s ease-out; /* Smooth transition when expanding */ }