{"product_id":"bosch-series-4-built-in-electric-oven","title":"Bosch Series 4 Built-In Electric Oven","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gx-green: #00E784;\n    --gx-deep: #00493E;\n    --gx-red: #FF3B30;\n    --gx-amber: #B45309;\n  }\n\n  .gx-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Text\", sans-serif;\n    color: #1d1d1f;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  .gx-story-header {\n    background: linear-gradient(135deg, #111827 0%, #374151 100%);\n    border-radius: 20px 20px 0 0;\n    padding: 24px;\n    color: white;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .gx-story-header::after {\n    content: \"\";\n    position: absolute;\n    right: -25px;\n    top: -25px;\n    width: 120px;\n    height: 120px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 50%;\n  }\n\n  .gx-story-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    color: #00E784;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 8px;\n  }\n\n  .gx-story-headline {\n    font-size: 13px;\n    line-height: 1.55;\n    color: rgba(255,255,255,0.92);\n    margin: 0;\n  }\n\n  .gx-story-headline strong {\n    color: #fff;\n  }\n\n  .gx-card {\n    background: #fff;\n    border: 1px solid rgba(17,24,39,0.08);\n    border-top: none;\n    border-radius: 0 0 24px 24px;\n    padding: 24px;\n    box-shadow: 0 10px 30px rgba(17,24,39,0.06);\n  }\n\n  .gx-title {\n    font-size: 24px;\n    font-weight: 800;\n    color: #111827;\n    line-height: 1.15;\n    margin-bottom: 5px;\n    letter-spacing: -0.03em;\n  }\n\n  .gx-sub {\n    font-size: 13px;\n    color: #6B7280;\n    margin-bottom: 18px;\n  }\n\n  .gx-condition {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 14px 16px;\n    border-radius: 12px;\n    background: #F9FAFB;\n    border: 1px solid #E5E7EB;\n    margin-bottom: 20px;\n  }\n\n  .gx-condition-label {\n    font-size: 11px;\n    font-weight: 700;\n    color: #86868b;\n    letter-spacing: 0.05em;\n  }\n\n  .gx-dots {\n    display: flex;\n    gap: 5px;\n  }\n\n  .gx-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n  }\n\n  .gx-fill {\n    background: #00E784;\n  }\n\n  .gx-empty {\n    background: #D1D5DB;\n  }\n\n  .gx-condition-text {\n    margin-left: auto;\n    font-size: 13px;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .gx-price-box {\n    background: #FFF8E7;\n    border: 1px solid #FDE68A;\n    border-radius: 14px;\n    padding: 16px;\n    margin-bottom: 22px;\n  }\n\n  .gx-price-title {\n    font-size: 11px;\n    font-weight: 700;\n    color: #B45309;\n    letter-spacing: 0.04em;\n    margin-bottom: 10px;\n  }\n\n  .gx-price-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 8px 0;\n    border-bottom: 1px solid #FDECC8;\n    font-size: 13px;\n  }\n\n  .gx-price-row:last-child {\n    border-bottom: none;\n    font-weight: 800;\n  }\n\n  .gx-strike {\n    text-decoration: line-through;\n    color: #C2410C;\n  }\n\n  .gx-price {\n    color: #92400E;\n    font-weight: 800;\n  }\n\n  .gx-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .gx-box {\n    background: #F9FAFB;\n    border-radius: 10px;\n    padding: 12px;\n  }\n\n  .gx-box span {\n    display: block;\n  }\n\n  .gx-box .label {\n    font-size: 10px;\n    text-transform: uppercase;\n    color: #86868b;\n    margin-bottom: 4px;\n    letter-spacing: 0.04em;\n  }\n\n  .gx-box .value {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111827;\n    line-height: 1.4;\n  }\n\n  .gx-section {\n    border-top: 1px solid #F2F2F7;\n    margin-top: 22px;\n    padding-top: 18px;\n  }\n\n  .gx-section-title {\n    font-size: 15px;\n    font-weight: 800;\n    color: #111827;\n    margin-bottom: 14px;\n  }\n\n  .gx-info {\n    display: flex;\n    gap: 10px;\n    margin-bottom: 14px;\n  }\n\n  .gx-info-icon {\n    font-size: 15px;\n    flex-shrink: 0;\n  }\n\n  .gx-info-text {\n    font-size: 13px;\n    color: #4B5563;\n    line-height: 1.5;\n  }\n\n  .gx-info-text strong {\n    color: #111827;\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  .gx-alert {\n    margin-top: 20px;\n    background: #FFF5F5;\n    border: 1px solid #FED7D7;\n    border-radius: 12px;\n    padding: 12px 14px;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .gx-pulse {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #FF3B30;\n    animation: pulse 2s infinite;\n  }\n\n  @keyframes pulse {\n    0% {\n      transform: scale(.95);\n      box-shadow: 0 0 0 0 rgba(255,59,48,.5);\n    }\n\n    70% {\n      transform: scale(1.1);\n      box-shadow: 0 0 0 8px rgba(255,59,48,0);\n    }\n\n    100% {\n      transform: scale(.95);\n    }\n  }\n\n  .gx-alert-text {\n    font-size: 12px;\n    font-weight: 700;\n    color: #C62828;\n    line-height: 1.4;\n  }\n\n  .gx-location {\n    margin-top: 12px;\n    background: #F9FAFB;\n    border-radius: 10px;\n    padding: 11px 14px;\n    font-size: 12px;\n    color: #6B7280;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gx-wrap\"\u003e\n\u003cdiv class=\"gx-story-header\"\u003e\n\u003cdiv class=\"gx-story-eyebrow\"\u003e🔥 WHY IT'S AVAILABLE\u003c\/div\u003e\n\u003cp class=\"gx-story-headline\"\u003e\u003cstrong\u003eOwner is upgrading kitchen appliances\u003c\/strong\u003e and selling this Bosch Serie 4 built-in electric oven purchased around 2020. The oven is lightly used, well maintained and ideal for modular kitchens, baking enthusiasts and premium home cooking setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-title\"\u003eBosch Series 4 Built-In Electric Oven\u003c\/div\u003e\n\u003cdiv class=\"gx-sub\"\u003e71 L Capacity · Stainless Steel \u0026amp; Black Glass Finish · AutoPilot Cooking Programmes\u003c\/div\u003e\n\u003cdiv class=\"gx-condition\"\u003e\n\u003cdiv class=\"gx-condition-label\"\u003eCONDITION\u003c\/div\u003e\n\u003cdiv class=\"gx-dots\"\u003e\n\u003cdiv class=\"gx-dot gx-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-dot gx-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-dot gx-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-dot gx-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-dot gx-empty\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-condition-text\"\u003eLightly Used\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-price-box\"\u003e\n\u003cdiv class=\"gx-price-title\"\u003e💰 THE VALUE CASE\u003c\/div\u003e\n\u003cdiv class=\"gx-price-row\"\u003e\n\u003cspan\u003eOriginal purchase price\u003c\/span\u003e \u003cspan class=\"gx-strike\"\u003e₹55,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-price-row\"\u003e\n\u003cspan\u003eExpected selling price\u003c\/span\u003e \u003cspan class=\"gx-price\"\u003e ₹32,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-price-row\"\u003e\n\u003cspan\u003eBest suited for\u003c\/span\u003e \u003cspan class=\"gx-price\"\u003eModern modular kitchens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-grid\"\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"value\"\u003eBosch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eSeries\u003c\/span\u003e \u003cspan class=\"value\"\u003eSerie 4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eCapacity\u003c\/span\u003e \u003cspan class=\"value\"\u003e71 Litres\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eHeating Modes\u003c\/span\u003e \u003cspan class=\"value\"\u003e7 Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eCleaning System\u003c\/span\u003e \u003cspan class=\"value\"\u003ePyrolytic + Hydrolytic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-box\"\u003e\n\u003cspan class=\"label\"\u003eMade In\u003c\/span\u003e \u003cspan class=\"value\"\u003ePoland\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-section\"\u003e\n\u003cdiv class=\"gx-section-title\"\u003eProduct Highlights\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e✔️\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003ePremium built-in design\u003c\/strong\u003e Elegant stainless steel and black glass finish designed for modern modular kitchens.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e✔️\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eAutoPilot cooking programmes\u003c\/strong\u003e Comes with 10 automatic cooking presets for baking, grilling and roasting convenience.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e✔️\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eAdvanced self-cleaning\u003c\/strong\u003e Pyrolytic and hydrolytic cleaning systems reduce manual maintenance effort significantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-section\"\u003e\n\u003cdiv class=\"gx-section-title\"\u003eGetting it home\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eInstallation compatibility\u003c\/strong\u003e Buyer should verify cabinet dimensions and electrical compatibility before installation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e🔍\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eInspection available\u003c\/strong\u003e Buyers can inspect controls, heating functions, internal cavity condition and display panel before purchase confirmation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info\"\u003e\n\u003cdiv class=\"gx-info-icon\"\u003e🛒\u003c\/div\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eHow to buy\u003c\/strong\u003e Click on the “Buy Now” button for instant purchase or place your preferred price through the “Make an Offer” option.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-alert\"\u003e\n\u003cdiv class=\"gx-pulse\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gx-alert-text\"\u003eBosch built-in ovens with self-cleaning functionality are rarely available in the resale market and attract quick buyer interest\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location\"\u003e📍 Vasant Kunj, New Delhi · Built-In Kitchen Appliance · 1 unit available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46157697745092,"sku":null,"price":32000.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/oven.png?v=1779109331","url":"https:\/\/www.giveasy.in\/products\/bosch-series-4-built-in-electric-oven","provider":"giveasy","version":"1.0","type":"link"}