Vallejo Glossy Varnish Model Color 17ml 70.510

Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven
Vallejo Glossy Varnish Model Color 17ml 70.510 - Hobby Heaven

Vallejo

£3.59 
SKU: 70.510

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Model Color - Professional Acrylic Paints | Highest Pigment Concentration</title>
    <style>
        :root {
            --dark-bg: #222222;
            --gold-primary: #D4AF37;
            --gold-secondary: #FFC832;
            --gold-light: #FFEB99;
            --text-light: #f5f5f5;
            --text-accent: #E0E0E0;
            --accent-color: #8A2BE2;
        }
        
        body {
            background-color: var(--dark-bg);
            color: var(--text-light);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
        }
        
        .product-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .product-header {
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--gold-primary);
            padding-bottom: 15px;
        }
        
        .product-title {
            font-size: 2.5rem;
            margin-bottom: 10px;
            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: inline-block;
        }
        
        .product-subtitle {
            font-size: 1.2rem;
            color: var(--text-accent);
            margin-bottom: 20px;
        }
        
        .badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
            color: var(--dark-bg);
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
            margin: 5px;
            font-size: 0.9rem;
        }
        
        .main-features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        
        .feature-box {
            flex: 1;
            min-width: 250px;
            background: rgba(40, 40, 40, 0.7);
            border: 1px solid var(--gold-primary);
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
        }
        
        .feature-icon {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: var(--gold-secondary);
        }
        
        .feature-title {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: var(--gold-light);
        }
        
        .product-description {
            margin: 30px 0;
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .highlight {
            color: var(--gold-light);
            font-weight: bold;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .spec-table th {
            background: linear-gradient(to right, var(--gold-primary), var(--gold-secondary));
            color: var(--dark-bg);
            text-align: left;
            padding: 15px;
            font-size: 1.1rem;
        }
        
        .spec-table td {
            padding: 12px 15px;
            border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        }
        
        .spec-table tr:nth-child(even) {
            background-color: rgba(40, 40, 40, 0.5);
        }
        
        .uses-section {
            margin: 40px 0;
        }
        
        .uses-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 20px;
        }
        
        .use-case {
            flex: 1;
            min-width: 200px;
            background: rgba(40, 40, 40, 0.7);
            border-radius: 10px;
            padding: 15px;
            border-left: 4px solid var(--gold-primary);
        }
        
        .use-title {
            font-weight: bold;
            color: var(--gold-light);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        
        .gradient-section {
            background: linear-gradient(135deg, rgba(40, 40, 40, 0.8), rgba(25, 25, 25, 0.8));
            border-radius: 10px;
            padding: 25px;
            margin: 40px 0;
            border: 1px solid var(--gold-primary);
        }
        
        .gradient-title {
            color: var(--gold-secondary);
            font-size: 1.5rem;
            margin-bottom: 15px;
            border-bottom: 2px solid var(--gold-primary);
            padding-bottom: 10px;
            display: inline-block;
        }
        
        .color-varieties {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0;
        }
        
        .color-category {
            background: rgba(50, 50, 50, 0.7);
            padding: 10px 15px;
            border-radius: 5px;
            border-bottom: 3px solid var(--gold-secondary);
        }
        
        .application-tips {
            margin: 30px 0;
        }
        
        .tip-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .tip-icon {
            color: var(--gold-secondary);
            font-size: 1.3rem;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .mobile-note {
            text-align: center;
            background: rgba(138, 43, 226, 0.2);
            border: 1px dashed var(--accent-color);
            padding: 10px;
            border-radius: 5px;
            margin: 30px 0;
            font-style: italic;
        }
        
        @media (max-width: 768px) {
            .product-title {
                font-size: 1.8rem;
            }
            
            .feature-box {
                min-width: 100%;
            }
            
            .use-case {
                min-width: 100%;
            }
            
            .spec-table {
                font-size: 0.9rem;
            }
            
            .product-description {
                font-size: 1rem;
            }
        }
    </style>
</head>
<body>
    <div class="product-container">
        <div class="product-header">
            <h1 class="product-title">Model Color - Professional Acrylic Paints</h1>
            <p class="product-subtitle">Highest pigment concentration in a water-based formula, specially developed for brush application</p>
            
            <div>
                <span class="badge">✨ High Pigmentation</span>
                <span class="badge">💧 Water-Based</span>
                <span class="badge">🎨 Perfect Coverage</span>
                <span class="badge">⚡ Quick-Drying</span>
                <span class="badge">🌱 Non-Toxic</span>
            </div>
        </div>
        
        <div class="product-description">
            <p>
                <strong>Model Color</strong> offers professional matt and opaque acrylic paints with <span class="highlight">the highest pigment concentration</span> 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. 🏆
            </p>
            
            <p>
                Our <span class="highlight">extensive color range</span> 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. ✨
            </p>
        </div>
        
        <div class="main-features">
            <div class="feature-box">
                <div class="feature-icon">🖌️</div>
                <h3 class="feature-title">Perfect Application</h3>
                <p>Self-leveling formula ensures even coverage without visible brush marks, ideal for both large surfaces and the finest details.</p>
            </div>
            
            <div class="feature-box">
                <div class="feature-icon">⏱️</div>
                <h3 class="feature-title">Quick-Drying</h3>
                <p>Lightning-fast drying time allows for efficient and quick work without long waiting periods between layers.</p>
            </div>
            
            <div class="feature-box">
                <div class="feature-icon">🔒</div>
                <h3 class="feature-title">Exceptional Adhesion</h3>
                <p>Extraordinary adhesion to various materials: resin, plastic, steel, and white metal, without the need for additional adhesion enhancers.</p>
            </div>
        </div>
        
        <div class="gradient-section">
            <h2 class="gradient-title">Why Choose Model Color?</h2>
            <p>
                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.
            </p>
            
            <p>
                <strong>💧 Water-based formula</strong> 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.
            </p>
            
            <p>
                <strong>🔥 The paints are non-flammable</strong> and do not contain solvents, making them safe to store and use both in home workshops and professional modeling studios.
            </p>
        </div>
        
        <div class="uses-section">
            <h2>Application Examples 🎯</h2>
            <div class="uses-grid">
                <div class="use-case">
                    <div class="use-title">Historical Figures</div>
                    <p>Perfect for painting uniforms, leather, faces, and details of figures from various historical periods, from antiquity to modern times.</p>
                </div>
                
                <div class="use-case">
                    <div class="use-title">Military Models</div>
                    <p>Precise reproduction of camouflage, markings, and details of military vehicles, tanks, armored personnel carriers, and artillery.</p>
                </div>
                
                <div class="use-case">
                    <div class="use-title">Aircraft Models</div>
                    <p>Accurate representation of military and civilian aircraft paint schemes from different eras and countries.</p>
                </div>
                
                <div class="use-case">
                    <div class="use-title">Wargaming</div>
                    <p>Quick and efficient painting of entire armies of miniatures for wargames while maintaining high-quality details.</p>
                </div>
                
                <div class="use-case">
                    <div class="use-title">Dioramas</div>
                    <p>Realistic recreation of terrain, buildings, vegetation, and atmospheric effects in diorama scenes.</p>
                </div>
                
                <div class="use-case">
                    <div class="use-title">Special Effects</div>
                    <p>Creating unique effects using glazes, transparent and fluorescent colors, such as fire, energy, magic, and more.</p>
                </div>
            </div>
        </div>
        
        <table class="spec-table">
            <thead>
                <tr>
                    <th>Property</th>
                    <th>Specification</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>Base</td>
                    <td>Water</td>
                </tr>
                <tr>
                    <td>Finish</td>
                    <td>Matte</td>
                </tr>
                <tr>
                    <td>Drying Time</td>
                    <td>15-30 minutes (depending on layer thickness)</td>
                </tr>
                <tr>
                    <td>Thinner</td>
                    <td>Water</td>
                </tr>
                <tr>
                    <td>Cleaning</td>
                    <td>Water</td>
                </tr>
                <tr>
                    <td>Flammability</td>
                    <td>Non-flammable</td>
                </tr>
                <tr>
                    <td>Suitable for</td>
                    <td>Plastic, metal, resin, wood, ceramic</td>
                </tr>
                <tr>
                    <td>Recommended primer</td>
                    <td>Yes, for optimal results</td>
                </tr>
            </tbody>
        </table>
        
        <div class="color-varieties">
            <div class="color-category">Basic colors</div>
            <div class="color-category">Historical colors</div>
            <div class="color-category">Military colors</div>
            <div class="color-category">Skin tones</div>
            <div class="color-category">Metallics</div>
            <div class="color-category">Transparent</div>
            <div class="color-category">Fluorescent</div>
            <div class="color-category">Glazes</div>
        </div>
        
        <div class="application-tips">
            <h2>Professional Application Tips 🔍</h2>
            
            <div class="tip-item">
                <div class="tip-icon">✅</div>
                <div>
                    <strong>Prime the surface:</strong> For best results, it is recommended to apply the paints on a surface that has been previously primed with an appropriate primer.
                </div>
            </div>
            
            <div class="tip-item">
                <div class="tip-icon">✅</div>
                <div>
                    <strong>Layer technique:</strong> Apply thin layers instead of one thick layer for the best coverage and most even finish.
                </div>
            </div>
            
            <div class="tip-item">
                <div class="tip-icon">✅</div>
                <div>
                    <strong>Wet blending:</strong> Take advantage of the paint's self-leveling properties when creating smooth transitions between colors.
                </div>
            </div>
            
            <div class="tip-item">
                <div class="tip-icon">✅</div>
                <div>
                    <strong>Color mixing:</strong> Model Color paints blend excellently with each other, allowing you to create an unlimited palette of shades.
                </div>
            </div>
            
            <div class="tip-item">
                <div class="tip-icon">✅</div>
                <div>
                    <strong>Glazes and washes:</strong> Dilute the paint with water or glazing medium to create transparent glazes perfect for shading.
                </div>
            </div>
        </div>
        
        <div class="mobile-note">
            💡 Our Model Color paints have been designed with maximum user convenience in mind - easy to apply, quick to dry, and simple to clean up!
        </div>
        
        <div class="gradient-section">
            <h2 class="gradient-title">FAQ - Frequently Asked Questions</h2>
            
            <p><strong>❓ Do Model Color paints require thinning?</strong><br>
            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.</p>
            
            <p><strong>❓ How long do Model Color paints take to dry?</strong><br>
            The paints dry to the touch within 15-30 minutes, depending on the thickness of the layer. Complete curing occurs after approximately 24 hours.</p>
            
            <p><strong>❓ Are Model Color paints resistant to wear after drying?</strong><br>
            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.</p>
            
            <p><strong>❓ Can the paints be used with an airbrush?</strong><br>
            Although Model Color paints were primarily developed for brush application, they can be used with an airbrush after appropriate thinning with dedicated airbrush medium.</p>
        </div>
    </div>
</body>
</html>

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)

Our brands