{"product_id":"wonder-oven","title":"Wonder Oven","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eProduct Page\u003c\/title\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Georgia', serif;\n    background: #faf8f4;\n    color: #2d2d2d;\n  }\n\n  \/* ============================================================\n     SECTION 1: HERO SPLIT — image left, text right\n  ============================================================ *\/\n  .hero-split {\n    display: flex;\n    min-height: 520px;\n    max-width: 100%;\n    overflow: hidden;\n    background: #f0ece4;\n  }\n\n  .hero-split__image {\n    flex: 0 0 55%;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-split__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .hero-split__content {\n    flex: 1;\n    background: #f0ece4;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 56px;\n    gap: 20px;\n  }\n\n  .hero-split__content h1 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.2;\n  }\n\n  .hero-split__content p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555555;\n    line-height: 1.7;\n    max-width: 380px;\n  }\n\n  .btn-shop {\n    display: inline-block;\n    margin-top: 8px;\n    padding: 14px 32px;\n    background: transparent;\n    border: 2px solid #2d2d2d;\n    color: #2d2d2d;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    text-decoration: none;\n    cursor: pointer;\n    transition: background 0.25s, color 0.25s;\n    align-self: flex-start;\n  }\n  .btn-shop:hover {\n    background: #2d2d2d;\n    color: #fff;\n  }\n\n  \/* ============================================================\n     SECTION 1: HERO SPLIT — text left, image right\n  ============================================================ *\/\n  .hero-split {\n    display: flex;\n    align-items: stretch;\n    max-width: 100%;\n    overflow: hidden;\n    min-height: 520px;\n  }\n\n  .hero-split__content {\n    flex: 1;\n    background: #f0ece4;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 56px;\n    gap: 20px;\n  }\n\n  .hero-split__content h1 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.2;\n  }\n\n  .hero-split__content p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555555;\n    line-height: 1.7;\n  }\n\n  .btn-shop {\n    display: inline-block;\n    margin-top: 8px;\n    padding: 14px 32px;\n    background: transparent;\n    border: 2px solid #2d2d2d;\n    color: #2d2d2d;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    text-decoration: none;\n    cursor: pointer;\n    transition: background 0.25s, color 0.25s;\n    align-self: flex-start;\n  }\n  .btn-shop:hover {\n    background: #2d2d2d;\n    color: #fff;\n  }\n\n  .hero-split__image {\n    flex: 0 0 55%;\n    position: relative;\n  }\n\n  .hero-split__image img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ============================================================\n     SECTION 3: A PRO MOVE — Take a Closer Look style cards\n  ============================================================ *\/\n  .pro-move-section {\n    padding: 70px 60px 80px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .pro-move-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 36px;\n  }\n\n  .pro-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    align-items: stretch;\n  }\n\n  .pro-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #ddd;\n    height: 480px;\n  }\n\n  .pro-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .pro-card:hover img { transform: scale(1.03); }\n\n  .pro-overlay {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    padding: 20px 18px 18px;\n    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n    transition: opacity 0.3s;\n  }\n\n  .pro-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .pro-plus-btn {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    border: 2px solid #fff;\n    background: transparent;\n    color: #fff;\n    font-size: 22px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s;\n  }\n  .pro-card:hover .pro-plus-btn { background: rgba(255,255,255,0.2); }\n\n  .pro-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 44px 24px 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s ease;\n  }\n  .pro-card.open .pro-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n  .pro-card.open .pro-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .pro-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .pro-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.95rem;\n    color: #555555;\n    line-height: 1.75;\n  }\n\n  .pro-close-btn {\n    position: absolute;\n    top: 12px; right: 12px;\n    width: 28px; height: 28px;\n    border-radius: 50%;\n    border: 2px solid #666;\n    background: transparent;\n    color: #888;\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: border-color 0.2s, color 0.2s;\n  }\n  .pro-close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ============================================================\n     SECTION 4: GETTING TECHNICAL\n  ============================================================ *\/\n  .tech-section {\n    padding: 70px 60px 80px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .tech-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 36px;\n  }\n\n  \/* Tab bar *\/\n  .tech-tabs {\n    display: flex;\n    border-bottom: 1px solid #ddd;\n    margin-bottom: 40px;\n  }\n\n  .tech-tab {\n    flex: 1;\n    padding: 14px 20px;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #999;\n    background: transparent;\n    border: none;\n    border-bottom: 3px solid transparent;\n    cursor: pointer;\n    transition: color 0.2s, border-color 0.2s;\n    margin-bottom: -1px;\n  }\n  .tech-tab.active {\n    color: #c0522a;\n    border-bottom-color: #c0522a;\n  }\n  .tech-tab:hover { color: #2d2d2d; }\n\n  \/* Tab panels *\/\n  .tech-panel { display: none; }\n  .tech-panel.active { display: block; }\n\n  \/* What's Included grid — desktop: 5 in a row, mobile: 2 per row *\/\n  .included-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 24px;\n  }\n\n  .included-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 14px;\n  }\n\n  .included-item img {\n    width: 100%;\n    aspect-ratio: 1;\n    object-fit: cover;\n    border-radius: 8px;\n    background: #e8e3db;\n  }\n\n  .included-item span {\n    font-family: 'Georgia', serif;\n    font-size: 1rem;\n    color: #2d2d2d;\n    text-align: center;\n    line-height: 1.4;\n    font-weight: 600;\n  }\n\n  \/* Details grid — 3 columns *\/\n  .details-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 40px 60px;\n  }\n\n  .detail-block h3 {\n    font-family: 'Georgia', serif;\n    font-size: 1.35rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 14px;\n  }\n\n  .detail-block p,\n  .detail-block li {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.92rem;\n    color: #555555;\n    line-height: 1.75;\n  }\n\n  .detail-block ul {\n    list-style: disc;\n    padding-left: 18px;\n  }\n\n  .detail-block strong {\n    color: #2d2d2d;\n    font-weight: 700;\n    display: block;\n    margin-top: 10px;\n    margin-bottom: 2px;\n  }\n\n  \/* ============================================================\n     SECTION 5: BUILT FOR FAMILY — image left, text right\n  ============================================================ *\/\n  .family-split {\n    display: flex;\n    align-items: stretch;\n    max-width: 100%;\n    overflow: hidden;\n    margin-top: 0;\n    background: #f0ece4;\n  }\n\n  .family-split__content {\n    flex: 0 0 40%;\n    background: #f0ece4;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 56px;\n    gap: 18px;\n    order: 1;\n  }\n\n  .family-split__image {\n    flex: 0 0 60%;\n    position: relative;\n    min-height: 500px;\n    order: 2;\n  }\n\n  .family-split__image img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .family-split__content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.2;\n  }\n\n  .family-split__content p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.1rem;\n    color: #555555;\n    line-height: 1.75;\n  }\n\n  \/* ============================================================\n     RESPONSIVE\n  ============================================================ *\/\n  @media (max-width: 900px) {\n    .hero-split { flex-direction: column-reverse; }\n    .hero-split__image { flex: unset; height: 300px; width: 100%; }\n    .hero-split__image img { position: relative; inset: unset; height: 300px; }\n    .hero-split__content { padding: 40px 24px; }\n    .family-split { flex-direction: column; }\n    .family-split__image { flex: unset; height: 320px; width: 100%; min-height: unset; }\n    .family-split__content { padding: 40px 24px; }\n    .pro-move-section, .tech-section { padding: 40px 20px 60px; }\n    .pro-grid { grid-template-columns: 1fr; }\n    \/* Mobile: 2 columns for What's Included *\/\n    .included-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    .details-grid { grid-template-columns: 1fr; gap: 28px; }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ============================================================\n     SECTION 2: HOW IT WORKS\n============================================================ --\u003e\n\u003csection class=\"pro-move-section\"\u003e\n  \u003ch2\u003eHow It Works\u003c\/h2\u003e\n\n  \u003cdiv class=\"pro-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"pro-card\" id=\"pro-1\" onclick=\"openPro('pro-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/01_steam-infused.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1686001799\u0026amp;width=893\" alt=\"Steam-Infusion Technology\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eSteam-Infusion Technology\u003c\/span\u003e\n        \u003cbutton class=\"pro-plus-btn\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pro-detail\"\u003e\n        \u003cbutton class=\"pro-close-btn\" onclick=\"closePro(event,'pro-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"pro-detail-heading\"\u003eSteam-Infusion Technology\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eOur exclusive steam infusion tech uses just 1–2 teaspoons of water to create crispy outsides and juicy insides, results no other air fryer toaster oven can match.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"pro-card\" id=\"pro-2\" onclick=\"openPro('pro-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/02_air_fry.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1686001821\u0026amp;width=893\" alt=\"Superior Performance\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eSuperior Performance\u003c\/span\u003e\n        \u003cbutton class=\"pro-plus-btn\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pro-detail\"\u003e\n        \u003cbutton class=\"pro-close-btn\" onclick=\"closePro(event,'pro-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"pro-detail-heading\"\u003eSuperior Performance\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eSmarter, faster, more versatile. Our Wonder Oven® preheats in under 2.5 minutes, replaces multiple appliances with 6-in-1 functionality, and delivers precise, powerful results every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"pro-card\" id=\"pro-3\" onclick=\"openPro('pro-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/03_multilevel.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1686001821\u0026amp;width=893\" alt=\"6-in-1, and More\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003e6-in-1, and More\u003c\/span\u003e\n        \u003cbutton class=\"pro-plus-btn\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pro-detail\"\u003e\n        \u003cbutton class=\"pro-close-btn\" onclick=\"closePro(event,'pro-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"pro-detail-heading\"\u003e6-in-1, and More\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eSix cooking functions and multilevel capacity mean more flexibility. Double recipes for family dinners or roast two sides at once — the Wonder Oven® does more with less space.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ============================================================\n     SECTION 3: GETTING TECHNICAL\n============================================================ --\u003e\n\u003csection class=\"tech-section\"\u003e\n  \u003ch2\u003eGetting Technical\u003c\/h2\u003e\n\n  \u003cdiv class=\"tech-tabs\"\u003e\n    \u003cbutton class=\"tech-tab active\" onclick=\"switchTechTab('included')\"\u003eWhat's Included\u003c\/button\u003e\n    \u003cbutton class=\"tech-tab\" onclick=\"switchTechTab('details')\"\u003eDetails\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PANEL: What's Included --\u003e\n  \u003cdiv class=\"tech-panel active\" id=\"panel-included\"\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/01_Wonder_Oven.jpg?height=384\u0026amp;v=1686079187\u0026amp;width=384\" alt=\"Wonder Oven\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eWonder Oven\u003c\/strong\u003e\u003cbr\u003eA 6-in-1 countertop toaster, air fryer, and steam-infusing oven\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/fpo_bake_pan_item.jpg?height=384\u0026amp;v=1685630307\u0026amp;width=384\" alt=\"Bake Pan\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eBake Pan\u003c\/strong\u003e\u003cbr\u003eA classic toxin-free nonstick ceramic-coated sheet pan for baking sweet treats and more\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/fpo_air_fryer_item.jpg?height=384\u0026amp;v=1685630307\u0026amp;width=384\" alt=\"Air Fryer Basket\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eAir Fryer Basket\u003c\/strong\u003e\u003cbr\u003eDesigned with a mesh receptacle for even cooking from hot, circulating air\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/fpo_wire_rack_item.jpg?height=384\u0026amp;v=1685630307\u0026amp;width=384\" alt=\"Wire Rack\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eWire Rack\u003c\/strong\u003e\u003cbr\u003eCook right on the rack for even 360-degree heat\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/fpo_crumb_tray_item.jpg?height=384\u0026amp;v=1685630307\u0026amp;width=384\" alt=\"Crumb Tray\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eCrumb Tray\u003c\/strong\u003e\u003cbr\u003eKeeps your Wonder Oven clean by collecting all the crumbs and drips\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PANEL: Details --\u003e\n  \u003cdiv class=\"tech-panel\" id=\"panel-details\"\u003e\n    \u003cdiv class=\"details-grid\"\u003e\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eDimensions\u003c\/h3\u003e\n        \u003cstrong\u003eWonder Oven\u003c\/strong\u003e\n        \u003cul\u003e\n          \u003cli\u003eExterior: 11.6 in. height, 10.6 in. depth, 11.5 in. width\u003c\/li\u003e\n          \u003cli\u003eInterior: 7.6 in. height, 10.3 in. depth, 10 in. width\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cstrong\u003eBake Pan\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e9.9 in. length, 8.8 in. width, 0.6 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eAir Fryer Basket\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e9.9 in. length, 8.9 in. width, 1.2 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eWire Rack\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e9.9 in. length, 8.9 in. width, 0.7 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eCrumb Tray\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e9.9 in. length, 9.0 in. width, 0.7 in. height\u003c\/li\u003e\u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eWeight\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eWonder Oven: 11.6 lbs\u003c\/li\u003e\n          \u003cli\u003eBake Pan: 0.5 lbs\u003c\/li\u003e\n          \u003cli\u003eAir Fryer Basket: 0.3 lbs\u003c\/li\u003e\n          \u003cli\u003eWire Rack: 0.2 lbs\u003c\/li\u003e\n          \u003cli\u003eCrumb Tray: 0.3 lbs\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eCapacity\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e13 qt\u003c\/li\u003e\n          \u003cli\u003eThe Wonder Oven can fit up to:\u003c\/li\u003e\n          \u003cli\u003eFour slices of toast\u003c\/li\u003e\n          \u003cli\u003e4.5 lbs chicken\u003c\/li\u003e\n          \u003cli\u003e1 lbs french fries\u003c\/li\u003e\n          \u003cli\u003e9 in. pizza\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eFeatures\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e6 cooking modes\u003c\/li\u003e\n          \u003cli\u003eSteam-infusion technology\u003c\/li\u003e\n          \u003cli\u003eMultilevel cooking\u003c\/li\u003e\n          \u003cli\u003eQuick preheat: Under 2.5 minutes and up to 75% faster than traditional ovens*\u003c\/li\u003e\n          \u003cli\u003eFast cooking: Up to 30% faster than traditional ovens**\u003c\/li\u003e\n          \u003cli\u003eDual-speed convection\u003c\/li\u003e\n          \u003cli\u003eInterior light\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eModes\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eAir Fry\u003c\/li\u003e\n          \u003cli\u003eBake\u003c\/li\u003e\n          \u003cli\u003eToast\u003c\/li\u003e\n          \u003cli\u003eRoast\u003c\/li\u003e\n          \u003cli\u003eReheat\u003c\/li\u003e\n          \u003cli\u003eBroil\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eMaterial(s)\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eWonder Oven: Stainless steel\u003c\/li\u003e\n          \u003cli\u003eBake Pan: Aluminum with toxin-free nonstick ceramic coating\u003c\/li\u003e\n          \u003cli\u003eAir Fryer Basket: Chromed steel\u003c\/li\u003e\n          \u003cli\u003eWire Rack: Chromed steel\u003c\/li\u003e\n          \u003cli\u003eCrumb Tray: Stainless steel\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eWattage \u0026amp; Voltage\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e1400w\u003c\/li\u003e\n          \u003cli\u003e120V\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eHeat Range\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e200° – 450°F\u003c\/li\u003e\n          \u003cli\u003ePlease note! The temperature dial is represented in degrees Fahrenheit\u003c\/li\u003e\n          \u003cli\u003e**Based on average poultry cooking times at 375 degrees on Bake mode\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eTimer\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e0 – 60 minutes\u003c\/li\u003e\n          \u003cli\u003e*Based on average preheat times to 375 degrees on Bake mode\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  \/* ===== PRO MOVE CARDS ===== *\/\n  function openPro(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closePro(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\n  \/* ===== TECH TABS ===== *\/\n  function switchTechTab(tab) {\n    document.querySelectorAll('.tech-tab').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.tech-panel').forEach(p =\u003e p.classList.remove('active'));\n\n    if (tab === 'included') {\n      document.querySelectorAll('.tech-tab')[0].classList.add('active');\n      document.getElementById('panel-included').classList.add('active');\n    } else {\n      document.querySelectorAll('.tech-tab')[1].classList.add('active');\n      document.getElementById('panel-details').classList.add('active');\n    }\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Blue Salt","offer_id":48073396060212,"sku":"wonder-oven-blue-salt","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073396092980,"sku":"wonder-oven-char","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073396125748,"sku":"wonder-oven-steam","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073396158516,"sku":"wonder-oven-spice","price":185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Wonder_Oven_Blue_1_7aa080cb-2feb-4f1f-8ab5-1e3342fb389c.jpg?v=1785318661","url":"https:\/\/ourrplace.store\/products\/wonder-oven","provider":"OUR PLACE","version":"1.0","type":"link"}