{"product_id":"wonder-oven-pro","title":"Wonder Oven Pro","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  }\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 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  }\n\n  .family-split__image {\n    flex: 0 0 60%;\n    position: relative;\n    min-height: 500px;\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 {\n    flex: 1;\n    background: #f0ece4;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 56px;\n    gap: 18px;\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    .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\n\u003c!-- ============================================================\n     SECTION 3: A PRO MOVE (same layout as \"Take a Closer Look\")\n============================================================ --\u003e\n\u003csection class=\"pro-move-section\"\u003e\n  \u003ch2\u003eA Pro Move\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\/our-place-HighlightCard-WonderOvenPro-BlueSalt.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759093714\u0026amp;width=893\" alt=\"More Than an Air Fryer\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eMore Than an Air Fryer\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\"\u003eMore Than an Air Fryer\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eAir fry, bake, roast, toast, broil, proof, dehydrate, and reheat, all in one compact appliance. The Wonder Oven Pro is built for real kitchens and real routines, so you can go from weekday meals to weekend recipes without switching tools or sacrificing space.\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\/Screen_Shot_2023-02-06_at_5.01_1.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759271411\u0026amp;width=893\" alt=\"Built Without Compromise\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eBuilt Without Compromise\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\"\u003eBuilt Without Compromise\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eThe Wonder Oven Pro interior surfaces and accessories are made without PFAS, also known as Forever Chemicals. Every cooking surface and accessory is designed with non-toxic materials, so you can cook with confidence.\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\/our-place-HighlightCard-WonderOvenPro-StainlessSteel-DigitalPanel.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759093717\u0026amp;width=893\" alt=\"You're In Control\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eYou're In Control\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\"\u003eYou're In Control\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eThe digital touchscreen gives you full control over time and temperature with just a tap. Inside, premium quartz and stainless steel heating elements deliver fast, even results. Whether you're crisping, baking, or reheating, your food comes out exactly how you want it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     SECTION 4: GETTING TECHNICAL\n============================================================ --\u003e\n\u003csection class=\"tech-section\"\u003e\n  \u003ch2\u003eGetting Technical\u003c\/h2\u003e\n\n  \u003c!-- Tab buttons --\u003e\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\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-tech-spec-included-WonderOvenPro-BlueSalt.jpg?height=384\u0026amp;v=1759103505\u0026amp;width=384\" alt=\"Wonder Oven Pro\"\u003e\n        \u003cspan\u003eWonder Oven Pro\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-tech-spec-included-LargeBakePan-BlueSalt.jpg?height=384\u0026amp;v=1759103505\u0026amp;width=384\" alt=\"Large Bake Pan\"\u003e\n        \u003cspan\u003eLarge Bake Pan\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-tech-spec-included-LargeAirFryerBasket.jpg?height=384\u0026amp;v=1759103505\u0026amp;width=384\" alt=\"Large Air Fryer Basket\"\u003e\n        \u003cspan\u003eLarge Air Fryer Basket\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/20201102_JStotz_OurPlace_Setup1_0047_2.jpg?height=384\u0026amp;v=1759103655\u0026amp;width=384\" alt=\"Large Wire Rack\"\u003e\n        \u003cspan\u003eLarge Wire Rack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-tech-spec-included-LargeCrumbTray.jpg?height=384\u0026amp;v=1759103505\u0026amp;width=384\" alt=\"Large Crumb Tray\"\u003e\n        \u003cspan\u003eLarge Crumb Tray\u003c\/span\u003e\n      \u003c\/div\u003e\n\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\n      \u003cdiv class=\"detail-block\"\u003e\n        \u003ch3\u003eDimensions\u003c\/h3\u003e\n        \u003cstrong\u003eWonder Oven Pro\u003c\/strong\u003e\n        \u003cul\u003e\n          \u003cli\u003eExterior: 16.75 in. width, 13.25 in. depth, 13 in. height\u003c\/li\u003e\n          \u003cli\u003eInterior: 13.75 in. width, 13 in. depth, 7.75 in. height\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cstrong\u003eLarge Bake Pan\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e13.8 in. width, 11 in. depth, 0.7 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eLarge Air Fryer Basket\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e13.9 in. width, 11.9 in. depth, 0.9 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eLarge Wire Rack\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e13.9 in. width, 11.9 in. depth, 0.4 in. height\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eLarge Crumb Tray\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e13.9 in. width, 12 in. depth, 0.5 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 Pro: 18 lb\u003c\/li\u003e\n          \u003cli\u003eLarge Bake Pan: 1.3 lb\u003c\/li\u003e\n          \u003cli\u003eLarge Air Fryer Basket: 0.8 lb\u003c\/li\u003e\n          \u003cli\u003eLarge Wire Rack: 1 lb\u003c\/li\u003e\n          \u003cli\u003eLarge Crumb Tray: 0.7 lb\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\u003cli\u003e30 L\u003c\/li\u003e\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\u003eDigital touchscreen controls\u003c\/li\u003e\n          \u003cli\u003eOptimized convection fan\u003c\/li\u003e\n          \u003cli\u003eInterior light (on\/off button)\u003c\/li\u003e\n          \u003cli\u003e3 rack levels\u003c\/li\u003e\n          \u003cli\u003e8 cooking modes\u003c\/li\u003e\n          \u003cli\u003eSteam-infusion technology\u003c\/li\u003e\n          \u003cli\u003ePreheats 60% faster than traditional ovens \u003cem\u003e(based on average preheat times to 375°F with Bake)\u003c\/em\u003e\n\u003c\/li\u003e\n          \u003cli\u003eCooks foods up to 40% faster compared to traditional ovens \u003cem\u003e(based on average poultry cooking times at 375°F on Bake)\u003c\/em\u003e\n\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\u003eRoast\u003c\/li\u003e\n          \u003cli\u003eToast\u003c\/li\u003e\n          \u003cli\u003eBroil\u003c\/li\u003e\n          \u003cli\u003eDehydrate\u003c\/li\u003e\n          \u003cli\u003eProof\u003c\/li\u003e\n          \u003cli\u003eReheat\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 Pro: Quartz \u0026amp; stainless steel heating elements\u003c\/li\u003e\n          \u003cli\u003eLarge Bake Pan: Cast aluminum with toxin-free nonstick ceramic coating\u003c\/li\u003e\n          \u003cli\u003eLarge Air Fryer Basket: Steel\u003c\/li\u003e\n          \u003cli\u003eLarge Wire Rack: Steel\u003c\/li\u003e\n          \u003cli\u003eLarge Crumb Tray: 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\u003e1700W\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\u003e80–450°F\u003c\/li\u003e\n          \u003cli\u003ePlease note! The temperature dial is represented in degrees Fahrenheit\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\u003e30 seconds to 24 hours\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     SECTION 5: BUILT FOR FAMILY-SIZED COOKING\n============================================================ --\u003e\n\u003csection class=\"family-split\"\u003e\n  \u003cdiv class=\"family-split__image\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Frame_5895.jpg?crop=bottom\u0026amp;height=746\u0026amp;v=1759177983\u0026amp;width=1950\" alt=\"Built for Family-Sized Cooking\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"family-split__content\"\u003e\n    \u003ch2\u003eBuilt for Family-\u003cbr\u003eSized Cooking\u003c\/h2\u003e\n    \u003cp\u003eThe Wonder Oven Pro's 30 L capacity means you can fit a whole chicken, a 12\" pizza, or dinner for the family — all cooked faster than your traditional oven.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\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":"Char","offer_id":48073397764148,"sku":"wonder-oven-pro-char","price":217.75,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073397796916,"sku":"wonder-oven-pro-blue-salt","price":217.75,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073397829684,"sku":"wonder-oven-pro-cream","price":217.75,"currency_code":"USD","in_stock":true},{"title":"Stainless Steel","offer_id":48073397862452,"sku":"wonder-oven-pro-stainless-steel","price":217.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-TitaniumAlwaysPanPro-gold-thumbnail-2.jpg?v=1785318678","url":"https:\/\/ourrplace.store\/products\/wonder-oven-pro","provider":"OUR PLACE","version":"1.0","type":"link"}