{"product_id":"ikea-gaming-set-micke-anthracite-red-desk-105x50-cm-brannboll-extra-large-gaming-mouse-pad-90x40-cm","title":"IKEA Gaming Set - MICKE Anthracite\/Red Desk (105x50 cm) \u0026 BRÄNNBOLL Extra-Large Gaming Mouse Pad (90x40 cm","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eIKEA MICKE Desk + BRÄNNBOLL Gaming Mouse Pad Bundle\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: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background-color: #f8f6f4;\n            color: #1e2a2c;\n            line-height: 1.5;\n        }\n\n        .bundle-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #2c3e50 0%, #1a2632 100%);\n            border-radius: 32px;\n            padding: 50px 40px;\n            text-align: center;\n            margin-bottom: 48px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 35px -10px rgba(0,0,0,0.2);\n        }\n        .hero::before {\n            content: \"🎮⚡\";\n            position: absolute;\n            font-size: 140px;\n            opacity: 0.1;\n            bottom: -30px;\n            right: -30px;\n            pointer-events: none;\n        }\n        .hero-badge {\n            display: inline-block;\n            background: #e67e22;\n            color: white;\n            font-weight: 700;\n            font-size: 14px;\n            letter-spacing: 1px;\n            padding: 8px 24px;\n            border-radius: 40px;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n        .hero h1 {\n            color: white;\n            font-size: 2.4rem;\n            font-weight: 800;\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n        .hero p {\n            color: #cbd5e1;\n            font-size: 1.2rem;\n            max-width: 650px;\n            margin: 0 auto;\n        }\n        .hero-tags {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 12px;\n            margin-top: 25px;\n        }\n        .hero-tag {\n            background: rgba(255,255,255,0.15);\n            padding: 8px 20px;\n            border-radius: 40px;\n            font-size: 0.85rem;\n            color: white;\n            font-weight: 500;\n            backdrop-filter: blur(4px);\n        }\n\n        \/* Product Cards Row *\/\n        .products-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 35px;\n            margin: 50px 0;\n        }\n        .product-card {\n            background: white;\n            border-radius: 28px;\n            padding: 35px 25px;\n            width: 300px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 15px 30px -12px rgba(0,0,0,0.08);\n            border: 1px solid #e9e5df;\n        }\n        .product-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 25px 40px -15px rgba(0,0,0,0.15);\n        }\n        .product-icon {\n            font-size: 55px;\n            margin-bottom: 15px;\n        }\n        .product-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #1a2a2c;\n            margin-bottom: 5px;\n        }\n        .product-sub {\n            color: #5c6f6b;\n            font-size: 0.9rem;\n            margin-bottom: 20px;\n        }\n        .specs-wrapper {\n            background: #f6f4f0;\n            border-radius: 18px;\n            padding: 18px;\n            margin: 15px 0;\n        }\n        .spec-chip {\n            display: inline-block;\n            background: white;\n            padding: 5px 12px;\n            border-radius: 30px;\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: #2c3e50;\n            margin: 4px;\n            border: 1px solid #e0d9d0;\n        }\n        .price-badge {\n            display: inline-block;\n            background: #e67e22;\n            color: white;\n            padding: 5px 15px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 0.85rem;\n            margin-top: 12px;\n        }\n        .plus-divider {\n            font-size: 38px;\n            font-weight: 300;\n            color: #b0a088;\n            background: white;\n            width: 65px;\n            height: 65px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #ece4dc;\n            margin: auto 0;\n        }\n\n        \/* Feature Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));\n            gap: 30px;\n            margin: 45px 0;\n        }\n        .feature-item {\n            background: white;\n            padding: 28px;\n            border-radius: 24px;\n            border-left: 6px solid #e67e22;\n            box-shadow: 0 8px 20px -8px rgba(0,0,0,0.05);\n            transition: all 0.2s;\n        }\n        .feature-item:hover {\n            transform: translateX(5px);\n        }\n        .feature-emoji {\n            font-size: 32px;\n            margin-bottom: 15px;\n        }\n        .feature-item h3 {\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n            color: #1e2a2c;\n        }\n        .feature-item p {\n            color: #4b5b58;\n            font-size: 0.95rem;\n        }\n\n        \/* Specs Table *\/\n        .specs-section {\n            background: white;\n            border-radius: 28px;\n            padding: 40px;\n            margin: 45px 0;\n            border: 1px solid #e9e5df;\n        }\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 40px;\n            margin-top: 25px;\n        }\n        .spec-card {\n            background: #fbf9f6;\n            padding: 25px;\n            border-radius: 20px;\n        }\n        .spec-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #e67e22;\n            font-weight: 600;\n        }\n        .spec-card p {\n            margin-bottom: 8px;\n            display: flex;\n            gap: 10px;\n            flex-wrap: wrap;\n            align-items: baseline;\n        }\n        .spec-label {\n            font-weight: 600;\n            min-width: 110px;\n            color: #2c3e50;\n        }\n        .hr-light {\n            margin: 15px 0;\n            border: 0;\n            height: 1px;\n            background: linear-gradient(to right, #eae4dc, transparent);\n        }\n\n        \/* Care \u0026 Safety Box *\/\n        .care-box {\n            background: #f3f0ea;\n            padding: 30px;\n            border-radius: 24px;\n            margin: 35px 0;\n            border-left: 6px solid #e67e22;\n        }\n        .care-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px;\n            margin-top: 15px;\n        }\n        .care-item {\n            flex: 1;\n            min-width: 180px;\n        }\n        .care-item strong {\n            color: #d45a1a;\n            display: block;\n            margin-bottom: 6px;\n        }\n\n        \/* CTA Banner *\/\n        .cta-banner {\n            background: linear-gradient(135deg, #2c3e50, #1e2a32);\n            border-radius: 28px;\n            padding: 50px 40px;\n            text-align: center;\n            margin: 55px 0 40px;\n            border: 1px solid #3e5566;\n        }\n        .cta-banner h2 {\n            color: white;\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        .cta-banner p {\n            color: #cbdae2;\n            font-size: 1.1rem;\n            max-width: 550px;\n            margin: 0 auto;\n        }\n        .cta-pills {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 18px;\n            margin: 30px 0 20px;\n        }\n        .cta-pill {\n            background: rgba(255,255,255,0.12);\n            backdrop-filter: blur(5px);\n            padding: 12px 28px;\n            border-radius: 50px;\n            font-weight: 500;\n            color: white;\n            font-size: 0.9rem;\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        \/* Final Note *\/\n        .final-note {\n            text-align: center;\n            background: #f3f0ea;\n            padding: 22px;\n            border-radius: 24px;\n            margin-top: 40px;\n            border: 1px solid #e2dad1;\n            font-size: 0.9rem;\n            color: #4d5b58;\n        }\n\n        @media (max-width: 780px) {\n            .hero h1 { font-size: 1.8rem; }\n            .hero { padding: 35px 25px; }\n            .products-row { flex-direction: column; align-items: center; }\n            .plus-divider { margin: 10px auto; display: inline-flex; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"bundle-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"hero\"\u003e\n        \u003cdiv class=\"hero-badge\"\u003e🎮 GAMING \u0026amp; WORK ESSENTIALS\u003c\/div\u003e\n        \u003ch1\u003eIKEA MICKE Desk + BRÄNNBOLL Gaming Mouse Pad\u003c\/h1\u003e\n        \u003cp\u003eA complete, high‑performance workspace. Minimalist desk design meets pro‑gaming precision — perfect for work, study or battle.\u003c\/p\u003e\n        \u003cdiv class=\"hero-tags\"\u003e\n            \u003cspan class=\"hero-tag\"\u003e🖥️ 105×50 cm desk\u003c\/span\u003e\n            \u003cspan class=\"hero-tag\"\u003e🎲 90×40 cm mouse pad\u003c\/span\u003e\n            \u003cspan class=\"hero-tag\"\u003e⚡ 4 mm thick \/ smooth surface\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT SHOWCASE --\u003e\n    \u003cdiv class=\"products-row\"\u003e\n        \u003c!-- MICKE Desk Card --\u003e\n        \u003cdiv class=\"product-card\"\u003e\n            \u003cdiv class=\"product-icon\"\u003e🖥️📌\u003c\/div\u003e\n            \u003cdiv class=\"product-title\"\u003eMICKE Desk\u003c\/div\u003e\n            \u003cdiv class=\"product-sub\"\u003eanthracite\/red · 105×50 cm\u003c\/div\u003e\n            \u003cdiv class=\"specs-wrapper\"\u003e\n                \u003cspan class=\"spec-chip\"\u003e📐 105×50×75 cm\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e⚖️ max load 50 kg\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e🗄️ drawer + shelf\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e🔌 hidden cable management\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e🌿 honeycomb paper filling (recycled)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"color:#5e6d6a; margin-top:12px;\"\u003eClean, simple \u0026amp; expandable. The open back panel keeps your PC cool and cables tidy.\u003c\/p\u003e\n            \u003cdiv class=\"price-badge\"\u003e🎯 designer: Henrik Preutz\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"plus-divider\"\u003e+\u003c\/div\u003e\n\n        \u003c!-- BRÄNNBOLL Gaming Mouse Pad Card --\u003e\n        \u003cdiv class=\"product-card\"\u003e\n            \u003cdiv class=\"product-icon\"\u003e🎮🖱️\u003c\/div\u003e\n            \u003cdiv class=\"product-title\"\u003eBRÄNNBOLL Mouse Pad\u003c\/div\u003e\n            \u003cdiv class=\"product-sub\"\u003eblack\/patterned · 90×40 cm\u003c\/div\u003e\n            \u003cdiv class=\"specs-wrapper\"\u003e\n                \u003cspan class=\"spec-chip\"\u003e📏 90×40×0.4 cm\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e⚡ smooth fabric surface\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e🧲 rubber non-slip underside\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e🖱️ pixel‑precise tracking\u003c\/span\u003e\n                \u003cspan class=\"spec-chip\"\u003e♻️ 100% recycled polyester\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"color:#5e6d6a; margin-top:12px;\"\u003eBig enough for full‑size keyboard + mouse — fast, smooth and perfect for intense gaming sessions.\u003c\/p\u003e\n            \u003cdiv class=\"price-badge\"\u003e🎨 designer: Iina Vuorivirta\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY THIS BUNDLE --\u003e\n    \u003cdiv style=\"text-align: center; margin: 35px 0 20px;\"\u003e\n        \u003ch2 style=\"font-size: 2rem; font-weight: 700; color: #1e2a2c;\"\u003e🎯 a workspace that works\u003c\/h2\u003e\n        \u003cp style=\"max-width: 760px; margin: 15px auto 0; color: #48635e;\"\u003eThe MICKE desk brings order and flexibility – the BRÄNNBOLL pad adds pro‑level precision and style. Whether you're working from home, studying or grinding ranked matches, this pair has you covered.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURE GRID --\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-emoji\"\u003e🖥️🧹\u003c\/div\u003e\n            \u003ch3\u003ehidden cable management\u003c\/h3\u003e\n            \u003cp\u003eThe clever cutout at the back keeps sockets and cables out of sight – a tidy desk is a focused mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-emoji\"\u003e🎮⚡\u003c\/div\u003e\n            \u003ch3\u003efast, precise tracking\u003c\/h3\u003e\n            \u003cp\u003eThe smooth surface lets your mouse glide without hindrance, while the fabric ensures pixel‑accurate control – ideal for fast‑reaction games.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-emoji\"\u003e🗄️📌\u003c\/div\u003e\n            \u003ch3\u003esmart storage \u0026amp; flexibility\u003c\/h3\u003e\n            \u003cp\u003eAdjustable shelf, spacious drawer (max load 31 kg) and the ability to add more MICKE units – grows with your needs.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-emoji\"\u003e🧲🏠\u003c\/div\u003e\n            \u003ch3\u003estays put, rolls away\u003c\/h3\u003e\n            \u003cp\u003eRubber‑covered underside keeps the mouse pad firmly in place. When you need more space, simply roll it up and store it.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SPECIFICATIONS TABLE --\u003e\n    \u003cdiv class=\"specs-section\"\u003e\n        \u003ch2 style=\"font-size: 1.9rem; font-weight: 700; margin-bottom: 20px;\"\u003e📋 technical specifications\u003c\/h2\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003c!-- MICKE Desk Specs --\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003e🧱 MICKE desk\u003c\/h3\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003edimensions:\u003c\/span\u003e 105 × 50 × 75 cm\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003emax load:\u003c\/span\u003e 50 kg\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003edrawer load:\u003c\/span\u003e 31 kg (large) \/ 1 kg (small)\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003eshelf load:\u003c\/span\u003e 8 kg\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003ematerials:\u003c\/span\u003e particleboard, fibreboard with honeycomb paper filling (100% recycled paper), acrylic paint, plastic edging\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003ekey features:\u003c\/span\u003e cable outlet, adjustable shelf, drawer stops, expandable, air ventilation\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003edesigner:\u003c\/span\u003e Henrik Preutz\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003ecare:\u003c\/span\u003e wipe with mild cleaner, dry cloth – re‑tighten screws after ~2 weeks\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003c!-- BRÄNNBOLL Mouse Pad Specs --\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003e🎮 BRÄNNBOLL mouse pad\u003c\/h3\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003edimensions:\u003c\/span\u003e 90 × 40 × 0.4 cm\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003ematerials:\u003c\/span\u003e 100% recycled polyester, natural rubber underside\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003esurface:\u003c\/span\u003e smooth, durable, easy to clean\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003edesigner:\u003c\/span\u003e Iina Vuorivirta\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003ecare:\u003c\/span\u003e wipe clean with a damp cloth – do not wash \/ bleach \/ tumble dry \/ iron\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003earticle number:\u003c\/span\u003e 705.864.70\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"spec-label\"\u003egood to know:\u003c\/span\u003e fits keyboard + mouse, pixel‑precise tracking, non‑slip rubber base\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003chr class=\"hr-light\"\u003e\n        \u003cdiv style=\"background:#f1eeea; border-radius: 18px; padding: 14px; text-align: center; margin-top: 25px;\"\u003e\n            \u003cspan style=\"font-weight: 600;\"\u003e📦 bundle includes:\u003c\/span\u003e 1x MICKE desk (anthracite\/red) + 1x BRÄNNBOLL gaming mouse pad (black\/patterned)\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARE \u0026 SAFETY --\u003e\n    \u003cdiv class=\"care-box\"\u003e\n        \u003ch3 style=\"font-size: 1.6rem; margin-bottom: 12px;\"\u003e🧼 care at a glance\u003c\/h3\u003e\n        \u003cdiv class=\"care-grid\"\u003e\n            \u003cdiv class=\"care-item\"\u003e\n                \u003cstrong\u003e🖥️ MICKE desk\u003c\/strong\u003e\n                \u003cspan\u003eWipe clean with a damp cloth and mild cleaner. Wipe dry. Re‑tighten screws ~2 weeks after assembly.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"care-item\"\u003e\n                \u003cstrong\u003e🎮 BRÄNNBOLL pad\u003c\/strong\u003e\n                \u003cspan\u003eWipe with a damp cloth. ⚠️ Do not machine wash, bleach, tumble dry or iron. Avoid direct sunlight.\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- STYLING \u0026 TIPS --\u003e\n    \u003cdiv style=\"background: #fefcf9; border-radius: 28px; padding: 30px; margin: 45px 0; border: 1px solid #ece4dc;\"\u003e\n        \u003ch3 style=\"font-size: 1.8rem; text-align: center; margin-bottom: 20px;\"\u003e🎨 style your battle station\u003c\/h3\u003e\n        \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 25px;\"\u003e\n            \u003cdiv style=\"background: white; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n                \u003ch4 style=\"color: #e67e22;\"\u003e🎧 pro gamer setup\u003c\/h4\u003e\n                \u003cp\u003ePlace the mouse pad under both keyboard and mouse. Position the MICKE desk so the back ventilation faces the wall – cable outlet keeps everything tidy.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"background: white; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n                \u003ch4 style=\"color: #e67e22;\"\u003e🏢 work‑from‑home\u003c\/h4\u003e\n                \u003cp\u003eThe subtle pixel pattern blends in nicely when not gaming. Use the adjustable shelf for documents or a laptop riser.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"background: white; padding: 20px; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);\"\u003e\n                \u003ch4 style=\"color: #e67e22;\"\u003e🎓 student corner\u003c\/h4\u003e\n                \u003cp\u003eCompact (105 cm) but spacious enough for a laptop, books and a large mouse pad. The drawer stops prevent accidents.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY BUNDLE? --\u003e\n    \u003cdiv style=\"background: white; border-radius: 28px; padding: 35px; margin: 40px 0; border: 1px solid #ecdfd5;\"\u003e\n        \u003ch3 style=\"font-size: 2rem; text-align: center; margin-bottom: 25px;\"\u003e🎯 why grab this duo?\u003c\/h3\u003e\n        \u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; text-align: center;\"\u003e\n            \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n                \u003cdiv style=\"font-size: 48px;\"\u003e🖥️🎮\u003c\/div\u003e\n                \u003ch4 style=\"margin: 12px 0;\"\u003ecomplete workspace\u003c\/h4\u003e\n                \u003cp style=\"color:#4b5b58;\"\u003eDesk + extra‑large mouse pad – everything you need from day one.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n                \u003cdiv style=\"font-size: 48px;\"\u003e💰\u003c\/div\u003e\n                \u003ch4 style=\"margin: 12px 0;\"\u003ebetter value\u003c\/h4\u003e\n                \u003cp style=\"color:#4b5b58;\"\u003eSave compared to buying separate pieces, plus a perfectly coordinated setup.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n                \u003cdiv style=\"font-size: 48px;\"\u003e♻️\u003c\/div\u003e\n                \u003ch4 style=\"margin: 12px 0;\"\u003esustainable materials\u003c\/h4\u003e\n                \u003cp style=\"color:#4b5b58;\"\u003eMICKE uses recycled honeycomb paper filling; BRÄNNBOLL is made from 100% recycled polyester.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FINAL CTA --\u003e\n    \u003cdiv class=\"cta-banner\"\u003e\n        \u003ch2\u003e🖥️ level up your workflow\u003c\/h2\u003e\n        \u003cp\u003ea desk that breathes + a mat that means business\u003c\/p\u003e\n        \u003cdiv class=\"cta-pills\"\u003e\n            \u003cspan class=\"cta-pill\"\u003e⚡ MICKE desk (anthracite\/red)\u003c\/span\u003e\n            \u003cspan class=\"cta-pill\"\u003e🎮 BRÄNNBOLL mouse pad 90×40 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-top: 15px;\"\u003e\n            \u003cspan class=\"cta-pill\" style=\"background: #e67e22; border: none;\"\u003e✨ ready to play \u0026amp; work\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FINAL NOTE --\u003e\n    \u003cdiv class=\"final-note\"\u003e\n        \u003cstrong\u003eⓘ note:\u003c\/strong\u003e Bundle includes 1x IKEA MICKE desk (105×50 cm, anthracite\/red) and 1x IKEA BRÄNNBOLL gaming mouse pad (90×40 cm, black\/patterned). Designed by Henrik Preutz and Iina Vuorivirta. All IKEA quality standards apply.\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"digitalshoppy.in","offers":[{"title":"Default Title","offer_id":51687666319681,"sku":"DS000012742","price":15499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0156\/7467\/1152\/files\/1_e6b637a1-84f8-42c4-bc46-91814e9d5db3.jpg?v=1777638441","url":"https:\/\/digitalshoppy.in\/products\/ikea-gaming-set-micke-anthracite-red-desk-105x50-cm-brannboll-extra-large-gaming-mouse-pad-90x40-cm","provider":"digitalshoppy.in","version":"1.0","type":"link"}