{"product_id":"foldable-electric-iron","title":"Powerful Wet \u0026 Dry Steam for Home \u0026 Travel","description":"\u003cstyle\u003e\n  \/* ============ REFINED BRANDED PRODUCT SECTION ============ *\/\n  .iron-section {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #000000;\n    background-color: #ffffff;\n    max-width: 100%;\n    margin: 0;\n    padding: 0;\n    line-height: 1.5;\n  }\n\n  .iron-section * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  \/* Header *\/\n  .iron-header {\n    padding: 20px 15px;\n    text-align: left;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .iron-hook { \n    font-size: 12px; \n    color: #000000;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 6px;\n    display: block;\n  }\n  .iron-title { \n    font-size: 22px; \n    font-weight: 700; \n    color: #000000; \n    line-height: 1.2;\n  }\n\n  \/* Animated Feature Strip *\/\n  @keyframes fadeInSlide {\n    from { opacity: 0; transform: translateY(10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .feature-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: #ffffff;\n    border-top: 1px solid #f0f0f0;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .feature-item {\n    padding: 12px 5px;\n    text-align: center;\n    border-right: 1px solid #f0f0f0;\n    animation: fadeInSlide 0.6s ease forwards;\n    opacity: 0;\n  }\n  .feature-item:nth-child(1) { animation-delay: 0.1s; }\n  .feature-item:nth-child(2) { animation-delay: 0.2s; }\n  .feature-item:nth-child(3) { animation-delay: 0.3s; }\n  .feature-item:nth-child(4) { animation-delay: 0.4s; }\n  \n  .feature-item:last-child { border-right: none; }\n  .feature-icon { font-size: 20px; display: block; margin-bottom: 4px; }\n  .feature-text { font-size: 9px; font-weight: 700; color: #000000; text-transform: uppercase; letter-spacing: 0.5px; }\n\n  \/* Media Section - Video \u0026 Images *\/\n  .media-container {\n    padding: 15px 0;\n    background: #ffffff;\n  }\n  \n  \/* Cropped Video Styling - Mobile Optimized *\/\n  .video-wrapper {\n    width: 85%; \n    max-width: 320px; \n    margin: 0 auto 15px auto;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.08);\n    background: #000;\n    border: 1px solid #f0f0f0;\n    aspect-ratio: 4 \/ 3;\n  }\n  .video-wrapper video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* Vertical Image Stack for Mobile *\/\n  .image-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding: 0 15px 10px 15px;\n  }\n  .image-stack img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    display: block;\n  }\n\n  \/* Content Body *\/\n  .iron-body { padding: 20px 15px 15px 15px; }\n  \n  .section-label {\n    font-size: 14px;\n    font-weight: 800;\n    margin: 15px 0 12px 0;\n    color: #000000;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: #000000;\n  }\n\n  \/* Benefit Section *\/\n  .benefit-box { margin-bottom: 18px; }\n  .benefit-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #000000;\n    margin-bottom: 6px;\n    display: block;\n  }\n  .benefit-desc {\n    font-size: 14px;\n    color: #333333;\n    line-height: 1.6;\n  }\n\n  \/* Bullet List *\/\n  .iron-list { list-style: none; margin-bottom: 20px; }\n  .iron-item {\n    font-size: 14px;\n    padding: 10px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .iron-item strong { color: #000000; font-weight: 700; }\n  .check-icon { color: #000000; font-weight: 900; font-size: 16px; }\n\n  \/* Specs Table *\/\n  .specs-container {\n    background: #f9f9f9;\n    border-radius: 12px;\n    padding: 15px;\n    margin-bottom: 20px;\n    border: 1px solid #eeeeee;\n  }\n  .iron-table { width: 100%; border-collapse: collapse; }\n  .iron-table tr:last-child td { border-bottom: none; }\n  .iron-table td { padding: 10px 8px; border-bottom: 1px solid #e0e0e0; font-size: 13px; }\n  .td-label { font-weight: 700; color: #555555; width: 45%; text-transform: uppercase; font-size: 11px; letter-spacing: 0.5px; }\n  .td-value { color: #000000; text-align: right; font-weight: 600; }\n\n  \/* Interactive Accordion FAQ - FIXED *\/\n  .faq-container { margin-bottom: 15px; }\n  .faq-item {\n    border-bottom: 1px solid #f0f0f0;\n    overflow: hidden;\n  }\n  .faq-question {\n    width: 100%;\n    padding: 12px 0;\n    background: none;\n    border: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    text-align: left;\n    font-size: 14px;\n    font-weight: 700;\n    color: #000;\n    transition: color 0.3s ease;\n  }\n  .faq-question:hover { color: #555; }\n  .faq-icon {\n    font-size: 18px;\n    font-weight: 400;\n    transition: transform 0.3s ease;\n    display: inline-block;\n    width: 20px;\n    text-align: center;\n  }\n  .faq-item.active .faq-answer {\n    max-height: 500px;\n    margin-bottom: 10px;\n  }\n  .faq-item.active .faq-icon {\n    transform: rotate(45deg);\n  }\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease;\n    font-size: 13px;\n    color: #555;\n    line-height: 1.5;\n    padding: 0;\n    margin: 0;\n  }\n\n  \/* Trust Banner *\/\n  .iron-trust {\n    background: #000000;\n    color: #ffffff;\n    padding: 16px 12px;\n    text-align: center;\n    border-radius: 4px;\n    margin-top: 10px;\n  }\n  .trust-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; display: block; text-transform: uppercase; letter-spacing: 1px; }\n  .trust-desc { font-size: 12px; opacity: 0.9; line-height: 1.4; }\n\n  \/* Responsive *\/\n  @media (max-width: 480px) {\n    .iron-title { font-size: 18px; }\n    .video-wrapper { width: 90%; max-width: 280px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"iron-section\"\u003e\n  \u003c!-- Header --\u003e\n  \u003cheader class=\"iron-header\"\u003e\n    \u003cspan class=\"iron-hook\"\u003eTRAVEL-READY PRECISION CARE\u003c\/span\u003e\n    \u003ch1 class=\"iron-title\"\u003eFoldable Mini Electric Iron: 2-in-1 Wet \u0026amp; Dry Professional Steamer\u003c\/h1\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- Animated Feature Strip with Updated Emojis --\u003e\n  \u003cdiv class=\"feature-strip\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e⏱️\u003c\/span\u003e\u003cspan class=\"feature-text\"\u003e30S HEAT\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e💨\u003c\/span\u003e\u003cspan class=\"feature-text\"\u003ePRO STEAM\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\u003cspan class=\"feature-text\"\u003ePRECISION\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e💼\u003c\/span\u003e\u003cspan class=\"feature-text\"\u003eFOLDABLE\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Media Section --\u003e\n  \u003cdiv class=\"media-container\"\u003e\n    \u003c!-- Cropped, Muted Video for Branded Experience --\u003e\n    \u003cdiv class=\"video-wrapper\"\u003e\n      \u003cvideo playsinline autoplay muted loop poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_11.png?v=1770191580\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4f76b1bd05274c3595d9b541a61b455f.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Image Stack --\u003e\n    \u003cdiv class=\"image-stack\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_11.png?v=1770191580\" alt=\"Foldable Iron Overview\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_6.png?v=1770191612\" alt=\"Foldable Iron Detail\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_5.png?v=1770191612\" alt=\"Foldable Iron Usage\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_2.png?v=1770191612\" alt=\"Foldable Iron Features\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Cotton_1.png?v=1770191612\" alt=\"Foldable Iron Compact\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Untitleddesign_59_be8fbf90-6bb2-478d-ae6d-e827e61ccb9b.png?v=1770191612\" alt=\"Foldable Iron Lifestyle\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"iron-body\"\u003e\n    \u003c!-- Killer Hook Section --\u003e\n    \u003cdiv class=\"benefit-box\"\u003e\n      \u003cspan class=\"benefit-title\"\u003eWrinkle-Free Perfection, Anywhere.\u003c\/span\u003e\n      \u003cp class=\"benefit-desc\"\u003eStop letting wrinkled clothes ruin your professional look. Whether you're at the office, traveling, or in a small apartment, our Foldable Mini Iron delivers professional-grade results in seconds. Compact enough to fit in your palm, powerful enough to handle any fabric.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Key Benefits --\u003e\n    \u003cspan class=\"section-label\"\u003eWHY IT'S ESSENTIAL\u003c\/span\u003e\n    \u003cul class=\"iron-list\"\u003e\n      \u003cli class=\"iron-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003cstrong\u003e2-in-1 Versatility:\u003c\/strong\u003e Seamlessly switch between powerful steam (wet) and dry ironing for all fabric types.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"iron-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003cstrong\u003eTriangular Precision Tip:\u003c\/strong\u003e Expertly smooths hard-to-reach areas like collars, plackets, and buttons with ease.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"iron-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003cstrong\u003eRapid 30s Heating:\u003c\/strong\u003e Ready to use almost instantly for those last-minute touch-ups before a meeting or event.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"iron-item\"\u003e\n        \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003cstrong\u003eUltra-Portable Design:\u003c\/strong\u003e Lightweight and foldable, it's the ultimate travel companion that saves space without sacrificing power.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003c!-- Attractive Specifications Table --\u003e\n    \u003cspan class=\"section-label\"\u003eSPECIFICATIONS\u003c\/span\u003e\n    \u003cdiv class=\"specs-container\"\u003e\n      \u003ctable class=\"iron-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eHeating Time\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003e30 Seconds\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eWater Tank\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003e50ml Capacity\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eModes\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003eWet \u0026amp; Dry 2-in-1\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eDesign\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003eFoldable \u0026amp; Portable\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eTip Type\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003eTriangular Precision\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"td-label\"\u003eFinish\u003c\/td\u003e\n            \u003ctd class=\"td-value\"\u003ePremium Polished\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Interactive Accordion FAQ --\u003e\n    \u003cspan class=\"section-label\"\u003eCOMMON QUESTIONS\u003c\/span\u003e\n    \u003cdiv class=\"faq-container\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-question\" type=\"button\"\u003e\n          Is it safe for delicate fabrics like silk?\n          \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          Yes! The constant temperature and gentle steam mode are designed to protect delicate fabrics while effectively removing wrinkles.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-question\" type=\"button\"\u003e\n          How long does the water tank last?\n          \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          The 50ml tank provides enough steam for several garments. It's designed for efficiency and quick touch-ups on the go.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-question\" type=\"button\"\u003e\n          Can I use it as a dry iron without water?\n          \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          Absolutely. You can use it as a traditional dry iron for quick smoothing without needing to fill the water tank.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Trust Banner --\u003e\n    \u003cdiv class=\"iron-trust\"\u003e\n      \u003cspan class=\"trust-title\"\u003e30-DAY SATISFACTION GUARANTEE\u003c\/span\u003e\n      \u003cp class=\"trust-desc\"\u003eWe stand behind our quality. If you're not completely satisfied with your results, we offer a full 30-day refund. No questions asked.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    var faqQuestions = document.querySelectorAll('.faq-question');\n    if (!faqQuestions.length) return;\n\n    faqQuestions.forEach(function(question) {\n      question.addEventListener('click', function() {\n        var faqItem = this.closest('.faq-item');\n        if (!faqItem) return;\n\n        \/\/ Optional: close others to make it true accordion\n        if (!faqItem.classList.contains('active')) {\n          document.querySelectorAll('.faq-item.active').forEach(function(openItem) {\n            openItem.classList.remove('active');\n          });\n        }\n\n        faqItem.classList.toggle('active');\n      });\n    });\n  })();\n\u003c\/script\u003e\n","brand":"halkhafay-","offers":[{"title":"Default Title","offer_id":48175921561854,"sku":"FDEN-N-HAE-ZAM","price":79.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/6945\/8174\/files\/Cotton_3.png?v=1778537399","url":"https:\/\/wildora.store\/products\/foldable-electric-iron","provider":"Wildora","version":"1.0","type":"link"}