{"product_id":"thermomix-tm7","title":"Thermomix TM7","description":"\u003cstyle\u003e\n    .tm7-product-description,\n    .tm7-product-description * {\n      box-sizing: border-box;\n    }\n\n    .tm7-product-description {\n      --tm7-black: #111315;\n      --tm7-dark: #292c30;\n      --tm7-green: #00a878;\n      --tm7-green-light: #e8f8f2;\n      --tm7-border: #e3e7e5;\n      --tm7-background: #f7f8f8;\n      --tm7-white: #ffffff;\n      --tm7-muted: #62676c;\n\n      width: 100%;\n      max-width: 980px;\n      margin: 0 auto;\n      color: var(--tm7-dark);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .tm7-product-description h2,\n    .tm7-product-description h3,\n    .tm7-product-description h4,\n    .tm7-product-description p {\n      margin-top: 0;\n    }\n\n    .tm7-product-description h2,\n    .tm7-product-description h3,\n    .tm7-product-description h4 {\n      color: var(--tm7-black);\n      line-height: 1.2;\n    }\n\n    .tm7-product-description h2 {\n      margin-bottom: 16px;\n      font-size: clamp(28px, 5vw, 46px);\n      font-weight: 800;\n      letter-spacing: -1px;\n    }\n\n    .tm7-product-description h3 {\n      margin-bottom: 22px;\n      font-size: clamp(22px, 3.5vw, 30px);\n      font-weight: 800;\n      text-align: center;\n    }\n\n    .tm7-product-description h4 {\n      margin-bottom: 8px;\n      font-size: 17px;\n      font-weight: 800;\n    }\n\n    .tm7-hero {\n      padding: 42px 34px;\n      overflow: hidden;\n      background:\n        radial-gradient(\n          circle at top right,\n          rgba(0, 168, 120, 0.18),\n          transparent 37%\n        ),\n        var(--tm7-black);\n      border-radius: 28px;\n      color: var(--tm7-white);\n      text-align: center;\n    }\n\n    .tm7-badge {\n      display: inline-block;\n      margin-bottom: 18px;\n      padding: 7px 13px;\n      background: var(--tm7-green);\n      border-radius: 999px;\n      color: var(--tm7-white);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 1.4px;\n      line-height: 1;\n      text-transform: uppercase;\n    }\n\n    .tm7-hero h2 {\n      color: var(--tm7-white);\n    }\n\n    .tm7-hero-text {\n      max-width: 720px;\n      margin: 0 auto 28px;\n      color: #eceeee;\n      font-size: clamp(16px, 2.5vw, 20px);\n      line-height: 1.6;\n    }\n\n    .tm7-hero-points {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 10px;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    .tm7-hero-point {\n      padding: 13px 10px;\n      background: rgba(255, 255, 255, 0.08);\n      border: 1px solid rgba(255, 255, 255, 0.14);\n      border-radius: 14px;\n      color: var(--tm7-white);\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .tm7-section {\n      padding: 46px 0 0;\n    }\n\n    .tm7-section-intro {\n      max-width: 720px;\n      margin: -8px auto 26px;\n      color: var(--tm7-muted);\n      text-align: center;\n    }\n\n    .tm7-benefit-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .tm7-benefit-card {\n      padding: 22px;\n      background: var(--tm7-background);\n      border: 1px solid var(--tm7-border);\n      border-radius: 18px;\n    }\n\n    .tm7-icon {\n      display: grid;\n      width: 38px;\n      height: 38px;\n      margin-bottom: 14px;\n      place-items: center;\n      background: var(--tm7-green);\n      border-radius: 50%;\n      color: var(--tm7-white);\n      font-size: 20px;\n      font-weight: 800;\n    }\n\n    .tm7-benefit-card p {\n      margin-bottom: 0;\n      color: var(--tm7-muted);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .tm7-highlight {\n      margin-top: 46px;\n      padding: 32px;\n      background: var(--tm7-green-light);\n      border: 1px solid #cdeee1;\n      border-radius: 24px;\n      text-align: center;\n    }\n\n    .tm7-highlight h3 {\n      margin-bottom: 12px;\n    }\n\n    .tm7-highlight p {\n      max-width: 740px;\n      margin: 0 auto;\n      color: #384942;\n    }\n\n    .tm7-mode-list {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 9px;\n      margin-top: 22px;\n    }\n\n    .tm7-mode-list span {\n      padding: 8px 13px;\n      background: var(--tm7-white);\n      border: 1px solid #cfe8df;\n      border-radius: 999px;\n      color: #293d36;\n      font-size: 13px;\n      font-weight: 700;\n    }\n\n    .tm7-two-columns {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .tm7-content-box {\n      padding: 26px;\n      background: var(--tm7-white);\n      border: 1px solid var(--tm7-border);\n      border-radius: 20px;\n      box-shadow: 0 6px 24px rgba(20, 35, 30, 0.05);\n    }\n\n    .tm7-content-box h3 {\n      margin-bottom: 20px;\n      font-size: 23px;\n      text-align: left;\n    }\n\n    .tm7-check-list {\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    .tm7-check-list li {\n      position: relative;\n      padding: 9px 0 9px 30px;\n      border-bottom: 1px solid #edf0ef;\n    }\n\n    .tm7-check-list li:last-child {\n      border-bottom: 0;\n    }\n\n    .tm7-check-list li::before {\n      position: absolute;\n      top: 10px;\n      left: 0;\n      display: grid;\n      width: 20px;\n      height: 20px;\n      place-items: center;\n      background: var(--tm7-green);\n      border-radius: 50%;\n      color: var(--tm7-white);\n      content: \"✓\";\n      font-size: 12px;\n      font-weight: 800;\n      line-height: 1;\n    }\n\n    .tm7-specs {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .tm7-specs th,\n    .tm7-specs td {\n      padding: 11px 4px;\n      border-bottom: 1px solid #edf0ef;\n      text-align: left;\n      vertical-align: top;\n    }\n\n    .tm7-specs tr:last-child th,\n    .tm7-specs tr:last-child td {\n      border-bottom: 0;\n    }\n\n    .tm7-specs th {\n      width: 47%;\n      color: var(--tm7-dark);\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .tm7-specs td {\n      color: var(--tm7-muted);\n      font-size: 14px;\n    }\n\n    .tm7-cookidoo {\n      display: grid;\n      grid-template-columns: 1fr auto;\n      gap: 24px;\n      align-items: center;\n      padding: 30px;\n      background: var(--tm7-black);\n      border-radius: 24px;\n      color: var(--tm7-white);\n    }\n\n    .tm7-cookidoo h3 {\n      margin-bottom: 10px;\n      color: var(--tm7-white);\n      text-align: left;\n    }\n\n    .tm7-cookidoo p {\n      margin-bottom: 0;\n      color: #e2e5e4;\n    }\n\n    .tm7-cookidoo-number {\n      min-width: 160px;\n      padding: 18px;\n      background: var(--tm7-green);\n      border-radius: 18px;\n      color: var(--tm7-white);\n      text-align: center;\n    }\n\n    .tm7-cookidoo-number strong {\n      display: block;\n      font-size: 28px;\n      line-height: 1.1;\n    }\n\n    .tm7-cookidoo-number span {\n      display: block;\n      margin-top: 6px;\n      font-size: 12px;\n      font-weight: 700;\n      text-transform: uppercase;\n    }\n\n    .tm7-service-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .tm7-service-card {\n      padding: 24px 18px;\n      background: var(--tm7-background);\n      border: 1px solid var(--tm7-border);\n      border-radius: 18px;\n      text-align: center;\n    }\n\n    .tm7-service-symbol {\n      display: block;\n      margin-bottom: 10px;\n      color: var(--tm7-green);\n      font-size: 30px;\n      font-weight: 800;\n      line-height: 1;\n    }\n\n    .tm7-service-card p {\n      margin-bottom: 0;\n      color: var(--tm7-muted);\n      font-size: 13px;\n      line-height: 1.5;\n    }\n\n    .tm7-faq {\n      border-top: 1px solid var(--tm7-border);\n    }\n\n    .tm7-faq details {\n      border-bottom: 1px solid var(--tm7-border);\n    }\n\n    .tm7-faq summary {\n      position: relative;\n      padding: 18px 42px 18px 0;\n      color: var(--tm7-black);\n      cursor: pointer;\n      font-size: 16px;\n      font-weight: 700;\n      list-style: none;\n    }\n\n    .tm7-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .tm7-faq summary::after {\n      position: absolute;\n      top: 17px;\n      right: 5px;\n      color: var(--tm7-green);\n      content: \"+\";\n      font-size: 25px;\n      line-height: 1;\n    }\n\n    .tm7-faq details[open] summary::after {\n      content: \"−\";\n    }\n\n    .tm7-faq details p {\n      padding: 0 35px 18px 0;\n      margin: 0;\n      color: var(--tm7-muted);\n    }\n\n    .tm7-note {\n      margin-top: 34px;\n      padding: 17px 20px;\n      background: #fff9e9;\n      border: 1px solid #f0dfa9;\n      border-radius: 14px;\n      color: #62572f;\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    @media screen and (max-width: 750px) {\n      .tm7-benefit-grid,\n      .tm7-service-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .tm7-two-columns {\n        grid-template-columns: 1fr;\n      }\n\n      .tm7-cookidoo {\n        grid-template-columns: 1fr;\n      }\n\n      .tm7-cookidoo-number {\n        min-width: 0;\n      }\n    }\n\n    @media screen and (max-width: 520px) {\n      .tm7-product-description {\n        font-size: 15px;\n      }\n\n      .tm7-hero {\n        padding: 30px 18px;\n        border-radius: 20px;\n      }\n\n      .tm7-hero-points {\n        grid-template-columns: 1fr;\n      }\n\n      .tm7-section {\n        padding-top: 36px;\n      }\n\n      .tm7-benefit-grid,\n      .tm7-service-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .tm7-highlight,\n      .tm7-content-box,\n      .tm7-cookidoo {\n        padding: 22px 18px;\n        border-radius: 18px;\n      }\n\n      .tm7-benefit-card {\n        padding: 18px;\n      }\n\n      .tm7-specs th {\n        width: 45%;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tm7-product-description\" lang=\"en\"\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003csection class=\"tm7-hero\"\u003e\u003cspan class=\"tm7-badge\"\u003eNew generation\u003c\/span\u003e\n\u003ch2\u003eThermomix TM7\u003c\/h2\u003e\n\u003cp class=\"tm7-hero-text\"\u003eDiscover an easier, more precise and more creative way to cook. The Thermomix® TM7 combines intelligent technology, Guided Cooking, quieter operation and an elegant black design in one versatile kitchen appliance.\u003c\/p\u003e\n\u003cdiv class=\"tm7-hero-points\"\u003e\n\u003cdiv class=\"tm7-hero-point\"\u003e10-inch multitouch display\u003c\/div\u003e\n\u003cdiv class=\"tm7-hero-point\"\u003eMore than 20 cooking modes\u003c\/div\u003e\n\u003cdiv class=\"tm7-hero-point\"\u003eGuided and manual cooking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"tm7-section\"\u003e\n\u003ch3\u003eEverything you need to enjoy cooking\u003c\/h3\u003e\n\u003cp class=\"tm7-section-intro\"\u003ePrepare everyday meals, complete menus, doughs, desserts, stews, rice dishes, steamed recipes and much more, with clear instructions and consistently reliable results.\u003c\/p\u003e\n\u003cdiv class=\"tm7-benefit-grid\"\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eStep-by-step cooking\u003c\/h4\u003e\n\u003cp\u003eFollow each recipe directly on the large multitouch display, with clear instructions that are easy to understand and complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eManual control\u003c\/h4\u003e\n\u003cp\u003eAdjust the time, temperature, speed and blade rotation direction to prepare recipes exactly the way you prefer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eQuieter operation\u003c\/h4\u003e\n\u003cp\u003ePowerful enough to handle both delicate and hard ingredients, while operating more quietly in your kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eInsulated 2.2 L mixing bowl\u003c\/h4\u003e\n\u003cp\u003eThe stainless-steel mixing bowl includes an insulated outer cover for more comfortable and secure handling during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003e6.8 L Varoma® capacity\u003c\/h4\u003e\n\u003cp\u003eIts redesigned Varoma® provides more space for steaming larger quantities of food and preparing complete meals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-benefit-card\"\u003e\n\u003cspan class=\"tm7-icon\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eEasy cleaning\u003c\/h4\u003e\n\u003cp\u003eExcept for the main appliance base, the removable components can be cleaned in the dishwasher according to the user manual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COOKING MODES --\u003e\n\u003csection class=\"tm7-highlight\"\u003e\n\u003ch3\u003eMore than 20 modes and functions\u003c\/h3\u003e\n\u003cp\u003eFrom quick everyday meals to more advanced preparations, the Thermomix® TM7 brings multiple kitchen tasks together in one appliance.\u003c\/p\u003e\n\u003cdiv class=\"tm7-mode-list\"\u003e\n\u003cspan\u003eManual cooking\u003c\/span\u003e \u003cspan\u003eOpen cooking\u003c\/span\u003e \u003cspan\u003eBrowning\u003c\/span\u003e \u003cspan\u003eSteaming\u003c\/span\u003e \u003cspan\u003eSlow cooking\u003c\/span\u003e \u003cspan\u003eSous-vide\u003c\/span\u003e \u003cspan\u003eFermentation\u003c\/span\u003e \u003cspan\u003eDough\u003c\/span\u003e \u003cspan\u003eBlending\u003c\/span\u003e \u003cspan\u003eThickening\u003c\/span\u003e \u003cspan\u003eKettle\u003c\/span\u003e \u003cspan\u003eRice cooking\u003c\/span\u003e \u003cspan\u003eEgg cooking\u003c\/span\u003e \u003cspan\u003eHeating\u003c\/span\u003e \u003cspan\u003ePeeling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE CONTENTS AND SPECIFICATIONS --\u003e\n\u003csection class=\"tm7-section\"\u003e\n\u003cdiv class=\"tm7-two-columns\"\u003e\n\u003cdiv class=\"tm7-content-box\"\u003e\n\u003ch3\u003eWhat is included?\u003c\/h3\u003e\n\u003cul class=\"tm7-check-list\"\u003e\n\u003cli\u003eThermomix® TM7 main appliance\u003c\/li\u003e\n\u003cli\u003e10-inch multitouch display\u003c\/li\u003e\n\u003cli\u003eStainless-steel mixing bowl with insulated cover\u003c\/li\u003e\n\u003cli\u003eMixing bowl lid and lid cover\u003c\/li\u003e\n\u003cli\u003eMixing knife and blade assembly\u003c\/li\u003e\n\u003cli\u003eSpatula\u003c\/li\u003e\n\u003cli\u003eSimmering basket\u003c\/li\u003e\n\u003cli\u003eButterfly whisk\u003c\/li\u003e\n\u003cli\u003eComplete Varoma® set: dish, tray and lid\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-content-box\"\u003e\n\u003ch3\u003eMain specifications\u003c\/h3\u003e\n\u003ctable class=\"tm7-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay\u003c\/th\u003e\n\u003ctd\u003e10-inch multitouch display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMixing bowl capacity\u003c\/th\u003e\n\u003ctd\u003e2.2 litres\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVaroma® capacity\u003c\/th\u003e\n\u003ctd\u003e6.8 litres including the tray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e33.6 × 25.3 × 40.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApproximate weight\u003c\/th\u003e\n\u003ctd\u003e8.6 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMotor power\u003c\/th\u003e\n\u003ctd\u003eUp to 500 W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeating power\u003c\/th\u003e\n\u003ctd\u003e1,000 W nominal power\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColour\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCooking modes\u003c\/th\u003e\n\u003ctd\u003eMore than 20 available modes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COOKIDOO --\u003e\n\u003csection class=\"tm7-section\"\u003e\n\u003cdiv class=\"tm7-cookidoo\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDaily inspiration with Cookidoo\u003c\/h3\u003e\n\u003cp\u003eAccess more than 100,000 recipes in over 20 languages, plan weekly menus, create shopping lists and follow recipes directly on your Thermomix®. New Cookidoo® customers may receive a three-month introductory subscription with the purchase of a TM7.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-cookidoo-number\"\u003e\n\u003cstrong\u003e100,000+\u003c\/strong\u003e \u003cspan\u003eAvailable recipes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING AND WARRANTY --\u003e\n\u003csection class=\"tm7-section\"\u003e\n\u003ch3\u003eBuy with confidence\u003c\/h3\u003e\n\u003cdiv class=\"tm7-service-grid\"\u003e\n\u003cdiv class=\"tm7-service-card\"\u003e\n\u003cspan class=\"tm7-service-symbol\"\u003e✓\u003c\/span\u003e\n\u003ch4\u003eFree shipping\u003c\/h4\u003e\n\u003cp\u003eFree delivery is available subject to the shipping conditions displayed during checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-service-card\"\u003e\n\u003cspan class=\"tm7-service-symbol\"\u003e→\u003c\/span\u003e\n\u003ch4\u003eEstimated delivery\u003c\/h4\u003e\n\u003cp\u003eEstimated delivery within 2–4 business days. Delivery to the Canary Islands may take approximately 4–6 business days. Delivery times are subject to stock and destination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tm7-service-card\"\u003e\n\u003cspan class=\"tm7-service-symbol\"\u003e3\u003c\/span\u003e\n\u003ch4\u003eThree-year legal warranty\u003c\/h4\u003e\n\u003cp\u003eLegal protection against product conformity defects from the date of delivery. Please keep your invoice or proof of purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FREQUENTLY ASKED QUESTIONS --\u003e\n\u003csection class=\"tm7-section\"\u003e\n\u003ch3\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"tm7-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Thermomix® TM7 suitable for beginners?\u003c\/summary\u003e\n\u003cp\u003eYes. Guided Cooking displays the ingredients, quantities, temperatures, cooking times and instructions directly on the screen, making it easy to prepare recipes even with limited cooking experience.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I prepare my own recipes?\u003c\/summary\u003e\n\u003cp\u003eYes. Manual mode allows you to control the time, temperature, speed and blade rotation direction, giving you the flexibility to adapt recipes to your preferences.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the capacity of the mixing bowl?\u003c\/summary\u003e\n\u003cp\u003eThe stainless-steel mixing bowl has a maximum capacity of 2.2 litres. The complete Varoma® set, including its tray, provides a total capacity of approximately 6.8 litres.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I prepare TM5 and TM6 recipes?\u003c\/summary\u003e\n\u003cp\u003eThe TM7 mixing bowl maintains a 2.2-litre capacity and can prepare many recipes created for the Thermomix® TM5 and TM6. Follow any model-specific adjustments shown in the recipe.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the accessories dishwasher safe?\u003c\/summary\u003e\n\u003cp\u003eExcept for the main appliance base, the removable components can be cleaned in the dishwasher. Always follow the cleaning and care instructions provided in the product manual.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Cookidoo® included permanently?\u003c\/summary\u003e\n\u003cp\u003eCookidoo® is a subscription service. Eligible new customers may receive a three-month introductory subscription with the purchase of a TM7. Subscription fees may apply after the promotional period.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the warranty cover?\u003c\/summary\u003e\n\u003cp\u003eThe legal warranty covers qualifying product conformity defects during the applicable warranty period. It does not normally cover accidental damage, misuse, negligence, normal wear and tear or repairs performed by unauthorised service providers. Proof of purchase may be required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tm7-note\"\u003e\n\u003cstrong\u003eImportant information:\u003c\/strong\u003e Product features, cooking modes and availability may change through software updates. Delivery estimates are subject to stock, destination and the information confirmed during checkout. Thermomix®, Varoma® and Cookidoo® are registered trademarks of Vorwerk.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"🅖🅛🅞🅑🅐🅛🅘🅝🅐","offers":[{"title":"Default Title","offer_id":58454481174909,"sku":null,"price":499.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3357\/files\/s-l1600_23.png?v=1785399512","url":"https:\/\/globalina.shop\/products\/thermomix-tm7","provider":"🅖🅛🅞🅑🅐🅛🅘🅝🅐","version":"1.0","type":"link"}