body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; background-color: #fff; color: #000; } header { background-color: #fff; color: #000; padding: 20px; text-align: center; border-bottom: 2px solid #ddd; } header h1 { margin: 0; font-weight: 300; } header p { margin: 5px 0 0; font-weight: 300; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .dropdown { margin: 20px 0; } .dropdown-btn { background-color: #f5f5f5; color: #000; padding: 10px; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; width: 100%; text-align: left; font-size: 16px; font-weight: 300; } .dropdown-content { display: none; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 10px; margin-top: 5px; } .dropdown-content p, .dropdown-content ul { margin: 0; } .dropdown-content ul { list-style-type: disc; margin-left: 20px; } .dropdown-btn.active + .dropdown-content { display: block; } .dropdown-btn:hover { background-color: #e0e0e0; } PREPPY BEAUTY Hydrate and Nourish with Lip Balm Oil Lip Balm Oil: Nourishing Hydration with a Glossy Finish The Preppy Beauty Lip Balm Oil combines deep hydration with a luxurious glossy finish. Infused with Shea Butter and Vitamin E, this lip care essential offers long-lasting moisture and a radiant, non-sticky shine for soft, healthy-looking lips. Product Details Lip Balm Oil offers: Shea Butter: Deeply moisturizes and soothes dry, chapped lips, leaving them soft and supple. Vitamin E: Provides antioxidant protection and helps keep lips hydrated throughout the day. Glossy Finish: A lightweight, non-sticky shine that enhances your natural lip color. Subtle Tint Options: Available in buildable, sheer shades for a natural, radiant look. How to Use 1. Apply directly to clean, dry lips for immediate hydration and shine. 2. Use alone for a subtle, glossy look or layer over lipstick for added moisture and brilliance. 3. Reapply as needed throughout the day to maintain soft, glossy lips. Key Ingredients Shea Butter: Known for its rich, nourishing properties, Shea Butter helps heal and hydrate dry lips. Vitamin E: An antioxidant that supports skin hydration and protects against environmental damage. Customer Reviews Our customers rave about the long-lasting moisture and glossy finish of the Lip Balm Oil. Many have noticed softer, more hydrated lips with a radiant shine. Check out their reviews on our website to see how the Lip Balm Oil has become a staple in their beauty routines! // JavaScript for toggling the dropdown content document.querySelectorAll('.dropdown-btn').forEach(button => { button.addEventListener('click', () => { // Close other dropdowns document.querySelectorAll('.dropdown-content').forEach(content => { if (content !== button.nextElementSibling) { content.style.display = 'none'; } }); // Toggle the current dropdown content const content = button.nextElementSibling; content.style.display = content.style.display === 'block' ? 'none' : 'block'; }); });