Hidden : Tea & Coffee
Tea & Coffee Collection body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f9; } header { background-color: #2c6b2f; color: white; padding: 20px; text-align: center; } .container { padding: 20px; } h2 { color: #2c6b2f; } .hidden-content { display: none; padding: 10px; background-color: #ffffff; border: 1px solid #ddd; border-radius: 5px; margin-top: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } button { background-color: #2c6b2f; color: white; padding: 10px 15px; border: none; cursor: pointer; border-radius: 5px; font-size: 16px; } button:hover { background-color: #245d2b; } Tea & Coffee Collection Explore our collection of premium teas and coffees, perfect for any time of the day. Tea Collection Show/Hide Tea Details Our tea collection features a wide variety of premium teas, from classic black and green teas to exotic blends, each offering a unique flavor experience. Whether you prefer a rich, bold flavor or a light, refreshing brew, there's something for everyone. Black Tea: Bold and rich, perfect for breakfast or afternoon tea. Green Tea: Light, refreshing, and packed with antioxidants. Herbal Tea: Naturally caffeine-free, ideal for relaxation. Exotic Blends: A fusion of flavors from around the world. Chai Tea: Spiced tea with a blend of aromatic spices. Coffee Collection Show/Hide Coffee Details Our coffee collection offers a selection of premium beans from the finest coffee-growing regions of the world. From rich, dark roasts to smooth, mild blends, our coffee is perfect for any coffee lover looking to enjoy a freshly brewed cup. Arabica Coffee: Smooth, mild flavor with a subtle sweetness. Robusta Coffee: Strong, bold flavor with higher caffeine content. Espresso: Rich and intense, perfect for making espresso-based drinks. Decaf Coffee: Enjoy the flavor of coffee without the caffeine. Cold Brew: Smooth, less acidic coffee brewed cold for a refreshing taste. function toggleContent(id) { var content = document.getElementById(id); if (content.style.display === "none" || content.style.display === "") { content.style.display = "block"; } else { content.style.display = "none"; } }