{"product_id":"sibling-drawing-studio-blue-pink-creative-bundle","title":"Sibling Drawing Robot Bundle – Blue + Pink Art Set","description":"\u003cstyle\u003e\n  .tt360-sibling-bundle {\n    --navy: #12395e;\n    --mint: #54e8cc;\n    --teal: #439b94;\n    --coral: #f9655d;\n    --pink: #efb9b9;\n    --cream: #fff5e6;\n    --white: #ffffff;\n    --ink: #24384a;\n    --line: #dce8e5;\n    max-width: 920px;\n    margin: 24px auto;\n    color: var(--ink);\n    font-family: \"Franklin Gothic Medium\", \"Arial Narrow\", Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .tt360-sibling-bundle * {\n    box-sizing: border-box;\n  }\n\n  .tt360-sibling-bundle h2,\n  .tt360-sibling-bundle h3,\n  .tt360-sibling-bundle p {\n    margin-top: 0;\n  }\n\n  .tt360-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(24px, 5vw, 48px);\n    border: 1px solid rgba(18, 57, 94, 0.12);\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(84, 232, 204, 0.34), transparent 38%),\n      linear-gradient(135deg, var(--cream) 0%, var(--white) 60%, #effcf9 100%);\n    box-shadow: 0 18px 45px rgba(18, 57, 94, 0.12);\n  }\n\n  .tt360-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 14px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    background: var(--coral);\n    color: var(--white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .tt360-hero h2 {\n    max-width: 720px;\n    margin-bottom: 12px;\n    color: var(--navy);\n    font-size: clamp(28px, 6vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n  }\n\n  .tt360-lead {\n    max-width: 760px;\n    margin-bottom: 22px;\n    color: #35536b;\n    font-size: clamp(16px, 2.8vw, 20px);\n    line-height: 1.55;\n  }\n\n  .tt360-price-panel {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 10px;\n    margin: 22px 0 16px;\n  }\n\n  .tt360-price-card {\n    min-height: 104px;\n    padding: 15px;\n    border: 1px solid rgba(18, 57, 94, 0.12);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.9);\n  }\n\n  .tt360-price-card span {\n    display: block;\n    margin-bottom: 5px;\n    color: #607586;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .tt360-price-card strong {\n    display: block;\n    color: var(--navy);\n    font-size: clamp(22px, 4vw, 32px);\n    line-height: 1.15;\n  }\n\n  .tt360-price-card.tt360-now {\n    border-color: var(--coral);\n    background: var(--coral);\n  }\n\n  .tt360-price-card.tt360-now span,\n  .tt360-price-card.tt360-now strong {\n    color: var(--white);\n  }\n\n  .tt360-price-card.tt360-save {\n    border-color: var(--mint);\n    background: #eafff9;\n  }\n\n  .tt360-proof-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .tt360-proof {\n    padding: 8px 11px;\n    border: 1px solid rgba(18, 57, 94, 0.12);\n    border-radius: 999px;\n    background: var(--white);\n    color: var(--navy);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .tt360-section {\n    margin-top: 26px;\n    padding: clamp(22px, 4vw, 34px);\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    background: var(--white);\n  }\n\n  .tt360-section h2 {\n    margin-bottom: 8px;\n    color: var(--navy);\n    font-size: clamp(24px, 4.6vw, 34px);\n    line-height: 1.18;\n  }\n\n  .tt360-section-intro {\n    margin-bottom: 20px;\n    color: #587083;\n  }\n\n  .tt360-benefit-grid,\n  .tt360-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .tt360-benefit,\n  .tt360-included {\n    padding: 18px;\n    border-radius: 14px;\n    background: #f7fbfa;\n    border: 1px solid #dcece8;\n  }\n\n  .tt360-benefit-icon {\n    display: inline-grid;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 10px;\n    place-items: center;\n    border-radius: 11px;\n    background: var(--mint);\n    color: var(--navy);\n    font-size: 20px;\n  }\n\n  .tt360-benefit h3,\n  .tt360-included h3 {\n    margin-bottom: 5px;\n    color: var(--navy);\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .tt360-benefit p,\n  .tt360-included p {\n    margin-bottom: 0;\n    color: #526b7c;\n    font-family: Arial, sans-serif;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .tt360-included {\n    position: relative;\n    padding-left: 52px;\n    background: var(--cream);\n    border-color: #f3dfc2;\n  }\n\n  .tt360-included::before {\n    content: \"✓\";\n    position: absolute;\n    top: 18px;\n    left: 18px;\n    display: grid;\n    width: 25px;\n    height: 25px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--teal);\n    color: var(--white);\n    font-weight: 800;\n  }\n\n  .tt360-included.tt360-wide {\n    grid-column: 1 \/ -1;\n  }\n\n  .tt360-quick-answer {\n    margin-top: 26px;\n    padding: clamp(22px, 4vw, 32px);\n    border-left: 6px solid var(--mint);\n    border-radius: 14px;\n    background: var(--navy);\n    color: var(--white);\n  }\n\n  .tt360-quick-answer h2 {\n    margin-bottom: 8px;\n    color: var(--mint);\n    font-size: 22px;\n  }\n\n  .tt360-quick-answer p {\n    margin-bottom: 0;\n    font-family: Arial, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .tt360-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    counter-reset: tt360-step;\n  }\n\n  .tt360-step {\n    position: relative;\n    padding: 54px 18px 18px;\n    border-radius: 14px;\n    background: #f4fbf9;\n    counter-increment: tt360-step;\n  }\n\n  .tt360-step::before {\n    content: counter(tt360-step);\n    position: absolute;\n    top: 14px;\n    left: 18px;\n    display: grid;\n    width: 30px;\n    height: 30px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--coral);\n    color: var(--white);\n    font-weight: 800;\n  }\n\n  .tt360-step h3 {\n    margin-bottom: 5px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .tt360-step p {\n    margin-bottom: 0;\n    color: #526b7c;\n    font-family: Arial, sans-serif;\n    font-size: 14px;\n  }\n\n  .robot-accordion {\n    margin-top: 26px;\n    font-family: \"Franklin Gothic Medium\", \"Arial Narrow\", Arial, sans-serif;\n  }\n\n  .robot-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .robot-accordion .acc-item {\n    margin-bottom: 12px;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 12px;\n    background: var(--white);\n  }\n\n  .robot-accordion .acc-label {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 17px 18px;\n    background: #f7fbfa;\n    color: var(--navy);\n    cursor: pointer;\n    font-size: 16px;\n    font-weight: 800;\n    user-select: none;\n  }\n\n  .robot-accordion .acc-label-text {\n    display: flex;\n    align-items: center;\n  }\n\n  .robot-accordion .acc-label-text::before {\n    content: \"\";\n    width: 4px;\n    height: 22px;\n    margin-right: 11px;\n    border-radius: 3px;\n    background: var(--mint);\n  }\n\n  .robot-accordion .acc-arrow {\n    color: var(--teal);\n    transition: transform 0.25s ease;\n  }\n\n  .robot-accordion .acc-content {\n    display: none;\n    padding: 20px;\n    border-top: 1px solid var(--line);\n    background: var(--white);\n    font-family: Arial, sans-serif;\n  }\n\n  .robot-accordion input[type=\"checkbox\"]:checked + .acc-label .acc-arrow {\n    transform: rotate(180deg);\n  }\n\n  .robot-accordion input[type=\"checkbox\"]:checked ~ .acc-content {\n    display: block;\n  }\n\n  .robot-accordion .acc-content h3 {\n    margin: 20px 0 7px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .robot-accordion .acc-content h3:first-child {\n    margin-top: 0;\n  }\n\n  .robot-accordion .acc-content p {\n    margin-bottom: 12px;\n    color: #486274;\n  }\n\n  .robot-accordion .acc-content ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .robot-accordion .acc-content li {\n    margin-bottom: 8px;\n    color: #486274;\n  }\n\n  .tt360-final-cta {\n    margin-top: 26px;\n    padding: clamp(24px, 5vw, 38px);\n    border-radius: 18px;\n    background: linear-gradient(135deg, var(--teal), var(--navy));\n    color: var(--white);\n    text-align: center;\n  }\n\n  .tt360-final-cta h2 {\n    margin-bottom: 8px;\n    color: var(--white);\n    font-size: clamp(25px, 5vw, 38px);\n    line-height: 1.15;\n  }\n\n  .tt360-final-cta p {\n    max-width: 650px;\n    margin: 0 auto 14px;\n    font-family: Arial, sans-serif;\n  }\n\n  .tt360-final-cta strong {\n    display: inline-block;\n    padding: 10px 16px;\n    border-radius: 999px;\n    background: var(--mint);\n    color: var(--navy);\n    font-size: 16px;\n  }\n\n  @media (max-width: 680px) {\n    .tt360-price-panel,\n    .tt360-benefit-grid,\n    .tt360-included-grid,\n    .tt360-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .tt360-included.tt360-wide {\n      grid-column: auto;\n    }\n\n    .tt360-price-card {\n      min-height: 0;\n    }\n\n    .tt360-hero,\n    .tt360-section,\n    .tt360-quick-answer,\n    .tt360-final-cta {\n      border-radius: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tt360-sibling-bundle\"\u003e\n  \u003csection class=\"tt360-hero\"\u003e\n    \u003cspan class=\"tt360-eyebrow\"\u003eLimited-Time UAE Sibling Offer\u003c\/span\u003e\n    \u003ch2\u003eTwo Kids. Two Drawing Robots. No Taking Turns.\u003c\/h2\u003e\n    \u003cp class=\"tt360-lead\"\u003eGive each child a creative station of their own with one Blue and one Pink Drawing Robot—plus replacement markers, wax crayons and watercolour pens for more ways to draw, trace and colour together.\u003c\/p\u003e\n\n    \u003cdiv class=\"tt360-price-panel\" aria-label=\"Bundle price and savings\"\u003e\n      \u003cdiv class=\"tt360-price-card\"\u003e\n        \u003cspan\u003eRegular value\u003c\/span\u003e\n        \u003cstrong\u003e\u003cs\u003eAED 638\u003c\/s\u003e\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt360-price-card tt360-now\"\u003e\n        \u003cspan\u003eLimited-time price\u003c\/span\u003e\n        \u003cstrong\u003eAED 499\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt360-price-card tt360-save\"\u003e\n        \u003cspan\u003eYour saving\u003c\/span\u003e\n        \u003cstrong\u003eAED 139\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt360-proof-row\" aria-label=\"Key bundle benefits\"\u003e\n      \u003cspan class=\"tt360-proof\"\u003e22% OFF\u003c\/span\u003e\n      \u003cspan class=\"tt360-proof\"\u003e1 Blue + 1 Pink\u003c\/span\u003e\n      \u003cspan class=\"tt360-proof\"\u003eScreen-free creative play\u003c\/span\u003e\n      \u003cspan class=\"tt360-proof\"\u003eFree UAE delivery\u003c\/span\u003e\n      \u003cspan class=\"tt360-proof\"\u003eCOD where eligible\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tt360-section\"\u003e\n    \u003ch2\u003eMore Creating. Less Waiting.\u003c\/h2\u003e\n    \u003cp class=\"tt360-section-intro\"\u003eBuilt for siblings, twins, cousins or two young artists who want to create side by side.\u003c\/p\u003e\n\n    \u003cdiv class=\"tt360-benefit-grid\"\u003e\n      \u003carticle class=\"tt360-benefit\"\u003e\n        \u003cspan class=\"tt360-benefit-icon\"\u003e🎨\u003c\/span\u003e\n        \u003ch3\u003eOne Robot for Each Child\u003c\/h3\u003e\n        \u003cp\u003eTwo complete Drawing Robots mean both children can join the activity at the same time instead of sharing one station.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-benefit\"\u003e\n        \u003cspan class=\"tt360-benefit-icon\"\u003e📵\u003c\/span\u003e\n        \u003ch3\u003eCreative Play Without an App\u003c\/h3\u003e\n        \u003cp\u003eThe robots use physical drawing templates. No Wi-Fi, smartphone or app is required for the guided drawing activity.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-benefit\"\u003e\n        \u003cspan class=\"tt360-benefit-icon\"\u003e✍️\u003c\/span\u003e\n        \u003ch3\u003ePractice Through Making\u003c\/h3\u003e\n        \u003cp\u003eFollowing lines, tracing shapes and adding colour supports hands-on creative practice, visual attention and fine-motor routines.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-benefit\"\u003e\n        \u003cspan class=\"tt360-benefit-icon\"\u003e🎁\u003c\/span\u003e\n        \u003ch3\u003eA Bigger Gift for Two\u003c\/h3\u003e\n        \u003cp\u003eThe fixed Blue + Pink pairing and complete art extras make this a practical shared birthday, holiday or family gift.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"tt360-section\"\u003e\n    \u003ch2\u003eEverything in the Sibling Creative Set\u003c\/h2\u003e\n    \u003cp class=\"tt360-section-intro\"\u003eFive product components, clearly included—no confusing add-ons at checkout.\u003c\/p\u003e\n\n    \u003cdiv class=\"tt360-included-grid\"\u003e\n      \u003carticle class=\"tt360-included\"\u003e\n        \u003ch3\u003e1 Blue Drawing Robot\u003c\/h3\u003e\n        \u003cp\u003ePhysical-template guided drawing station. Regular price: AED 299.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-included\"\u003e\n        \u003ch3\u003e1 Pink Drawing Robot\u003c\/h3\u003e\n        \u003cp\u003eSecond complete drawing station for side-by-side creative play. Regular price: AED 299.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-included\"\u003e\n        \u003ch3\u003e3 Replacement Markers\u003c\/h3\u003e\n        \u003cp\u003eOne separate pack of three black Kids Robot Drawing Markers. Regular price: AED 20.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-included\"\u003e\n        \u003ch3\u003eKids Wax Crayons\u003c\/h3\u003e\n        \u003cp\u003eOne chunky-grip wax crayon set for supervised colouring. Regular price: AED 10.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-included tt360-wide\"\u003e\n        \u003ch3\u003e12-Color Watercolour Pens\u003c\/h3\u003e\n        \u003cp\u003eOne assorted 12-colour pen set for outlines, colouring and supervised art activities. Regular price: AED 10.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003caside class=\"tt360-quick-answer\"\u003e\n    \u003ch2\u003eQuick Answer for UAE Families\u003c\/h2\u003e\n    \u003cp\u003eThe TipTop360 Sibling Drawing Robot Bundle is a screen-free creative set for two children ages 4–12. It includes one Blue robot, one Pink robot, three replacement markers, wax crayons and 12-colour watercolour pens. The separate-item value is AED 638; the limited-time UAE bundle price is AED 499, saving AED 139. It is available for delivery across Dubai, Abu Dhabi, Sharjah and the wider UAE, subject to checkout availability.\u003c\/p\u003e\n  \u003c\/aside\u003e\n\n  \u003csection class=\"tt360-section\"\u003e\n    \u003ch2\u003eSimple to Start, Fun to Personalise\u003c\/h2\u003e\n    \u003cp class=\"tt360-section-intro\"\u003eEach child can follow the guided activity, then make the final artwork their own.\u003c\/p\u003e\n\n    \u003cdiv class=\"tt360-steps\"\u003e\n      \u003carticle class=\"tt360-step\"\u003e\n        \u003ch3\u003eChoose a Template\u003c\/h3\u003e\n        \u003cp\u003eInsert a physical drawing card into each Drawing Robot.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-step\"\u003e\n        \u003ch3\u003eFollow the Drawing\u003c\/h3\u003e\n        \u003cp\u003eWatch the guided outline and follow along on paper.\u003c\/p\u003e\n      \u003c\/article\u003e\n      \u003carticle class=\"tt360-step\"\u003e\n        \u003ch3\u003eAdd Their Own Colour\u003c\/h3\u003e\n        \u003cp\u003eUse the included wax crayons or watercolour pens to personalise the picture.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"robot-accordion\"\u003e\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sibling-robot-1\"\u003e\n      \u003clabel class=\"acc-label\" for=\"sibling-robot-1\"\u003e\n        \u003cspan class=\"acc-label-text\"\u003eWhy This Bundle Is Better Value\u003c\/span\u003e\n        \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cp\u003eBuying the five components separately costs AED 638 at their current individual prices. The sibling bundle costs AED 499 for a limited time.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eSeparate-item value: AED 638\u003c\/li\u003e\n          \u003cli\u003eBundle price: AED 499\u003c\/li\u003e\n          \u003cli\u003eTotal saving: AED 139\u003c\/li\u003e\n          \u003cli\u003eEffective discount: 22%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sibling-robot-2\"\u003e\n      \u003clabel class=\"acc-label\" for=\"sibling-robot-2\"\u003e\n        \u003cspan class=\"acc-label-text\"\u003eWho It Is Designed For\u003c\/span\u003e\n        \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eTwo children who want to draw at the same time\u003c\/li\u003e\n          \u003cli\u003eSiblings, twins, cousins or shared family gifting\u003c\/li\u003e\n          \u003cli\u003eChildren ages 4–12 with age-appropriate adult supervision\u003c\/li\u003e\n          \u003cli\u003eFamilies looking for a creative activity that does not require an app or Wi-Fi\u003c\/li\u003e\n          \u003cli\u003eBirthday and holiday gift shopping across the UAE\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sibling-robot-3\"\u003e\n      \u003clabel class=\"acc-label\" for=\"sibling-robot-3\"\u003e\n        \u003cspan class=\"acc-label-text\"\u003eSafety \u0026amp; Recommended Use\u003c\/span\u003e\n        \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cp\u003eUse the Drawing Robots and art supplies with age-appropriate adult supervision. Keep marker caps and small or damaged components away from younger children. Protect tables and nearby surfaces before colouring, and follow the instructions supplied with each item.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sibling-robot-4\"\u003e\n      \u003clabel class=\"acc-label\" for=\"sibling-robot-4\"\u003e\n        \u003cspan class=\"acc-label-text\"\u003eUAE Delivery \u0026amp; Payment\u003c\/span\u003e\n        \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eAvailable across Dubai, Abu Dhabi, Sharjah and the wider UAE\u003c\/li\u003e\n          \u003cli\u003eThe AED 499 bundle currently qualifies for free UAE delivery\u003c\/li\u003e\n          \u003cli\u003eCash on Delivery is shown at checkout where eligible\u003c\/li\u003e\n          \u003cli\u003eCurrent stock and delivery timing are confirmed at checkout\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sibling-robot-5\"\u003e\n      \u003clabel class=\"acc-label\" for=\"sibling-robot-5\"\u003e\n        \u003cspan class=\"acc-label-text\"\u003eFrequently Asked Questions\u003c\/span\u003e\n        \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\n      \u003c\/label\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003ch3\u003eWhat is included in the Blue + Pink Drawing Robot bundle?\u003c\/h3\u003e\n        \u003cp\u003eOne Blue Drawing Robot, one Pink Drawing Robot, one pack of three black replacement markers, one Kids Wax Crayons set and one 12-Color Kids Watercolour Pens set.\u003c\/p\u003e\n\n        \u003ch3\u003eCan both children use the bundle at the same time?\u003c\/h3\u003e\n        \u003cp\u003eYes. The bundle includes two separate Drawing Robots, so each child has a dedicated drawing station.\u003c\/p\u003e\n\n        \u003ch3\u003eCan I choose two Blue or two Pink robots?\u003c\/h3\u003e\n        \u003cp\u003eNo. This offer is a fixed sibling pairing of one Blue robot and one Pink robot.\u003c\/p\u003e\n\n        \u003ch3\u003eDoes the Drawing Robot require Wi-Fi, a phone or an app?\u003c\/h3\u003e\n        \u003cp\u003eNo. The activity uses physical drawing templates and does not require Wi-Fi, a smartphone or an app.\u003c\/p\u003e\n\n        \u003ch3\u003eWhat age is the Drawing Robot bundle suitable for?\u003c\/h3\u003e\n        \u003cp\u003eIt is intended for children ages 4–12 with age-appropriate adult supervision.\u003c\/p\u003e\n\n        \u003ch3\u003eIs this Drawing Robot bundle available in Dubai and Abu Dhabi?\u003c\/h3\u003e\n        \u003cp\u003eYes. TipTop360 serves Dubai, Abu Dhabi, Sharjah and the wider UAE. Final availability and delivery details are confirmed at checkout.\u003c\/p\u003e\n\n        \u003ch3\u003eHow much do I save?\u003c\/h3\u003e\n        \u003cp\u003eThe five separate components have a current combined value of AED 638. The limited-time price is AED 499, so you save AED 139, equivalent to 22%.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"tt360-final-cta\"\u003e\n    \u003ch2\u003eGive Both Young Artists Their Own Creative Station\u003c\/h2\u003e\n    \u003cp\u003eOne Blue robot. One Pink robot. More ways to draw and colour together—without an app and without taking turns.\u003c\/p\u003e\n    \u003cstrong\u003eLimited-time price: AED 499 · Save AED 139\u003c\/strong\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"TipTop360","offers":[{"title":"1 Blue + 1 Pink · Complete Art Set","offer_id":45279532974195,"sku":"BDL-DRB-SIB-BP-ART","price":499.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/0822\/3859\/files\/tiptop360-sibling-drawing-robot-bundle-shopify-4x5_6f487685-5bfb-4f05-a3d1-c87acc8f584d.png?v=1784882055","url":"https:\/\/tiptop360.com\/products\/sibling-drawing-studio-blue-pink-creative-bundle","provider":"TipTop360","version":"1.0","type":"link"}