.collapsible { position: relative; display: flex; background-color: #cc2a3a; color: white; cursor: pointer; padding: 18px 30px 18px 18px; width: 100%; border: none; outline: none; font-size: 18px; border-radius: 0; font-family: 'Swiss 721 Rounded', bold; margin-top: 10px; } .collapsible::before { content: '\1F783'; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: black; } .active::before { content: '\1F783'; } .active, .collapsible:hover { background-color: #555; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; font-family: 'Chivo'; font-size: 16px; } .reel-container { max-width: 400px; margin: 20px auto; } .reel { width: 100%; max-width: 100%; } @media (max-width: 768px) { .collapsible { font-size: 17px; } } Cannot check out or item out-of-stock? Contact us HERE. We're ready to help! Instant Onigiri (Halal-Certified) Enjoy authentic Japanese onigiri with just hot or cold water! Available in 4 delicious flavors🍙✨this halal-certified* onigiri is the perfect portable meal for your adventures—whether you're exploring Japan or craving a taste of Japan overseas. No need to worry about perishability—store at room temperature and enjoy fresh onigiri anytime. Salmon Allergen: SalmonThe item is packaged in the same packing facility as items containing shrimp, wheat, dairy, and soybean. Wakame Seaweed Allergen: Free from 28 specified allergensThe item is packaged in the same packing facility as items containing shrimp, wheat, dairy, and soybean. Gomoku Mix (gomoku okowa): Gomoku okowa is steamed and sesaoned glutinous rice with various vegetables.Allergen: Wheat, SoybeanThe item is packaged in the same packing facility as items containing shrimp, wheat, dairy, and soybean. Seasoned Kelp Allergen: Free from 28 specified allergensThe item is packaged in the same packing facility as items containing shrimp, wheat, dairy, and soybean. ⁕NAHA is a Japanese halal certifying body with mutual accreditation with Malaysia’s JAKIM, Singapore’s MUIS, and Thailand’s CICOT. ⁕For every purchase, you'll receive an English Halal Snack Guide with info, like the ingredients, eating instructions, sources of doubtful ingredients, and more, via your email accordingly. var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }