{"title":"Vallejo Paints","description":"","products":[{"product_id":"vallejo-model-color-acrylics-airbrush-thinner-17ml-70-261","title":"Vallejo Model Color Acrylics Airbrush Thinner 17ml 70.261","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983291158717,"sku":"70.261","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-model-color-acrylics-airbrush-thinner-17ml-70-261-hobby-heaven.jpg?v=1715361196"},{"product_id":"vallejo-airbrush-flow-improver-model-color-17ml-70-262","title":"Vallejo Airbrush Flow Improver Model Color 17ml 71.262","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983311016125,"sku":"70.262","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-airbrush-flow-improver-model-color-17ml-71-262-hobby-heaven-1.jpg?v=1715361196"},{"product_id":"vallejo-plastic-putty-model-color-17ml-70-400","title":"Vallejo Plastic Putty Model Color 17ml 70.400","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983353614525,"sku":"70.400","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-plastic-putty-model-color-17ml-70-400-hobby-heaven-1.jpg?v=1715361181"},{"product_id":"vallejo-glossy-medium-model-color-17ml-70-470","title":"Vallejo Glossy Medium Model Color 17ml 70.470","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983354204349,"sku":"70.470","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-glossy-medium-model-color-17ml-70-470-hobby-heaven-1.jpg?v=1715361182"},{"product_id":"vallejo-glossy-varnish-model-color-17ml-70-510","title":"Vallejo Glossy Varnish Model Color 17ml 70.510","description":"\u003cp\u003e\u0026lt;!DOCTYPE html\u0026gt;\u003cbr\u003e\u0026lt;html lang=\"en\"\u0026gt;\u003cbr\u003e\u0026lt;head\u0026gt;\u003cbr\u003e    \u0026lt;meta charset=\"UTF-8\"\u0026gt;\u003cbr\u003e    \u0026lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u0026gt;\u003cbr\u003e    \u0026lt;title\u0026gt;Model Color - Professional Acrylic Paints | Highest Pigment Concentration\u0026lt;\/title\u0026gt;\u003cbr\u003e    \u0026lt;style\u0026gt;\u003cbr\u003e        :root {\u003cbr\u003e            --dark-bg: #222222;\u003cbr\u003e            --gold-primary: #D4AF37;\u003cbr\u003e            --gold-secondary: #FFC832;\u003cbr\u003e            --gold-light: #FFEB99;\u003cbr\u003e            --text-light: #f5f5f5;\u003cbr\u003e            --text-accent: #E0E0E0;\u003cbr\u003e            --accent-color: #8A2BE2;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        body {\u003cbr\u003e            background-color: var(--dark-bg);\u003cbr\u003e            color: var(--text-light);\u003cbr\u003e            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\u003cbr\u003e            line-height: 1.6;\u003cbr\u003e            margin: 0;\u003cbr\u003e            padding: 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-container {\u003cbr\u003e            max-width: 1200px;\u003cbr\u003e            margin: 0 auto;\u003cbr\u003e            padding: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-header {\u003cbr\u003e            text-align: center;\u003cbr\u003e            margin-bottom: 30px;\u003cbr\u003e            border-bottom: 1px solid var(--gold-primary);\u003cbr\u003e            padding-bottom: 15px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-title {\u003cbr\u003e            font-size: 2.5rem;\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            -webkit-background-clip: text;\u003cbr\u003e            background-clip: text;\u003cbr\u003e            color: transparent;\u003cbr\u003e            display: inline-block;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-subtitle {\u003cbr\u003e            font-size: 1.2rem;\u003cbr\u003e            color: var(--text-accent);\u003cbr\u003e            margin-bottom: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .badge {\u003cbr\u003e            display: inline-block;\u003cbr\u003e            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            color: var(--dark-bg);\u003cbr\u003e            padding: 5px 15px;\u003cbr\u003e            border-radius: 20px;\u003cbr\u003e            font-weight: bold;\u003cbr\u003e            margin: 5px;\u003cbr\u003e            font-size: 0.9rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .main-features {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 20px;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-box {\u003cbr\u003e            flex: 1;\u003cbr\u003e            min-width: 250px;\u003cbr\u003e            background: rgba(40, 40, 40, 0.7);\u003cbr\u003e            border: 1px solid var(--gold-primary);\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 20px;\u003cbr\u003e            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\u003cbr\u003e            transition: transform 0.3s, box-shadow 0.3s;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-box:hover {\u003cbr\u003e            transform: translateY(-5px);\u003cbr\u003e            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-icon {\u003cbr\u003e            font-size: 1.8rem;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-title {\u003cbr\u003e            font-size: 1.3rem;\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-description {\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e            line-height: 1.8;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .highlight {\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e            font-weight: bold;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table {\u003cbr\u003e            width: 100%;\u003cbr\u003e            border-collapse: collapse;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            overflow: hidden;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table th {\u003cbr\u003e            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            color: var(--dark-bg);\u003cbr\u003e            text-align: left;\u003cbr\u003e            padding: 15px;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table td {\u003cbr\u003e            padding: 12px 15px;\u003cbr\u003e            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table tr:nth-child(even) {\u003cbr\u003e            background-color: rgba(40, 40, 40, 0.5);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .uses-section {\u003cbr\u003e            margin: 40px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .uses-grid {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 15px;\u003cbr\u003e            margin-top: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .use-case {\u003cbr\u003e            flex: 1;\u003cbr\u003e            min-width: 200px;\u003cbr\u003e            background: rgba(40, 40, 40, 0.7);\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 15px;\u003cbr\u003e            border-left: 4px solid var(--gold-primary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .use-title {\u003cbr\u003e            font-weight: bold;\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .gradient-section {\u003cbr\u003e            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 25px;\u003cbr\u003e            margin: 40px 0;\u003cbr\u003e            border: 1px solid var(--gold-primary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .gradient-title {\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e            font-size: 1.5rem;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e            border-bottom: 2px solid var(--gold-primary);\u003cbr\u003e            padding-bottom: 10px;\u003cbr\u003e            display: inline-block;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .color-varieties {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 10px;\u003cbr\u003e            margin: 20px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .color-category {\u003cbr\u003e            background: rgba(50, 50, 50, 0.7);\u003cbr\u003e            padding: 10px 15px;\u003cbr\u003e            border-radius: 5px;\u003cbr\u003e            border-bottom: 3px solid var(--gold-secondary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .application-tips {\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .tip-item {\u003cbr\u003e            display: flex;\u003cbr\u003e            align-items: flex-start;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .tip-icon {\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e            font-size: 1.3rem;\u003cbr\u003e            margin-right: 15px;\u003cbr\u003e            flex-shrink: 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .mobile-note {\u003cbr\u003e            text-align: center;\u003cbr\u003e            background: rgba(138, 43, 226, 0.2);\u003cbr\u003e            border: 1px dashed var(--accent-color);\u003cbr\u003e            padding: 10px;\u003cbr\u003e            border-radius: 5px;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            font-style: italic;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        @media (max-width: 768px) {\u003cbr\u003e            .product-title {\u003cbr\u003e                font-size: 1.8rem;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .feature-box {\u003cbr\u003e                min-width: 100%;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .use-case {\u003cbr\u003e                min-width: 100%;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .spec-table {\u003cbr\u003e                font-size: 0.9rem;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .product-description {\u003cbr\u003e                font-size: 1rem;\u003cbr\u003e            }\u003cbr\u003e        }\u003cbr\u003e    \u0026lt;\/style\u0026gt;\u003cbr\u003e\u0026lt;\/head\u0026gt;\u003cbr\u003e\u0026lt;body\u0026gt;\u003cbr\u003e    \u0026lt;div class=\"product-container\"\u0026gt;\u003cbr\u003e        \u0026lt;div class=\"product-header\"\u0026gt;\u003cbr\u003e            \u0026lt;h1 class=\"product-title\"\u0026gt;Model Color - Professional Acrylic Paints\u0026lt;\/h1\u0026gt;\u003cbr\u003e            \u0026lt;p class=\"product-subtitle\"\u0026gt;Highest pigment concentration in a water-based formula, specially developed for brush application\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;✨ High Pigmentation\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;💧 Water-Based\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;🎨 Perfect Coverage\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;⚡ Quick-Drying\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;🌱 Non-Toxic\u0026lt;\/span\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"product-description\"\u0026gt;\u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;Model Color\u0026lt;\/strong\u0026gt; offers professional matt and opaque acrylic paints with \u0026lt;span class=\"highlight\"\u0026gt;the highest pigment concentration\u0026lt;\/span\u0026gt; in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                Our \u0026lt;span class=\"highlight\"\u0026gt;extensive color range\u0026lt;\/span\u0026gt; includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"main-features\"\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;🖌️\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Perfect Application\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Self-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;⏱️\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Quick-Drying\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Lightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;🔒\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Exceptional Adhesion\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Extraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"gradient-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2 class=\"gradient-title\"\u0026gt;Why Choose Model Color?\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;💧 Water-based formula\u0026lt;\/strong\u0026gt; means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;🔥 The paints are non-flammable\u0026lt;\/strong\u0026gt; and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"uses-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2\u0026gt;Application Examples 🎯\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"uses-grid\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Historical Figures\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Perfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Military Models\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Precise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Aircraft Models\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Accurate representation of military and civilian aircraft paint schemes from different eras and countries.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Wargaming\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Quick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Dioramas\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Realistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Special Effects\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Creating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;table class=\"spec-table\"\u0026gt;\u003cbr\u003e            \u0026lt;thead\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;th\u0026gt;Property\u0026lt;\/th\u0026gt;\u003cbr\u003e                    \u0026lt;th\u0026gt;Specification\u0026lt;\/th\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e            \u0026lt;\/thead\u0026gt;\u003cbr\u003e            \u0026lt;tbody\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Base\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Finish\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Matte\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Drying Time\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;15-30 minutes (depending on layer thickness)\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Thinner\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Cleaning\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Flammability\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Non-flammable\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Suitable for\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Plastic, metal, resin, wood, ceramic\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Recommended primer\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Yes, for optimal results\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e            \u0026lt;\/tbody\u0026gt;\u003cbr\u003e        \u0026lt;\/table\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"color-varieties\"\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Basic colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Historical colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Military colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Skin tones\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Metallics\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Transparent\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Fluorescent\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Glazes\u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"application-tips\"\u0026gt;\u003cbr\u003e            \u0026lt;h2\u0026gt;Professional Application Tips 🔍\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Prime the surface:\u0026lt;\/strong\u0026gt; For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Layer technique:\u0026lt;\/strong\u0026gt; Apply thin layers instead of one thick layer for the best coverage and most even finish.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Wet blending:\u0026lt;\/strong\u0026gt; Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Color mixing:\u0026lt;\/strong\u0026gt; Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Glazes and washes:\u0026lt;\/strong\u0026gt; Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"mobile-note\"\u0026gt;\u003cbr\u003e            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"gradient-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2 class=\"gradient-title\"\u0026gt;FAQ - Frequently Asked Questions\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Do Model Color paints require thinning?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ How long do Model Color paints take to dry?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Are Model Color paints resistant to wear after drying?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Can the paints be used with an airbrush?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e    \u0026lt;\/div\u0026gt;\u003cbr\u003e\u0026lt;\/body\u0026gt;\u003cbr\u003e\u0026lt;\/html\u0026gt;\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983355351229,"sku":"70.510","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-glossy-varnish-model-color-17ml-70-510-hobby-heaven-1.jpg?v=1715361181"},{"product_id":"vallejo-matt-varnish-model-color-17ml-70-520","title":"Vallejo Matt Varnish Model Color 17ml 70.520","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983356104893,"sku":"70.520","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/520.jpg?v=1737397531"},{"product_id":"vallejo-metal-medium-model-color-17ml-70-521","title":"Vallejo Metal Medium Model Color 17ml 70.521","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983357219005,"sku":"70.521","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-metal-medium-model-color-17ml-70-521-hobby-heaven-1.jpg?v=1715361181"},{"product_id":"vallejo-satin-varnish-model-color-17ml-70-522","title":"Vallejo Satin Varnish Model Color 17ml 70.522","description":"\u003cp\u003e\u0026lt;!DOCTYPE html\u0026gt;\u003cbr\u003e\u0026lt;html lang=\"en\"\u0026gt;\u003cbr\u003e\u0026lt;head\u0026gt;\u003cbr\u003e    \u0026lt;meta charset=\"UTF-8\"\u0026gt;\u003cbr\u003e    \u0026lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u0026gt;\u003cbr\u003e    \u0026lt;title\u0026gt;Model Color - Professional Acrylic Paints | Highest Pigment Concentration\u0026lt;\/title\u0026gt;\u003cbr\u003e    \u0026lt;style\u0026gt;\u003cbr\u003e        :root {\u003cbr\u003e            --dark-bg: #222222;\u003cbr\u003e            --gold-primary: #D4AF37;\u003cbr\u003e            --gold-secondary: #FFC832;\u003cbr\u003e            --gold-light: #FFEB99;\u003cbr\u003e            --text-light: #f5f5f5;\u003cbr\u003e            --text-accent: #E0E0E0;\u003cbr\u003e            --accent-color: #8A2BE2;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        body {\u003cbr\u003e            background-color: var(--dark-bg);\u003cbr\u003e            color: var(--text-light);\u003cbr\u003e            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\u003cbr\u003e            line-height: 1.6;\u003cbr\u003e            margin: 0;\u003cbr\u003e            padding: 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-container {\u003cbr\u003e            max-width: 1200px;\u003cbr\u003e            margin: 0 auto;\u003cbr\u003e            padding: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-header {\u003cbr\u003e            text-align: center;\u003cbr\u003e            margin-bottom: 30px;\u003cbr\u003e            border-bottom: 1px solid var(--gold-primary);\u003cbr\u003e            padding-bottom: 15px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-title {\u003cbr\u003e            font-size: 2.5rem;\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            -webkit-background-clip: text;\u003cbr\u003e            background-clip: text;\u003cbr\u003e            color: transparent;\u003cbr\u003e            display: inline-block;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-subtitle {\u003cbr\u003e            font-size: 1.2rem;\u003cbr\u003e            color: var(--text-accent);\u003cbr\u003e            margin-bottom: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .badge {\u003cbr\u003e            display: inline-block;\u003cbr\u003e            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            color: var(--dark-bg);\u003cbr\u003e            padding: 5px 15px;\u003cbr\u003e            border-radius: 20px;\u003cbr\u003e            font-weight: bold;\u003cbr\u003e            margin: 5px;\u003cbr\u003e            font-size: 0.9rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .main-features {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 20px;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-box {\u003cbr\u003e            flex: 1;\u003cbr\u003e            min-width: 250px;\u003cbr\u003e            background: rgba(40, 40, 40, 0.7);\u003cbr\u003e            border: 1px solid var(--gold-primary);\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 20px;\u003cbr\u003e            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\u003cbr\u003e            transition: transform 0.3s, box-shadow 0.3s;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-box:hover {\u003cbr\u003e            transform: translateY(-5px);\u003cbr\u003e            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-icon {\u003cbr\u003e            font-size: 1.8rem;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .feature-title {\u003cbr\u003e            font-size: 1.3rem;\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .product-description {\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e            line-height: 1.8;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .highlight {\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e            font-weight: bold;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table {\u003cbr\u003e            width: 100%;\u003cbr\u003e            border-collapse: collapse;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            overflow: hidden;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table th {\u003cbr\u003e            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\u003cbr\u003e            color: var(--dark-bg);\u003cbr\u003e            text-align: left;\u003cbr\u003e            padding: 15px;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table td {\u003cbr\u003e            padding: 12px 15px;\u003cbr\u003e            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .spec-table tr:nth-child(even) {\u003cbr\u003e            background-color: rgba(40, 40, 40, 0.5);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .uses-section {\u003cbr\u003e            margin: 40px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .uses-grid {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 15px;\u003cbr\u003e            margin-top: 20px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .use-case {\u003cbr\u003e            flex: 1;\u003cbr\u003e            min-width: 200px;\u003cbr\u003e            background: rgba(40, 40, 40, 0.7);\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 15px;\u003cbr\u003e            border-left: 4px solid var(--gold-primary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .use-title {\u003cbr\u003e            font-weight: bold;\u003cbr\u003e            color: var(--gold-light);\u003cbr\u003e            margin-bottom: 10px;\u003cbr\u003e            font-size: 1.1rem;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .gradient-section {\u003cbr\u003e            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\u003cbr\u003e            border-radius: 10px;\u003cbr\u003e            padding: 25px;\u003cbr\u003e            margin: 40px 0;\u003cbr\u003e            border: 1px solid var(--gold-primary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .gradient-title {\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e            font-size: 1.5rem;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e            border-bottom: 2px solid var(--gold-primary);\u003cbr\u003e            padding-bottom: 10px;\u003cbr\u003e            display: inline-block;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .color-varieties {\u003cbr\u003e            display: flex;\u003cbr\u003e            flex-wrap: wrap;\u003cbr\u003e            gap: 10px;\u003cbr\u003e            margin: 20px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .color-category {\u003cbr\u003e            background: rgba(50, 50, 50, 0.7);\u003cbr\u003e            padding: 10px 15px;\u003cbr\u003e            border-radius: 5px;\u003cbr\u003e            border-bottom: 3px solid var(--gold-secondary);\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .application-tips {\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .tip-item {\u003cbr\u003e            display: flex;\u003cbr\u003e            align-items: flex-start;\u003cbr\u003e            margin-bottom: 15px;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .tip-icon {\u003cbr\u003e            color: var(--gold-secondary);\u003cbr\u003e            font-size: 1.3rem;\u003cbr\u003e            margin-right: 15px;\u003cbr\u003e            flex-shrink: 0;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        .mobile-note {\u003cbr\u003e            text-align: center;\u003cbr\u003e            background: rgba(138, 43, 226, 0.2);\u003cbr\u003e            border: 1px dashed var(--accent-color);\u003cbr\u003e            padding: 10px;\u003cbr\u003e            border-radius: 5px;\u003cbr\u003e            margin: 30px 0;\u003cbr\u003e            font-style: italic;\u003cbr\u003e        }\u003cbr\u003e        \u003cbr\u003e        @media (max-width: 768px) {\u003cbr\u003e            .product-title {\u003cbr\u003e                font-size: 1.8rem;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .feature-box {\u003cbr\u003e                min-width: 100%;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .use-case {\u003cbr\u003e                min-width: 100%;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .spec-table {\u003cbr\u003e                font-size: 0.9rem;\u003cbr\u003e            }\u003cbr\u003e            \u003cbr\u003e            .product-description {\u003cbr\u003e                font-size: 1rem;\u003cbr\u003e            }\u003cbr\u003e        }\u003cbr\u003e    \u0026lt;\/style\u0026gt;\u003cbr\u003e\u0026lt;\/head\u0026gt;\u003cbr\u003e\u0026lt;body\u0026gt;\u003cbr\u003e    \u0026lt;div class=\"product-container\"\u0026gt;\u003cbr\u003e        \u0026lt;div class=\"product-header\"\u0026gt;\u003cbr\u003e            \u0026lt;h1 class=\"product-title\"\u0026gt;Model Color - Professional Acrylic Paints\u0026lt;\/h1\u0026gt;\u003cbr\u003e            \u0026lt;p class=\"product-subtitle\"\u0026gt;Highest pigment concentration in a water-based formula, specially developed for brush application\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;✨ High Pigmentation\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;💧 Water-Based\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;🎨 Perfect Coverage\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;⚡ Quick-Drying\u0026lt;\/span\u0026gt;\u003cbr\u003e                \u0026lt;span class=\"badge\"\u0026gt;🌱 Non-Toxic\u0026lt;\/span\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"product-description\"\u0026gt;\u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;Model Color\u0026lt;\/strong\u0026gt; offers professional matt and opaque acrylic paints with \u0026lt;span class=\"highlight\"\u0026gt;the highest pigment concentration\u0026lt;\/span\u0026gt; in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                Our \u0026lt;span class=\"highlight\"\u0026gt;extensive color range\u0026lt;\/span\u0026gt; includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"main-features\"\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;🖌️\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Perfect Application\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Self-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;⏱️\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Quick-Drying\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Lightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"feature-box\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"feature-icon\"\u0026gt;🔒\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;h3 class=\"feature-title\"\u0026gt;Exceptional Adhesion\u0026lt;\/h3\u0026gt;\u003cbr\u003e                \u0026lt;p\u0026gt;Extraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"gradient-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2 class=\"gradient-title\"\u0026gt;Why Choose Model Color?\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;💧 Water-based formula\u0026lt;\/strong\u0026gt; means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u003cbr\u003e                \u0026lt;strong\u0026gt;🔥 The paints are non-flammable\u0026lt;\/strong\u0026gt; and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\u003cbr\u003e            \u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"uses-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2\u0026gt;Application Examples 🎯\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"uses-grid\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Historical Figures\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Perfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Military Models\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Precise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Aircraft Models\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Accurate representation of military and civilian aircraft paint schemes from different eras and countries.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Wargaming\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Quick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Dioramas\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Realistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e                \u003cbr\u003e                \u0026lt;div class=\"use-case\"\u0026gt;\u003cbr\u003e                    \u0026lt;div class=\"use-title\"\u0026gt;Special Effects\u0026lt;\/div\u0026gt;\u003cbr\u003e                    \u0026lt;p\u0026gt;Creating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u0026lt;\/p\u0026gt;\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;table class=\"spec-table\"\u0026gt;\u003cbr\u003e            \u0026lt;thead\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;th\u0026gt;Property\u0026lt;\/th\u0026gt;\u003cbr\u003e                    \u0026lt;th\u0026gt;Specification\u0026lt;\/th\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e            \u0026lt;\/thead\u0026gt;\u003cbr\u003e            \u0026lt;tbody\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Base\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Finish\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Matte\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Drying Time\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;15-30 minutes (depending on layer thickness)\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Thinner\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Cleaning\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Water\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Flammability\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Non-flammable\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Suitable for\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Plastic, metal, resin, wood, ceramic\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e                \u0026lt;tr\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Recommended primer\u0026lt;\/td\u0026gt;\u003cbr\u003e                    \u0026lt;td\u0026gt;Yes, for optimal results\u0026lt;\/td\u0026gt;\u003cbr\u003e                \u0026lt;\/tr\u0026gt;\u003cbr\u003e            \u0026lt;\/tbody\u0026gt;\u003cbr\u003e        \u0026lt;\/table\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"color-varieties\"\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Basic colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Historical colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Military colors\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Skin tones\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Metallics\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Transparent\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Fluorescent\u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;div class=\"color-category\"\u0026gt;Glazes\u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"application-tips\"\u0026gt;\u003cbr\u003e            \u0026lt;h2\u0026gt;Professional Application Tips 🔍\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Prime the surface:\u0026lt;\/strong\u0026gt; For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Layer technique:\u0026lt;\/strong\u0026gt; Apply thin layers instead of one thick layer for the best coverage and most even finish.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Wet blending:\u0026lt;\/strong\u0026gt; Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Color mixing:\u0026lt;\/strong\u0026gt; Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;div class=\"tip-item\"\u0026gt;\u003cbr\u003e                \u0026lt;div class=\"tip-icon\"\u0026gt;✅\u0026lt;\/div\u0026gt;\u003cbr\u003e                \u0026lt;div\u0026gt;\u003cbr\u003e                    \u0026lt;strong\u0026gt;Glazes and washes:\u0026lt;\/strong\u0026gt; Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\u003cbr\u003e                \u0026lt;\/div\u0026gt;\u003cbr\u003e            \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"mobile-note\"\u0026gt;\u003cbr\u003e            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e        \u003cbr\u003e        \u0026lt;div class=\"gradient-section\"\u0026gt;\u003cbr\u003e            \u0026lt;h2 class=\"gradient-title\"\u0026gt;FAQ - Frequently Asked Questions\u0026lt;\/h2\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Do Model Color paints require thinning?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ How long do Model Color paints take to dry?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Are Model Color paints resistant to wear after drying?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u0026lt;\/p\u0026gt;\u003cbr\u003e            \u003cbr\u003e            \u0026lt;p\u0026gt;\u0026lt;strong\u0026gt;❓ Can the paints be used with an airbrush?\u0026lt;\/strong\u0026gt;\u0026lt;br\u0026gt;\u003cbr\u003e            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u0026lt;\/p\u0026gt;\u003cbr\u003e        \u0026lt;\/div\u0026gt;\u003cbr\u003e    \u0026lt;\/div\u0026gt;\u003cbr\u003e\u0026lt;\/body\u0026gt;\u003cbr\u003e\u0026lt;\/html\u0026gt;\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983360397501,"sku":"70.522","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-satin-varnish-model-color-17ml-70-522-hobby-heaven-1.jpg?v=1715361171"},{"product_id":"vallejo-liquid-mask-model-color-17ml-70-523","title":"Vallejo Liquid Mask Model Color 17ml 70.523","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983360856253,"sku":"70.523","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-liquid-mask-model-color-17ml-70-523-hobby-heaven-1.jpg?v=1715361171"},{"product_id":"vallejo-thinner-model-color-17ml-70-524","title":"Vallejo Thinner Model Color 17ml 70.524","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983361446077,"sku":"70.524","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-thinner-model-color-17ml-70-524-hobby-heaven-1.jpg?v=1715361171"},{"product_id":"vallejo-matte-medium-model-color-17ml-70-540","title":"Vallejo Matte Medium Model Color 17ml 70.540","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983361904829,"sku":"70.540","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-matte-medium-model-color-17ml-70-540-hobby-heaven-1.jpg?v=1715361171"},{"product_id":"vallejo-glaze-medium-model-color-17ml-70-596","title":"Vallejo Glaze Medium Model Color 17ml 70.596","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983362396349,"sku":"70.596","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-glaze-medium-model-color-17ml-70-596-hobby-heaven-1.jpg?v=1715361171"},{"product_id":"vallejo-drying-retarder-model-color-17ml-70-597","title":"Vallejo Drying Retarder  Model Color 17ml 70.597","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983363608765,"sku":"70.597","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-drying-retarder-model-color-17ml-70-597-hobby-heaven-1.jpg?v=1715361165"},{"product_id":"vallejo-crackle-medium-model-color-17ml-70-598","title":"Vallejo Crackle Medium Model Color 17ml 70.598","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983364034749,"sku":"70.598","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-crackle-medium-model-color-17ml-70-598-hobby-heaven-1.jpg?v=1715361165"},{"product_id":"vallejo-fluorescent-yellow-model-color-17ml-70-730","title":"Vallejo Fluorescent Yellow Model Color 17ml 70.730","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983364395197,"sku":"70.730","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-fluorescent-yellow-model-color-17ml-70-730-hobby-heaven-1.jpg?v=1715361165"},{"product_id":"vallejo-decal-medium-model-color-17ml-73-212","title":"Vallejo Decal Medium Model Color 17ml 73.212","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983365607613,"sku":"73.212","price":3.19,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-decal-medium-model-color-17ml-73-212-hobby-heaven-1.jpg?v=1715361165"},{"product_id":"vallejo-decal-fix-model-color-17ml-73-213","title":"Vallejo Decal Fix Model Color 17ml 73.213","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983366361277,"sku":"73.213","price":3.19,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-decal-fix-model-color-17ml-73-213-hobby-heaven-1.jpg?v=1715361166"},{"product_id":"vallejo-chipping-medium-model-color-17ml-73-214","title":"Vallejo Chipping Medium Model Color 17ml 73.214","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983372456125,"sku":"73.214","price":3.19,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-chipping-medium-model-color-17ml-73-214-hobby-heaven-1.jpg?v=1715361158"},{"product_id":"vallejo-fluorescent-orange-model-color-17ml-70-733","title":"Vallejo Fluorescent Orange Model Color 17ml 70.733","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983375012029,"sku":"70.733","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-fluorescent-orange-model-color-17ml-70-733-hobby-heaven-1.jpg?v=1715361158"},{"product_id":"vallejo-fluorescent-magenta-model-color-17ml-70-735","title":"Vallejo Fluorescent Magenta Model Color 17ml 70.735","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983375438013,"sku":"70.735","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-fluorescent-magenta-model-color-17ml-70-735-hobby-heaven-1.jpg?v=1715361158"},{"product_id":"vallejo-fluorescent-blue-model-color-17ml-70-736","title":"Vallejo Fluorescent Blue Model Color 17ml 70.736","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983375831229,"sku":"70.736","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-fluorescent-blue-model-color-17ml-70-736-hobby-heaven-1.jpg?v=1715361158"},{"product_id":"vallejo-fluorescent-green-model-color-17ml-70-737","title":"Vallejo Fluorescent Green Model Color 17ml 70.737","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983376453821,"sku":"70.737","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-fluorescent-green-model-color-17ml-70-737-hobby-heaven-1.jpg?v=1715361158"},{"product_id":"vallejo-metallic-gunmetal-blue-model-color-17ml-70-800","title":"Vallejo Metallic Gunmetal Blue Model Color 17ml 70.800","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983377010877,"sku":"70.800","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/800.jpg?v=1747308137"},{"product_id":"vallejo-metallic-brass-model-color-17ml-70-801","title":"Vallejo Metallic Brass Model Color 17ml 70.801","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983377436861,"sku":"70.801","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/801.jpg?v=1747308204"},{"product_id":"vallejo-sunset-red-model-color-17ml-70-802","title":"Vallejo Sunset Red Model Color 17ml 70.802","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983377895613,"sku":"70.802","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/802.jpg?v=1747308262"},{"product_id":"vallejo-brown-rose-model-color-17ml-70-803","title":"Vallejo Brown Rose Model Color 17ml 70.803","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983385759933,"sku":"70.803","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/803.jpg?v=1747308322"},{"product_id":"vallejo-beige-red-model-color-17ml-70-804","title":"Vallejo Beige Red Model Color 17ml 70.804","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983386251453,"sku":"70.804","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/804.jpg?v=1747308353"},{"product_id":"vallejo-german-orange-model-color-17ml-70-805","title":"Vallejo German Orange Model Color 17ml 70.805","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983386677437,"sku":"70.805","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/805.jpg?v=1747308401"},{"product_id":"vallejo-german-yellow-model-color-17ml-70-806","title":"Vallejo German Yellow Model Color 17ml 70.806","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983387660477,"sku":"70.806","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/806.jpg?v=1747308439"},{"product_id":"vallejo-oxford-blue-model-color-17ml-70-807","title":"Vallejo Oxford Blue Model Color 17ml 70.807","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983388446909,"sku":"70.807","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/808.jpg?v=1747308478"},{"product_id":"vallejo-blue-green-model-color-17ml-70-808","title":"Vallejo Blue Green Model Color 17ml 70.808","description":"\u003cp\u003eMatt and opaque acrylic colors with highest pigment concentration in a water-based formula, especially developed for brush-on application.\u003c\/p\u003e\n\u003cp\u003eThe Model Color range is very extensive and includes basic shades as well as many references developed by our experts for use on historical figures as well as the specific colors employed for all types of vehicles, planes and military models.\u003c\/p\u003e\n\u003cp\u003eThe assortment includes a selection of glazes, transparent and fluorescent colors used for achieving special effects. I\u003c\/p\u003e\n\u003cp\u003et is recommended to apply the colors on a surface which has first been primed; the colors dry rapidly and form a self-leveling, homogenous paint film, equally perfect for large surfaces as for the most miniature details of the model. Model Color performs exceptionally well on all surfaces, with extraordinary adherence on resin, plastics, steel and white metal. Tools and brushes are cleaned with water.\u003c\/p\u003e\n\u003cp\u003e\u003cbr data-mce-fragment=\"1\"\u003eModel Color is not flammable, and does not contain solvents.\u003c\/p\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983390675133,"sku":"70.808","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/vallejo-blue-green-model-color-17ml-70-808-hobby-heaven-1.jpg?v=1715361148"},{"product_id":"vallejo-royal-blue-model-color-17ml-70-809","title":"Vallejo Royal Blue Model Color 17ml 70.809","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983392542909,"sku":"70.809","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/809.jpg?v=1747308521"},{"product_id":"vallejo-royal-purple-model-color-17ml-70-810","title":"Vallejo Royal Purple Model Color 17ml 70.810","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983395229885,"sku":"70.810","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/810.jpg?v=1747308576"},{"product_id":"vallejo-blue-violet-model-color-17ml-70-811","title":"Vallejo Blue Violet Model Color 17ml 70.811","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983396638909,"sku":"70.811","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/811.jpg?v=1747308617"},{"product_id":"vallejo-violet-red-model-color-17ml-70-812","title":"Vallejo Violet Red Model Color 17ml 70.812","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983397654717,"sku":"70.812","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/812.jpg?v=1747308709"},{"product_id":"vallejo-burnt-cadmium-red-model-color-17ml-70-814","title":"Vallejo Burnt Cadmium Red Model Color 17ml 70.814","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983398277309,"sku":"70.814","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/814.jpg?v=1747308751"},{"product_id":"vallejo-basic-skintone-model-color-17ml-70-815","title":"Vallejo Basic Skintone  Model Color 17ml 70.815","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983399686333,"sku":"70.815","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/815.jpg?v=1747308875"},{"product_id":"vallejo-luftwaffe-uniform-wwii-model-color-17ml-70-816","title":"Vallejo Luftwaffe Uniform WWII Model Color 17ml 70.816","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983400439997,"sku":"70.816","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/816.jpg?v=1747308907"},{"product_id":"vallejo-scarlet-model-color-17ml-70-817","title":"Vallejo Scarlet Model Color 17ml 70.817","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983401586877,"sku":"70.817","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/817.jpg?v=1747308940"},{"product_id":"vallejo-red-leather-model-color-17ml-70-818","title":"Vallejo Red Leather Model Color 17ml 70.818","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983402700989,"sku":"70.818","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/818.jpg?v=1747309008"},{"product_id":"vallejo-iraqi-sand-model-color-17ml-70-819","title":"Vallejo Iraqi Sand Model Color 17ml 70.819","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983403716797,"sku":"70.819","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/819.jpg?v=1747309052"},{"product_id":"vallejo-offwhite-model-color-17ml-70-820","title":"Vallejo Offwhite Model Color 17ml 70.820","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983404601533,"sku":"70.820","price":3.59,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/820.jpg?v=1747309087"},{"product_id":"vallejo-german-cam-beige-wwii-model-color-17ml-70-821","title":"Vallejo German Cam Beige WWII Model Color 17ml 70.821","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983406502077,"sku":"70.821","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/821.jpg?v=1747309336"},{"product_id":"vallejo-german-cam-black-brown-model-color-17ml-70-822","title":"Vallejo German Cam Black Brown Model Color 17ml 70.822","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983427473597,"sku":"70.822","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/822.jpg?v=1747309377"},{"product_id":"vallejo-luftwaffe-cam-green-model-color-17ml-70-823","title":"Vallejo Luftwaffe Cam Green Model Color 17ml 70.823","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983427932349,"sku":"70.823","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/823.jpg?v=1747309416"},{"product_id":"vallejo-german-cam-orange-ochre-model-color-17ml-70-824","title":"Vallejo German Cam. Orange Ochre Model Color 17ml 70.824","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983428292797,"sku":"70.824","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/824.jpg?v=1747309455"},{"product_id":"vallejo-german-cam-pale-brown-model-color-17ml-70-825","title":"Vallejo German Cam Pale Brown Model Color 17ml 70.825","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983428686013,"sku":"70.825","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/825.jpg?v=1747309493"},{"product_id":"vallejo-german-cam-medium-brown-model-color-17ml-70-826","title":"Vallejo German Cam Medium Brown Model Color 17ml 70.826","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983429046461,"sku":"70.826","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/826.jpg?v=1747309539"},{"product_id":"vallejo-lime-green-model-color-17ml-70-827","title":"Vallejo Lime Green Model Color 17ml 70.827","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983429374141,"sku":"70.827","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/827.jpg?v=1747309790"},{"product_id":"vallejo-woodgrain-model-color-17ml-70-828","title":"Vallejo Woodgrain Model Color 17ml 70.828","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\u003eModel Color - Professional Acrylic Paints | Highest Pigment Concentration\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --dark-bg: #222222;\n            --gold-primary: #D4AF37;\n            --gold-secondary: #FFC832;\n            --gold-light: #FFEB99;\n            --text-light: #f5f5f5;\n            --text-accent: #E0E0E0;\n            --accent-color: #8A2BE2;\n        }\n        \n        body {\n            background-color: var(--dark-bg);\n            color: var(--text-light);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--gold-primary);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: var(--text-accent);\n            margin-bottom: 20px;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 5px;\n            font-size: 0.9rem;\n        }\n        \n        .main-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            flex: 1;\n            min-width: 250px;\n            background: rgba(40, 40, 40, 0.7);\n            border: 1px solid var(--gold-primary);\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);\n        }\n        \n        .feature-icon {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--gold-secondary);\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: var(--gold-light);\n        }\n        \n        .product-description {\n            margin: 30px 0;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            color: var(--gold-light);\n            font-weight: bold;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));\n            color: var(--dark-bg);\n            text-align: left;\n            padding: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: rgba(40, 40, 40, 0.5);\n        }\n        \n        .uses-section {\n            margin: 40px 0;\n        }\n        \n        .uses-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            background: rgba(40, 40, 40, 0.7);\n            border-radius: 10px;\n            padding: 15px;\n            border-left: 4px solid var(--gold-primary);\n        }\n        \n        .use-title {\n            font-weight: bold;\n            color: var(--gold-light);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .gradient-section {\n            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));\n            border-radius: 10px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--gold-primary);\n        }\n        \n        .gradient-title {\n            color: var(--gold-secondary);\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            border-bottom: 2px solid var(--gold-primary);\n            padding-bottom: 10px;\n            display: inline-block;\n        }\n        \n        .color-varieties {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color-category {\n            background: rgba(50, 50, 50, 0.7);\n            padding: 10px 15px;\n            border-radius: 5px;\n            border-bottom: 3px solid var(--gold-secondary);\n        }\n        \n        .application-tips {\n            margin: 30px 0;\n        }\n        \n        .tip-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .tip-icon {\n            color: var(--gold-secondary);\n            font-size: 1.3rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .mobile-note {\n            text-align: center;\n            background: rgba(138, 43, 226, 0.2);\n            border: 1px dashed var(--accent-color);\n            padding: 10px;\n            border-radius: 5px;\n            margin: 30px 0;\n            font-style: italic;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-box {\n                min-width: 100%;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n            \n            .spec-table {\n                font-size: 0.9rem;\n            }\n            \n            .product-description {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eModel Color - Professional Acrylic Paints\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighest pigment concentration in a water-based formula, specially developed for brush application\u003c\/p\u003e\n            \n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e✨ High Pigmentation\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e💧 Water-Based\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🎨 Perfect Coverage\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e⚡ Quick-Drying\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Non-Toxic\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-description\"\u003e\n            \u003cp\u003e\n                \u003cstrong\u003eModel Color\u003c\/strong\u003e offers professional matt and opaque acrylic paints with \u003cspan class=\"highlight\"\u003ethe highest pigment concentration\u003c\/span\u003e in a water-based formula, specially developed for brush application. This unique formulation ensures unparalleled painting quality, excellent coverage, and detail precision, making these paints the perfect choice for both beginners and experienced modelers. 🏆\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                Our \u003cspan class=\"highlight\"\u003eextensive color range\u003c\/span\u003e includes both basic shades and specialized colors developed by our experts for historical figures and all types of vehicles, aircraft, and military models. The collection has been enriched with a variety of glazes, transparent and fluorescent colors that allow you to achieve spectacular special effects. ✨\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"main-features\"\u003e\n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🖌️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfect Application\u003c\/h3\u003e\n                \u003cp\u003eSelf-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick-Drying\u003c\/h3\u003e\n                \u003cp\u003eLightning-fast drying time allows for efficient and quick work without long waiting periods between layers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-box\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExceptional Adhesion\u003c\/h3\u003e\n                \u003cp\u003eExtraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eWhy Choose Model Color?\u003c\/h2\u003e\n            \u003cp\u003e\n                Model Color is the choice of professionals who value the highest quality and precision. Our paints have been developed in collaboration with leading modelers and artists to meet even the most demanding expectations.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e💧 Water-based formula\u003c\/strong\u003e means the paints contain no harmful solvents, are odorless, and safe to use. Tools and brushes can be easily cleaned with water, making the painting process pleasant and hassle-free.\n            \u003c\/p\u003e\n            \n            \u003cp\u003e\n                \u003cstrong\u003e🔥 The paints are non-flammable\u003c\/strong\u003e and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2\u003eApplication Examples 🎯\u003c\/h2\u003e\n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eHistorical Figures\u003c\/div\u003e\n                    \u003cp\u003ePerfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eMilitary Models\u003c\/div\u003e\n                    \u003cp\u003ePrecise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eAircraft Models\u003c\/div\u003e\n                    \u003cp\u003eAccurate representation of military and civilian aircraft paint schemes from different eras and countries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eWargaming\u003c\/div\u003e\n                    \u003cp\u003eQuick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eDioramas\u003c\/div\u003e\n                    \u003cp\u003eRealistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003cdiv class=\"use-title\"\u003eSpecial Effects\u003c\/div\u003e\n                    \u003cp\u003eCreating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eProperty\u003c\/th\u003e\n                    \u003cth\u003eSpecification\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBase\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFinish\u003c\/td\u003e\n                    \u003ctd\u003eMatte\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDrying Time\u003c\/td\u003e\n                    \u003ctd\u003e15-30 minutes (depending on layer thickness)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eThinner\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCleaning\u003c\/td\u003e\n                    \u003ctd\u003eWater\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlammability\u003c\/td\u003e\n                    \u003ctd\u003eNon-flammable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSuitable for\u003c\/td\u003e\n                    \u003ctd\u003ePlastic, metal, resin, wood, ceramic\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eRecommended primer\u003c\/td\u003e\n                    \u003ctd\u003eYes, for optimal results\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"color-varieties\"\u003e\n            \u003cdiv class=\"color-category\"\u003eBasic colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eHistorical colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMilitary colors\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eSkin tones\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eMetallics\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eTransparent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eFluorescent\u003c\/div\u003e\n            \u003cdiv class=\"color-category\"\u003eGlazes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-tips\"\u003e\n            \u003ch2\u003eProfessional Application Tips 🔍\u003c\/h2\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003ePrime the surface:\u003c\/strong\u003e For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eLayer technique:\u003c\/strong\u003e Apply thin layers instead of one thick layer for the best coverage and most even finish.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eWet blending:\u003c\/strong\u003e Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eColor mixing:\u003c\/strong\u003e Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"tip-item\"\u003e\n                \u003cdiv class=\"tip-icon\"\u003e✅\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cstrong\u003eGlazes and washes:\u003c\/strong\u003e Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"mobile-note\"\u003e\n            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"gradient-section\"\u003e\n            \u003ch2 class=\"gradient-title\"\u003eFAQ - Frequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Do Model Color paints require thinning?\u003c\/strong\u003e\u003cbr\u003e\n            Model Color paints are ready to use straight from the bottle. However, they can be thinned with water or dedicated medium to achieve a glaze effect or more fluid consistency.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ How long do Model Color paints take to dry?\u003c\/strong\u003e\u003cbr\u003e\n            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Are Model Color paints resistant to wear after drying?\u003c\/strong\u003e\u003cbr\u003e\n            Yes, after fully drying, the paints form a durable coating resistant to normal use. For additional protection, especially for frequently handled models, we recommend applying a clear protective varnish.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003e❓ Can the paints be used with an airbrush?\u003c\/strong\u003e\u003cbr\u003e\n            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Vallejo","offers":[{"title":"Default Title","offer_id":42983429800125,"sku":"70.828","price":3.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/828.jpg?v=1747309825"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/collections\/vallejo-paints-hobby-heaven_d7a8aea1-4d52-4155-bde5-33e3d98be2a3.png?v=1723296742","url":"https:\/\/hobbyheaven.org\/en-int\/collections\/vallejo-paints\/function-ink.oembed","provider":"Hobby Heaven","version":"1.0","type":"link"}