{"title":"All Cookware","description":null,"products":[{"product_id":"cast-iron-hot-grill","title":"Cast Iron Hot Grill","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\u003eKey Features\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: KEY FEATURES — tabs with text left, image right\n  ============================================================ *\/\n  .key-features {\n    padding: 64px 60px 0;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .key-features__header {\n    margin-bottom: 40px;\n  }\n\n  .key-features__header h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.8rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.15;\n    margin-bottom: 8px;\n  }\n\n  .key-features__header p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.6rem;\n    color: #555;\n  }\n\n  .key-features__header p span {\n    color: #c0522a;\n  }\n\n  \/* Tab nav *\/\n  .kf-tabs {\n    display: flex;\n    border-bottom: 1px solid #d0ccc5;\n    margin-bottom: 52px;\n  }\n\n  .kf-tab {\n    flex: 1;\n    padding: 14px 10px;\n    font-family: 'Arial', sans-serif;\n    font-size: 1.1rem;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #888;\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    text-align: center;\n  }\n\n  .kf-tab.active {\n    color: #c0522a;\n    border-bottom-color: #c0522a;\n  }\n\n  .kf-tab:hover:not(.active) {\n    color: #2d2d2d;\n  }\n\n  \/* Tab panels *\/\n  .kf-panel {\n    display: none;\n  }\n  .kf-panel.active {\n    display: flex;\n    align-items: center;\n    gap: 48px;\n    padding-bottom: 64px;\n  }\n\n  \/* Left text side *\/\n  .kf-panel__text {\n    flex: 0 0 38%;\n  }\n\n  .kf-panel__text h3 {\n    font-family: 'Georgia', serif;\n    font-size: 3rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 18px;\n    line-height: 1.25;\n  }\n\n  .kf-panel__text p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.6rem;\n    color: #555;\n    line-height: 1.75;\n  }\n\n  \/* Right image side *\/\n  .kf-panel__image {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    max-height: 420px;\n  }\n\n  .kf-panel__image img {\n    width: 100%;\n    height: 420px;\n    object-fit: cover;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* ============================================================\n     SECTION 2: THREE CARDS (click to open)\n  ============================================================ *\/\n\n \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .cards-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n  \n  .cards-section {\n    padding: 70px 60px 80px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .cards-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    align-items: stretch;\n  }\n\n  .flip-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #ddd;\n    height: 480px;\n  }\n\n  .flip-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .flip-card:hover img { transform: scale(1.03); }\n\n  .flip-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.6) 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  .flip-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  .flip-plus {\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  .flip-card:hover .flip-plus { background: rgba(255,255,255,0.2); }\n\n  .flip-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\n  .flip-card.open .flip-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  .flip-card.open .flip-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .flip-detail h4 {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .flip-detail p {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.95rem;\n    color: #555;\n    line-height: 1.75;\n  }\n\n  .flip-close {\n    position: absolute;\n    top: 12px; right: 12px;\n    width: 28px; height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .flip-close:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ============================================================\n     SECTION 3: SPLIT — text left, image right\n  ============================================================ *\/\n  .some-hot {\n    display: flex;\n    align-items: stretch;\n    max-width: 100%;\n    overflow: hidden;\n    padding-bottom: 70px;\n  }\n\n  .some-hot__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  .some-hot__content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.9rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.2;\n  }\n\n  .some-hot__content p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.7rem;\n    color: #555;\n    line-height: 1.75;\n  }\n\n  .some-hot__image {\n    flex: 0 0 60%;\n    position: relative;\n    min-height: 480px;\n    order: 2;\n  }\n\n  .some-hot__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     RESPONSIVE\n  ============================================================ *\/\n  @media (max-width: 900px) {\n    .key-features { padding: 40px 20px 0; }\n    .key-features__header h2 { font-size: 2rem; }\n    .kf-tabs { overflow-x: auto; }\n    .kf-tab { font-size: 0.65rem; padding: 12px 6px; }\n    .kf-panel.active { flex-direction: column; padding-bottom: 40px; }\n    .kf-panel__text { flex: unset; width: 100%; }\n    .kf-panel__image { width: 100%; }\n    .kf-panel__image img { height: 280px; }\n    .cards-section { padding: 40px 20px 60px; }\n    .cards-grid { grid-template-columns: 1fr; }\n    .some-hot { flex-direction: column; }\n    .some-hot__content { flex: unset; order: 2; padding: 40px 24px; }\n    .some-hot__image { flex: unset; order: 1; min-height: 300px; width: 100%; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ============================================================\n     SECTION 1: KEY FEATURES\n============================================================ --\u003e\n\u003csection class=\"key-features\"\u003e\n  \u003cdiv class=\"key-features__header\"\u003e\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003cp\u003eOpen up a whole new world with \u003cspan\u003eindoor grilling\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab nav --\u003e\n  \u003cdiv class=\"kf-tabs\"\u003e\n    \u003cbutton class=\"kf-tab active\" onclick=\"switchKF(0)\"\u003eGetting Sear-ious\u003c\/button\u003e\n    \u003cbutton class=\"kf-tab\" onclick=\"switchKF(1)\"\u003eDream of Steam\u003c\/button\u003e\n    \u003cbutton class=\"kf-tab\" onclick=\"switchKF(2)\"\u003eLove Your Loaves\u003c\/button\u003e\n    \u003cbutton class=\"kf-tab\" onclick=\"switchKF(3)\"\u003ePut a Lid On It\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Panel 1 --\u003e\n  \u003cdiv class=\"kf-panel active\" id=\"kf-0\"\u003e\n    \u003cdiv class=\"kf-panel__text\"\u003e\n      \u003ch3\u003eGetting Sear-ious\u003c\/h3\u003e\n      \u003cp\u003eWith its elevated ridges and premium enameled cast iron body, the Hot Grill is ideal for grilling up perfect burgers, kebabs, steaks, veggies … you get it.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kf-panel__image\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/green_cast_iron_hot_grill_on_stovetop_with_vegetables.jpg?crop=center\u0026amp;height=1198\u0026amp;v=1732290853\u0026amp;width=1950\" alt=\"Getting Sear-ious\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Panel 2 --\u003e\n  \u003cdiv class=\"kf-panel\" id=\"kf-1\"\u003e\n    \u003cdiv class=\"kf-panel__text\"\u003e\n      \u003ch3\u003eDream of Steam\u003c\/h3\u003e\n      \u003cp\u003eWho wants cheese on their burger? I mean, duh. Get mouthwatering melted cheese when you use the lid from the cast iron Perfect Pot with the Hot Grill.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kf-panel__image\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/black_cast_iron_hot_grill_with_cheeseburger.jpg?crop=center\u0026amp;height=1198\u0026amp;v=1732290901\u0026amp;width=1950\" alt=\"Dream of Steam\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Panel 3 --\u003e\n  \u003cdiv class=\"kf-panel\" id=\"kf-2\"\u003e\n    \u003cdiv class=\"kf-panel__text\"\u003e\n      \u003ch3\u003eLove Your Loaves\u003c\/h3\u003e\n      \u003cp\u003eTogether, the Hot Grill and the cast iron Perfect Pot make the fluffiest golden-brown loaves of bread you've ever baked.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kf-panel__image\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink_cast_iron_perfect_pot_and_hot_grill_with_loaf_of_bread_and_walnut_cutting_board.jpg?crop=center\u0026amp;height=1198\u0026amp;v=1732290959\u0026amp;width=1950\" alt=\"Love Your Loaves\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Panel 4 --\u003e\n  \u003cdiv class=\"kf-panel\" id=\"kf-3\"\u003e\n    \u003cdiv class=\"kf-panel__text\"\u003e\n      \u003ch3\u003ePut a Lid On It\u003c\/h3\u003e\n      \u003cp\u003eUse the Hot Grill as a lid on your cast iron Perfect Pot to maximize oven space. Welcome to even more multifunctionality.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kf-panel__image\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/beige_cast_iron_perfect_pot_and_cast_iron_hot_grill_in_oven.jpg?crop=center\u0026amp;height=1198\u0026amp;v=1732290990\u0026amp;width=1950\" alt=\"Put a Lid On It\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     SECTION 2: THREE CARDS\n============================================================ --\u003e\n\u003csection class=\"cards-section\"\u003e\n  \u003ch2\u003eCast Iron at Our Place\u003c\/h2\u003e\n  \u003cdiv class=\"cards-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"flip-card\" id=\"fc-1\" onclick=\"openCard('fc-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/green_cast_iron_hot_grill_with_lid.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732291023\u0026amp;width=893\" alt=\"Premium Heirloom Quality\"\u003e\n      \u003cdiv class=\"flip-overlay\"\u003e\n        \u003cspan class=\"flip-overlay-heading\"\u003ePremium Heirloom Quality\u003c\/span\u003e\n        \u003cbutton class=\"flip-plus\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"flip-detail\"\u003e\n        \u003cbutton class=\"flip-close\" onclick=\"closeCard(event,'fc-1')\"\u003e×\u003c\/button\u003e\n        \u003ch4\u003ePremium Heirloom Quality\u003c\/h4\u003e\n        \u003cp\u003ePass down Our Place cast iron through the generations — that's what it's for. The premium matte black enameled cast iron is so easy to care for, it will care for you for years to come.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"flip-card\" id=\"fc-2\" onclick=\"openCard('fc-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink_cast_iron_hot_grill_and_perfect_pot_with_bread.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732291066\u0026amp;width=893\" alt=\"Oh, the Multifunctionality\"\u003e\n      \u003cdiv class=\"flip-overlay\"\u003e\n        \u003cspan class=\"flip-overlay-heading\"\u003eOh, the Multifunctionality\u003c\/span\u003e\n        \u003cbutton class=\"flip-plus\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"flip-detail\"\u003e\n        \u003cbutton class=\"flip-close\" onclick=\"closeCard(event,'fc-2')\"\u003e×\u003c\/button\u003e\n        \u003ch4\u003eOh, the Multifunctionality\u003c\/h4\u003e\n        \u003cp\u003eOur cast iron cookware is meant to work together, so you can do even more in the kitchen. Use the lid from the cast iron Perfect Pot on your Hot Grill for steam grilling, or the Hot Grill with the Perfect Pot for baking golden loaves. And don't forget the Grill Press.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"flip-card\" id=\"fc-3\" onclick=\"openCard('fc-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/beige_cast_iron_perfect_pot_and_hot_grill_in_oven.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732291102\u0026amp;width=893\" alt=\"Turn Up the Heat\"\u003e\n      \u003cdiv class=\"flip-overlay\"\u003e\n        \u003cspan class=\"flip-overlay-heading\"\u003eTurn Up the Heat\u003c\/span\u003e\n        \u003cbutton class=\"flip-plus\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"flip-detail\"\u003e\n        \u003cbutton class=\"flip-close\" onclick=\"closeCard(event,'fc-3')\"\u003e×\u003c\/button\u003e\n        \u003ch4\u003eTurn Up the Heat\u003c\/h4\u003e\n        \u003cp\u003eAll Our Place cast iron is designed to take the heat. Go from the stovetop to the oven to the broiler with a heat resistance of up to 500°F without the lid.\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 3: SOME LIKE IT HOT — text left, image right\n============================================================ --\u003e\n\u003csection class=\"some-hot\"\u003e\n  \u003cdiv class=\"some-hot__content\"\u003e\n    \u003ch2\u003eSome Like it Hot\u003c\/h2\u003e\n    \u003cp\u003eDouble down on your cast iron dreams with our dynamic duo: the Cast Iron Perfect Pot and Hot Grill.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"some-hot__image\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/green_cast_iron_perfect_pot_and_hot_grill.jpg?crop=bottom\u0026amp;height=745\u0026amp;v=1732291168\u0026amp;width=1950\" alt=\"Some Like it Hot\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* KEY FEATURES TABS *\/\n  function switchKF(idx) {\n    document.querySelectorAll('.kf-tab').forEach((b, i) =\u003e {\n      b.classList.toggle('active', i === idx);\n    });\n    document.querySelectorAll('.kf-panel').forEach((p, i) =\u003e {\n      p.classList.toggle('active', i === idx);\n    });\n  }\n\n  \/* CARDS *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(e, id) {\n    e.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Default Title","offer_id":48073382527028,"sku":null,"price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Black_Cast_Iron_Hot_Grill.jpg?v=1785318515"},{"product_id":"petite-perfect-pot","title":"Petite Perfect Pot (33% OFF)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Spice, Steam, Blue Salt, Char, Sage\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePetite Perfect Pot. A non-toxic nonstick pot for personal servings\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Petite Perfect Pot. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Petite Perfect Pot.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Spice","offer_id":48073382559796,"sku":"petite-perfect-pot-spice","price":66.33,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073382592564,"sku":"petite-perfect-pot-steam","price":66.33,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073382625332,"sku":"petite-perfect-pot-blue-salt","price":66.33,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073382658100,"sku":"petite-perfect-pot-char","price":66.33,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073382690868,"sku":"petite-perfect-pot-sage","price":66.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/spice-petite-perfect-pot-thumbnail.jpg?v=1785318517"},{"product_id":"tiny-cookware-duo-3-piece","title":"Tiny Cookware Duo (3 piece) (33% OFF)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Steam, Spice, Blue Salt, Char, Sage\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eTiny Cookware Duo — (3 piece). Our smallest non-toxic Always Pan \u0026amp; Perfect Pot\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Tiny Cookware Duo ((3 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Tiny Cookware Duo.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Steam","offer_id":48073382723636,"sku":"tiny-cookware-duo-3-piece-steam","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073382756404,"sku":"tiny-cookware-duo-3-piece-spice","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073382789172,"sku":"tiny-cookware-duo-3-piece-blue-salt","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073382821940,"sku":"tiny-cookware-duo-3-piece-char","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073382854708,"sku":"tiny-cookware-duo-3-piece-sage","price":90.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/steam-tiny-cookware-duo-product-thumbnail.jpg?v=1785318518"},{"product_id":"essentials-pot-set-11-piece","title":"Essentials Pot Set (11 piece) (33% OFF)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Char, Cream, Blue Salt, Terracotta\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eEssentials Pot Set — (11 piece). A full saucepan, saute pan, and stock pot set\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Essentials Pot Set ((11 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Essentials Pot Set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Char","offer_id":48073383051316,"sku":"essentials-pot-set-11-piece-char","price":363.81,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073383084084,"sku":"essentials-pot-set-11-piece-cream","price":363.81,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073383116852,"sku":"essentials-pot-set-11-piece-blue-salt","price":363.81,"currency_code":"USD","in_stock":true},{"title":"Terracotta","offer_id":48073383149620,"sku":"essentials-pot-set-11-piece-terracotta","price":363.81,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/char-essentials-saucepan-set-11-piece.jpg?v=1785318521"},{"product_id":"golden-fry-set-3-pieces","title":"Golden Fry Set (3 Pieces) (33% OFF)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Golden\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eGolden Fry Set — (3 Pieces). A limited-edition fry set designed to celebrate Diwali\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Golden Fry Set ((3 Pieces)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Golden Fry Set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Golden","offer_id":48073383313460,"sku":"golden-fry-set-3-pieces-golden","price":50.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-diwali-golden-fry-set-skimmer-spoon-cooling-rack-diyas.jpg?v=1785318525"},{"product_id":"titanium-pro-always-pan-duo-6-piece","title":"Titanium Pro Always Pan Duo (6 piece) (33% OFF)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Chrome, Chrome\/Gold, Brushed\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eTitanium Pro Always Pan Duo — (6 piece). A set of high-performance pans in two sizes\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Titanium Pro Always Pan Duo ((6 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Titanium Pro Always Pan Duo.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073383477300,"sku":"titanium-pro-always-pan-duo-6-piece-chrome","price":223.78,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073383510068,"sku":"titanium-pro-always-pan-duo-6-piece-chromegold","price":223.78,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073383542836,"sku":"titanium-pro-always-pan-duo-6-piece-brushed","price":223.78,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/titanium-pro-always-pan-duo-standard-mini-chrome-product-thumbnail.jpg?v=1785318530"},{"product_id":"carbon-steel-wok","title":"Carbon Steel Wok","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  .some-hot {\n    display: flex;\n    align-items: stretch;\n    max-width: 100%;\n    overflow: hidden;\n    padding-bottom: 70px;\n  }\n\n  .some-hot__content {\n    flex: 0 0 40%;\n    background: #f0ece4;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 190px 56px;\n    gap: 18px;\n    order: 1;\n  }\n\n  .some-hot__content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.9rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.2;\n  }\n\n  .some-hot__content p {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.7rem;\n    color: #555;\n    line-height: 1.75;\n  }\n\n  .some-hot__image {\n    flex: 0 0 60%;\n    position: relative;\n    min-height: 480px;\n    order: 2;\n  }\n\n  .some-hot__image img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n    @media (max-width: 900px) {\n    .key-features { padding: 40px 20px 0; }\n    .key-features__header h2 { font-size: 2rem; }\n    .kf-tabs { overflow-x: auto; }\n    .kf-tab { font-size: 0.65rem; padding: 12px 6px; }\n    .kf-panel.active { flex-direction: column; padding-bottom: 40px; }\n    .kf-panel__text { flex: unset; width: 100%; }\n    .kf-panel__image { width: 100%; }\n    .kf-panel__image img { height: 280px; }\n    .cards-section { padding: 40px 20px 60px; }\n    .cards-grid { grid-template-columns: 1fr; }\n    .some-hot { flex-direction: column; }\n    .some-hot__content { flex: unset; order: 2; padding: 40px 24px; }\n    .some-hot__image { flex: unset; order: 1; min-height: 300px; width: 100%; }\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/carbon-steel-wok-expanded.jpg?height=1656\u0026amp;v=1767993943\u0026amp;width=1950\" alt=\"Carbon Steel Wok\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eBuilt From the Inside Out\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eSuper-Nitrided Treatment\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eSuper-Nitrided Treatment\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur super nitriding process strengthens the steel so it resists wear and corrosion. As you cook, the seasoning builds evenly and performance improves over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eHarder Than Traditional Steel\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eHarder Than Traditional Steel\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThree times harder than standard carbon steel, the interior stands up to high heat, metal utensils, and the fast movements of real wok cooking.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eSuper Smooth Interior\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eSuper Smooth Interior\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eA smooth surface helps seasoning develop quickly and evenly. With regular use, food release improves and your wok gains deeper, better performance.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eComfort and Versatility\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eComfort and Versatility\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe tempered glass lid creates an ideal steam chamber, and the comfortable beechwood handle stays cool and steady as you toss, flip, and move through recipes.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 5 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-5\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eSingle-Ply Spun Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eSingle-Ply Spun Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eSpun from a single sheet of 16-gauge carbon steel, the wok heats fast and responds quickly, so you can leverage the wok’s hot spots for flash stir-frying and crisp dumplings.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"5\" onclick=\"switchTab(5)\"\u003e5\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eWok-Hei for the Home\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/carbon-steel-wok-fire-highlight-card.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1767993998\u0026amp;width=893\" alt=\"Turn Up the Heat\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eTurn Up the Heat\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eTurn Up the Heat\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eEngineered for intense, responsive heat, the lightweight super-nitrided carbon steel provides the precise performance you need whether you’re cooking over gas, electric, or induction.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/carbon-steel-wok-highlight-card.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1767993998\u0026amp;width=893\" alt=\"Non-Toxic by Design\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eNon-Toxic by Design\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eNon-Toxic by Design\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe wok's body is made without Forever Chemicals or coatings, so you get the power of super-nitrided carbon steel with peace of mind built in.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/carbon-steel-wok-set-highlight-card.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1767993998\u0026amp;width=893\" alt=\"Traditionally Innovative\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eTraditionally Innovative\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eTraditionally Innovative\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eSome things about woks are non-negotiable, like the stable flat bottom and high, curved walls for tossing. The optimally-sized spatula features a fanned head for seamless stirring and scooping, while the glass lid lets you keep a close eye as you cook.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\u003csection class=\"some-hot\"\u003e\n  \u003cdiv class=\"some-hot__content\"\u003e\n    \u003ch2\u003eDeveloped With the Author of The Wok\u003c\/h2\u003e\n    \u003cp\u003e“We’ve built the wok I’ve wanted for 20 years: the performance of carbon steel, paired with cutting-edge super nitride technology that makes it effortless to use and maintain. A nonstick wok that can achieve real wok hei felt impossible—until now.” \u003cbr\u003e\u003cbr\u003e –Kenji López-Alt \u003cbr\u003e James Beard Award Winner, NYT Bestseller\n\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"some-hot__image\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/kenji-lopez-alt-carbon-steel-wok-720x650.jpg?crop=bottom\u0026amp;height=881\u0026amp;v=1767993999\u0026amp;width=1950\" alt=\"Developed With the Author of The Wok\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Default Title","offer_id":48073384067124,"sku":null,"price":126.63,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/carbon-steel-wok-spatula_ac12b1b5-9b54-407b-b2f5-f6802c41db93.jpg?v=1785318541"},{"product_id":"cookware-set-16-piece","title":"Cookware Set+ (16 piece)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Steam, Blue Salt, Char, Sage, Spice\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eCookware Set+ — (16 piece). A 16-piece ceramic nonstick cookware set\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Cookware Set+ ((16 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Cookware Set+.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Steam","offer_id":48073384296500,"sku":"cookware-set-16-piece-steam","price":453.59,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073384329268,"sku":"cookware-set-16-piece-blue-salt","price":453.59,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073384362036,"sku":"cookware-set-16-piece-char","price":453.59,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073384394804,"sku":"cookware-set-16-piece-sage","price":453.59,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073384427572,"sku":"cookware-set-16-piece-spice","price":453.59,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/steam-large-cookware-set-plus-thumbnail.jpg?v=1785318543"},{"product_id":"essentials-complete-cookware-set-17-piece","title":"Essentials Complete Cookware Set (17 piece)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Terracotta, Cream, Blue Salt, Char\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eEssentials Complete Cookware Set — (17 piece). Versatile, non-toxic, high-performance nonstick\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Essentials Complete Cookware Set ((17 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Essentials Complete Cookware Set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Terracotta","offer_id":48073384788020,"sku":"essentials-complete-cookware-set-17-piece-terracotta","price":556.1,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073384820788,"sku":"essentials-complete-cookware-set-17-piece-cream","price":556.1,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073384853556,"sku":"essentials-complete-cookware-set-17-piece-blue-salt","price":556.1,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073384886324,"sku":"essentials-complete-cookware-set-17-piece-char","price":556.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-thumbnail-EssentialCompleteCookwareSet-Terracotta-ecomm.jpg?v=1785318548"},{"product_id":"essentials-cookware-set-11-piece","title":"Essentials Cookware Set (11 piece)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Cream, Blue Salt, Char, Terracotta\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eEssentials Cookware Set — (11 piece). A non-toxic nonstick set with organized storage\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Essentials Cookware Set ((11 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Essentials Cookware Set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Cream","offer_id":48073384919092,"sku":"essentials-cookware-set-11-piece-cream","price":370.51,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073384951860,"sku":"essentials-cookware-set-11-piece-blue-salt","price":370.51,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073384984628,"sku":"essentials-cookware-set-11-piece-char","price":370.51,"currency_code":"USD","in_stock":true},{"title":"Terracotta","offer_id":48073385017396,"sku":"essentials-cookware-set-11-piece-terracotta","price":370.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-thumbnail-EssentialCookwareSet-Cream-ecomm.jpg?v=1785318550"},{"product_id":"essentials-pan-trio-8-piece","title":"Essentials Pan Trio (8 piece)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Cream, Terracotta, Char, Blue Salt\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eEssentials Pan Trio — (8 piece). Three non-toxic nonstick pans for everyday cooking\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Essentials Pan Trio ((8 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Essentials Pan Trio.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Cream","offer_id":48073385082932,"sku":"essentials-pan-trio-8-piece-cream","price":222.44,"currency_code":"USD","in_stock":true},{"title":"Terracotta","offer_id":48073385115700,"sku":"essentials-pan-trio-8-piece-terracotta","price":222.44,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073385148468,"sku":"essentials-pan-trio-8-piece-char","price":222.44,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073385181236,"sku":"essentials-pan-trio-8-piece-blue-salt","price":222.44,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-thumbnail-EssentialPanTrio-ecomm-Cream.jpg?v=1785318552"},{"product_id":"essentials-griddle-pan-set-4-piece","title":"Essentials Griddle Pan Set (4 piece)","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\n\u003c!-- ============================================================\n     SECTION 4: GETTING TECHNICAL (Now First)\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')\"\u003eDimensions\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-TechSpec-WhatsIncluded-EssentialsGriddlePan-BlueSalt.jpg?height=384\u0026amp;v=1759888641\u0026amp;width=384\" alt=\"Essentials Griddle Pan\"\u003e\n        \u003cspan\u003eEssentials Griddle 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-TechSpec-WhatsIncluded-EssentialsMiniGriddlePan-BlueSalt.jpg?height=384\u0026amp;v=1759888641\u0026amp;width=384\" alt=\"Essentials Mini Griddle Pan\"\u003e\n        \u003cspan\u003eEssentials Mini Griddle 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-TechSpec-WhatsIncluded-LargeOvenMat-Steam.jpg?height=384\u0026amp;v=1759888641\u0026amp;width=384\" alt=\"Large Oven Mat\"\u003e\n        \u003cspan\u003eLarge Oven Mat\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-TechSpec-WhatsIncluded-MiniOvenMat-Steam.jpg?height=384\u0026amp;v=1759888641\u0026amp;width=384\" alt=\"Mini Oven Mat\"\u003e\n        \u003cspan\u003eMini Oven Mat\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PANEL: Dimensions --\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\u003eEssentials Griddle Pan\u003c\/strong\u003e\n        \u003cul\u003e\n          \u003cli\u003e18.9 in. length, 11.8 in. width, 1.8 in. body height\u003c\/li\u003e\n          \u003cli\u003e5.4 qt capacity\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cstrong\u003eEssentials Mini Griddle Pan\u003c\/strong\u003e\n        \u003cul\u003e\n          \u003cli\u003e14.7 in. length, 9 in. width, 1.4 in. height\u003c\/li\u003e\n          \u003cli\u003e2 qt. capacity\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cstrong\u003eLarge Oven Mat\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e16.4 in. length, 10.8 in. width, .04 in. thickness (1 in. by 1 in. squares)\u003c\/li\u003e\u003c\/ul\u003e\n        \u003cstrong\u003eMini Oven Mat\u003c\/strong\u003e\n        \u003cul\u003e\u003cli\u003e10.9 in. length, 8 in. width, .04 in. thickness (1 in. by 1 in. squares)\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\u003eEssentials Griddle Pan: 4.4 lbs.\u003c\/li\u003e\n          \u003cli\u003eEssentials Mini Griddle Pan: 2.5 lbs\u003c\/li\u003e\n          \u003cli\u003eLarge Oven Mat: 0.3 lbs\u003c\/li\u003e\n          \u003cli\u003eMini Oven Mat: 0.15 lbs\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\u003eEssentials Griddle Pan: Thermakind® ceramic nonstick coating and cast aluminum body\u003c\/li\u003e\n          \u003cli\u003eEssentials Mini Griddle Pan: Thermakind® ceramic nonstick coating and cast aluminum body\u003c\/li\u003e\n          \u003cli\u003eLarge Oven Mat: Matte silicone\u003c\/li\u003e\n          \u003cli\u003eMini Oven Mat: Matte silicone\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ============================================================\n     SECTION 3: A PRO MOVE (Now Second, with 3 Cards)\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-EssentialGriddlePan-Terracotta-food.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759894696\u0026amp;width=893\" alt=\"Roast, Bake, Griddle\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eRoast, Bake, Griddle\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\"\u003eRoast, Bake, Griddle\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eRoast, bake, and griddle with ease. These pans are designed to be your go-to kitchen essential for everything from breakfast to dinner.\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\/our-place-HighlightCard-EssentialGriddlePan-bottom.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759894696\u0026amp;width=893\" alt=\"Non-Toxic Nonstick\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eNon-Toxic Nonstick\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\"\u003eNon-Toxic Nonstick\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eWith Thermakind®, our high-performance nonstick coating made without Forever Chemicals, there’s no such thing as stuck pancakes or burnt-on banana bread.\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-EssentialGriddlePan-BlueSalt.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1759894695\u0026amp;width=893\" alt=\"Stovetop to Oven\"\u003e\n      \u003cdiv class=\"pro-overlay\"\u003e\n        \u003cspan class=\"pro-overlay-heading\"\u003eStovetop to Oven\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\"\u003eStovetop to Oven\u003c\/p\u003e\n        \u003cp class=\"pro-detail-desc\"\u003eThese Griddle Pans are designed to move from the stovetop to the oven with ease, so you can cook pretty much any recipe in the book.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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":48073385214004,"sku":"essentials-griddle-pan-set-4-piece-blue-salt","price":127.3,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073385246772,"sku":"essentials-griddle-pan-set-4-piece-cream","price":127.3,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073385279540,"sku":"essentials-griddle-pan-set-4-piece-char","price":127.3,"currency_code":"USD","in_stock":true},{"title":"Terracotta","offer_id":48073385312308,"sku":"essentials-griddle-pan-set-4-piece-terracotta","price":127.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-thumbnail-EssentialGriddlePan-BlueSalt-ecomm.jpg?v=1785318553"},{"product_id":"metallic-knob-set-4-pieces","title":"Metallic Knob Set (4 pieces)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Rose Gold, Iridescent\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eMetallic Knob Set — (4 pieces). Four swappable knobs for customizing your cookware\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Metallic Knob Set ((4 pieces)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Metallic Knob Set.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Rose Gold","offer_id":48073385902132,"sku":"metallic-knob-set-4-pieces-rose-gold","price":36.85,"currency_code":"USD","in_stock":true},{"title":"Iridescent","offer_id":48073385934900,"sku":"metallic-knob-set-4-pieces-iridescent","price":36.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/rose-gold-metallic-knob-set.jpg?v=1785318561"},{"product_id":"dinner-at-our-place","title":"Dinner at Our Place","description":"\u003cdiv class=\"product-description\"\u003e\n  \n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eDinner at Our Place. A cookbook by Shiza Shahid \u0026amp; Friends of Our Place\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Dinner at Our Place. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Dinner at Our Place.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Default Title","offer_id":48073386393652,"sku":null,"price":43.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Dinner_at_Our_Place_cookbook.jpg?v=1785318566"},{"product_id":"grill-press","title":"Grill Press","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Lavender, Spice, Blue Salt, Steam, Sage\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eGrill Press. For even sears, browning, and extra crispy edges\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Grill Press. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Grill Press.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Lavender","offer_id":48073390161972,"sku":"grill-press-lavender","price":30.15,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073390194740,"sku":"grill-press-spice","price":30.15,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073390227508,"sku":"grill-press-blue-salt","price":30.15,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073390260276,"sku":"grill-press-steam","price":30.15,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073390293044,"sku":"grill-press-sage","price":30.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/purple-grill-press.jpg?v=1785318608"},{"product_id":"tagine","title":"Tagine","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Lavender Marble, Sunset Marble, Sear\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eTagine. Handmade in Morocco for slow-cooking in your Always Pan\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Tagine. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Tagine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Lavender Marble","offer_id":48073390391348,"sku":"tagine-lavender-marble","price":53.6,"currency_code":"USD","in_stock":true},{"title":"Sunset Marble","offer_id":48073390424116,"sku":"tagine-sunset-marble","price":53.6,"currency_code":"USD","in_stock":true},{"title":"Sear","offer_id":48073390456884,"sku":"tagine-sear","price":53.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Tagine_Lavender_Marble_1.jpg?v=1785318610"},{"product_id":"flipping-platter","title":"Flipping Platter","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Spice \/ Jal meokkesseumnida, Blue Salt \/ Jal meokkesseumnida\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eFlipping Platter. A ceramic platter for recipes that call for a 180°\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Flipping Platter. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Flipping Platter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Spice \/ Jal meokkesseumnida","offer_id":48073390522420,"sku":"flipping-platter-spice--jal-meokkesseumnida","price":36.85,"currency_code":"USD","in_stock":true},{"title":"Blue Salt \/ Jal meokkesseumnida","offer_id":48073390555188,"sku":"flipping-platter-blue-salt--jal-meokkesseumnida","price":36.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Flipping_Platter_Jal_Meokkesseumnida_Spice_1.jpg?v=1785318611"},{"product_id":"fearless-fry","title":"Fearless Fry","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Steam, Blue Salt, Sage, Char, Lavender, Spice\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eFearless Fry. A foldable, splatter-blocking add-on for our cookware\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Fearless Fry. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Fearless Fry.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Steam","offer_id":48073390620724,"sku":"fearless-fry-steam","price":26.13,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073390653492,"sku":"fearless-fry-blue-salt","price":26.13,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073390686260,"sku":"fearless-fry-sage","price":26.13,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073390719028,"sku":"fearless-fry-char","price":26.13,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073390751796,"sku":"fearless-fry-lavender","price":26.13,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073390784564,"sku":"fearless-fry-spice","price":26.13,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Beige_Fearless_Fry.jpg?v=1785318613"},{"product_id":"mini-spruce-steamers-set-of-2","title":"Mini Spruce Steamers (Set of 2)","description":"\u003cdiv class=\"product-description\"\u003e\n  \n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eMini Spruce Steamers — (Set of 2). Steamer baskets custom-fit to our mini cookware\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Mini Spruce Steamers ((Set of 2)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Mini Spruce Steamers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Default Title","offer_id":48073390850100,"sku":null,"price":32.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/mini-spruce-steamers-with-chopsticks.jpg?v=1785318615"},{"product_id":"egg-poacher","title":"Egg Poacher","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Spice, Char, Sage, Blue Salt, Steam, Lavender\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eEgg Poacher. Poach perfect eggs with this easy-to-use Add-On\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Egg Poacher. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Egg Poacher.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Spice","offer_id":48073390948404,"sku":"egg-poacher-spice","price":32.83,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073390981172,"sku":"egg-poacher-char","price":32.83,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073391013940,"sku":"egg-poacher-sage","price":32.83,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073391046708,"sku":"egg-poacher-blue-salt","price":32.83,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073391079476,"sku":"egg-poacher-steam","price":32.83,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073391112244,"sku":"egg-poacher-lavender","price":32.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Pink_egg_poacher.jpg?v=1785318616"},{"product_id":"fry-deck","title":"Fry Deck","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Blue Salt, Char, Steam, Sage, Spice, Lavender\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eFry Deck. Drip dry your fried goodies on top of your cookware\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Fry Deck. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Fry Deck.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Blue Salt","offer_id":48073391177780,"sku":"fry-deck-blue-salt","price":23.45,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073391210548,"sku":"fry-deck-char","price":23.45,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073391243316,"sku":"fry-deck-steam","price":23.45,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073391276084,"sku":"fry-deck-sage","price":23.45,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073391308852,"sku":"fry-deck-spice","price":23.45,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073391341620,"sku":"fry-deck-lavender","price":23.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Blue_Fry_Deck.jpg?v=1785318618"},{"product_id":"spruce-steamer","title":"Spruce Steamer","description":"\u003cdiv class=\"product-description\"\u003e\n  \n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eSpruce Steamer. A steamer basket custom-fit to our full-sized cookware\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Spruce Steamer. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Spruce Steamer.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Default Title","offer_id":48073391702068,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Spruce_Steamer_1.jpg?v=1785318621"},{"product_id":"mini-griddle-pan","title":"Mini Griddle Pan","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eCan Your Sheet Pan Do This?\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/01_highlight_card_mini_griddle_pan_that_s_hot_225f9ac5-65d3-41f9-8bcb-02c6dfc2a583.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1711048568\u0026amp;width=893\" alt=\"That’s Hot\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eThat’s Hot\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eThat’s Hot\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eTake your nonstick pan to new temps — the Griddle Pan is oven-safe up to 450°F for basically any recipe you can dream up.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/02_highlight_card_mini_griddle_pan_that_s_so_deep.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1710901134\u0026amp;width=893\" alt=\"That’s So Deep\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eThat’s So Deep\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eThat’s So Deep\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eIt’s not your average sheet pan — with a 5-quart capacity, this one is deep enough to capture liquids and even bake cakes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/03_Highlight_Card_Oven_Pan_Griddle.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1711048568\u0026amp;width=893\" alt=\"Griddle Me This\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eGriddle Me This\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eGriddle Me This\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe mini Griddle Pan works on electric and gas stovetops as, well… a griddle. Just place it over one burner on low to medium heat and cook up some steak, eggs, naan, quesadillas, pancakes, you name it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Steam","offer_id":48073391767604,"sku":"mini-griddle-pan-steam","price":46.23,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073391800372,"sku":"mini-griddle-pan-spice","price":46.23,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073391833140,"sku":"mini-griddle-pan-blue-salt","price":46.23,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073391865908,"sku":"mini-griddle-pan-char","price":46.23,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073391898676,"sku":"mini-griddle-pan-sage","price":46.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/beige-mini-griddle-pan.jpg?v=1785318623"},{"product_id":"cast-iron-always-pan","title":"Cast Iron Always Pan","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Char, Steam, Spice\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eCast Iron Always Pan. An 8-in-1 heirloom-quality enameled cast iron pan\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Cast Iron Always Pan. Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Cast Iron Always Pan.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Char","offer_id":48073392750644,"sku":"cast-iron-always-pan-char","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073392783412,"sku":"cast-iron-always-pan-steam","price":90.45,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073392816180,"sku":"cast-iron-always-pan-spice","price":90.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Black_Cast_Iron_Always_Pan.jpg?v=1785318630"},{"product_id":"perfect-pot-duo-6-piece","title":"Perfect Pot Duo (6 piece)","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cp\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Char, Blue Salt, Spice, Sage, Steam\u003c\/p\u003e\n  \u003cdiv class=\"accordion-group\"\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eOverview\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePerfect Pot Duo — (6 piece). Double up on Perfect Pots with this bestselling pair\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eWhat's Included\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003e1 × Perfect Pot Duo ((6 piece)). Please refer to product page for complete contents list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003eHand wash recommended for best results. Stovetop safe (compatible with gas, electric, and induction). Oven safe up to 450°F \/ 230°C. Avoid metal utensils to protect the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary class=\"accordion-summary\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cp\u003ePlease refer to the official Our Place product page for detailed dimensions and weight specifications for the Perfect Pot Duo.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"our place","offers":[{"title":"Char","offer_id":48073392914484,"sku":"perfect-pot-duo-6-piece-char","price":183.58,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073392947252,"sku":"perfect-pot-duo-6-piece-blue-salt","price":183.58,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073392980020,"sku":"perfect-pot-duo-6-piece-spice","price":183.58,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073393012788,"sku":"perfect-pot-duo-6-piece-sage","price":183.58,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073393045556,"sku":"perfect-pot-duo-6-piece-steam","price":183.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/black_Perfect_Pot_black_Mini_Perfect_Pot.jpg?v=1785318632"},{"product_id":"home-chef-set-25-piece","title":"Home Chef Set (25 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumAlwaysPanPro-chrome.jpg?height=188\u0026v=1768266426\u0026width=188\",\n    name: \"Titanium Always Pan® Pro\",\n    sub: \"A new no-coating nonstick technology built to last\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for top performance\",\n      \"Features the first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"19.7 in. length, 10.9 in. diameter, 2.5 in. depth, 5.3 in. height with lid\",\n      \"3 qt. capacity\",\n      \"4.6 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniPerfectPotPro-chrome_9109db05-d9dd-414b-b576-fa87fdbc39cb.jpg?height=188\u0026v=1768266394\u0026width=188\",\n    name: \"Titanium Mini Perfect Pot® Pro\",\n    sub: \"A non-toxic, high-performance long-handled pot\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"8.5 in. diameter, 4 in. body height, 6.6 in. height with lid\",\n      \"2.75 qt. capacity\",\n      \"3.75 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"NoCo® nonstick interior\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumPerfectPotPro-chrome_93ad1275-9693-4c7e-8196-14cbc46b3de6.jpg?height=188\u0026v=1768266417\u0026width=188\",\n    name: \"Titanium Perfect Pot® Pro\",\n    sub: \"Our stock pot with titanium nonstick technology\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"10.9 in. diameter, 5.4 in. body height, 8.3 in. height with lid\",\n      \"6.75 qt. capacity\",\n      \"5.4 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Black_Large_Always_Pan.jpg?height=188\u0026v=1741123069\u0026width=188\",\n    name: \"Large Always Pan\",\n    sub: \"A larger model of the bestselling 10-in-1 nonstick pan\",\n    details: [\n      \"A 12.5 in. pan that sautes, fries, roasts, boils, bakes, braises, sears, strains, serves, stores … does it all!\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Oven safe up to 450°F for finishing off pan-seared steaks, roasting a chicken, making the best dutch baby, and so much more\"\n    ],\n    specs: [\n      \"21.5 in. length, 12.5 in. diameter, 3 in. depth, 6.2 in. height with lid\",\n      \"4 qt. capacity\",\n      \"Lightweight construction (3.3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Black_Mini_Always_Pan.jpg?height=188\u0026v=1733872445\u0026width=188\",\n    name: \"Mini Always Pan 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pan\",\n    details: [\n      \"An 8.5-inch pan that sautes, fries, bakes, sears, boils, braises, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 2.3 in. depth, 4.8 in. height with lid\",\n      \"1.2 qt. capacity\",\n      \"Lightweight construction (2 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/Utensil_BlueChar_1.jpg?height=188\u0026v=1736802006\u0026width=188\",\n    name: \"Utensil Essentials\",\n    sub: \"The most versatile set of cooking utensils\",\n    details: [\n      \"Versatility is the name of the game: Flip, stir, whisk, baste, lift, scrape, and spread with ease\",\n      \"Ergonomic nonslip handling for precise cooking and designed to stay cool for maximum comfort\",\n      \"Dishwasher-safe silicone material is a breeze to clean and maintain\"\n    ],\n    specs: [\n      \"Each silicone utensil is BPA-, BPS-, and phthalate-free and made without lead or cadmium\",\n      \"Spatula: 11.5 in. length, 2.4 in. width, 0.4 in. height, 0.2 lbs\",\n      \"Ladle: 12.2 in. length, 3.75 in. width, 2.75 in. height, 0.32 lbs\",\n      \"Whisk: 11.4 in. length, 2.4 width, 2 in. height, 0.17 lbs\",\n      \"Slotted Turner: 12.2 in. length, 3.2 in. width, 2 in. height, 0.31 lbs\",\n      \"Basting Brush: 8.6 in. length, 1.8 in. width, 1.25 in. height, 0.15 lbs\",\n      \"Tongs: 13.8 in. length, 2 in. width, 1.8 in. height, 0.5 lbs\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-utensil-esseentials-versatile-prep.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Everything You Need\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for the Planet\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/AlwaysPan_OvenPan_Char_1.jpg?height=188\u0026v=1741708922\u0026width=188\",\n    name: \"Griddle Pan (Large)\",\n    sub: \"A nonstick sheet pan that doubles as a stovetop griddle\",\n    details: [\n      \"The slightly-larger-than-usual size is perfect for dinner with friends, meal prep for one, or any size feast in between\",\n      \"Our exclusive toxin-free nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Ergonomic side handles are easy to grip and roomy enough to use with oven mitts (or our Hot Grips!)\"\n    ],\n    specs: [\n      \"Outer dimensions: 20.9 in. length (with handles), 11.8 in. width, 1.8 in. height\",\n      \"Inner dimensions: 17.3 in. length, 11.4 in. width, 1.6 in. depth\",\n      \"5 qt. capacity\",\n      \"4.52 lbs.\",\n      \"Made of aluminum\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-bakeware-versatility.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Baked to Perfection\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for the Earth We Share\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Black_Mini_Always_Pan.jpg?height=188\u0026v=1733872445\u0026width=188\",\n    name: \"Mini Oven Mats\",\n    sub: \"Set of two quarter-sized reusable silicone mats\",\n    details: [\n      \"Oven safe up to 450°F and designed to fit seamlessly with the mini Griddle Pan\",\n      \"Dishwasher-safe silicone material is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead, and cadmium\",\n      \"Handy one-inch by one-inch checkered pattern is perfect for measuring dough.\"\n    ],\n    specs: [\n      \"14.6 in. x 9 in. x 1.4 in.\",\n      \"1 in. by 1 in. squares\",\n      \"2.43 lbs\",\n      \"Made of matte silicone that’s easy to clean and acts as an effective nonstick surface\"\n    ],\n    benefits: []\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/black-oven-rack.jpg?height=188\u0026v=1734557470\u0026width=188\",\n    name: \"Oven Rack\",\n    sub: \"A roasting and cooling rack crafted for the Griddle Pan\",\n    details: [\n      \"Strong and durable enough for your heaviest roasts\",\n      \"Made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead, and cadmium\",\n      \"Oven-safe up to 450°F\"\n    ],\n    specs: [\n      \"17.9 in. length, 11.7 in. width, 1.8 in. height\",\n      \"1.8 lbs\",\n      \"Made from stainless steel\"\n    ],\n    benefits: []\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome\/Char","offer_id":48073393111092,"sku":"home-chef-set-25-piece-chromechar","price":749.73,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Blue Salt","offer_id":48073393143860,"sku":"home-chef-set-25-piece-chromeblue-salt","price":749.73,"currency_code":"USD","in_stock":true},{"title":"Gold\/Char","offer_id":48073393176628,"sku":"home-chef-set-25-piece-goldchar","price":749.73,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Steam","offer_id":48073393209396,"sku":"home-chef-set-25-piece-chromesteam","price":749.73,"currency_code":"USD","in_stock":true},{"title":"Gold\/Blue Salt","offer_id":48073393242164,"sku":"home-chef-set-25-piece-goldblue-salt","price":749.73,"currency_code":"USD","in_stock":true},{"title":"Gold\/Steam","offer_id":48073393274932,"sku":"home-chef-set-25-piece-goldsteam","price":749.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-ProductThumbnail-ChefSet25Piece-TitaniumPerfectPot-TitaniumAlwayPan-TitaniumMiniPerfectPot-Chrome-LargeAlwaysPan-MiniAlwaysPan-BakersTrio-Char.jpg?v=1785318634"},{"product_id":"home-chef-set-15-piece","title":"Home Chef Set (15 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumAlwaysPanPro-chrome.jpg?height=188\u0026v=1768266426\u0026width=188\",\n    name: \"Titanium Always Pan® Pro\",\n    sub: \"A new no-coating nonstick technology built to last\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for top performance\",\n      \"Features the first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"19.7 in. length, 10.9 in. diameter, 2.5 in. depth, 5.3 in. height with lid\",\n      \"3 qt. capacity\",\n      \"4.6 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniPerfectPotPro-chrome_9109db05-d9dd-414b-b576-fa87fdbc39cb.jpg?height=188\u0026v=1768266394\u0026width=188\",\n    name: \"Titanium Mini Perfect Pot® Pro\",\n    sub: \"A non-toxic, high-performance long-handled pot\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"8.5 in. diameter, 4 in. body height, 6.6 in. height with lid\",\n      \"2.75 qt. capacity\",\n      \"3.75 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"NoCo® nonstick interior\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumPerfectPotPro-chrome_93ad1275-9693-4c7e-8196-14cbc46b3de6.jpg?height=188\u0026v=1768266417\u0026width=188\",\n    name: \"Titanium Perfect Pot® Pro\",\n    sub: \"Our stock pot with titanium nonstick technology\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that’s coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"GOLD: Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"10.9 in. diameter, 5.4 in. body height, 8.3 in. height with lid\",\n      \"6.75 qt. capacity\",\n      \"5.4 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Blue_Mini_Always_Pan.jpg?height=188\u0026v=1733872368\u0026width=188\",\n    name: \"Mini Always Pan 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pan\",\n    details: [\n      \"An 8.5-inch pan that sautes, fries, bakes, sears, boils, braises, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 2.3 in. depth, 4.8 in. height with lid\",\n      \"1.2 qt. capacity\",\n      \"Lightweight construction (2 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Blue_Large_Always_Pan.jpg?height=188\u0026v=1741123069\u0026width=188\",\n    name: \"Large Always Pan\",\n    sub: \"A larger model of the bestselling 10-in-1 nonstick pan\",\n    details: [\n      \"A 12.5 in. pan that sautes, fries, roasts, boils, bakes, braises, sears, strains, serves, stores … does it all!\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Oven safe up to 450°F for finishing off pan-seared steaks, roasting a chicken, making the best dutch baby, and so much more\"\n    ],\n    specs: [\n      \"21.5 in. length, 12.5 in. diameter, 3 in. depth, 6.2 in. height with lid\",\n      \"4 qt. capacity\",\n      \"Lightweight construction (3.3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome\/Blue Salt","offer_id":48073393373236,"sku":"home-chef-set-15-piece-chromeblue-salt","price":543.37,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Char","offer_id":48073393406004,"sku":"home-chef-set-15-piece-chromechar","price":543.37,"currency_code":"USD","in_stock":true},{"title":"Gold\/Char","offer_id":48073393438772,"sku":"home-chef-set-15-piece-goldchar","price":543.37,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Steam","offer_id":48073393471540,"sku":"home-chef-set-15-piece-chromesteam","price":543.37,"currency_code":"USD","in_stock":true},{"title":"Gold\/Blue Salt","offer_id":48073393504308,"sku":"home-chef-set-15-piece-goldblue-salt","price":543.37,"currency_code":"USD","in_stock":true},{"title":"Gold\/Steam","offer_id":48073393537076,"sku":"home-chef-set-15-piece-goldsteam","price":543.37,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-ProductThumbnail-TitaniumPerfectPot-TitaniumAlwaysPan-TitaniumMiniPerfectPot-Chrome-LargeAlwaysPan-MiniAlwaysPan-BlueSalt.jpg?v=1785318636"},{"product_id":"titanium-pro-mini-cookware-duo-6-piece","title":"Titanium Pro Mini Cookware Duo (6 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniAlwaysPanPro-chrome_11437cd7-d97c-4a0b-ac36-dc607a1e767b.jpg?height=188\u0026v=1768266411\u0026width=188\",\n    name: \"Titanium Mini Always Pan® Pro\",\n    sub: \"An 8.5-inch non-toxic high-performance pan\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"16.7 in. length, 8.5 in. diameter, 2.1 in. depth, 4.6 in. height with lid\",\n      \"1.48 qt. capacity\",\n      \"3.25 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniPerfectPotPro-chrome_9109db05-d9dd-414b-b576-fa87fdbc39cb.jpg?height=188\u0026v=1768266394\u0026width=188\",\n    name: \"Titanium Mini Perfect Pot® Pro\",\n    sub: \"A non-toxic, high-performance long-handled pot\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"8.5 in. diameter, 4 in. body height, 6.6 in. height with lid\",\n      \"2.75 qt. capacity\",\n      \"3.75 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"NoCo® nonstick interior\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073393668148,"sku":"titanium-pro-mini-cookware-duo-6-piece-chrome","price":217.08,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073393700916,"sku":"titanium-pro-mini-cookware-duo-6-piece-chromegold","price":217.08,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073393733684,"sku":"titanium-pro-mini-cookware-duo-6-piece-brushed","price":217.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumProMiniCookwareDuo-MiniAlwaysPan-MiniPerfectPot-6pieces-chrome.jpg?v=1785318637"},{"product_id":"titanium-mini-perfect-pot-pro","title":"Titanium Mini Perfect Pot 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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-Exploding-TitaniumProMiniPerfectPot-chrome.jpg?height=1656\u0026amp;v=1740687127\u0026amp;width=1950\" alt=\"Titanium Mini Perfect Pot Pro components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything, Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThanks to fully-sealed rims and durable materials, our Titanium Pro cookware is right at home in the dishwasher — so you can spend more time focusing on what matters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe included spoon is a premium cooking tool made from easy-clean silicone, and our patented rest system keeps it where you left it (and eliminates messy countertops).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eA first-of-its-kind nonstick technology developed entirely without coatings. It’s made without PFAS, also known as “Forever Chemicals.”\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eNo detail was spared in the making of the Titanium Mini Perfect Pot® Pro. From its fully-clad construction to the smooth rivet-free design, it’s got everything you want.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-flames-cooking.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Heat Safe up to 1000°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eHeat Safe up to 1000°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eHeat Safe up to 1000°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThere’s no need to be precious when it’s built from such durable materials and is heat safe up to 1000°F. Get all the high heat searing power you need with the ease of a nonstick effect — you’ll never want to go back.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-dishwasher_3062740d-388a-47cc-81ca-fa5789a082e2.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740984869\u0026amp;width=893\" alt=\"Put It Through the Wringer\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003ePut It Through the Wringer\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003ePut It Through the Wringer\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur Titanium Pro cookware is dishwasher and metal utensil safe, so you can cook and clean up with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumMiniPerfectPotPro-chrome.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740687317\u0026amp;width=893\" alt=\"Limited Lifetime Warranty\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLimited Lifetime Warranty\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eAt Our Place, we believe in the quality, craftsmanship, and durability of our products, which is why we offer a limited lifetime warranty for our Titanium Pro cookware line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073393831988,"sku":"titanium-mini-perfect-pot-pro-chrome","price":113.23,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073393864756,"sku":"titanium-mini-perfect-pot-pro-chromegold","price":113.23,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073393897524,"sku":"titanium-mini-perfect-pot-pro-brushed","price":113.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumMiniPerfectPotPro-chrome_b539c6d1-691a-42fd-a211-706874e13e62.jpg?v=1785318639"},{"product_id":"titanium-mini-always-pan-pro","title":"Titanium Mini Always Pan 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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-Exploding-TitaniumMiniAlwaysPanPro-chrome.jpg?height=1656\u0026amp;v=1740618890\u0026amp;width=1950\" alt=\"Titanium Mini Always Pan Pro components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything, Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThanks to fully-sealed rims and durable materials, our Titanium Pro cookware is right at home in the dishwasher — so you can spend more time focusing on what matters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe included spatula is a premium cooking tool made from metal and silicone, and our patented rest system keeps it where you left it (and eliminates messy countertops).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eA first-of-its-kind nonstick technology developed entirely without coatings. It’s made without PFAS, also known as “Forever Chemicals.”\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eNo detail was spared in the making of the Titanium Mini Always Pan® Pro. From its fully-clad construction to the smooth rivet-free design, it’s got everything you want.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-5\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eIt’s deeper than your average fry pan, and its handy 360-degree pour rim makes it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"5\" onclick=\"switchTab(5)\"\u003e5\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-flames-cooking.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Heat Safe up to 1000°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eHeat Safe up to 1000°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eHeat Safe up to 1000°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThere’s no need to be precious when it’s built from such durable materials and is heat safe up to 1000°F. Get all the high heat searing power you need with the ease of a nonstick effect — you’ll never want to go back.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-dishwasher_3062740d-388a-47cc-81ca-fa5789a082e2.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740984869\u0026amp;width=893\" alt=\"Put It Through the Wringer\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003ePut It Through the Wringer\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003ePut It Through the Wringer\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur Titanium Pro cookware is dishwasher and metal utensil safe, so you can cook and clean up with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-TitaniumMiniAlwaysPanPro-chrome.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Limited Lifetime Warranty\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLimited Lifetime Warranty\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eAt Our Place, we believe in the quality, craftsmanship, and durability of our products, which is why we offer a limited lifetime warranty for our Titanium Pro cookware line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073393963060,"sku":"titanium-mini-always-pan-pro-chrome","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073393995828,"sku":"titanium-mini-always-pan-pro-chromegold","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073394028596,"sku":"titanium-mini-always-pan-pro-brushed","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumMiniAlwaysPanPro-chrome_11437cd7-d97c-4a0b-ac36-dc607a1e767b.jpg?v=1785318641"},{"product_id":"titanium-perfect-pot-pro","title":"Titanium Perfect Pot 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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-Exploding-TitaniumProPerfectPot-chrome.jpg?height=1656\u0026amp;v=1740686370\u0026amp;width=1950\" alt=\"Titanium Perfect Pot Pro components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything, Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThanks to fully-sealed rims and durable materials, our Titanium Pro cookware is right at home in the dishwasher — so you can spend more time focusing on what matters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe included spoon is a premium cooking tool made from easy-clean silicone, and our patented rest system keeps it where you left it (and eliminates messy countertops).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eA first-of-its-kind nonstick technology developed entirely without coatings. It’s made without PFAS, also known as “Forever Chemicals.”\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eNo detail was spared in the making of the Titanium Perfect Pot® Pro. From its fully-clad construction to the smooth rivet-free design, it’s got everything you want.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-flames-cooking.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Heat Safe up to 1000°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eHeat Safe up to 1000°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eHeat Safe up to 1000°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThere’s no need to be precious when it’s built from such durable materials and is heat safe up to 1000°F. Get all the high heat searing power you need with the ease of a nonstick effect — you’ll never want to go back.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-dishwasher_3062740d-388a-47cc-81ca-fa5789a082e2.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740984869\u0026amp;width=893\" alt=\"Put It Through the Wringer\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003ePut It Through the Wringer\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003ePut It Through the Wringer\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur Titanium Pro cookware is dishwasher and metal utensil safe, so you can cook and clean up with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumPerfectPotPro-chrome.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740686658\u0026amp;width=893\" alt=\"Limited Lifetime Warranty\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLimited Lifetime Warranty\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eAt Our Place, we believe in the quality, craftsmanship, and durability of our products, which is why we offer a limited lifetime warranty for our Titanium Pro cookware line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073394126900,"sku":"titanium-perfect-pot-pro-chrome","price":130.65,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073394159668,"sku":"titanium-perfect-pot-pro-chromegold","price":130.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumPerfectPotPro-chrome_93ad1275-9693-4c7e-8196-14cbc46b3de6.jpg?v=1785318642"},{"product_id":"always-pan-duo-7-piece","title":"Always Pan Duo (7 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/AP_Sage_1.jpg?height=188\u0026v=1771877117\u0026width=188\",\n    name: \"Always Pan 2.0\",\n    sub: \"Our 10-in-1 non-toxic ceramic nonstick pan\",\n    details: [\n      \"A 10.5-inch pan that braises, sears, steams, strains, sautes, fries, boils, bakes, serves, stores…does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"19.9 in. length, 10.5 in. diameter, 2.8 in. depth, 5.7 in. height with lid\",\n      \"2.6 qt. capacity\",\n      \"Lightweight construction (3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Green_Large_Always_Pan.jpg?height=188\u0026v=1741123069\u0026width=188\",\n    name: \"Large Always Pan\",\n    sub: \"A larger model of the bestselling 10-in-1 nonstick pan\",\n    details: [\n      \"A 12.5 in. pan that sautes, fries, roasts, boils, bakes, braises, sears, strains, serves, stores … does it all!\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Oven safe up to 450°F for finishing off pan-seared steaks, roasting a chicken, making the best dutch baby, and so much more\"\n    ],\n    specs: [\n      \"21.5 in. length, 12.5 in. diameter, 3 in. depth, 6.2 in. height with lid\",\n      \"4 qt. capacity\",\n      \"Lightweight construction (3.3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];;\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Sage","offer_id":48073394225204,"sku":"always-pan-duo-7-piece-sage","price":244.95,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073394257972,"sku":"always-pan-duo-7-piece-blue-salt","price":244.95,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073394290740,"sku":"always-pan-duo-7-piece-char","price":244.95,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073394323508,"sku":"always-pan-duo-7-piece-steam","price":244.95,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073394356276,"sku":"always-pan-duo-7-piece-spice","price":244.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-hero-thumbnail-AlwaysPanDuo-sage.jpg?v=1785318644"},{"product_id":"always-pan-trio-10-piece","title":"Always Pan Trio (10 Piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n const products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Pink_Mini_Always_Pan.jpg?height=188\u0026v=1733872410\u0026width=188\",\n    name: \"Mini Always Pan 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pan\",\n    details: [\n      \"An 8.5-inch pan that sautes, fries, bakes, sears, boils, braises, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 2.3 in. depth, 4.8 in. height with lid\",\n      \"1.2 qt. capacity\",\n      \"Lightweight construction (2 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/AP_Spice_1.jpg?height=188\u0026v=1772474712\u0026width=188\",\n    name: \"Always Pan 2.0\",\n    sub: \"Our 10-in-1 non-toxic ceramic nonstick pan\",\n    details: [\n      \"A 10.5-inch pan that braises, sears, steams, strains, sautes, fries, boils, bakes, serves, stores…does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"19.9 in. length, 10.5 in. diameter, 2.8 in. depth, 5.7 in. height with lid\",\n      \"2.6 qt. capacity\",\n      \"Lightweight construction (3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Pink_Large_Always_Pan.jpg?height=188\u0026v=1733344241\u0026width=188\",\n    name: \"Large Always Pan\",\n    sub: \"A larger model of the bestselling 10-in-1 nonstick pan\",\n    details: [\n      \"A 12.5 in. pan that sautes, fries, roasts, boils, bakes, braises, sears, strains, serves, stores … does it all!\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Oven safe up to 450°F for finishing off pan-seared steaks, roasting a chicken, making the best dutch baby, and so much more\"\n    ],\n    specs: [\n      \"21.5 in. length, 12.5 in. diameter, 3 in. depth, 6.2 in. height with lid\",\n      \"4 qt. capacity\",\n      \"Lightweight construction (3.3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Spice","offer_id":48073394421812,"sku":"always-pan-trio-10-piece-spice","price":299.95,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073394454580,"sku":"always-pan-trio-10-piece-steam","price":299.95,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073394487348,"sku":"always-pan-trio-10-piece-char","price":299.95,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073394520116,"sku":"always-pan-trio-10-piece-blue-salt","price":299.95,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073394552884,"sku":"always-pan-trio-10-piece-sage","price":299.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-always-pan-trio-large-standard-mini-ceramic-nonstick-nontoxic-cookware-spice.jpg?v=1785318646"},{"product_id":"mini-perfect-pot-20","title":"Mini Perfect Pot 2.0","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/PP_Mini_Expanded.png?height=1656\u0026amp;v=1675802576\u0026amp;width=1950\" alt=\"Perfect Pot Mini components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eOne Pot. One Million Possibilities.\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur iconic dome-shaped lid is designed to trap and release steam as needed. Plus, it has a built-in strainer so you can skip the colander.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eSay goodbye to messy counters and crowded spoon rests thanks to the included Beechwood Spoon that notches securely across the pot’s long handle.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eWonderfully Lightweight\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eWonderfully Lightweight\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eLighter than it looks, the Perfect Pot is built for easy maneuvering from stovetop to oven to sink to table.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe exclusive toxin-free Thermakind® nonstick coating is super slippery, making it a dream for starches, sauces, sautes, and more.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eTake a Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Screen_Shot_2023-02-06_at_15.01_2_d475639c-0e49-4490-9e19-5848e0f7dcb7.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689627060\u0026amp;width=893\" alt=\"Mini, Mighty, Multifunctional\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eMini, Mighty, Multifunctional\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eMini, Mighty, Multifunctional\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe mini Perfect Pot 2.0 features all the same multifunctionality of the original, just in a smaller size. While the main dish is simmering or roasting in the OG, whip up delicious sides, grains, or sauces in the sidekick.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Mask_group_21_4dcbca9c-8206-47bb-9a87-de1bcaf6a08a.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689627060\u0026amp;width=893\" alt=\"Oven Safe Up to 450°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eOven Safe Up to 450°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eOven Safe Up to 450°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eUnlock a whole new cache of recipes with stovetop-to-oven abilities. Whether you’re crafting a pasta bake or making an impressive curry, you’ll find yourself reaching for the mini Perfect Pot … often.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Screen_Shot_2023-02-06_at1_5.01_1_b6f56dde-fccd-41d4-807d-f340dec1726f.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689627060\u0026amp;width=893\" alt=\"Non-Toxic Nonstick Coating\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eNon-Toxic Nonstick Coating\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eNon-Toxic Nonstick Coating\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eA nonstick like no other, our 50% longer-lasting Thermakind® ceramic coating is exclusive to Our Place and the only nonstick you’ll want for your place. Mainly comprised of sand derivative and water, the nonstick coating isn't hiding any harmful chemicals.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Blue Salt","offer_id":48073394651188,"sku":"mini-perfect-pot-20-blue-salt","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073394683956,"sku":"mini-perfect-pot-20-steam","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073394716724,"sku":"mini-perfect-pot-20-sage","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073394749492,"sku":"mini-perfect-pot-20-char","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073394782260,"sku":"mini-perfect-pot-20-spice","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073394815028,"sku":"mini-perfect-pot-20-lavender","price":125.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/blue-mini-perfect-pot.jpg?v=1785318648"},{"product_id":"mini-cookware-duo-6-piece","title":"Mini Cookware Duo (6 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/beige-mini-perfect-pot.jpg?height=188\u0026v=1734118650\u0026width=188\",\n    name: \"Mini Perfect Pot 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pot\",\n    details: [\n      \"A 2.5 qt. pot that boils, bakes, braises, roasts, fries, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 4.2 in. depth, 6.7 in. height with lid\",\n      \"2.5 qt. capacity\",\n      \"Lightweight construction (3.3 lb.)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Beige_Mini_Always_Pan.jpg?height=188\u0026v=1733872395\u0026width=188\",\n    name: \"Mini Always Pan 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pan\",\n    details: [\n      \"An 8.5-inch pan that sautes, fries, bakes, sears, boils, braises, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 2.3 in. depth, 4.8 in. height with lid\",\n      \"1.2 qt. capacity\",\n      \"Lightweight construction (2 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Vanilla Bean","offer_id":48073394880564,"sku":"mini-cookware-duo-6-piece-vanilla-bean","price":209.95,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073394913332,"sku":"mini-cookware-duo-6-piece-char","price":209.95,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073394946100,"sku":"mini-cookware-duo-6-piece-steam","price":209.95,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073394978868,"sku":"mini-cookware-duo-6-piece-blue-salt","price":209.95,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073395011636,"sku":"mini-cookware-duo-6-piece-sage","price":209.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/vanilla-bean-mini-cookware-duo-thumbnail-01.jpg?v=1785318649"},{"product_id":"titanium-pro-cookware-duo-6-piece","title":"Titanium Pro Cookware Duo (6 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumAlwaysPanPro-gold.jpg?height=188\u0026v=1768266426\u0026width=188\",\n    name: \"Titanium Always Pan® Pro\",\n    sub: \"A new no-coating nonstick technology built to last\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for top performance\",\n      \"Features the first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"19.7 in. length, 10.9 in. diameter, 2.5 in. depth, 5.3 in. height with lid\",\n      \"3 qt. capacity\",\n      \"4.6 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumPerfectPotPro-gold_c381cd68-0f6c-40f6-a9df-3f7121e4b647.jpg?height=188\u0026v=1768266417\u0026width=188\",\n    name: \"Titanium Perfect Pot® Pro\",\n    sub: \"Our stock pot with titanium nonstick technology\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"10.9 in. diameter, 5.4 in. body height, 8.3 in. height with lid\",\n      \"6.75 qt. capacity\",\n      \"5.4 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome\/Gold","offer_id":48073395077172,"sku":"titanium-pro-cookware-duo-6-piece-chromegold","price":289.95,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":48073395109940,"sku":"titanium-pro-cookware-duo-6-piece-chrome","price":289.95,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073395142708,"sku":"titanium-pro-cookware-duo-6-piece-brushed","price":289.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumProCookwareDuo-AlwaysPan-PerfectPot-6pieces-gold.jpg?v=1785318651"},{"product_id":"perfect-pot","title":"Perfect Pot","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}s\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Pot_Expanded_e84db225-105c-4e40-bfa0-d385d65354aa.jpg?height=1656\u0026amp;v=1687808378\u0026amp;width=1950\" alt=\"Perfect Pot components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eOne Pot. One Million Possibilities.\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur iconic dome-shaped lid is designed to trap and release steam as needed. Plus, it has a built-in strainer so you can skip the colander.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eEvery Perfect Pot comes with a genius Beechwood Spoon that rests two ways on the pot!\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eIt’s Family-Sized\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eIt’s Family-Sized\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eAt 5.5 quarts, the pot is generously sized for all kinds of recipes. Whether you’re roasting a whole chicken or doubling a soup, you’ve got the room.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eWonderfully Lightweight\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eWonderfully Lightweight\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eComing in at 1\/3 the weight of traditional dutch ovens, the Perfect Pot is built for easy maneuvering from stovetop to oven to sink to table.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Vanilla Bean","offer_id":48073395339316,"sku":"perfect-pot-vanilla-bean","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073395372084,"sku":"perfect-pot-char","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073395404852,"sku":"perfect-pot-blue-salt","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073395437620,"sku":"perfect-pot-sage","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073395470388,"sku":"perfect-pot-spice","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073395503156,"sku":"perfect-pot-steam","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/vanilla-bean-perfect-pot-thumbnail-01.jpg?v=1785318655"},{"product_id":"griddle-pan","title":"Griddle Pan","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eCan Your Sheet Pan Do This?\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/black_griddle_pan_with_bacon_and_eggs_on_stovetop.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1737060975\u0026amp;width=893\" alt=\"Griddle Me This\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eGriddle Me This\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eGriddle Me This\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe Griddle Pan works on electric and gas stovetops as a griddle! Just place it over two burners on low to medium heat and cook up some naan, quesadillas, bacon, pancakes, you name it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/beige_griddle_pan_with_roasted_vegetables_in_oven.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1737061175\u0026amp;width=893\" alt=\"That’s Hot\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eThat’s Hot\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eThat’s Hot\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eTake your nonstick pan to new temps––the Griddle Pan is oven-safe up to 450°F for basically any recipe you can dream up.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/green_griddle_pan_with_seafood_boil_e7835f31-9f5c-4348-a169-105ffebb9026.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1737060975\u0026amp;width=893\" alt=\"Get a Grip\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eGet a Grip\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eGet a Grip\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eErgonomic side handles are easy to grip and roomy enough to use with oven mitts (or our Hot Grips!).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Sage","offer_id":48073395601460,"sku":"griddle-pan-sage","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073395634228,"sku":"griddle-pan-blue-salt","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073395666996,"sku":"griddle-pan-steam","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073395699764,"sku":"griddle-pan-char","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073395732532,"sku":"griddle-pan-spice","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073395765300,"sku":"griddle-pan-lavender","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Turmeric","offer_id":48073395798068,"sku":"griddle-pan-turmeric","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Eve","offer_id":48073395830836,"sku":"griddle-pan-eve","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/Green_Griddle_Pan.jpg?v=1785318658"},{"product_id":"always-pan-20","title":"Always Pan 2.0","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Pan_Expanded.jpg?height=1656\u0026amp;v=1681151780\u0026amp;width=1950\" alt=\"Always Pan components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything and Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003ePut a Lid on It\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003ePut a Lid on It\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur iconic, domed-shaped, modular lid is designed to lock in steam when you need it or release it when you don’t.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eEvery Always Pan comes with a steamer basket (that doubles as a colander) and a nesting beechwood spatula that eliminates your need for a spoon rest.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eDeeper than your average fry pan, the Always Pan’s unique design and handy, generous pour spouts make it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe non-toxic ceramic nonstick coating is super slippery, making it a dream for eggs, starches, sautes, and more.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink_always_pan_exterior.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732129568\u0026amp;width=893\" alt=\"Recycled Aluminum\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eRecycled Aluminum\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eRecycled Aluminum\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur Always Pan body is made from 100% post-consumer recycled aluminum, giving new life to existing materials and reducing environmental impact. It’s lightweight, durable, and ultra-conductive (3 times faster than stainless steel).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 (VIDEO) --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/226fc776dfc047658b84417bc4618200.mp4\" autoplay loop muted playsinline poster=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Pan_Expanded.jpg\"\u003e\u003c\/video\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eOven Safe up to 450°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eOven Safe up to 450°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eUnlock a whole new cache of recipes with stovetop-to-oven abilities. Whether you’re finishing off crispy chicken thighs or making an impressive dutch baby, you’ll find yourself reaching for your Always Pan, well, always.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink-always-pan-nonstick-coating.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732122983\u0026amp;width=893\" alt=\"Non-Toxic Nonstick Coating\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eNon-Toxic Nonstick Coating\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eNon-Toxic Nonstick Coating\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur exclusive, long-lasting ceramic nonstick is made without PFAS (including PTFE), lead, and cadmium. Mainly comprised of sand derivative, water, and alcohol, it’s safer, easier to clean, and made to perform.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Vanilla Bean","offer_id":48073395863604,"sku":"always-pan-20-vanilla-bean","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073395896372,"sku":"always-pan-20-spice","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073395929140,"sku":"always-pan-20-char","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073395961908,"sku":"always-pan-20-blue-salt","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073395994676,"sku":"always-pan-20-sage","price":135.0,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073396027444,"sku":"always-pan-20-steam","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/vanilla-bean-always-pan-thumbnail-01.jpg?v=1785318659"},{"product_id":"titanium-always-pan-pro","title":"Titanium Always Pan 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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-Exploding-TitaniumAlwaysPanPro-chrome.jpg?height=1656\u0026amp;v=1742841313\u0026amp;width=1950\" alt=\"Titanium Always Pan Pro components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Chef-Approved Cooking\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThanks to fully-sealed rims and durable materials, our Titanium Pro cookware is right at home in the dishwasher. So you can spend more time focusing on what matters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe included spatula is a premium cooking tool made from stainless steel and silicone, and our patented rest system keeps it where you left it (and eliminates messy countertops).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe first of its kind nonstick technology was developed entirely without coatings, and is made without PFAS, including PTFE (also known as “Forever Chemicals”).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eNo detail was spared in the making of our Titanium Pro cookware. From its fully-clad construction to the smooth rivet-free design, it’s got everything you want.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 5 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-5\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDeeper, by Design\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDeeper, by Design\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eIt’s deeper than your average fry pan, and its handy 360-degree pour rim makes it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"5\" onclick=\"switchTab(5)\"\u003e5\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/03_highlight_card_noco_turn_up_the_heat_4271bd12-a777-44d8-ac88-eef70721d7e9.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1712784190\u0026amp;width=893\" alt=\"Heat Safe Up to 1000°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eHeat Safe Up to 1000°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eHeat Safe Up to 1000°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThere’s no need to be precious when it’s built from such durable materials and is heat safe up to 1000°F (*Gold: 750°F). Get all the high heat searing power you need with the ease of a nonstick effect.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/highlight_card_oven_dishwasher_safe.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1729098192\u0026amp;width=893\" alt=\"Oven \u0026amp; Dishwasher Safe\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eOven \u0026amp; Dishwasher Safe\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eOven \u0026amp; Dishwasher Safe\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eLooking for a high-performance pan that can do anything, or go anywhere? This titanium pan is good to go in the dishwasher, is safe for use with metal utensils, and can travel from the stovetop to the oven with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Titanium_Always_Pan_Pro_with_egg.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1736961716\u0026amp;width=893\" alt=\"Limited Lifetime Warranty\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLimited Lifetime Warranty\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eAt Our Place, we believe in the quality, craftsmanship, and durability of our products, which is why we offer a limited lifetime warranty for all our Titanium Pro cookware.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Stainless Steel Spatula \/ Chrome","offer_id":48073396191284,"sku":"titanium-always-pan-pro-stainless-steel-spatula--chrome","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Steel Spatula \/ Chrome\/Gold","offer_id":48073396224052,"sku":"titanium-always-pan-pro-stainless-steel-spatula--chromegold","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Steel Spatula \/ Brushed","offer_id":48073396256820,"sku":"titanium-always-pan-pro-stainless-steel-spatula--brushed","price":179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumAlwaysPanPro-chrome.jpg?v=1785318662"},{"product_id":"large-always-pan","title":"Large Always Pan","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-card video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/AP_Large_Exploding.png?height=1656\u0026amp;v=1691092760\u0026amp;width=1950\" alt=\"Large Always Pan components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything and Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- TAB 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003ePut a Lid on It\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003ePut a Lid on It\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur iconic domed-shaped, modular lid is designed to lock in steam when you need it or release it when you don’t.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eSay goodbye to messy counters and crowded spoon rests thanks to the included Beechwood Spatula that nests securely across the pan’s long handle.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe non-toxic Thermakind® ceramic nonstick coating is super slippery, making it a dream for eggs, starches, sautes, and more.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eDeeper than your average fry pan, the large Always Pan’s depth and handy, generous pour spouts make it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink-always-pan-closeup.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732120629\u0026amp;width=893\" alt=\"Non-toxic Nonstick Coating\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eNon-toxic Nonstick Coating\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eNon-toxic Nonstick Coating\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eA nonstick like no other, our 50% longer-lasting Thermakind® ceramic coating is exclusive to Our Place and the only nonstick you’ll want for your place. Mainly comprised of sand derivative, water, and alcohol, you won’t find harmful chemicals hiding in the nonstick coating.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/pink-always-pan-recycled.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1732120599\u0026amp;width=893\" alt=\"Lightweight Aluminum Body\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLightweight Aluminum Body\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLightweight Aluminum Body\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe ultra-conductive Always Pan body and lid is made from sturdy aluminum, which is three times more heat conductive than stainless steel (did you know that?). Fast, easy cooking is just a matter of turning on your stove.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 (VIDEO) --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/226fc776dfc047658b84417bc4618200.mp4\" autoplay loop muted playsinline poster=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/AP_Large_Exploding.png\"\u003e\u003c\/video\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eOven Safe up to 450°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eOven Safe up to 450°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eUnlock a whole new cache of recipes with stovetop-to-oven abilities. Whether you’re finishing off crispy chicken thighs or making an impressive dutch baby, you’ll find yourself reaching for your Always Pan well…always!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Steam","offer_id":48073396420660,"sku":"large-always-pan-steam","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073396453428,"sku":"large-always-pan-char","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073396486196,"sku":"large-always-pan-blue-salt","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073396518964,"sku":"large-always-pan-sage","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073396551732,"sku":"large-always-pan-spice","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/beige-large-always-pan.png?v=1785318666"},{"product_id":"titanium-large-always-pan-pro","title":"Titanium Large Always Pan 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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-Exploding-TitaniumLargeAlwaysPanPro-chrome.jpg?height=1656\u0026amp;v=1740685332\u0026amp;width=1950\" alt=\"Titanium Large Always Pan Pro components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything, Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eDishwasher Safe\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThanks to fully-sealed rims and durable materials, our Titanium Pro cookware is right at home in the dishwasher — so you can spend more time focusing on what matters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe included spatula is a premium cooking tool made from metal and silicone, and our patented rest system keeps it where you left it (and eliminates messy countertops).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNoCo® Nonstick Technology\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eA first-of-its-kind nonstick technology developed entirely without coatings. It’s made without PFAS, also known as “Forever Chemicals.”\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eFully-Clad Tri-Ply Construction\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eNo detail was spared in the making of the Titanium Large Always Pan® Pro. From its fully-clad construction to the smooth rivet-free design, it’s got everything you want.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-panel\" id=\"tab-5\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eThat’s So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eAt 1.5 inches deeper than your average fry pan, the pan’s depth and handy, generous pour spouts make it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"5\" onclick=\"switchTab(5)\"\u003e5\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"closer-section\"\u003e\n  \u003ch2\u003eA Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-flames-cooking.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Heat Safe up to 1000°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eHeat Safe up to 1000°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eHeat Safe up to 1000°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThere’s no need to be precious when it’s built from such durable materials and is heat safe up to 1000°F. Get all the high heat searing power you need with the ease of a nonstick effect — you’ll never want to go back.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-dishwasher.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Put It Through the Wringer\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003ePut It Through the Wringer\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003ePut It Through the Wringer\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eOur Titanium Pro cookware is dishwasher and metal utensil safe, so you can cook and clean up with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-HighlightCard-TitaniumAlwaysPanPro-chrome-TitaniumMiniAlwaysPanPro-chrome.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1740619727\u0026amp;width=893\" alt=\"Limited Lifetime Warranty\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eLimited Lifetime Warranty\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eAt Our Place, we believe in the quality, craftsmanship, and durability of our products, which is why we offer a limited lifetime warranty for our Titanium Pro cookware line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073396584500,"sku":"titanium-large-always-pan-pro-chrome","price":133.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumLargeAlwaysPanPro-chrome_3311d8a9-d66b-4edc-bcd4-2616beaf9957.jpg?v=1785318668"},{"product_id":"cookware-duo-7-piece","title":"Cookware Duo (7 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/AP_Steam_1.jpg?height=188\u0026v=1771877117\u0026width=188\",\n    name: \"Always Pan 2.0\",\n    sub: \"Our 10-in-1 non-toxic ceramic nonstick pan\",\n    details: [\n      \"A 10.5-inch pan that braises, sears, steams, strains, sautes, fries, boils, bakes, serves, stores…does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"19.9 in. length, 10.5 in. diameter, 2.8 in. depth, 5.7 in. height with lid\",\n      \"2.6 qt. capacity\",\n      \"Lightweight construction (3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/beige-perfect-pot.jpg?height=188\u0026v=1741708962\u0026width=188\",\n    name: \"Perfect Pot\",\n    sub: \"An 8-in-1 family-sized, stovetop-to-oven nonstick pot\",\n    details: [\n      \"A 5.5 qt. pot that can boil, bake, fry, roast, braise, strain, serve, and store\",\n      \"Generously sized for all kinds of recipes; whether you’re roasting a whole chicken or doubling a soup, you’ve got the room\",\n      \"At 1\/3 the weight of traditional dutch ovens, the Perfect Pot is built for easy maneuvering from stovetop to oven to table\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\"\n    ],\n    specs: [\n      \"10.5 in. diameter, 5.5 in. depth\",\n      \"5.5 qt. capacity\",\n      \"Lightweight construction (4.5 lbs.)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented 8-in-1 Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Vanilla Bean","offer_id":48073396748340,"sku":"cookware-duo-7-piece-vanilla-bean","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073396781108,"sku":"cookware-duo-7-piece-sage","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073396813876,"sku":"cookware-duo-7-piece-steam","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073396846644,"sku":"cookware-duo-7-piece-char","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073396879412,"sku":"cookware-duo-7-piece-blue-salt","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073396912180,"sku":"cookware-duo-7-piece-spice","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Butter Yellow","offer_id":48073396944948,"sku":"cookware-duo-7-piece-butter-yellow","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073396977716,"sku":"cookware-duo-7-piece-cream","price":190.28,"currency_code":"USD","in_stock":true},{"title":"Forget-Me-Not Blue","offer_id":48073397010484,"sku":"cookware-duo-7-piece-forget-me-not-blue","price":190.28,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/vanilla-bean-cookware-duo-thumbnail-01.jpg?v=1785318671"},{"product_id":"mini-always-pan-20","title":"Mini Always Pan 2.0","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 Section\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  \/* ===== SECTION 1 ===== *\/\n  .feature-section {\n    display: flex;\n    align-items: flex-start;\n    gap: 48px;\n    padding: 64px 60px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .feature-image-wrap {\n    position: relative;\n    flex: 0 0 420px;\n    max-width: 420px;\n  }\n\n  .feature-image-wrap img {\n    width: 100%;\n    display: block;\n    border-radius: 8px;\n  }\n\n  \/* Hotspots removed from image as requested *\/\n\n  .feature-content {\n    flex: 1;\n    padding-top: 8px;\n  }\n\n  .feature-content h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    line-height: 1.25;\n    margin-bottom: 28px;\n  }\n\n  .feature-panel-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .feature-tabs-content { flex: 1; }\n\n  .sidebar-nums {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding-top: 4px;\n  }\n\n  .sidebar-num {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    border: 2px solid #c0522a;\n    background: transparent;\n    color: #c0522a;\n    font-size: 12px;\n    font-family: 'Arial', sans-serif;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n  }\n  .sidebar-num.active, .sidebar-num:hover {\n    background: #c0522a;\n    color: #fff;\n  }\n\n  .tab-panel { display: none; }\n  .tab-panel.active { display: block; }\n\n  .tab-eyebrow {\n    font-family: 'Arial', sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #c0522a;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  .tab-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .tab-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1.05rem;\n    color: #555;\n    line-height: 1.7;\n    margin-bottom: 4px;\n  }\n\n  .tab-divider {\n    border: none;\n    border-top: 1px solid #e0dbd2;\n    margin: 16px 0;\n  }\n\n  \/* ===== SECTION 2 ===== *\/\n  .closer-section {\n    padding: 60px 60px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* FIX 3: \"Take a Closer Look\" — all black, no red *\/\n  .closer-section h2 {\n    font-family: 'Georgia', serif;\n    font-size: 2.4rem;\n    font-weight: 400;\n    color: #2d2d2d;\n    margin-bottom: 8px;\n  }\n\n  .closer-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 18px;\n    margin-top: 32px;\n    align-items: stretch;\n  }\n\n  \/* Equal height cards — fixed height so all images align top and bottom *\/\n  .closer-card {\n    position: relative;\n    border-radius: 10px;\n    overflow: hidden;\n    cursor: pointer;\n    background: #eee;\n    height: 480px;\n  }\n\n  .closer-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .closer-card:hover img { transform: scale(1.03); }\n\n  .closer-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.6) 0%, rgba(0,0,0,0) 100%);\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n  }\n\n  .closer-overlay-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.08rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.3;\n    max-width: calc(100% - 48px);\n  }\n\n  .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    line-height: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    flex-shrink: 0;\n    transition: background 0.2s, color 0.2s;\n  }\n  .closer-card:hover .plus-btn { background: rgba(255,255,255,0.2); }\n\n  \/* FIX 2: Detail panel — full overlay that opens on click *\/\n  .closer-detail {\n    position: absolute;\n    inset: 0;\n    background: rgba(250,248,244,0.97);\n    padding: 40px 22px 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\n  .closer-card.open .closer-detail {\n    opacity: 1;\n    pointer-events: all;\n  }\n\n  \/* Hide the image overlay when card is open *\/\n  .closer-card.open .closer-overlay {\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .closer-detail-heading {\n    font-family: 'Georgia', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #2d2d2d;\n    margin-bottom: 12px;\n  }\n\n  .closer-detail-desc {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.7;\n  }\n\n  .close-btn {\n    position: absolute;\n    top: 12px;\n    right: 12px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #bbb;\n    background: #fff;\n    color: #555;\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  .close-btn:hover { border-color: #c0522a; color: #c0522a; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 768px) {\n    .feature-section {\n      flex-direction: column;\n      padding: 36px 20px;\n      gap: 28px;\n    }\n    .feature-image-wrap {\n      flex: unset;\n      max-width: 100%;\n      width: 100%;\n    }\n    .closer-section { padding: 36px 20px 60px; }\n    .closer-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ==================== SECTION 1 ==================== --\u003e\n\u003csection class=\"feature-section\"\u003e\n\n  \u003cdiv class=\"feature-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/AP_Mini_Expanded.png?height=1656\u0026amp;v=1675797514\u0026amp;width=1950\" alt=\"Mini Always Pan components\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-content\"\u003e\n    \u003ch2\u003eDesigned for Everything and Always\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-panel-wrapper\"\u003e\n\n      \u003cdiv class=\"feature-tabs-content\"\u003e\n\n        \u003c!-- FIX 2: Each tab shows ONLY its own feature(s) --\u003e\n\n        \u003c!-- TAB 1: only feature 1 --\u003e\n        \u003cdiv class=\"tab-panel active\" id=\"tab-1\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003ePut a Lid On It\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eOur iconic, domed-shaped, modular lid is designed to lock in steam when you need it or release it when you don't.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 2: only feature 2 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-2\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eAccessories: Included\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eSay goodbye to messy counters and crowded spoon rests thanks to the included Beechwood Spatula that nests securely across the pan's long handle.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 3: only feature 3 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-3\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eNote the Nonstick\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eThe exclusive, non-toxic Thermakind® nonstick coating is super slippery, making it a dream for eggs, starches, sautes, and more.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- TAB 4: only feature 4 --\u003e\n        \u003cdiv class=\"tab-panel\" id=\"tab-4\"\u003e\n          \u003cp class=\"tab-eyebrow\"\u003eThat's So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-heading\"\u003eThat's So Deep\u003c\/p\u003e\n          \u003cp class=\"tab-desc\"\u003eDeeper than your average fry pan, the Mini Always Pan's depth and handy, generous pour spouts make it that much more versatile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sidebar-nums\"\u003e\n        \u003cbutton class=\"sidebar-num active\" data-tab=\"1\" onclick=\"switchTab(1)\"\u003e1\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"2\" onclick=\"switchTab(2)\"\u003e2\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"3\" onclick=\"switchTab(3)\"\u003e3\u003c\/button\u003e\n        \u003cbutton class=\"sidebar-num\" data-tab=\"4\" onclick=\"switchTab(4)\"\u003e4\u003c\/button\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================== SECTION 2 ==================== --\u003e\n\u003csection class=\"closer-section\"\u003e\n  \u003c!-- FIX 3: all black heading, no span color --\u003e\n  \u003ch2\u003eTake a Closer Look\u003c\/h2\u003e\n\n  \u003cdiv class=\"closer-grid\"\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-1\" onclick=\"openCard('card-1')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Screen_Shot_2023-02-03_at1_3.07_1.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689199075\u0026amp;width=893\" alt=\"Mini, Mighty, Multifunctional\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eMini, Mighty, Multifunctional\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-1')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-1')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eMini, Mighty, Multifunctional\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eThe Mini Always Pan 2.0 features all the same multifunctionality of the original, just in a smaller size. While the main dish is simmering or roasting in the OG, whip up delicious sides in the sidekick to round out the menu.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-2\" onclick=\"openCard('card-2')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Mask_group_31.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689199075\u0026amp;width=893\" alt=\"Oven Safe Up to 450°F\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eOven Safe Up to 450°F\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-2')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-2')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eOven Safe Up to 450°F\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eUnlock a whole new cache of recipes with stovetop-to-oven abilities. Whether you're crafting a cheesy frittata or making an impressive dutch baby, you'll find yourself reaching for the Mini Always Pan well … always!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"closer-card\" id=\"card-3\" onclick=\"openCard('card-3')\"\u003e\n      \u003cimg src=\"https:\/\/fromourplace.com\/cdn\/shop\/files\/Mask_group_51.jpg?crop=center\u0026amp;height=1264\u0026amp;v=1689199075\u0026amp;width=893\" alt=\"Non-toxic Nonstick Coating\"\u003e\n      \u003cdiv class=\"closer-overlay\"\u003e\n        \u003cspan class=\"closer-overlay-heading\"\u003eNon-toxic Nonstick Coating\u003c\/span\u003e\n        \u003cbutton class=\"plus-btn\" onclick=\"openCard('card-3')\"\u003e+\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"closer-detail\"\u003e\n        \u003cbutton class=\"close-btn\" onclick=\"closeCard(event,'card-3')\"\u003e×\u003c\/button\u003e\n        \u003cp class=\"closer-detail-heading\"\u003eNon-toxic Nonstick Coating\u003c\/p\u003e\n        \u003cp class=\"closer-detail-desc\"\u003eA nonstick like no other, our 50% longer-lasting Thermakind® ceramic coating is exclusive to Our Place and the only nonstick you'll want for your place. Mainly comprised of sand derivative and water, the nonstick coating isn't hiding any harmful chemicals.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\n  \/* ===== TAB SWITCHER ===== *\/\n  function switchTab(num) {\n    document.querySelectorAll('.tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    document.querySelectorAll('.hotspot').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.sidebar-num').forEach(b =\u003e b.classList.remove('active'));\n\n    document.getElementById('tab-' + num).classList.add('active');\n    document.querySelectorAll('[data-tab=\"' + num + '\"]').forEach(el =\u003e el.classList.add('active'));\n  }\n\n  \/* ===== CLOSER LOOK CARDS ===== *\/\n  function openCard(id) {\n    document.getElementById(id).classList.add('open');\n  }\n  function closeCard(event, id) {\n    event.stopPropagation();\n    document.getElementById(id).classList.remove('open');\n  }\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Blue Salt","offer_id":48073397108788,"sku":"mini-always-pan-20-blue-salt","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":48073397141556,"sku":"mini-always-pan-20-cream","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073397174324,"sku":"mini-always-pan-20-steam","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073397207092,"sku":"mini-always-pan-20-spice","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073397239860,"sku":"mini-always-pan-20-sage","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073397272628,"sku":"mini-always-pan-20-char","price":73.03,"currency_code":"USD","in_stock":true},{"title":"Lavender","offer_id":48073397305396,"sku":"mini-always-pan-20-lavender","price":73.03,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/blue-mini-always-pan.jpg?v=1785318673"},{"product_id":"cookware-set-13-piece","title":"Cookware Set (13 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/products\/AP_Steam_1.jpg?height=188\u0026v=1771877117\u0026width=188\",\n    name: \"Always Pan 2.0\",\n    sub: \"Our 10-in-1 non-toxic ceramic nonstick pan\",\n    details: [\n      \"A 10.5-inch pan that braises, sears, steams, strains, sautes, fries, boils, bakes, serves, stores…does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"19.9 in. length, 10.5 in. diameter, 2.8 in. depth, 5.7 in. height with lid\",\n      \"2.6 qt. capacity\",\n      \"Lightweight construction (3 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/Beige_Mini_Always_Pan.jpg?height=188\u0026v=1733872395\u0026width=188\",\n    name: \"Mini Always Pan 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pan\",\n    details: [\n      \"An 8.5-inch pan that sautes, fries, bakes, sears, boils, braises, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 2.3 in. depth, 4.8 in. height with lid\",\n      \"1.2 qt. capacity\",\n      \"Lightweight construction (2 lb. body)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/beige-perfect-pot.jpg?height=188\u0026v=1741708962\u0026width=188\",\n    name: \"Perfect Pot\",\n    sub: \"An 8-in-1 family-sized, stovetop-to-oven nonstick pot\",\n    details: [\n      \"A 5.5 qt. pot that can boil, bake, fry, roast, braise, strain, serve, and store\",\n      \"Generously sized for all kinds of recipes; whether you’re roasting a whole chicken or doubling a soup, you’ve got the room\",\n      \"At 1\/3 the weight of traditional dutch ovens, the Perfect Pot is built for easy maneuvering from stovetop to oven to table\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\"\n    ],\n    specs: [\n      \"10.5 in. diameter, 5.5 in. depth\",\n      \"5.5 qt. capacity\",\n      \"Lightweight construction (4.5 lbs.)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented 8-in-1 Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/beige-mini-perfect-pot.jpg?height=188\u0026v=1734118650\u0026width=188\",\n    name: \"Mini Perfect Pot 2.0\",\n    sub: \"A handy, multifunctional, non-toxic nonstick pot\",\n    details: [\n      \"A 2.5 qt. pot that boils, bakes, braises, roasts, fries, strains, serves, stores … does it all!\",\n      \"Our nonstick ceramic coating is made without potentially toxic materials like PFAS (including PTFEs and PFOAs), lead and cadmium\",\n      \"Featuring Thermakind® — our exclusive, most advanced, 50% longer-lasting ceramic nonstick coating\"\n    ],\n    specs: [\n      \"16.9 in. length, 8.5 in. diameter, 4.2 in. depth, 6.7 in. height with lid\",\n      \"2.5 qt. capacity\",\n      \"Lightweight construction (3.3 lb.)\",\n      \"Compatible with all cooktops, including induction\",\n      \"Aluminum body for fast, even heat\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-patented-multifunctionality-light-mode.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Patented Multifunctional Design\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-better-for-the-earth-recycled.jpg?height=87\u0026v=1733765582\u0026width=87\", text: \"Better for You, Better for Earth\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Vanilla Bean","offer_id":48073397370932,"sku":"cookware-set-13-piece-vanilla-bean","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Sage","offer_id":48073397403700,"sku":"cookware-set-13-piece-sage","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Blue Salt","offer_id":48073397436468,"sku":"cookware-set-13-piece-blue-salt","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Steam","offer_id":48073397469236,"sku":"cookware-set-13-piece-steam","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Char","offer_id":48073397502004,"sku":"cookware-set-13-piece-char","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Spice","offer_id":48073397534772,"sku":"cookware-set-13-piece-spice","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Butter Yellow","offer_id":48073397567540,"sku":"cookware-set-13-piece-butter-yellow","price":347.06,"currency_code":"USD","in_stock":true},{"title":"Forget-Me-Not Blue","offer_id":48073397600308,"sku":"cookware-set-13-piece-forget-me-not-blue","price":347.06,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/vanilla-bean-cookware-set-thumbnail-01.jpg?v=1785318675"},{"product_id":"titanium-pro-cookware-set-10-piece","title":"Titanium Pro Cookware Set (10 piece)","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eWhat's Included\u003c\/title\u003e\n  \u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #ffffff;\n      color: #1a1a1a;\n    }\n\n    .wi-wrap {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 0;\n    }\n\n    .wi-title {\n      font-size: 2rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 1.5rem;\n    }\n\n    .wi-item {\n      border-top: 0.5px solid #e0e0e0;\n    }\n\n    .wi-item:last-child {\n      border-bottom: 0.5px solid #e0e0e0;\n    }\n\n    .wi-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      padding: 1.25rem 0;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .wi-thumb {\n      width: 88px;\n      height: 88px;\n      object-fit: cover;\n      border-radius: 6px;\n      background: #f5f5f3;\n      flex-shrink: 0;\n    }\n\n    .wi-meta {\n      flex: 1;\n    }\n\n    .wi-name {\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: #111111;\n      margin-bottom: 6px;\n    }\n\n    .wi-sub {\n      font-size: 0.9rem;\n      color: #555555;\n    }\n\n    .wi-toggle {\n      font-size: 1.5rem;\n      color: #111111;\n      flex-shrink: 0;\n      transition: transform 0.3s;\n      line-height: 1;\n      font-weight: 300;\n    }\n\n    .wi-toggle.open {\n      transform: rotate(45deg);\n    }\n\n    .wi-body {\n      display: none;\n      padding: 0.5rem 0 2rem;\n      gap: 2rem;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .wi-body.open {\n      display: grid;\n    }\n\n    .wi-section-label {\n      font-size: 0.7rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #666666;\n      margin-bottom: 14px;\n    }\n\n    .wi-ul {\n      padding-left: 1.1rem;\n      list-style: disc;\n    }\n\n    .wi-ul li {\n      font-size: 0.85rem;\n      color: #222222;\n      line-height: 1.7;\n      margin-bottom: 4px;\n    }\n\n    .wi-ul li .highlight {\n      color: #c9a84c;\n      font-weight: 500;\n    }\n\n    .wi-benefit {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 14px;\n    }\n\n    .wi-benefit-icon {\n      width: 38px;\n      height: 38px;\n      border-radius: 6px;\n      background: #f5f5f3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .wi-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #333333;\n      fill: none;\n      stroke-width: 1.5;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .wi-benefit-text {\n      font-size: 0.85rem;\n      color: #222222;\n      font-weight: 500;\n    }\n\n    @media (max-width: 768px) {\n      .wi-body.open {\n        grid-template-columns: 1fr;\n      }\n\n      .wi-name {\n        font-size: 1.1rem;\n      }\n\n      .wi-thumb {\n        width: 70px;\n        height: 70px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n\n  \u003cdiv class=\"wi-wrap\"\u003e\n    \u003ch2 class=\"wi-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv id=\"accordion\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\nconst products = [\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumAlwaysPanPro-chrome.jpg?height=188\u0026v=1768266426\u0026width=188\",\n    name: \"Titanium Always Pan® Pro\",\n    sub: \"A new no-coating nonstick technology built to last\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for top performance\",\n      \"Features the first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"19.7 in. length, 10.9 in. diameter, 2.5 in. depth, 5.3 in. height with lid\",\n      \"3 qt. capacity\",\n      \"4.6 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumPerfectPotPro-chrome_93ad1275-9693-4c7e-8196-14cbc46b3de6.jpg?height=188\u0026v=1768266417\u0026width=188\",\n    name: \"Titanium Perfect Pot® Pro\",\n    sub: \"Our stock pot with titanium nonstick technology\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"10.9 in. diameter, 5.4 in. body height, 8.3 in. height with lid\",\n      \"6.75 qt. capacity\",\n      \"5.4 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniAlwaysPanPro-chrome_11437cd7-d97c-4a0b-ac36-dc607a1e767b.jpg?height=188\u0026v=1768266411\u0026width=188\",\n    name: \"Titanium Mini Always Pan® Pro\",\n    sub: \"An 8.5-inch non-toxic high-performance pan\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"16.7 in. length, 8.5 in. diameter, 2.1 in. depth, 4.6 in. height with lid\",\n      \"1.48 qt. capacity\",\n      \"3.25 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"Titanium interior with NoCo® nonstick technology\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  },\n  {\n    img: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0024\/4137\/9915\/files\/our-place-product-thumbnail-TitaniumMiniPerfectPotPro-chrome_9109db05-d9dd-414b-b576-fa87fdbc39cb.jpg?height=188\u0026v=1768266394\u0026width=188\",\n    name: \"Titanium Mini Perfect Pot® Pro\",\n    sub: \"A non-toxic, high-performance long-handled pot\",\n    details: [\n      \"The virtually-indestructible titanium interior and fully-clad tri-ply construction are built for better performance\",\n      \"Features a first of its kind non-toxic nonstick technology that's coating-free and made without Forever Chemicals\",\n      \"Able to withstand temperatures of 1000°F, and is dishwasher and metal utensil safe\",\n      \"\u003cspan class='highlight'\u003eGOLD:\u003c\/span\u003e Able to withstand temperatures of 750°F, and is dishwasher and metal utensil safe\"\n    ],\n    specs: [\n      \"8.5 in. diameter, 4 in. body height, 6.6 in. height with lid\",\n      \"2.75 qt. capacity\",\n      \"3.75 lb. (body \u0026 lid)\",\n      \"Compatible with all cooktops, including induction\",\n      \"3mm fully-clad tri-ply construction:\",\n      \"Stainless steel exterior\",\n      \"Aluminum core for fast, even heat\",\n      \"NoCo® nonstick interior\"\n    ],\n    benefits: [\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-sponge.jpg?height=87\u0026v=1740609296\u0026width=87\", text: \"Dishwasher \u0026 Metal Utensil Safe\" },\n      { icon: \"https:\/\/fromourplace.com\/cdn\/shop\/files\/our-place-value-prop-icon-chain.jpg?height=87\u0026v=1740606111\u0026width=87\", text: \"NoCo® Nonstick Technology\" }\n    ]\n  }\n];\n\n    let openIndex = 0;\n\n    function buildAccordion() {\n      const acc = document.getElementById('accordion');\n      acc.innerHTML = products.map((p, i) =\u003e {\n        const isOpen = i === openIndex;\n        return `\n    \u003cdiv class=\"wi-item\"\u003e\n      \u003cdiv class=\"wi-header\" onclick=\"toggle(${i})\"\u003e\n        \u003cimg class=\"wi-thumb\" src=\"${p.img}\" alt=\"${p.name}\" \/\u003e\n        \u003cdiv class=\"wi-meta\"\u003e\n          \u003cp class=\"wi-name\"\u003e${p.name}\u003c\/p\u003e\n          \u003cp class=\"wi-sub\"\u003e${p.sub}\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"wi-toggle ${isOpen ? 'open' : ''}\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wi-body ${isOpen ? 'open' : ''}\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eProduct Details\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.details.map(d =\u003e `\u003cli\u003e${d}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eSpecs\u003c\/p\u003e\n          \u003cul class=\"wi-ul\"\u003e${p.specs.map(s =\u003e `\u003cli\u003e${s}\u003c\/li\u003e`).join('')}\u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"wi-section-label\"\u003eBenefits\u003c\/p\u003e\n          ${p.benefits.map(b =\u003e `\n\u003cdiv class=\"wi-benefit\"\u003e\n\n  \u003cdiv class=\"wi-benefit-icon\"\u003e\n    \u003cimg src=\"${b.icon}\" alt=\"${b.text}\"\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"wi-benefit-text\"\u003e\n    ${b.text}\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n`).join('')}\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e`;\n      }).join('');\n    }\n\n    function toggle(i) {\n      openIndex = openIndex === i ? -1 : i;\n      buildAccordion();\n    }\n\n    buildAccordion();\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"our place","offers":[{"title":"Chrome","offer_id":48073397895220,"sku":"titanium-pro-cookware-set-10-piece-chrome","price":467.66,"currency_code":"USD","in_stock":true},{"title":"Chrome\/Gold","offer_id":48073397927988,"sku":"titanium-pro-cookware-set-10-piece-chromegold","price":467.66,"currency_code":"USD","in_stock":true},{"title":"Brushed","offer_id":48073397960756,"sku":"titanium-pro-cookware-set-10-piece-brushed","price":467.66,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/files\/our-place-product-thumbnail-TitaniumProCookwareSet-4pieces-chrome.jpg?v=1785318680"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/9741\/8292\/collections\/vanilla-bean-cookware-duo-collection-narrow-hero_7ba927e1-655c-4b1a-b55c-518f8afb0723.webp?v=1785319148","url":"https:\/\/ourrplace.store\/collections\/all-cookware.oembed?page=3","provider":"OUR PLACE","version":"1.0","type":"link"}