{"product_id":"double-cavity-microwave-egg-poacher","title":"🍳 Double-Cavity Microwave Egg Poacher – Nonstick Fast Breakfast Egg Cooker ✨","description":"\u003cstyle\u003e\n  .egg-poacher-page {\n    --ep-primary: #d97706;     \/* 晨光暖金蛋黄橙 *\/\n    --ep-accent: #b45309;      \/* 醇香焦糖橙 *\/\n    --ep-dark: #1f2937;        \/* 现代哑光碳黑 *\/\n    --ep-red: #ba372a;         \/* 高光警示红 *\/\n    --ep-soft: #fffbeb;        \/* 洁净温润浅暖米底 *\/\n    --ep-border: #fde68a;      \/* 质感微光暖金边框 *\/\n    --ep-text: #1f2937;\n    --ep-muted: #4b5563;\n    --ep-white: #ffffff;\n\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--ep-text);\n    line-height: 1.65;\n    background: var(--ep-white);\n  }\n\n  .egg-poacher-page * {\n    box-sizing: border-box;\n  }\n\n  .egg-poacher-page h1,\n  .egg-poacher-page h2,\n  .egg-poacher-page h3,\n  .egg-poacher-page p {\n    margin-top: 0;\n  }\n\n  .egg-poacher-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--ep-dark);\n  }\n\n  .egg-poacher-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--ep-dark);\n  }\n\n  .egg-poacher-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--ep-primary);\n  }\n\n  .egg-poacher-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--ep-muted);\n  }\n\n  .egg-poacher-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.12);\n  }\n\n  \/* 顶部 Authentic 信任告示栏 *\/\n  .ep-usa-trust-bar {\n    padding: 10px 12px;\n    background: #fff5f5;\n    border: 1px solid #feb2b2;\n    border-radius: 10px;\n    margin-bottom: 14px;\n    font-size: 12px;\n    color: #9b2c2c;\n    text-align: center;\n  }\n\n  .ep-usa-trust-bar strong {\n    color: var(--ep-red);\n  }\n\n  \/* 支付微标栏 *\/\n  .ep-pay-badges {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin: 12px 0 16px;\n  }\n\n  .ep-pay-tag {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 6px;\n    padding: 4px 8px;\n    font-size: 11px;\n    font-weight: 800;\n    color: #334155;\n  }\n\n  \/* 结构布局模块 *\/\n  .ep-section {\n    margin-bottom: 26px;\n  }\n\n  .ep-section--soft {\n    padding: 16px;\n    background: var(--ep-soft);\n    border: 1px solid var(--ep-border);\n    border-radius: 16px;\n  }\n\n  .ep-hero {\n    padding: 16px 8px;\n    text-align: center;\n    background: var(--ep-soft);\n    border: 1px solid var(--ep-border);\n    border-radius: 16px;\n  }\n\n  .ep-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--ep-primary);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .ep-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .ep-benefit-card {\n    padding: 12px 10px;\n    background: var(--ep-white);\n    border: 1px solid var(--ep-border);\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);\n  }\n\n  .ep-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--ep-dark);\n    margin-bottom: 2px;\n  }\n\n  .ep-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .ep-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .ep-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.15) !important;\n    border: 1px solid rgba(255, 255, 255, 0.25) !important;\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #ffffff !important;\n  }\n\n  \/* 纵向 4 步快速烹饪指南 *\/\n  .ep-steps-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .ep-step-row {\n    display: flex;\n    align-items: flex-start;\n    padding: 12px 14px;\n    background: #ffffff;\n    border: 1px solid var(--ep-border);\n    border-radius: 12px;\n  }\n\n  .ep-step-circle {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    margin-right: 12px;\n    background: var(--ep-primary);\n    color: #ffffff !important;\n    font-size: 12px;\n    font-weight: 800;\n    border-radius: 50%;\n    margin-top: 2px;\n  }\n\n  .ep-step-content {\n    flex: 1;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .ep-step-content strong {\n    color: var(--ep-dark);\n  }\n\n  \/* ⚙️ 左右工整对齐的技术参数面板 *\/\n  .ep-table-box {\n    width: 100%;\n    margin-top: 14px;\n    border: 1px solid var(--ep-border);\n    border-radius: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border-collapse: separate;\n    border-spacing: 0;\n  }\n\n  .ep-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid #f1f5f9;\n    background: #ffffff;\n    gap: 12px;\n    width: 100%;\n  }\n\n  .ep-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .ep-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .ep-spec-label {\n    font-weight: 800;\n    color: var(--ep-dark);\n    white-space: nowrap;\n    text-align: left;\n  }\n\n  .ep-spec-value {\n    text-align: right;\n    color: var(--ep-muted);\n    font-weight: 500;\n  }\n\n  .ep-notice-box {\n    background: #fff7ed;\n    border: 1px solid #ffedd5;\n    border-radius: 12px;\n    padding: 14px;\n    font-size: 12.5px;\n    color: #9a3412;\n    margin-top: 14px;\n  }\n\n  .ep-notice-box ul {\n    margin: 6px 0 0 0;\n    padding-left: 18px;\n  }\n\n  .ep-notice-box li {\n    margin-bottom: 4px;\n  }\n\n  \/* 🔧 加固版独立卡片 FAQ 组件（防止被 Shopify 全局样式吞掉边框） *\/\n  .ep-faq-box {\n    margin-top: 14px;\n    display: grid;\n    gap: 10px;\n    width: 100%;\n  }\n\n  .ep-faq-box details,\n  .ep-faq-box .ep-faq-item {\n    display: block !important;\n    border: 1px solid var(--ep-border) !important;\n    border-radius: 12px !important;\n    background: #ffffff !important;\n    overflow: hidden !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;\n  }\n\n  .ep-faq-box summary,\n  .ep-faq-box .ep-faq-summary {\n    position: relative !important;\n    display: block !important;\n    padding: 14px 44px 14px 16px !important;\n    font-size: 13.5px !important;\n    font-weight: 800 !important;\n    color: var(--ep-dark) !important;\n    cursor: pointer !important;\n    list-style: none !important;\n    background: #ffffff !important;\n    line-height: 1.45 !important;\n    user-select: none !important;\n  }\n\n  .ep-faq-box summary::-webkit-details-marker {\n    display: none !important;\n  }\n\n  .ep-faq-box summary::after,\n  .ep-faq-box .ep-faq-summary::after {\n    content: '+' !important;\n    position: absolute !important;\n    right: 16px !important;\n    top: 50% !important;\n    transform: translateY(-50%) !important;\n    color: var(--ep-primary) !important;\n    font-size: 20px !important;\n    font-weight: 900 !important;\n    line-height: 1 !important;\n  }\n\n  .ep-faq-box details[open] summary::after {\n    content: '−' !important;\n  }\n\n  .ep-faq-box details[open] summary,\n  .ep-faq-box details[open] .ep-faq-summary {\n    border-bottom: 1px solid #f1f5f9 !important;\n    background: #fffdf5 !important;\n  }\n\n  .ep-faq-box .ep-faq-content,\n  .ep-faq-box details p {\n    padding: 12px 16px 14px !important;\n    font-size: 12.5px !important;\n    color: var(--ep-muted) !important;\n    line-height: 1.55 !important;\n    background: #ffffff !important;\n    margin: 0 !important;\n  }\n\n  \/* 3列紧凑信托卡片（内联强化并排） *\/\n  .ep-compact-trust {\n    display: flex;\n    justify-content: space-between;\n    gap: 8px;\n    background: #ffffff;\n    border: 1px solid var(--ep-border);\n    border-radius: 12px;\n    padding: 12px 8px;\n    text-align: center;\n  }\n\n  .ep-trust-item-compact {\n    flex: 1;\n  }\n\n  .ep-trust-item-compact strong {\n    display: block;\n    font-size: 12px;\n    color: var(--ep-dark);\n    margin-bottom: 2px;\n  }\n\n  .ep-trust-item-compact p {\n    font-size: 11px;\n    color: var(--ep-muted);\n    line-height: 1.3;\n    margin: 0;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .ep-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--ep-dark), #78350f) !important;\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25);\n  }\n\n  .ep-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .ep-cta-banner p {\n    color: #fde68a !important;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .ep-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255, 255, 255, 0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .ep-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important;\n    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .ep-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .ep-trust-item {\n    padding: 8px 4px;\n    background: var(--ep-soft);\n    border: 1px solid var(--ep-border);\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--ep-muted);\n  }\n\n  @media (min-width: 600px) {\n    .ep-benefits-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"egg-poacher-page\"\u003e\n  \u003cdiv class=\"ep-usa-trust-bar\"\u003e\n    ❤️ \u003cstrong\u003eAUTHENTIC GUARANTEE:\u003c\/strong\u003e Double-Cavity Microwave Egg Poacher powered by \u003cstrong\u003epovlya\u003c\/strong\u003e!\n    \u003cdiv style=\"margin-top: 4px; font-weight: bold; color: var(--ep-dark);\"\u003e\n      🏆 #1 Fast Breakfast Microwave Egg Cooker  |  🏆 30-Day Money-Back Guarantee  |  🔥 99.3% Recommends\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-pay-badges\"\u003e\n    \u003cspan class=\"ep-pay-tag\"\u003e🔒 SSL Secured\u003c\/span\u003e\n    \u003cspan class=\"ep-pay-tag\"\u003e💳 VISA \/ MC\u003c\/span\u003e\n    \u003cspan class=\"ep-pay-tag\"\u003e🅿️ PayPal\u003c\/span\u003e\n    \u003cspan class=\"ep-pay-tag\"\u003e Apple Pay\u003c\/span\u003e\n    \u003cspan class=\"ep-pay-tag\"\u003e⚡ Tracked Delivery\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"ep-section\"\u003e\n    \u003cdiv class=\"ep-hero\"\u003e\n      \u003cspan class=\"ep-eyebrow\"\u003e🍳 DUAL-CAVITY DESIGN • NONSTICK EASY RELEASE • SPLASH-PROOF LID ✨\u003c\/span\u003e\n      \u003ch1\u003ePoached Eggs, Minus the Fuss: Breakfast in Seconds\u003c\/h1\u003e\n      \n      \u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_14da46e6-3f67-4c72-acc5-a2304763f5b6.png?v=1788747749\" alt=\"Double-cavity microwave egg poacher with perfectly cooked poached eggs\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 14.5px; color: var(--ep-text); font-weight: 500; padding: 0 4px; margin-top: 10px;\"\u003eSay goodbye to swirling pots of boiling water and greasy frying pans! Crack one or two eggs directly into the dual rounded cavities, lock the fitted splash-proof lid, and enjoy perfectly tender poached eggs from your microwave in minutes.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e✨ Easier Morning Egg Prep: Fast, Clean \u0026amp; Delicious 🥚\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_e88d43df-f5fb-4098-88fa-b50db269551c.png?v=1788747746\" alt=\"Fresh eggs cracked into dual microwave cavities ready to cook\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-benefits-grid\"\u003e\n      \u003cdiv class=\"ep-benefit-card\"\u003e\n        \u003cstrong\u003e🍳 Cook 2 Eggs at Once\u003c\/strong\u003e\n        \u003cp\u003eDual individual wells allow cooking single or double portions with ideal heat distribution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-benefit-card\"\u003e\n        \u003cstrong\u003e🛡️ Splash-Proof Fitted Lid\u003c\/strong\u003e\n        \u003cp\u003eHinged cover locks over both compartments to keep microwave interiors spotless and mess-free.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-benefit-card\"\u003e\n        \u003cstrong\u003e✨ Nonstick Smooth Release\u003c\/strong\u003e\n        \u003cp\u003eHigh-release cooking surface lets poached eggs slide straight onto toast or plates without tearing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-benefit-card\"\u003e\n        \u003cstrong\u003e🤲 Built-In Cool-Touch Grip\u003c\/strong\u003e\n        \u003cp\u003eErgonomic front extension handle provides safe, stable leverage when lifting out of the microwave.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section ep-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🍞 Delicious Breakfast Without the Stove, Oil, or Pan\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-bottom: 10px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_d7401981-db7c-4e58-ae90-beac4fd65c38.png?v=1788747749\" alt=\"Plated poached eggs served on avocado sourdough toast\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_93ce5036-da42-44a0-9eed-13122b722270.png?v=1788747749\" alt=\"Lid closing securely over dual egg cooking compartments\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--ep-muted);\"\u003eEnjoy healthier, oil-free poached eggs in under two minutes! Simply add a dash of water, crack in fresh eggs, snap the lid shut, and microwave. Perfect for eggs benedict, ramen toppers, protein bowls, or quick avocado toast.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🧼 Compact 1-Piece Hinged Build: 10-Second Quick Rinse\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-bottom: 10px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_9e4fe68b-631a-4fda-a41d-61361c3b23be.png?v=1788747749\" alt=\"Open view of durable neutral grey microwave egg poacher body\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_b1fd90ce-a22e-4a41-9328-62c531669bdb.png?v=1788747749\" alt=\"Egg poacher rinsing clean under water tap with zero residue\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eWith an integrated hinge connecting the lid directly to the base, there are zero loose parts to misplace in kitchen drawers. Made from food-grade, heat-resistant polymer that cleans effortlessly under running water or in the top rack of your dishwasher.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section ep-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🚀 4 Easy Steps from Crack to Delicious Plate\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-steps-list\"\u003e\n      \u003cdiv class=\"ep-step-row\"\u003e\n        \u003cdiv class=\"ep-step-circle\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"ep-step-content\"\u003e\n\u003cstrong\u003eCrack \u0026amp; Add Water:\u003c\/strong\u003e Open the lid, add half a teaspoon of water into each cavity, and crack in your eggs.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-step-row\"\u003e\n        \u003cdiv class=\"ep-step-circle\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"ep-step-content\"\u003e\n\u003cstrong\u003eSnap Lid Shut:\u003c\/strong\u003e Close the attached lid securely over both compartments to lock in steam and prevent splattering.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-step-row\"\u003e\n        \u003cdiv class=\"ep-step-circle\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"ep-step-content\"\u003e\n\u003cstrong\u003eMicrowave 60–90s:\u003c\/strong\u003e Cook in the microwave according to your appliance wattage and desired yolk runniness.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-step-row\"\u003e\n        \u003cdiv class=\"ep-step-circle\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"ep-step-content\"\u003e\n\u003cstrong\u003eSlide \u0026amp; Enjoy:\u003c\/strong\u003e Use the front cool-touch handle to remove, open the lid, and slide perfect eggs straight onto your plate!\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section\" style=\"padding: 0; margin-bottom: 26px;\"\u003e\n    \u003cdiv style=\"padding: 22px 16px; background: #1f2937 !important; border-radius: 16px !important; color: #ffffff !important; text-align: center;\"\u003e\n      \u003cspan style=\"display: inline-block; margin-bottom: 6px; color: #fde68a !important; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;\"\u003e\n        Universal Everyday Kitchen Utility\n      \u003c\/span\u003e\n      \n      \u003ch2 style=\"color: #ffffff !important; font-size: 19.5px !important; margin-top: 0; margin-bottom: 14px; font-weight: 800; line-height: 1.35;\"\u003e\n        🍳 Perfect For Busy Mornings, Office Lunches, Dorms \u0026amp; Campers ☕\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"ep-zone-grid\"\u003e\n        \u003cdiv class=\"ep-zone-item\"\u003e🌅 Rush-Hour Weekday Mornings\u003c\/div\u003e\n        \u003cdiv class=\"ep-zone-item\"\u003e🥑 Weekend Brunch Avocado Toast\u003c\/div\u003e\n        \u003cdiv class=\"ep-zone-item\"\u003e🏢 Office Breakroom Quick Lunches\u003c\/div\u003e\n        \u003cdiv class=\"ep-zone-item\"\u003e🎒 College Dorms, RVs \u0026amp; Studios\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section ep-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ep-table-box\"\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eProduct Name\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\" style=\"font-weight: 800; color: var(--ep-dark);\"\u003eDouble-Cavity Microwave Egg Poacher\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eCapacity\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\"\u003eDual Cooking Wells (Cooks 1 or 2 Eggs Concurrently)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eMaterial Build\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\"\u003eFood-Grade BPA-Free Heat-Resistant Polymer\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eCooking Surface\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\"\u003eSmooth Nonstick Easy-Release Inner Finish\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eColor Finish\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\"\u003eModern Slate Matte Grey\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\"\u003e\n        \u003cspan class=\"ep-spec-label\"\u003eAppliance Compatibility\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\"\u003eAll Standard Countertop \u0026amp; Over-the-Range Microwaves\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-spec-row\" style=\"background:#fff7ed;\"\u003e\n        \u003cspan class=\"ep-spec-label\" style=\"color:var(--ep-primary);\"\u003ePackage Contents\u003c\/span\u003e\n        \u003cspan class=\"ep-spec-value\" style=\"font-weight: bold; color: var(--ep-dark);\"\u003e1 × Double-Cavity Microwave Egg Poacher with Hinged Lid\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ep-notice-box\"\u003e\n      \u003cstrong\u003e📌 Microwave Cooking \u0026amp; Safety Guidance:\u003c\/strong\u003e\n      \u003cul\u003e\n        \u003cli\u003eMicrowave wattage varies (700W–1200W). Start with 50–60 seconds on high; adjust in 10-second intervals until desired yolk firmness is achieved.\u003c\/li\u003e\n        \u003cli\u003ePierce the yolk membrane gently with a fork tine or toothpick before cooking to prevent steam pressure buildup.\u003c\/li\u003e\n        \u003cli\u003eAlways lift using the extended handle and open the lid facing away from you to let steam escape safely.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ep-faq-box\"\u003e\n      \u003cdetails class=\"ep-faq-item\" open\u003e\n        \u003csummary class=\"ep-faq-summary\"\u003eHow long does it take to poach eggs in the microwave?\u003c\/summary\u003e\n        \u003cdiv class=\"ep-faq-content\"\u003e\n          Typically between 60 to 90 seconds depending on your microwave wattage and how runny you prefer the yolk. For standard 1000W microwaves, 60–70 seconds creates an ideal jammy yolk.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"ep-faq-item\"\u003e\n        \u003csummary class=\"ep-faq-summary\"\u003eDo I need to add water or cooking spray before cooking?\u003c\/summary\u003e\n        \u003cdiv class=\"ep-faq-content\"\u003e\n          Adding half a teaspoon of water into each cup before cracking the egg helps create gentle steam for an authentic poached texture. A light mist of oil spray ensures seamless nonstick sliding onto your toast.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"ep-faq-item\"\u003e\n        \u003csummary class=\"ep-faq-summary\"\u003eCan I cook just one egg instead of two?\u003c\/summary\u003e\n        \u003cdiv class=\"ep-faq-content\"\u003e\n          Yes! You can use one single cavity whenever you only need one egg. Simply leave the other cavity empty (or add a teaspoon of water) and microwave for slightly less time.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"ep-faq-item\"\u003e\n        \u003csummary class=\"ep-faq-summary\"\u003eDoes the lid prevent eggs from splattering all over the microwave?\u003c\/summary\u003e\n        \u003cdiv class=\"ep-faq-content\"\u003e\n          Yes. The fitted hinged lid seals over both cavities to completely trap micro-splatters, keeping your microwave interior spotless. Piercing the yolk once before closing the lid also prevents pops.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"ep-faq-item\"\u003e\n        \u003csummary class=\"ep-faq-summary\"\u003eIs this egg cooker dishwasher safe?\u003c\/summary\u003e\n        \u003cdiv class=\"ep-faq-content\"\u003e\n          Yes. Made from premium BPA-free food-grade polymer, it is top-rack dishwasher safe and rinses clean in seconds under warm tap water without food sticking.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ep-section\"\u003e\n    \u003cdiv class=\"ep-compact-trust\"\u003e\n      \u003cdiv class=\"ep-trust-item-compact\"\u003e\n        \u003cstrong\u003e✈️ Tracked Shipping\u003c\/strong\u003e\n        \u003cp\u003eLive tracking link with every order\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-trust-item-compact\" style=\"border-left: 1px solid #fffbeb; border-right: 1px solid #fffbeb;\"\u003e\n        \u003cstrong\u003e🔒 30-Day Guarantee\u003c\/strong\u003e\n        \u003cp\u003eHassle-free replacement or refund\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ep-trust-item-compact\"\u003e\n        \u003cstrong\u003e🍳 2-Egg Cavity\u003c\/strong\u003e\n        \u003cp\u003eMicrowave nonstick egg cooker\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"ep-cta-banner\"\u003e\n    \u003ch2\u003e🍳 ENJOY PERFECT POACHED EGGS IN MINUTES EVERY MORNING! ✨🍞\u003c\/h2\u003e\n    \u003cp\u003eOrder your double-cavity microwave egg poacher above on \u003cstrong\u003epovlya\u003c\/strong\u003e and upgrade your breakfast routine with zero morning stress!\u003c\/p\u003e\n    \n    \u003cdiv class=\"ep-cta-trust-line\"\u003e\n      \u003cspan class=\"ep-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"ep-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"ep-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ep-trust-grid\"\u003e\n    \u003cdiv class=\"ep-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"ep-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"ep-trust-item\"\u003e🛡️ BPA-Free\u003c\/div\u003e\n    \u003cdiv class=\"ep-trust-item\"\u003e🍳 Nonstick Cup\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"White \/ GET 2 ITEMS — BUY 1 + 1 FREE","offer_id":49185430569114,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ GET 4 ITEMS — BUY 2 + 2 FREE","offer_id":49185430601882,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true},{"title":"White \/ GET 6 ITEMS — BUY 3 + 3 FREE","offer_id":49185430634650,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ GET 2 ITEMS — BUY 1 + 1 FREE","offer_id":49185430667418,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ GET 4 ITEMS — BUY 2 + 2 FREE","offer_id":49185430700186,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ GET 6 ITEMS — BUY 3 + 3 FREE","offer_id":49185430732954,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_9e4fe68b-631a-4fda-a41d-61361c3b23be.png?v=1788747749","url":"https:\/\/povlya.com\/products\/double-cavity-microwave-egg-poacher","provider":"povlya.com","version":"1.0","type":"link"}