{"product_id":"raphael-le-voyageur-synthetic-round","title":"Raphael Le Voyageur — Synthetic Round","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\u003eRaphaël Le Voyageur Travel Brushes | Professional Watercolour Brushes | Hobby Heaven UK\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background: rgb(34, 34, 34);\n            color: #e8e8e8;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.7;\n            font-size: 16px;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #8b4513 0%, #5d2e0f 100%);\n            padding: 40px 30px;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n        \n        .hero-section h1 {\n            color: #d4af37;\n            font-size: 2.2em;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero-section .subtitle {\n            font-size: 1.2em;\n            color: #c9c9c9;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .highlight-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #d4af37 0%, #aa8c2e 100%);\n            color: #1a1a1a;\n            padding: 8px 16px;\n            border-radius: 6px;\n            font-weight: bold;\n            margin: 5px 5px 5px 0;\n            font-size: 0.9em;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .section {\n            background: rgba(50, 50, 50, 0.6);\n            padding: 30px;\n            margin-bottom: 25px;\n            border-radius: 10px;\n            border-left: 4px solid #d4af37;\n        }\n        \n        .section h2 {\n            color: #d4af37;\n            font-size: 1.8em;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .section h3 {\n            color: #e8c068;\n            font-size: 1.3em;\n            margin: 25px 0 15px 0;\n        }\n        \n        .info-box {\n            background: linear-gradient(135deg, rgba(139, 69, 19, 0.4) 0%, rgba(93, 46, 15, 0.4) 100%);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border: 1px solid rgba(212, 175, 55, 0.2);\n        }\n        \n        .product-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .product-card {\n            background: linear-gradient(135deg, rgba(60, 60, 60, 0.9) 0%, rgba(45, 45, 45, 0.9) 100%);\n            padding: 25px;\n            border-radius: 10px;\n            border: 2px solid rgba(212, 175, 55, 0.2);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n        \n        .product-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(212, 175, 55, 0.6);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);\n        }\n        \n        .product-card h4 {\n            color: #d4af37;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n            border-bottom: 2px solid rgba(212, 175, 55, 0.3);\n            padding-bottom: 10px;\n        }\n        \n        .product-type {\n            display: inline-block;\n            background: rgba(212, 175, 55, 0.2);\n            color: #d4af37;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 0.85em;\n            font-weight: bold;\n            margin-bottom: 10px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n            background: rgba(40, 40, 40, 0.8);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .spec-table thead {\n            background: linear-gradient(135deg, #d4af37 0%, #b8962d 100%);\n            color: #1a1a1a;\n        }\n        \n        .spec-table th {\n            padding: 15px;\n            text-align: left;\n            font-weight: bold;\n            font-size: 0.95em;\n        }\n        \n        .spec-table td {\n            padding: 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.1);\n        }\n        \n        .spec-table tr:hover {\n            background: rgba(212, 175, 55, 0.1);\n        }\n        \n        .feature-list {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 30px;\n            position: relative;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.1);\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.2em;\n        }\n        \n        .care-steps {\n            counter-reset: step-counter;\n            list-style: none;\n            padding: 0;\n        }\n        \n        .care-steps li {\n            counter-increment: step-counter;\n            padding: 15px;\n            padding-left: 50px;\n            position: relative;\n            margin-bottom: 10px;\n            background: rgba(60, 60, 60, 0.5);\n            border-radius: 6px;\n        }\n        \n        .care-steps li:before {\n            content: counter(step-counter);\n            position: absolute;\n            left: 15px;\n            top: 50%;\n            transform: translateY(-50%);\n            background: linear-gradient(135deg, #d4af37 0%, #b8962d 100%);\n            color: #1a1a1a;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n        }\n        \n        .warning-box {\n            background: linear-gradient(135deg, rgba(184, 76, 14, 0.3) 0%, rgba(139, 57, 10, 0.3) 100%);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #e8c068;\n        }\n        \n        .warning-box h4 {\n            color: #e8c068;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n        }\n        \n        .usage-scenarios {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .scenario-card {\n            background: linear-gradient(135deg, rgba(139, 69, 19, 0.3) 0%, rgba(93, 46, 15, 0.2) 100%);\n            padding: 20px;\n            border-radius: 8px;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            transition: all 0.3s ease;\n        }\n        \n        .scenario-card:hover {\n            border-color: rgba(212, 175, 55, 0.6);\n            transform: translateY(-3px);\n        }\n        \n        .scenario-card h4 {\n            color: #e8c068;\n            margin-bottom: 12px;\n            font-size: 1.15em;\n        }\n        \n        .faq-item {\n            background: rgba(50, 50, 50, 0.6);\n            padding: 20px;\n            margin-bottom: 15px;\n            border-radius: 8px;\n            border-left: 3px solid #d4af37;\n        }\n        \n        .faq-item h4 {\n            color: #e8c068;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n        }\n        \n        .shipping-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .benefit-card {\n            text-align: center;\n            padding: 25px;\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(184, 150, 45, 0.1) 100%);\n            border-radius: 8px;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .benefit-card .icon {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n        }\n        \n        .comparison-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 15px;\n            margin: 20px 0;\n        }\n        \n        .comparison-item {\n            background: rgba(60, 60, 60, 0.6);\n            padding: 15px;\n            border-radius: 6px;\n            border-left: 3px solid #d4af37;\n        }\n        \n        .comparison-item h5 {\n            color: #d4af37;\n            margin-bottom: 8px;\n            font-size: 1em;\n        }\n        \n        strong {\n            color: #e8c068;\n        }\n        \n        em {\n            color: #d4af37;\n            font-style: normal;\n        }\n        \n        @media (max-width: 768px) {\n            .hero-section h1 {\n                font-size: 1.6em;\n            }\n            \n            .hero-section .subtitle {\n                font-size: 1em;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .section h2 {\n                font-size: 1.4em;\n            }\n            \n            .spec-table {\n                font-size: 0.85em;\n            }\n            \n            .spec-table th,\n            .spec-table td {\n                padding: 10px 8px;\n            }\n            \n            .product-grid,\n            .usage-scenarios {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \n        \u003cdiv class=\"hero-section\"\u003e\n            \u003ch1\u003e✈️ Raphaël Le Voyageur Travel Brush Range\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eProfessional watercolour brushes designed for artists on the move\u003c\/p\u003e\n            \u003cdiv\u003e\n                \u003cspan class=\"highlight-badge\"\u003eProtective Metal Cap\u003c\/span\u003e\n                \u003cspan class=\"highlight-badge\"\u003eCompact Design\u003c\/span\u003e\n                \u003cspan class=\"highlight-badge\"\u003eSoftAqua \u0026amp; Precision Fibres\u003c\/span\u003e\n                \u003cspan class=\"highlight-badge\"\u003ePlein Air Ready\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003eBuilt for Travel, Made for Quality\u003c\/h2\u003e\n            \u003cp\u003eLe Voyageur is Raphaël's answer to a simple problem: how do you protect your brushes when you're painting outdoors, travelling, or working away from the studio? Each brush comes with a \u003cstrong\u003emetal protective cap\u003c\/strong\u003e that doubles as a handle extension when you're working.\u003c\/p\u003e\n            \n            \u003cdiv class=\"info-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003e🛡️ How it works:\u003c\/strong\u003e The cap slides over the bristles during transport, protecting them from damage. When you're ready to paint, flip it around and slot it onto the handle end — this gives you a full-length brush with perfect balance.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cp\u003eThe range combines two different synthetic fibre technologies depending on what you need:\u003c\/p\u003e\n            \n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSoftAqua fibres\u003c\/strong\u003e — soft, water-hungry bristles that mimic natural squirrel hair (for washes and loose work)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003ePrecision fibres\u003c\/strong\u003e — springy, sharp-tipped bristles that snap back to point (for details and line work)\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp\u003eAll models are compact enough to fit in a pencil case or travel pouch, but perform like full-sized professional brushes.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e🎨 The Four Brushes\u003c\/h2\u003e\n            \n            \u003cdiv class=\"product-grid\"\u003e\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cspan class=\"product-type\"\u003eSoftAqua\u003c\/span\u003e\n                    \u003ch4\u003eRound Size 6\u003c\/h4\u003e\n                    \u003cp\u003e\u003cstrong\u003eFibre type:\u003c\/strong\u003e Synthetic SoftAqua\u003cbr\u003e\n                    \u003cstrong\u003eHair length:\u003c\/strong\u003e ~12mm\u003cbr\u003e\n                    \u003cstrong\u003eDiameter:\u003c\/strong\u003e ~2.7mm\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 15px;\"\u003eYour go-to workhorse for \u003cem\u003emedium washes\u003c\/em\u003e, backgrounds, and general painting. The rounded shape holds plenty of water while maintaining a decent point for controlled strokes.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Skies, landscapes, loose portrait work, filling medium areas\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cspan class=\"product-type\"\u003eSoftAqua\u003c\/span\u003e\n                    \u003ch4\u003eMop Size 000\u003c\/h4\u003e\n                    \u003cp\u003e\u003cstrong\u003eFibre type:\u003c\/strong\u003e Synthetic SoftAqua\u003cbr\u003e\n                    \u003cstrong\u003eHair length:\u003c\/strong\u003e ~20mm\u003cbr\u003e\n                    \u003cstrong\u003eDiameter:\u003c\/strong\u003e ~0.8mm\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 15px;\"\u003eDespite the tiny size number, this is a \u003cem\u003emop-shaped brush\u003c\/em\u003e with a full belly — perfect for laying down quick, juicy washes in small areas or creating soft edges.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Spot washes, wet-in-wet effects, small backgrounds, atmospheric details\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cspan class=\"product-type\"\u003ePrecision\u003c\/span\u003e\n                    \u003ch4\u003eRound Size 0\u003c\/h4\u003e\n                    \u003cp\u003e\u003cstrong\u003eFibre type:\u003c\/strong\u003e Synthetic Precision\u003cbr\u003e\n                    \u003cstrong\u003eHair length:\u003c\/strong\u003e ~7mm\u003cbr\u003e\n                    \u003cstrong\u003eDiameter:\u003c\/strong\u003e ~1.0mm\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 15px;\"\u003eUltra-fine detailing brush with a \u003cem\u003esharp, stable point\u003c\/em\u003e. The precision fibres have excellent snap — they spring back to shape after every stroke, even with repeated use.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Fine lines, signatures, botanical details, miniature work, corrections\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cspan class=\"product-type\"\u003ePrecision\u003c\/span\u003e\n                    \u003ch4\u003eRound Size 5\u003c\/h4\u003e\n                    \u003cp\u003e\u003cstrong\u003eFibre type:\u003c\/strong\u003e Synthetic Precision\u003cbr\u003e\n                    \u003cstrong\u003eHair length:\u003c\/strong\u003e ~10mm\u003cbr\u003e\n                    \u003cstrong\u003eDiameter:\u003c\/strong\u003e ~2.0mm\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 15px;\"\u003eBigger than Size 0 but still focused on \u003cem\u003econtrol and precision\u003c\/em\u003e. Great for outlines, contours, and detailed work that needs consistent line weight.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Outlines, comic\/illustration work, portrait features, architectural details\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003ch4\u003e⚙️ Understanding the sizes:\u003c\/h4\u003e\n                \u003cp\u003eThe Mop Size 000 might sound tiny, but \u003cstrong\u003emop brushes are measured differently\u003c\/strong\u003e — it's actually larger than a Round Size 0. Think of it as a small wash brush rather than a detail brush. The belly holds water while the tip stays controllable.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e📏 Technical Specifications\u003c\/h2\u003e\n            \n            \u003ctable class=\"spec-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eModel\u003c\/th\u003e\n                        \u003cth\u003eShape\u003c\/th\u003e\n                        \u003cth\u003eFibre Type\u003c\/th\u003e\n                        \u003cth\u003eHair Length\u003c\/th\u003e\n                        \u003cth\u003eDiameter\u003c\/th\u003e\n                        \u003cth\u003eTotal Length\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eSoftAqua Round 6\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRound\u003c\/td\u003e\n                        \u003ctd\u003eSoftAqua synthetic\u003c\/td\u003e\n                        \u003ctd\u003e~12mm\u003c\/td\u003e\n                        \u003ctd\u003e~2.7mm\u003c\/td\u003e\n                        \u003ctd\u003e16-17cm (with cap)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eSoftAqua Mop 000\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eMop\/Quill\u003c\/td\u003e\n                        \u003ctd\u003eSoftAqua synthetic\u003c\/td\u003e\n                        \u003ctd\u003e~20mm\u003c\/td\u003e\n                        \u003ctd\u003e~0.8mm\u003c\/td\u003e\n                        \u003ctd\u003e16-17cm (with cap)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePrecision Round 0\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRound\u003c\/td\u003e\n                        \u003ctd\u003ePrecision synthetic\u003c\/td\u003e\n                        \u003ctd\u003e~7mm\u003c\/td\u003e\n                        \u003ctd\u003e~1.0mm\u003c\/td\u003e\n                        \u003ctd\u003e16-17cm (with cap)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePrecision Round 5\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRound\u003c\/td\u003e\n                        \u003ctd\u003ePrecision synthetic\u003c\/td\u003e\n                        \u003ctd\u003e~10mm\u003c\/td\u003e\n                        \u003ctd\u003e~2.0mm\u003c\/td\u003e\n                        \u003ctd\u003e16-17cm (with cap)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003cp style=\"margin-top: 20px;\"\u003eAll brushes feature a \u003cstrong\u003esolid metal handle and cap\u003c\/strong\u003e system. The cap is precisely machined to fit snugly without damaging the bristles.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e🎒 Where You'd Actually Use These\u003c\/h2\u003e\n            \n            \u003cdiv class=\"usage-scenarios\"\u003e\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e🏞️ Plein Air Painting\u003c\/h4\u003e\n                    \u003cp\u003eThrow them in your bag without worrying about crushed bristles. The protective caps mean you can toss them in with your sketchbook, water bottle, and paints without a second thought.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e🏙️ Urban Sketching\u003c\/h4\u003e\n                    \u003cp\u003eCompact size is perfect for cafe sketching or standing at an easel in a busy street. Quick to set up, easy to clean on the go, and you can work fast with the round brushes.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e✈️ Travel Journaling\u003c\/h4\u003e\n                    \u003cp\u003eTSA-friendly, lightweight, and they fit in any pencil case. Paint in hotel rooms, airports, trains — anywhere you've got 10 minutes and a view worth capturing.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e🎓 Workshops \u0026amp; Classes\u003c\/h4\u003e\n                    \u003cp\u003eEasy to transport to and from classes. The caps protect the brushes in a crowded bag or when you're carrying multiple tools. No more bent bristles after a day at the studio.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e🏕️ Camping \u0026amp; Hiking\u003c\/h4\u003e\n                    \u003cp\u003eMinimal gear, maximum capability. Pack the essentials (one wash brush, one detail brush) and you've got everything you need for watercolour studies in the field.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"scenario-card\"\u003e\n                    \u003ch4\u003e🚂 Commute Painting\u003c\/h4\u003e\n                    \u003cp\u003eIf you sketch on trains or buses, these brushes won't take up much room and they're safe from being crushed in your commuter bag. Quick setups mean you can make the most of travel time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e🎨 What Media Work Best\u003c\/h2\u003e\n            \n            \u003cdiv class=\"comparison-grid\"\u003e\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e✅ Watercolour\u003c\/h5\u003e\n                    \u003cp\u003ePerfect. Both SoftAqua and Precision fibres are designed primarily for watercolour work — they hold water well and release pigment smoothly.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e✅ Gouache\u003c\/h5\u003e\n                    \u003cp\u003eWorks great. The SoftAqua brushes handle the thicker consistency well, and Precision brushes give you clean edges and fine details.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e✅ Ink \u0026amp; Indian Ink\u003c\/h5\u003e\n                    \u003cp\u003eExcellent control. The Precision brushes especially shine here — sharp lines, consistent flow, and they clean up easily.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e✅ Diluted Acrylics\u003c\/h5\u003e\n                    \u003cp\u003eYes, if thinned properly. Use them like watercolour acrylics or for glazing. \u003cstrong\u003eDon't use with thick acrylic straight from the tube.\u003c\/strong\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e⚠️ Heavy-Bodied Acrylics\u003c\/h5\u003e\n                    \u003cp\u003eNot recommended. These fibres are too soft for thick paint — you'd be better off with stiffer synthetics designed for acrylics.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003ch5\u003e❌ Oils\u003c\/h5\u003e\n                    \u003cp\u003eNo. The brushes aren't designed for oil-based media and the solvents used to clean oils could damage the fibres or loosen the ferrule.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e🧼 Care \u0026amp; Maintenance\u003c\/h2\u003e\n            \n            \u003cp\u003eTravel brushes need a bit more attention than studio brushes because they spend more time packed away. Here's how to keep them in good shape:\u003c\/p\u003e\n\n            \u003ch3\u003eAfter Painting\u003c\/h3\u003e\n            \u003col class=\"care-steps\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRinse immediately\u003c\/strong\u003e in lukewarm water. Don't let paint dry in the bristles — it's harder to clean later and can damage the fibres.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eUse mild soap\u003c\/strong\u003e if needed. Marseille soap or gentle brush soap works well. Avoid harsh detergents or hot water.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eDrain excess water\u003c\/strong\u003e and blot gently with a cloth. Don't squeeze or twist the bristles.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eLet them dry completely\u003c\/strong\u003e before putting the cap back on. This is critical — trapped moisture can ruin synthetic fibres or cause mildew.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eStore bristles-down or flat\u003c\/strong\u003e while drying. Propping them against a towel works fine.\u003c\/li\u003e\n            \u003c\/ol\u003e\n\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003ch4\u003e🚫 Critical don'ts:\u003c\/h4\u003e\n                \u003cul style=\"padding-left: 20px; margin-top: 10px;\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eNever\u003c\/strong\u003e cap wet brushes — moisture trapped inside will damage the fibres\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eDon't\u003c\/strong\u003e leave brushes standing in water — it bends bristles and loosens the ferrule\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eAvoid\u003c\/strong\u003e submerging the metal ferrule in solvents or hot water\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eDon't\u003c\/strong\u003e force the cap on — if it's tight, the brush may still be damp\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch3\u003eOn the Road\u003c\/h3\u003e\n            \u003cp\u003eIf you're painting somewhere without easy access to running water:\u003c\/p\u003e\n            \u003cul class=\"feature-list\" style=\"margin-top: 15px;\"\u003e\n                \u003cli\u003eCarry a small water bottle for rinsing brushes in the field\u003c\/li\u003e\n                \u003cli\u003eBring a cloth or paper towel to dry brushes before capping\u003c\/li\u003e\n                \u003cli\u003eIf you must pack wet brushes, remove the cap and wrap bristles in paper — cap them properly once they've dried\u003c\/li\u003e\n                \u003cli\u003eClean them thoroughly as soon as you're back somewhere with facilities\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e❓ Questions People Actually Ask\u003c\/h2\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eDo the caps stay on securely during transport?\u003c\/h4\u003e\n                \u003cp\u003eYes. The metal caps fit snugly and won't fall off in your bag. They're precision-made to protect the bristles without being so tight that they're difficult to remove. You'll get a satisfying click when they seat properly.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eCan I use these as my main studio brushes?\u003c\/h4\u003e\n                \u003cp\u003eAbsolutely. \"Travel brush\" just means they're \u003cstrong\u003edesigned to be portable\u003c\/strong\u003e — the quality and performance are identical to regular professional brushes. Many artists use these exclusively because they like the compact size and protective caps.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eWhich brushes should I get if I'm only buying one or two?\u003c\/h4\u003e\n                \u003cp\u003eFor maximum versatility: \u003cstrong\u003eSoftAqua Round Size 6\u003c\/strong\u003e plus \u003cstrong\u003ePrecision Round Size 0\u003c\/strong\u003e. This gives you a general-purpose wash brush and a fine detail brush — covers about 80% of watercolour work. Add the Mop 000 if you want more wash capability.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eAre synthetic fibres as good as natural hair for travel?\u003c\/h4\u003e\n                \u003cp\u003eFor travel, \u003cstrong\u003esynthetics are actually better\u003c\/strong\u003e. Natural hair is more delicate and can be damaged by rough handling or environmental changes (humidity, heat). Synthetic SoftAqua gives you similar water capacity with much better durability — ideal when you're not in a controlled studio environment.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eHow do I know when the brush is dry enough to cap?\u003c\/h4\u003e\n                \u003cp\u003eTouch the ferrule (metal part) — if it's cool or damp, wait longer. The bristles should feel dry to the touch and spring back to shape. When in doubt, wait an extra 10 minutes. Better safe than sorry, because moisture damage is irreversible.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eWill airport security have issues with the metal caps?\u003c\/h4\u003e\n                \u003cp\u003eNo. They're just brush caps, not sharp or restricted items. Pack them in your hand luggage along with your paints and you'll be fine. The caps actually make them \u003cem\u003eeasier\u003c\/em\u003e to pack safely in carry-on bags.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eDo the bristles get damaged from being capped during transport?\u003c\/h4\u003e\n                \u003cp\u003eNot if they're dry and the cap fits properly. The design protects the shape of the bristles without compressing them. Raphaël designed these specifically for repeated capping and uncapping — they'll handle years of regular travel.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"section\"\u003e\n            \u003ch2\u003e📦 Buying from Hobby Heaven\u003c\/h2\u003e\n            \n            \u003cp\u003eWe're an \u003cstrong\u003eauthorised Raphaël stockist\u003c\/strong\u003e in the UK, which means you're getting genuine products with full manufacturer backing — no grey imports or questionable sourcing.\u003c\/p\u003e\n\n            \u003cdiv class=\"shipping-benefits\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n                    \u003ch4\u003eSame-Day Dispatch\u003c\/h4\u003e\n                    \u003cp\u003eOrder on a working day and we'll send it via Royal Mail 24 the same day\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"icon\"\u003e↩️\u003c\/div\u003e\n                    \u003ch4\u003e30-Day Returns\u003c\/h4\u003e\n                    \u003cp\u003eChanged your mind? Full refund within 30 days, no hidden fees or restocking charges\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Hobby Heaven","offers":[{"title":"Softaqua Mop Size 000","offer_id":57747962069327,"sku":"RAF-P1795.3\/0","price":12.79,"currency_code":"GBP","in_stock":false},{"title":"Softaqua Round Size 6","offer_id":57747962102095,"sku":"RAF-P1795.06","price":12.79,"currency_code":"GBP","in_stock":true},{"title":"Precision Round Size 0","offer_id":57747962134863,"sku":"RAF-P1796.00","price":12.79,"currency_code":"GBP","in_stock":true},{"title":"Precision Round Size 5","offer_id":57747962167631,"sku":"RAF-P1796.05","price":12.79,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0864\/4188\/6031\/files\/Pic-16922.jpg?v=1779660539","url":"https:\/\/purpleanime.co.uk\/es\/products\/raphael-le-voyageur-synthetic-round","provider":"Purple Anime","version":"1.0","type":"link"}