[object Object]

← back to Flockedwallpaper

initial scaffold + ns-header + Atelier rebrand + sort/density/search controls

f7432b64e7e7623c849e494cd26dfd917dd9ebe2 · 2026-05-07 20:38:37 -0700 · Steve

47/47 fleet QA (100%) milestone state.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit f7432b64e7e7623c849e494cd26dfd917dd9ebe2
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu May 7 20:38:37 2026 -0700

    initial scaffold + ns-header + Atelier rebrand + sort/density/search controls
    
    47/47 fleet QA (100%) milestone state.
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 .claude/settings.local.json     |   36 +
 .gitignore                      |   10 +
 about-flock-wallpaper.html      |  254 ++
 about-us.html                   |  370 ++
 agenda.html                     |  222 +
 check-recent-flock.js           |  223 +
 claude-skills-export.zip        |  Bin 0 -> 22163040 bytes
 claude-skills-md-only.zip       |  Bin 0 -> 614252 bytes
 color-summary.js                |   22 +
 custom-flock.html               |  386 ++
 diagnostic.html                 |   78 +
 ecosystem.config.js             |   25 +
 favicon.svg                     |    5 +
 fetch-flocked-products.js       |  265 ++
 filter-true-flock.js            |   64 +
 flocked-products-backup.json    | 9002 +++++++++++++++++++++++++++++++++++++++
 flocked-products.json           | 8729 +++++++++++++++++++++++++++++++++++++
 index-desktop-backup.html       |  491 +++
 index-fresh.html                |  447 ++
 index-old-backup.html           |  491 +++
 index.html                      |  549 +++
 migrate-supabase-to-postgres.js |   62 +
 package-lock.json               |  732 ++++
 package.json                    |   23 +
 remove-dwdg.js                  |   19 +
 remove-flk.js                   |   19 +
 remove-products.js              |   21 +
 remove-specific-products.js     |   25 +
 remove-specific.js              |   29 +
 robots.txt                      |   12 +
 server-old-backup.js            |   62 +
 server.js                       |   98 +
 simple-test.html                | 1041 +++++
 styles.css                      |  502 +++
 test-hex-sort.html              |  116 +
 test-load.html                  |   19 +
 update-zawaya-images.js         |   46 +
 37 files changed, 24495 insertions(+)

diff --git a/.claude/settings.local.json b/.claude/settings.local.json
new file mode 100644
index 0000000..d8d9a9d
--- /dev/null
+++ b/.claude/settings.local.json
@@ -0,0 +1,36 @@
+{
+  "permissions": {
+    "allow": [
+      "Read(//root/Projects/Designer-Wallcoverings/DW-Websites/**)",
+      "Bash(npm install)",
+      "Bash(npm start)",
+      "Bash(ufw:*)",
+      "Bash(npm run fetch-products:*)",
+      "Bash(pm2 stop:*)",
+      "Bash(pm2 delete:*)",
+      "Bash(pm2 start:*)",
+      "Bash(pm2 save:*)",
+      "Bash(pm2 startup:*)",
+      "Bash(pm2 logs:*)",
+      "Read(//etc/nginx/sites-available/**)",
+      "Read(//etc/nginx/sites-enabled/**)",
+      "Read(//etc/letsencrypt/live/**)",
+      "Bash(ln:*)",
+      "Bash(nginx:*)",
+      "Bash(systemctl reload:*)",
+      "Bash(systemctl status:*)",
+      "Bash(pm2 status:*)",
+      "Bash(curl:*)",
+      "Bash(pm2 info:*)",
+      "Bash(pm2 restart:*)",
+      "Bash(cat:*)",
+      "Bash(node:*)",
+      "WebFetch(domain:www.osborneandlittle.com)",
+      "WebFetch(domain:www.surfaceprint.com)",
+      "WebFetch(domain:www.designerwallcoverings.com)",
+      "WebFetch(domain:flockedwallpaper.com)"
+    ],
+    "deny": [],
+    "ask": []
+  }
+}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..30346eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
+*.bak.*
+*.pre-*
diff --git a/about-flock-wallpaper.html b/about-flock-wallpaper.html
new file mode 100644
index 0000000..b0f3f27
--- /dev/null
+++ b/about-flock-wallpaper.html
@@ -0,0 +1,254 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>About Flock Velvet Wallpaper | FlockedWallpaper.com</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Learn about flock velvet wallpaper - the luxurious wall covering created through electrostatic fiber application. Discover the history, manufacturing process, and benefits of flocked wallpaper.">
+    <meta name="keywords" content="flock wallpaper, velvet wallpaper, flocked wallcovering, what is flock wallpaper, flock printing, velvet wall covering">
+    <meta name="robots" content="index, follow">
+    <link rel="canonical" href="https://flockedwallpaper.com/about-flock-wallpaper.html">
+
+    <link rel="stylesheet" href="styles.css?v=12">
+    <style>
+        .content-page {
+            max-width: 900px;
+            margin: 0 auto;
+            padding: 60px 40px;
+        }
+
+        .page-header {
+            text-align: center;
+            margin-bottom: 60px;
+        }
+
+        .page-header h1 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 48px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .page-header .subtitle {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 18px;
+            color: #666666;
+            line-height: 1.6;
+        }
+
+        .content-section {
+            margin-bottom: 50px;
+        }
+
+        .content-section h2 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .content-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 24px;
+            color: #000000;
+            margin: 30px 0 15px;
+            font-weight: 600;
+        }
+
+        .content-section p {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-bottom: 20px;
+        }
+
+        .content-section ul {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-left: 30px;
+            margin-bottom: 20px;
+        }
+
+        .content-section li {
+            margin-bottom: 10px;
+        }
+
+        .cta-section {
+            background: #f8f8f8;
+            padding: 40px;
+            text-align: center;
+            margin-top: 60px;
+            border-radius: 4px;
+        }
+
+        .cta-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 28px;
+            margin-bottom: 20px;
+        }
+
+        .cta-button {
+            display: inline-block;
+            font-family: 'Montserrat', sans-serif;
+            background: #000000;
+            color: #ffffff;
+            padding: 16px 40px;
+            text-decoration: none;
+            font-size: 14px;
+            font-weight: 500;
+            letter-spacing: 1.5px;
+            text-transform: uppercase;
+            transition: background 0.3s ease;
+            border-radius: 2px;
+        }
+
+        .cta-button:hover {
+            background: #333333;
+        }
+    </style>
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div class="header-left">
+                <div>
+                    <a href="/" style="text-decoration: none; color: inherit;">
+                        <div class="logo">FlockedWallpaper.com</div>
+                        <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+                    </a>
+                </div>
+                <button class="mobile-menu-toggle" onclick="toggleMobileMenu()" aria-label="Toggle menu">☰</button>
+            </div>
+            <nav class="main-nav" id="mainNav">
+                <a href="/">Browse Collection</a>
+                <a href="/about-flock-wallpaper.html">About Flock Wallpaper</a>
+                <a href="/custom-flock.html">Custom Flock Services</a>
+                <a href="/about-us.html">About Us</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a>
+            </nav>
+        </div>
+    </header>
+
+    <div class="content-page">
+        <div class="page-header">
+            <h1>About Flock Velvet Wallpaper</h1>
+            <p class="subtitle">The art and science of creating luxurious textured wall coverings</p>
+        </div>
+
+        <div class="content-section">
+            <h2>What is Flock Wallpaper?</h2>
+            <p>Flock wallpaper, also known as velvet wallpaper, is a premium wall covering that combines visual beauty with tactile luxury. Unlike traditional flat wallpapers, flocked wallpaper features a raised, velvety texture created through a sophisticated manufacturing process that has been refined over centuries.</p>
+
+            <p>The distinctive characteristic of flock wallpaper is its soft, plush surface that invites touch. This three-dimensional quality adds depth, warmth, and acoustic benefits to interior spaces, making it a favorite among designers and homeowners seeking to create truly distinctive environments.</p>
+        </div>
+
+        <div class="content-section">
+            <h2>The Flock Printing Process</h2>
+            <p>Creating flock wallpaper is a precise technical process that combines traditional craftsmanship with modern technology:</p>
+
+            <h3>Step 1: Design and Preparation</h3>
+            <p>The process begins with a carefully crafted design. The pattern is prepared to indicate where the flocked texture will be applied, allowing for intricate patterns and complex color combinations.</p>
+
+            <h3>Step 2: Adhesive Application</h3>
+            <p>A specialized adhesive is printed onto a non-woven substrate in the exact pattern of the design. This adhesive acts as the foundation that will hold the fibers in place.</p>
+
+            <h3>Step 3: Electrostatic Fiber Application</h3>
+            <p>This is where the magic happens. Nylon fibers are electrostatically charged and applied to the adhesive-coated areas. The electrostatic charge causes the fibers to stand upright, creating the characteristic velvety texture that gives flock wallpaper its distinctive feel.</p>
+
+            <h3>Step 4: Curing and Finishing</h3>
+            <p>The wallpaper is then cured to ensure the fibers are permanently bonded to the substrate. Quality control checks ensure consistency in texture and color throughout each roll.</p>
+        </div>
+
+        <div class="content-section">
+            <h2>Benefits of Flock Wallpaper</h2>
+            <ul>
+                <li><strong>Luxurious Texture:</strong> The velvety surface creates an immediate sense of opulence and sophistication</li>
+                <li><strong>Visual Depth:</strong> The raised fibers create shadows and highlights that add dimension to walls</li>
+                <li><strong>Acoustic Properties:</strong> The textured surface helps absorb sound, making rooms quieter and more intimate</li>
+                <li><strong>Design Versatility:</strong> Available in countless patterns, from classic damask to contemporary geometrics</li>
+                <li><strong>Durability:</strong> Modern flock wallpapers are designed for longevity and can be cleaned when properly maintained</li>
+                <li><strong>Thermal Insulation:</strong> The textured surface provides a subtle insulating effect</li>
+                <li><strong>Unique Character:</strong> Each installation is unique, as the way light plays across the surface changes throughout the day</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>A Brief History</h2>
+            <p>Flock wallpaper has a rich heritage dating back centuries. Originally developed to mimic the appearance and feel of expensive fabrics like velvet and damask, flocked wallcoverings were a luxury reserved for palaces and grand estates.</p>
+
+            <p>The technique evolved from hand-crafted applications to the sophisticated electrostatic process used today. This advancement has made flock wallpaper more accessible while maintaining the quality and luxurious feel that has made it prized for generations.</p>
+
+            <p>Today's flock wallpapers honor this heritage while embracing contemporary design sensibilities, offering both traditional patterns and bold modern designs.</p>
+        </div>
+
+        <div class="content-section">
+            <h2>Applications and Styling</h2>
+            <p>Flock wallpaper can transform any space:</p>
+
+            <ul>
+                <li><strong>Feature Walls:</strong> Create a dramatic focal point in living rooms, bedrooms, or dining areas</li>
+                <li><strong>Luxury Bedrooms:</strong> Add warmth and intimacy with velvet textures</li>
+                <li><strong>Dining Rooms:</strong> Classic damask patterns create elegant entertaining spaces</li>
+                <li><strong>Commercial Spaces:</strong> Hotels, restaurants, and boutiques use flock wallpaper for sophisticated ambiance</li>
+                <li><strong>Powder Rooms:</strong> Small spaces become jewel boxes with rich textured walls</li>
+            </ul>
+        </div>
+
+        <div class="cta-section">
+            <h3>Explore Our Collection</h3>
+            <p style="margin-bottom: 30px;">Discover over 300 designs from the world's leading wallpaper houses</p>
+            <a href="/" class="cta-button">View Collection</a>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="/">Browse Collection</a></li>
+                    <li><a href="/about-flock-wallpaper.html">About Flock Wallpaper</a></li>
+                    <li><a href="/custom-flock.html">Custom Flock Services</a></li>
+                    <li><a href="/about-us.html">About Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Mobile menu toggle
+        function toggleMobileMenu() {
+            const nav = document.getElementById('mainNav');
+            nav.classList.toggle('active');
+        }
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
diff --git a/about-us.html b/about-us.html
new file mode 100644
index 0000000..5d10d44
--- /dev/null
+++ b/about-us.html
@@ -0,0 +1,370 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>About Designer Wallcoverings | FlockedWallpaper.com</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Learn about Designer Wallcoverings and FlockedWallpaper.com - your premier source for luxury flocked and velvet wallcoverings from the world's leading designers since 2010.">
+    <meta name="keywords" content="designer wallcoverings, about us, flock wallpaper specialists, luxury wallpaper company">
+    <meta name="robots" content="index, follow">
+    <link rel="canonical" href="https://flockedwallpaper.com/about-us.html">
+
+    <link rel="stylesheet" href="styles.css?v=12">
+    <style>
+        .content-page {
+            max-width: 900px;
+            margin: 0 auto;
+            padding: 60px 40px;
+        }
+
+        .page-header {
+            text-align: center;
+            margin-bottom: 60px;
+        }
+
+        .page-header h1 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 48px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .page-header .subtitle {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 18px;
+            color: #666666;
+            line-height: 1.6;
+        }
+
+        .content-section {
+            margin-bottom: 50px;
+        }
+
+        .content-section h2 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .content-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 24px;
+            color: #000000;
+            margin: 30px 0 15px;
+            font-weight: 600;
+        }
+
+        .content-section p {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-bottom: 20px;
+        }
+
+        .content-section ul {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-left: 30px;
+            margin-bottom: 20px;
+        }
+
+        .content-section li {
+            margin-bottom: 10px;
+        }
+
+        .values-grid {
+            display: grid;
+            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+            gap: 30px;
+            margin: 40px 0;
+        }
+
+        .value-card {
+            background: #f8f8f8;
+            padding: 30px;
+            border-radius: 4px;
+        }
+
+        .value-card h4 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 20px;
+            margin-bottom: 15px;
+            color: #000000;
+        }
+
+        .value-card p {
+            font-size: 14px;
+            color: #666666;
+            margin: 0;
+        }
+
+        .brands-section {
+            background: #f8f8f8;
+            padding: 40px;
+            border-radius: 4px;
+            margin: 40px 0;
+        }
+
+        .brands-section h3 {
+            text-align: center;
+            margin-bottom: 30px;
+        }
+
+        .brands-list {
+            display: grid;
+            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
+            gap: 15px;
+            list-style: none;
+            margin: 0;
+            padding: 0;
+        }
+
+        .brands-list li {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 14px;
+            color: #333333;
+            text-align: center;
+            padding: 10px;
+        }
+
+        .cta-section {
+            background: #000000;
+            color: #ffffff;
+            padding: 60px 40px;
+            text-align: center;
+            margin-top: 60px;
+            border-radius: 4px;
+        }
+
+        .cta-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            margin-bottom: 20px;
+            color: #ffffff;
+        }
+
+        .cta-section p {
+            color: #cccccc;
+            margin-bottom: 30px;
+        }
+
+        .cta-button {
+            display: inline-block;
+            font-family: 'Montserrat', sans-serif;
+            background: #ffffff;
+            color: #000000;
+            padding: 16px 40px;
+            text-decoration: none;
+            font-size: 14px;
+            font-weight: 500;
+            letter-spacing: 1.5px;
+            text-transform: uppercase;
+            transition: background 0.3s ease;
+            border-radius: 2px;
+            margin: 0 10px;
+        }
+
+        .cta-button:hover {
+            background: #f0f0f0;
+        }
+    </style>
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div class="header-left">
+                <div>
+                    <a href="/" style="text-decoration: none; color: inherit;">
+                        <div class="logo">FlockedWallpaper.com</div>
+                        <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+                    </a>
+                </div>
+                <button class="mobile-menu-toggle" onclick="toggleMobileMenu()" aria-label="Toggle menu">☰</button>
+            </div>
+            <nav class="main-nav" id="mainNav">
+                <a href="/">Browse Collection</a>
+                <a href="/about-flock-wallpaper.html">About Flock Wallpaper</a>
+                <a href="/custom-flock.html">Custom Flock Services</a>
+                <a href="/about-us.html">About Us</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a>
+            </nav>
+        </div>
+    </header>
+
+    <div class="content-page">
+        <div class="page-header">
+            <h1>About Us</h1>
+            <p class="subtitle">Curating the finest flocked and velvet wallcoverings since 2010</p>
+        </div>
+
+        <div class="content-section">
+            <h2>Our Story</h2>
+            <p>FlockedWallpaper.com is the specialized division of Designer Wallcoverings, dedicated exclusively to the art of flocked and velvet textured wall coverings. Since 2010, we have been the premier destination for designers, architects, and homeowners seeking the finest quality flock wallpapers from the world's most prestigious manufacturers.</p>
+
+            <p>Our passion for textured wallcoverings began with a simple observation: while many retailers offered flat, printed wallpapers, there was a distinct lack of resources dedicated to the unique beauty and tactile luxury of flock and velvet wallpapers. We set out to change that, creating a curated collection that celebrates the artistry and craftsmanship of this specialized wall covering technique.</p>
+        </div>
+
+        <div class="content-section">
+            <h2>What Sets Us Apart</h2>
+
+            <div class="values-grid">
+                <div class="value-card">
+                    <h4>Curated Excellence</h4>
+                    <p>Every design in our collection is hand-selected for quality, design integrity, and manufacturing excellence. We don't simply stock wallpaper—we curate it.</p>
+                </div>
+
+                <div class="value-card">
+                    <h4>Expert Knowledge</h4>
+                    <p>Our team understands the technical nuances of flock wallpaper, from manufacturing processes to installation requirements. We're here to guide you through every decision.</p>
+                </div>
+
+                <div class="value-card">
+                    <h4>Designer Partnerships</h4>
+                    <p>We work directly with the world's leading wallpaper houses, ensuring authentic products and access to complete collections.</p>
+                </div>
+
+                <div class="value-card">
+                    <h4>Sample Service</h4>
+                    <p>We believe you should experience flock wallpaper in person. Our comprehensive sample service allows you to see and feel the quality before committing.</p>
+                </div>
+
+                <div class="value-card">
+                    <h4>Custom Solutions</h4>
+                    <p>Beyond our extensive collection, we offer custom flock printing services for unique projects requiring bespoke designs.</p>
+                </div>
+
+                <div class="value-card">
+                    <h4>Trade Professional Support</h4>
+                    <p>Interior designers and architects receive dedicated support, including trade pricing, project assistance, and technical specifications.</p>
+                </div>
+            </div>
+        </div>
+
+        <div class="content-section">
+            <h2>Our Collection</h2>
+            <p>We represent over 300 distinctive flock and velvet wallpaper designs from the industry's most respected names. Our collection spans centuries of design inspiration—from historically accurate reproductions of Victorian and Art Deco patterns to cutting-edge contemporary designs that push the boundaries of what's possible with flock printing technology.</p>
+
+            <div class="brands-section">
+                <h3>Featured Designer Brands</h3>
+                <ul class="brands-list">
+                    <li>Osborne & Little</li>
+                    <li>Cole & Son</li>
+                    <li>Designers Guild</li>
+                    <li>Romo</li>
+                    <li>Clarke & Clarke</li>
+                    <li>Christian Lacroix</li>
+                    <li>Phillipe Romano</li>
+                    <li>And many more...</li>
+                </ul>
+            </div>
+        </div>
+
+        <div class="content-section">
+            <h2>Our Commitment to Quality</h2>
+            <p>Every wallpaper in our collection meets rigorous standards:</p>
+
+            <ul>
+                <li><strong>Authentic Manufacturing:</strong> We source only genuine products from authorized manufacturers</li>
+                <li><strong>Quality Control:</strong> Each roll is inspected to ensure it meets our standards before shipping</li>
+                <li><strong>Proper Storage:</strong> Wallpapers are stored in climate-controlled facilities to maintain quality</li>
+                <li><strong>Expert Packaging:</strong> We protect your investment with professional packaging and handling</li>
+                <li><strong>Accurate Representation:</strong> Our photography and descriptions accurately represent colors and patterns</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Serving the Design Community</h2>
+            <p>While we welcome retail customers, our primary focus is supporting the professional design community. Interior designers, decorators, and architects rely on us for:</p>
+
+            <ul>
+                <li>Fast sample turnaround for client presentations</li>
+                <li>Technical specifications and installation guidelines</li>
+                <li>Project quantity calculations and ordering assistance</li>
+                <li>Custom printing for unique applications</li>
+                <li>Access to complete collections, not just bestsellers</li>
+                <li>Professional trade pricing</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Sustainability & Responsibility</h2>
+            <p>We partner with manufacturers who share our commitment to responsible production. Many of our wallpapers feature:</p>
+
+            <ul>
+                <li>Non-woven substrates that are more environmentally friendly than traditional paper</li>
+                <li>Water-based adhesives and printing processes</li>
+                <li>Sustainable forestry-certified materials</li>
+                <li>Low-VOC formulations for healthier indoor air quality</li>
+                <li>Durability that reduces the need for frequent replacement</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Looking Forward</h2>
+            <p>As we continue to grow, our mission remains unchanged: to be the world's most trusted source for premium flock and velvet wallcoverings. We're constantly expanding our collection, developing new partnerships, and refining our services to better serve the design community.</p>
+
+            <p>Whether you're specifying wallpaper for a grand hotel restoration, designing an intimate residential space, or simply exploring the possibilities of textured wall coverings, we're here to help you discover the perfect solution.</p>
+        </div>
+
+        <div class="cta-section">
+            <h3>Let's Create Something Beautiful</h3>
+            <p>Explore our collection or discuss your custom project with our team</p>
+            <div>
+                <a href="/" class="cta-button">View Collection</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true" class="cta-button">Contact Us</a>
+            </div>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="/">Browse Collection</a></li>
+                    <li><a href="/about-flock-wallpaper.html">About Flock Wallpaper</a></li>
+                    <li><a href="/custom-flock.html">Custom Flock Services</a></li>
+                    <li><a href="/about-us.html">About Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Mobile menu toggle
+        function toggleMobileMenu() {
+            const nav = document.getElementById('mainNav');
+            nav.classList.toggle('active');
+        }
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
diff --git a/agenda.html b/agenda.html
new file mode 100644
index 0000000..8567e37
--- /dev/null
+++ b/agenda.html
@@ -0,0 +1,222 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<title>Daily Agenda - March 6, 2026</title>
+<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
+<style>
+*{margin:0;padding:0;box-sizing:border-box}
+body{font-family:'Inter',sans-serif;background:#F5F0EB;min-height:100vh;padding:24px}
+.container{max-width:600px;margin:0 auto}
+.header{text-align:center;margin-bottom:32px}
+.header h1{font-size:24px;font-weight:700;color:#1A1614}
+.header .date{font-size:13px;color:#8A7D74;margin-top:4px;letter-spacing:.05em}
+.header .sub{font-size:11px;color:#C4995C;letter-spacing:.15em;text-transform:uppercase;margin-top:8px}
+.card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:all .3s}
+.card.approved{border-left:4px solid #4ADE80}
+.card.rejected{border-left:4px solid #f87171;opacity:.6}
+.card .tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:10px;margin-bottom:10px}
+.tag-live{background:#4ADE8020;color:#16a34a}
+.tag-pending{background:#C4995C20;color:#C4995C}
+.tag-new{background:#4169E120;color:#4169E1}
+.tag-export{background:#9370DB20;color:#9370DB}
+.card h3{font-size:16px;font-weight:600;color:#1A1614;margin-bottom:6px}
+.card p{font-size:13px;color:#8A7D74;line-height:20px}
+.card .detail{font-size:12px;color:#aaa;margin-top:8px;font-style:italic}
+.btns{display:flex;gap:10px;margin-top:14px}
+.btn{flex:1;padding:12px;border:none;border-radius:8px;font-family:'Inter',sans-serif;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}
+.btn-approve{background:#4ADE8020;color:#16a34a}
+.btn-approve:hover{background:#4ADE80;color:#fff}
+.btn-reject{background:#f8717120;color:#f87171}
+.btn-reject:hover{background:#f87171;color:#fff}
+.btn:disabled{opacity:.4;cursor:default}
+.status{text-align:center;font-size:12px;font-weight:600;margin-top:8px;min-height:18px}
+.status-approved{color:#16a34a}
+.status-rejected{color:#f87171}
+.summary{background:#1A1614;border-radius:12px;padding:24px;margin-top:24px;text-align:center}
+.summary h3{color:#C4995C;font-size:14px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
+.summary .counts{display:flex;justify-content:center;gap:32px}
+.summary .count{color:#fff;font-size:28px;font-weight:700}
+.summary .count-label{color:#8A7D74;font-size:11px;margin-top:2px}
+.submit-btn{display:block;width:100%;padding:16px;margin-top:16px;background:#C4995C;border:none;border-radius:8px;font-family:'Inter',sans-serif;font-weight:700;font-size:14px;color:#1A1614;cursor:pointer;letter-spacing:.05em}
+.submit-btn:hover{opacity:.9}
+.submit-btn:disabled{opacity:.4;cursor:default}
+.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#1A1614;color:#fff;padding:14px 28px;border-radius:8px;font-size:13px;font-weight:500;display:none;z-index:100}
+</style>
+</head>
+<body>
+<div class="container">
+  <div class="header">
+    <h1>Daily Agenda</h1>
+    <div class="date">Friday, March 6, 2026 - 2:48 PM PT</div>
+    <div class="sub">Designer Wallcoverings - Agent Abrams</div>
+  </div>
+
+  <div class="card" id="item-1">
+    <span class="tag tag-live">DEPLOYED</span>
+    <h3>FlockedWallpaper.com - Mobile Site Redesign</h3>
+    <p>Complete mobile-first redesign deployed to production (port 3200). Includes hero section, featured scroll, product grid, Zendesk chat, social sharing, and cream-colored footer.</p>
+    <div class="detail">Live at flockedwallpaper.com | 227 products | Cookie-based auth on dev (8888)</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(1,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(1,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-1"></div>
+  </div>
+
+  <div class="card" id="item-2">
+    <span class="tag tag-live">FIXED</span>
+    <h3>Shop by Color - Added Missing Colors</h3>
+    <p>Added Orange, Yellow, and Neutral to the color filter map. Top 8 colors now display: Black (111), White (42), Red (28), Blue (9), Orange (6), Gray (6), Pink (4), Purple (4).</p>
+    <div class="detail">Color chips verified working via Cloudflare domain | Phone cache may need clearing</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(2,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(2,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-2"></div>
+  </div>
+
+  <div class="card" id="item-3">
+    <span class="tag tag-live">UPDATED</span>
+    <h3>Footer - Black to Cream Background</h3>
+    <p>Removed black background from footer. Now uses cream (#F5F0EB) with dark text, subtle borders, and gold CTA button. Matches the overall site aesthetic.</p>
+    <div class="detail">CSS variables: --cream for bg, --black for text, --gray for secondary</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(3,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(3,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-3"></div>
+  </div>
+
+  <div class="card" id="item-4">
+    <span class="tag tag-export">EXPORT</span>
+    <h3>Claude Skills Package - Ready for Download</h3>
+    <p>280 skills exported (249 SKILL.md files). Two packages available: Full archive (22MB) and markdown-only (600KB) for Claude Desktop.</p>
+    <div class="detail">Full: /claude-skills-export.zip | Light: /claude-skills-md-only.zip</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(4,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(4,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-4"></div>
+  </div>
+
+  <div class="card" id="item-5">
+    <span class="tag tag-pending">PENDING</span>
+    <h3>Paper Design Update - Footer Sync</h3>
+    <p>Paper MCP connection failed. Need to update the Paper artboard (FW - Home) to reflect the cream footer. Will retry when Paper is available.</p>
+    <div class="detail">Artboard 3Y-0 | Footer node needs background color update</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(5,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(5,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-5"></div>
+  </div>
+
+  <div class="card" id="item-6">
+    <span class="tag tag-new">ACTION NEEDED</span>
+    <h3>Phone Cache - Cloudflare Bypass</h3>
+    <p>Site works perfectly through Cloudflare domain (verified). User's phone showing old cached version. Recommend: clear Safari/Chrome cache or use incognito tab.</p>
+    <div class="detail">cf-cache-status: DYNAMIC (Cloudflare not caching) | Origin: no-cache headers set</div>
+    <div class="btns">
+      <button class="btn btn-approve" onclick="vote(6,'approved')">Approve</button>
+      <button class="btn btn-reject" onclick="vote(6,'rejected')">Needs Changes</button>
+    </div>
+    <div class="status" id="status-6"></div>
+  </div>
+
+  <div class="summary">
+    <h3>Decisions</h3>
+    <div class="counts">
+      <div><div class="count" id="approveCount">0</div><div class="count-label">Approved</div></div>
+      <div><div class="count" id="rejectCount">0</div><div class="count-label">Needs Changes</div></div>
+      <div><div class="count" id="pendingCount">6</div><div class="count-label">Pending</div></div>
+    </div>
+  </div>
+
+  <button class="submit-btn" id="submitBtn" onclick="submitDecisions()" disabled>Submit All Decisions to Slack</button>
+</div>
+
+<div class="toast" id="toast"></div>
+
+<script>
+const votes = {};
+const TOTAL = 6;
+const SLACK_WEBHOOK = 'https://hooks.slack.com/services/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';
+
+function vote(id, decision) {
+  votes[id] = decision;
+  const card = document.getElementById('item-' + id);
+  const status = document.getElementById('status-' + id);
+
+  card.className = 'card ' + decision;
+  card.querySelectorAll('.btn').forEach(b => b.disabled = false);
+
+  if (decision === 'approved') {
+    status.className = 'status status-approved';
+    status.textContent = 'APPROVED';
+  } else {
+    status.className = 'status status-rejected';
+    status.textContent = 'NEEDS CHANGES';
+  }
+
+  updateCounts();
+}
+
+function updateCounts() {
+  const approved = Object.values(votes).filter(v => v === 'approved').length;
+  const rejected = Object.values(votes).filter(v => v === 'rejected').length;
+  const pending = TOTAL - approved - rejected;
+
+  document.getElementById('approveCount').textContent = approved;
+  document.getElementById('rejectCount').textContent = rejected;
+  document.getElementById('pendingCount').textContent = pending;
+
+  document.getElementById('submitBtn').disabled = Object.keys(votes).length < TOTAL;
+}
+
+function showToast(msg) {
+  const t = document.getElementById('toast');
+  t.textContent = msg;
+  t.style.display = 'block';
+  setTimeout(() => t.style.display = 'none', 3000);
+}
+
+async function submitDecisions() {
+  const items = [
+    'FlockedWallpaper Mobile Redesign',
+    'Shop by Color - Missing Colors Fix',
+    'Footer - Cream Background',
+    'Claude Skills Export Package',
+    'Paper Design Update (Pending)',
+    'Phone Cache / Cloudflare Bypass'
+  ];
+
+  let text = '*Steve\'s Agenda Decisions - March 6, 2026*\n\n';
+  for (let i = 1; i <= TOTAL; i++) {
+    const icon = votes[i] === 'approved' ? ':white_check_mark:' : ':x:';
+    const label = votes[i] === 'approved' ? 'APPROVED' : 'NEEDS CHANGES';
+    text += icon + ' *' + items[i-1] + '* — ' + label + '\n';
+  }
+
+  const approved = Object.values(votes).filter(v => v === 'approved').length;
+  const rejected = Object.values(votes).filter(v => v === 'rejected').length;
+  text += '\n*Summary:* ' + approved + ' approved, ' + rejected + ' needs changes';
+
+  try {
+    await fetch(SLACK_WEBHOOK, {
+      method: 'POST',
+      headers: { 'Content-Type': 'application/json' },
+      body: JSON.stringify({ text }),
+      mode: 'no-cors'
+    });
+    showToast('Decisions sent to Slack #claude-to-steve');
+    document.getElementById('submitBtn').disabled = true;
+    document.getElementById('submitBtn').textContent = 'Sent to Slack';
+  } catch (e) {
+    showToast('Error sending to Slack');
+  }
+}
+</script>
+</body>
+</html>
diff --git a/check-recent-flock.js b/check-recent-flock.js
new file mode 100644
index 0000000..59f2ccb
--- /dev/null
+++ b/check-recent-flock.js
@@ -0,0 +1,223 @@
+require('dotenv').config();
+const axios = require('axios');
+const fs = require('fs');
+
+const SHOPIFY_STORE = process.env.SHOPIFY_STORE_NAME;
+const ACCESS_TOKEN = process.env.SHOPIFY_ACCESS_TOKEN;
+const API_VERSION = process.env.SHOPIFY_API_VERSION || '2024-10';
+
+// Shopify Admin API GraphQL endpoint
+const GRAPHQL_ENDPOINT = `https://${SHOPIFY_STORE}.myshopify.com/admin/api/${API_VERSION}/graphql.json`;
+
+async function fetchRecentFlockProducts() {
+    console.log('🔍 Fetching recently updated/created flock products from Shopify...');
+
+    const allProducts = [];
+    let hasNextPage = true;
+    let cursor = null;
+
+    // Get date 30 days ago for comparison
+    const thirtyDaysAgo = new Date();
+    thirtyDaysAgo.setDate(thirtyDaysAgo.getDate() - 30);
+
+    while (hasNextPage) {
+        const query = `
+            query ($cursor: String) {
+                products(first: 250, after: $cursor, query: "flock status:active", sortKey: UPDATED_AT, reverse: true) {
+                    edges {
+                        cursor
+                        node {
+                            id
+                            title
+                            handle
+                            description
+                            productType
+                            vendor
+                            tags
+                            createdAt
+                            updatedAt
+                            status
+                            variants(first: 10) {
+                                edges {
+                                    node {
+                                        id
+                                        title
+                                        sku
+                                        price
+                                    }
+                                }
+                            }
+                            featuredImage {
+                                url
+                                altText
+                            }
+                            images(first: 5) {
+                                edges {
+                                    node {
+                                        url
+                                        altText
+                                    }
+                                }
+                            }
+                        }
+                    }
+                    pageInfo {
+                        hasNextPage
+                        endCursor
+                    }
+                }
+            }
+        `;
+
+        try {
+            const response = await axios.post(
+                GRAPHQL_ENDPOINT,
+                {
+                    query: query,
+                    variables: { cursor: cursor }
+                },
+                {
+                    headers: {
+                        'Content-Type': 'application/json',
+                        'X-Shopify-Access-Token': ACCESS_TOKEN
+                    }
+                }
+            );
+
+            if (response.data.errors) {
+                console.error('GraphQL Errors:', response.data.errors);
+                break;
+            }
+
+            const products = response.data.data.products.edges;
+            allProducts.push(...products);
+
+            hasNextPage = response.data.data.products.pageInfo.hasNextPage;
+            cursor = response.data.data.products.pageInfo.endCursor;
+
+            console.log(`  Fetched ${allProducts.length} products so far...`);
+
+            // Rate limiting: wait 500ms between requests
+            await new Promise(resolve => setTimeout(resolve, 500));
+
+        } catch (error) {
+            console.error('❌ Error fetching products:', error.message);
+            if (error.response) {
+                console.error('Response data:', error.response.data);
+            }
+            break;
+        }
+    }
+
+    console.log(`\n✅ Total products fetched: ${allProducts.length}`);
+    return allProducts;
+}
+
+function findNewProducts(allProducts) {
+    console.log('\n🔍 Checking for new products...');
+
+    // Load existing products
+    let existingProducts = [];
+    try {
+        const data = fs.readFileSync('./flocked-products.json', 'utf8');
+        existingProducts = JSON.parse(data);
+        console.log(`  Loaded ${existingProducts.length} existing products`);
+    } catch (error) {
+        console.log('  No existing products file found or error reading it');
+    }
+
+    // Create a set of existing product IDs
+    const existingIds = new Set(existingProducts.map(p => p.id));
+
+    // Find products that are new (not in existing list)
+    const newProducts = [];
+    const recentlyUpdated = [];
+
+    const thirtyDaysAgo = new Date();
+    thirtyDaysAgo.setDate(thirtyDaysAgo.getDate() - 30);
+
+    allProducts.forEach(product => {
+        const node = product.node;
+        const createdDate = new Date(node.createdAt);
+        const updatedDate = new Date(node.updatedAt);
+
+        if (!existingIds.has(node.id)) {
+            newProducts.push(node);
+        } else if (updatedDate > thirtyDaysAgo) {
+            recentlyUpdated.push(node);
+        }
+    });
+
+    return { newProducts, recentlyUpdated, thirtyDaysAgo };
+}
+
+function formatProduct(node) {
+    const variants = node.variants.edges;
+    const skus = variants.map(v => v.node.sku).filter(sku => sku);
+
+    return {
+        id: node.id,
+        title: node.title,
+        handle: node.handle,
+        primarySku: skus[0] || 'N/A',
+        image: node.featuredImage?.url || node.images.edges[0]?.node.url,
+        productUrl: `https://designerwallcoverings.com/products/${node.handle}`,
+        createdAt: node.createdAt,
+        updatedAt: node.updatedAt
+    };
+}
+
+async function main() {
+    try {
+        console.log('🚀 Checking for Recent Flock Product Updates\n');
+        console.log(`Store: ${SHOPIFY_STORE}`);
+        console.log(`API Version: ${API_VERSION}\n`);
+
+        // Fetch all products sorted by updated date
+        const allProducts = await fetchRecentFlockProducts();
+
+        // Find new products
+        const { newProducts, recentlyUpdated, thirtyDaysAgo } = findNewProducts(allProducts);
+
+        console.log('\n📊 RESULTS:');
+        console.log(`  Total flock products in Shopify: ${allProducts.length}`);
+        console.log(`  New products (not in existing JSON): ${newProducts.length}`);
+        console.log(`  Recently updated (last 30 days): ${recentlyUpdated.length}`);
+
+        if (newProducts.length > 0) {
+            console.log('\n🆕 NEW PRODUCTS FOUND:');
+            console.log('=' .repeat(80));
+            newProducts.forEach((product, index) => {
+                const formatted = formatProduct(product);
+                console.log(`\n${index + 1}. ${formatted.title}`);
+                console.log(`   SKU: ${formatted.primarySku}`);
+                console.log(`   Created: ${new Date(formatted.createdAt).toLocaleDateString()}`);
+                console.log(`   URL: ${formatted.productUrl}`);
+                console.log(`   Image: ${formatted.image ? '✓' : '✗ Missing'}`);
+            });
+        } else {
+            console.log('\n✓ No new products found - all products are already in flocked-products.json');
+        }
+
+        if (recentlyUpdated.length > 0) {
+            console.log('\n\n📝 RECENTLY UPDATED PRODUCTS (Last 30 days):');
+            console.log('=' .repeat(80));
+            recentlyUpdated.slice(0, 10).forEach((product, index) => {
+                const formatted = formatProduct(product);
+                console.log(`\n${index + 1}. ${formatted.title}`);
+                console.log(`   SKU: ${formatted.primarySku}`);
+                console.log(`   Updated: ${new Date(formatted.updatedAt).toLocaleDateString()}`);
+            });
+
+            if (recentlyUpdated.length > 10) {
+                console.log(`\n   ... and ${recentlyUpdated.length - 10} more`);
+            }
+        }
+
+    } catch (error) {
+        console.error('\n❌ Fatal Error:', error.message);
+        process.exit(1);
+    }
+}
+
+main();
diff --git a/claude-skills-export.zip b/claude-skills-export.zip
new file mode 100644
index 0000000..a7b1613
Binary files /dev/null and b/claude-skills-export.zip differ
diff --git a/claude-skills-md-only.zip b/claude-skills-md-only.zip
new file mode 100644
index 0000000..d0ff84b
Binary files /dev/null and b/claude-skills-md-only.zip differ
diff --git a/color-summary.js b/color-summary.js
new file mode 100644
index 0000000..018de2c
--- /dev/null
+++ b/color-summary.js
@@ -0,0 +1,22 @@
+const data = require('./flocked-products.json');
+
+console.log('=== FLOCKED WALLPAPER COLLECTION - SORTED BY COLOR ===\n');
+
+const byColor = {};
+data.forEach(p => {
+    if (!byColor[p.primaryColor]) byColor[p.primaryColor] = [];
+    byColor[p.primaryColor].push(p);
+});
+
+const colorOrder = ['Black', 'White', 'Red', 'Pink', 'Purple', 'Blue', 'Green', 'Aqua', 'Yellow', 'Orange', 'Brown', 'Beige', 'Gray', 'Neutral', 'Other'];
+
+colorOrder.forEach(color => {
+    if (byColor[color]) {
+        console.log(`${color.toUpperCase()} (${byColor[color].length} products)`);
+        byColor[color].slice(0, 3).forEach(p => console.log(`  - ${p.title.substring(0, 70)}`));
+        if (byColor[color].length > 3) console.log(`  ... and ${byColor[color].length - 3} more\n`);
+        else console.log('');
+    }
+});
+
+console.log(`\nTOTAL: ${data.length} flocked wallpaper products, sorted by color families`);
diff --git a/custom-flock.html b/custom-flock.html
new file mode 100644
index 0000000..4d73fb2
--- /dev/null
+++ b/custom-flock.html
@@ -0,0 +1,386 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Custom Flock Wallpaper Services | FlockedWallpaper.com</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Create custom flock velvet wallpaper with your own designs. Professional flock printing services for designers, architects, and commercial projects. Multiple widths and colors available.">
+    <meta name="keywords" content="custom flock wallpaper, custom velvet wallpaper, bespoke flock printing, custom wallcovering, designer wallpaper printing">
+    <meta name="robots" content="index, follow">
+    <link rel="canonical" href="https://flockedwallpaper.com/custom-flock.html">
+
+    <link rel="stylesheet" href="styles.css?v=12">
+    <style>
+        .content-page {
+            max-width: 900px;
+            margin: 0 auto;
+            padding: 60px 40px;
+        }
+
+        .page-header {
+            text-align: center;
+            margin-bottom: 60px;
+        }
+
+        .page-header h1 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 48px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .page-header .subtitle {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 18px;
+            color: #666666;
+            line-height: 1.6;
+        }
+
+        .content-section {
+            margin-bottom: 50px;
+        }
+
+        .content-section h2 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            color: #000000;
+            margin-bottom: 20px;
+            font-weight: 600;
+        }
+
+        .content-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 24px;
+            color: #000000;
+            margin: 30px 0 15px;
+            font-weight: 600;
+        }
+
+        .content-section p {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-bottom: 20px;
+        }
+
+        .content-section ul {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 16px;
+            line-height: 1.8;
+            color: #333333;
+            margin-left: 30px;
+            margin-bottom: 20px;
+        }
+
+        .content-section li {
+            margin-bottom: 10px;
+        }
+
+        .specs-grid {
+            display: grid;
+            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+            gap: 30px;
+            margin: 40px 0;
+        }
+
+        .spec-card {
+            background: #f8f8f8;
+            padding: 30px;
+            border-radius: 4px;
+        }
+
+        .spec-card h4 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 20px;
+            margin-bottom: 15px;
+            color: #000000;
+        }
+
+        .spec-card p {
+            font-size: 14px;
+            color: #666666;
+            margin: 0;
+        }
+
+        .cta-section {
+            background: #000000;
+            color: #ffffff;
+            padding: 60px 40px;
+            text-align: center;
+            margin-top: 60px;
+            border-radius: 4px;
+        }
+
+        .cta-section h3 {
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            margin-bottom: 20px;
+            color: #ffffff;
+        }
+
+        .cta-section p {
+            color: #cccccc;
+            margin-bottom: 30px;
+        }
+
+        .cta-button {
+            display: inline-block;
+            font-family: 'Montserrat', sans-serif;
+            background: #ffffff;
+            color: #000000;
+            padding: 16px 40px;
+            text-decoration: none;
+            font-size: 14px;
+            font-weight: 500;
+            letter-spacing: 1.5px;
+            text-transform: uppercase;
+            transition: background 0.3s ease;
+            border-radius: 2px;
+        }
+
+        .cta-button:hover {
+            background: #f0f0f0;
+        }
+
+        .process-steps {
+            counter-reset: step-counter;
+            list-style: none;
+            margin: 40px 0;
+            padding: 0;
+        }
+
+        .process-steps li {
+            position: relative;
+            padding-left: 60px;
+            margin-bottom: 30px;
+        }
+
+        .process-steps li::before {
+            counter-increment: step-counter;
+            content: counter(step-counter);
+            position: absolute;
+            left: 0;
+            top: 0;
+            font-family: 'Playfair Display', Georgia, serif;
+            font-size: 32px;
+            font-weight: 600;
+            color: #000000;
+            width: 45px;
+            height: 45px;
+            border: 2px solid #000000;
+            border-radius: 50%;
+            display: flex;
+            align-items: center;
+            justify-content: center;
+            padding-top: 3px;
+        }
+
+        .hero-image {
+            width: 100%;
+            max-width: 100%;
+            height: auto;
+            margin: 40px 0;
+            border-radius: 4px;
+        }
+
+        .image-caption {
+            font-family: 'Montserrat', sans-serif;
+            font-size: 13px;
+            color: #666666;
+            text-align: center;
+            margin-top: 10px;
+            font-style: italic;
+        }
+    </style>
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div class="header-left">
+                <div>
+                    <a href="/" style="text-decoration: none; color: inherit;">
+                        <div class="logo">FlockedWallpaper.com</div>
+                        <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+                    </a>
+                </div>
+                <button class="mobile-menu-toggle" onclick="toggleMobileMenu()" aria-label="Toggle menu">☰</button>
+            </div>
+            <nav class="main-nav" id="mainNav">
+                <a href="/">Browse Collection</a>
+                <a href="/about-flock-wallpaper.html">About Flock Wallpaper</a>
+                <a href="/custom-flock.html">Custom Flock Services</a>
+                <a href="/about-us.html">About Us</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a>
+            </nav>
+        </div>
+    </header>
+
+    <div class="content-page">
+        <div class="page-header">
+            <h1>Custom Flock Wallpaper</h1>
+            <p class="subtitle">Bring your vision to life with bespoke flock and velvet wallcoverings</p>
+        </div>
+
+        <div class="content-section">
+            <h2>Create Your Own Design</h2>
+            <p>Transform your unique design concepts into luxurious flocked wallpaper. Whether you're an interior designer working on a signature project, an architect specifying custom wall coverings for a commercial space, or a homeowner with a specific vision, our custom flock printing services bring your ideas to life with the same quality and craftsmanship found in our premium collection.</p>
+
+            <img src="https://www.surfaceprint.com/wp-content/uploads/Textured-Wallpaper-by-Surface-Print.jpg"
+                 alt="Custom textured flock wallpaper printing process"
+                 class="hero-image"
+                 loading="lazy">
+            <p class="image-caption">Custom flock wallpaper printing combines precision technology with artisanal craftsmanship</p>
+
+            <p>Using state-of-the-art flock printing technology and traditional finishing techniques, we can produce custom wallpaper that meets your exact specifications for pattern, color, texture, and scale.</p>
+        </div>
+
+        <div class="content-section">
+            <h2>Technical Capabilities</h2>
+
+            <div class="specs-grid">
+                <div class="spec-card">
+                    <h4>Printing Options</h4>
+                    <p>One-color or two-color flock applications with optional flexographic base prints for complex multi-layer designs</p>
+                </div>
+
+                <div class="spec-card">
+                    <h4>Available Widths</h4>
+                    <p>Standard widths of 52cm (20.5") or 68.5cm (27") on pre-grounded non-woven substrate</p>
+                </div>
+
+                <div class="spec-card">
+                    <h4>Fiber Colors</h4>
+                    <p>Wide range of nylon fiber colors to match your design vision or brand palette</p>
+                </div>
+
+                <div class="spec-card">
+                    <h4>Substrate</h4>
+                    <p>High-quality pre-grounded non-woven base for optimal fiber adhesion and longevity</p>
+                </div>
+            </div>
+        </div>
+
+        <div class="content-section">
+            <h2>The Process</h2>
+            <p>Creating custom flock wallpaper is a collaborative journey that combines your creative vision with our technical expertise. From initial concept to final delivery, we guide you through each step to ensure your project exceeds expectations.</p>
+
+            <ul class="process-steps">
+                <li>
+                    <strong>Design Consultation & Studio Services</strong><br>
+                    We begin by understanding your vision. Our experienced design studio team collaborates directly with you to refine concepts, suggest color options, and develop your design for optimal flock printing. Whether you have finished artwork or need help creating it, our designers can assist with file preparation, color separations, pattern layouts, and scale adjustments. We build close relationships with clients to ensure every design detail aligns with your vision.
+                </li>
+                <li>
+                    <strong>Technical Preparation & Engraving</strong><br>
+                    Once your design is finalized, we prepare it for production. Working with trusted suppliers, we create the specialized rollers and screens needed for your pattern. This technical phase ensures all design aspects—from fine details to color registration—are carefully considered and ready for the printing process.
+                </li>
+                <li>
+                    <strong>Proofing & Color Matching</strong><br>
+                    This is where your design comes to life for the first time! Our proofing department produces initial samples on different substrates, allowing you to experiment with various fiber colors and textures. You can provide color specifications through Pantone references, paint chips, fabric swatches, or color CADs. This exciting phase lets you see how different combinations affect the final look and feel of your wallpaper.
+                </li>
+                <li>
+                    <strong>Strike-Off Approval</strong><br>
+                    Before full production begins, we create a strike-off—a sample of your design printed with the exact specifications you've approved. You can either visit our facilities to review the strike-off in person or we'll mail it to you for remote approval. Our dedicated strike-off team is here to ensure you feel confident about the work being created. This critical quality control step allows you to see, touch, and approve your design before committing to bulk production.
+                </li>
+                <li>
+                    <strong>Bulk Production</strong><br>
+                    With your approval, we proceed to full production. Our experienced staff continuously monitors color matching and quality throughout the entire print run. You're welcome to visit during production to approve colors in person, or we can provide ongoing updates. We maintain strict quality control standards to ensure every roll meets the same high standards as your approved strike-off.
+                </li>
+                <li>
+                    <strong>Quality Control & Finishing</strong><br>
+                    Each completed roll undergoes thorough inspection. We check for color consistency, pattern alignment, texture uniformity, and overall quality. Any rolls that don't meet our exacting standards are rejected to ensure you receive only perfect wallpaper.
+                </li>
+                <li>
+                    <strong>Packaging & Delivery</strong><br>
+                    Your custom wallpaper is carefully packaged to prevent damage during transit. We can arrange shipping to your location, or you can organize your own carrier. Your wallpaper arrives ready for installation, complete with any technical specifications and installation guidelines needed.
+                </li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Ideal Applications</h2>
+            <ul>
+                <li><strong>Hospitality Projects:</strong> Create signature looks for hotels, restaurants, and event spaces</li>
+                <li><strong>Retail Environments:</strong> Develop branded wallcoverings that reflect your aesthetic</li>
+                <li><strong>Residential Commissions:</strong> Design one-of-a-kind wallpapers for discerning clients</li>
+                <li><strong>Historic Restoration:</strong> Recreate period-appropriate patterns for heritage properties</li>
+                <li><strong>Corporate Interiors:</strong> Incorporate brand colors and motifs into wall treatments</li>
+                <li><strong>Yacht & Aviation:</strong> Specify luxury wallcoverings for private vessels and aircraft</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Design Possibilities</h2>
+            <p>The electrostatic flock printing process allows for remarkable design flexibility:</p>
+
+            <ul>
+                <li>Intricate damask and classical patterns with authentic velvet texture</li>
+                <li>Bold contemporary geometrics with tactile dimension</li>
+                <li>Subtle tonal designs where texture creates the pattern</li>
+                <li>Complex multi-layer compositions combining print and flock</li>
+                <li>Custom colorways of existing designs</li>
+                <li>Scaled versions of patterns to suit specific room proportions</li>
+            </ul>
+        </div>
+
+        <div class="content-section">
+            <h2>Minimum Orders & Lead Times</h2>
+            <p>Custom flock wallpaper projects require minimum order quantities due to the specialized nature of the printing process. Lead times vary based on design complexity and production schedule. Contact us for specific details about your project requirements.</p>
+
+            <p>We recommend planning custom wallpaper projects well in advance of installation deadlines to allow adequate time for design development, sampling, and production.</p>
+        </div>
+
+        <div class="cta-section">
+            <h3>Start Your Custom Project</h3>
+            <p>Ready to create something extraordinary? Our team is here to help bring your vision to life.</p>
+            <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true" class="cta-button">Contact Us</a>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="/">Browse Collection</a></li>
+                    <li><a href="/about-flock-wallpaper.html">About Flock Wallpaper</a></li>
+                    <li><a href="/custom-flock.html">Custom Flock Services</a></li>
+                    <li><a href="/about-us.html">About Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Mobile menu toggle
+        function toggleMobileMenu() {
+            const nav = document.getElementById('mainNav');
+            nav.classList.toggle('active');
+        }
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
diff --git a/diagnostic.html b/diagnostic.html
new file mode 100644
index 0000000..a9850ce
--- /dev/null
+++ b/diagnostic.html
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="UTF-8">
+    <title>Diagnostic Page</title>
+    <style>
+        body { font-family: monospace; padding: 20px; background: #f0f0f0; }
+        .test { margin: 20px 0; padding: 15px; background: white; border-left: 4px solid #4CAF50; }
+        .pass { border-color: #4CAF50; }
+        .fail { border-color: #f44336; }
+        h1 { color: #333; }
+        .info { background: #e3f2fd; padding: 10px; margin: 10px 0; }
+    </style>
+</head>
+<body>
+    <h1>FlockedWallpaper Diagnostic</h1>
+    <div class="info">
+        <strong>Time:</strong> <span id="timestamp"></span><br>
+        <strong>User Agent:</strong> <span id="userAgent"></span>
+    </div>
+
+    <div class="test" id="test1">
+        <strong>Test 1:</strong> JavaScript is running
+    </div>
+
+    <div class="test" id="test2">
+        <strong>Test 2:</strong> Checking JSON file...
+    </div>
+
+    <div class="test" id="test3">
+        <strong>Test 3:</strong> DOM Ready
+    </div>
+
+    <div id="results"></div>
+
+    <script>
+        // Test 1: Basic JS
+        document.getElementById('timestamp').textContent = new Date().toISOString();
+        document.getElementById('userAgent').textContent = navigator.userAgent;
+        document.getElementById('test1').classList.add('pass');
+        document.getElementById('test1').innerHTML += ' <span style="color: green;">✓ PASS</span>';
+
+        // Test 2: Fetch JSON
+        fetch('flocked-products.json?v=' + Date.now())
+            .then(res => {
+                console.log('Fetch response:', res.status);
+                if (!res.ok) throw new Error('HTTP ' + res.status);
+                return res.json();
+            })
+            .then(data => {
+                console.log('Products:', data.length);
+                const test2 = document.getElementById('test2');
+                test2.classList.add('pass');
+                test2.innerHTML = `<strong>Test 2:</strong> JSON loaded successfully - ${data.length} products <span style="color: green;">✓ PASS</span>`;
+
+                // Show first 3 products
+                const results = document.getElementById('results');
+                results.innerHTML = '<h2>Sample Products:</h2>';
+                data.slice(0, 3).forEach(p => {
+                    results.innerHTML += `<div class="info"><strong>${p.title}</strong><br>SKU: ${p.primarySku}<br>Color: ${p.primaryColor}</div>`;
+                });
+            })
+            .catch(err => {
+                console.error('Fetch error:', err);
+                const test2 = document.getElementById('test2');
+                test2.classList.add('fail');
+                test2.innerHTML = `<strong>Test 2:</strong> JSON fetch failed - ${err.message} <span style="color: red;">✗ FAIL</span>`;
+            });
+
+        // Test 3: DOM Ready
+        document.addEventListener('DOMContentLoaded', () => {
+            const test3 = document.getElementById('test3');
+            test3.classList.add('pass');
+            test3.innerHTML = '<strong>Test 3:</strong> DOMContentLoaded fired <span style="color: green;">✓ PASS</span>';
+        });
+    </script>
+</body>
+</html>
diff --git a/ecosystem.config.js b/ecosystem.config.js
new file mode 100644
index 0000000..c03afe5
--- /dev/null
+++ b/ecosystem.config.js
@@ -0,0 +1,25 @@
+module.exports = {
+  apps: [{
+    name: 'flockedwallpaper',
+    script: './server.js',
+    instances: 1,
+    autorestart: true,
+    watch: false,
+    max_memory_restart: '1G',
+    env: {
+      PORT: 3200,
+      NODE_ENV: 'production'
+    },
+    error_file: './logs/err.log',
+    out_file: './logs/out.log',
+    log_file: './logs/combined.log',
+    time: true,
+    // Restart policy
+    exp_backoff_restart_delay: 100,
+    restart_delay: 1000,
+    max_restarts: Infinity,
+    min_uptime: '5s',
+    cron_restart: '0 4 * * *',
+    kill_timeout: 5000
+  }]
+};
diff --git a/favicon.svg b/favicon.svg
new file mode 100644
index 0000000..edd94cc
--- /dev/null
+++ b/favicon.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+  <rect width="32" height="32" rx="6" fill="#8B1A1A"/>
+  <path d="M8 8c2-2 5-3 8-3s6 1 8 3c-1 2-3 4-5 5 2 1 4 3 5 5-2 2-5 3-8 3s-6-1-8-3c1-2 3-4 5-5-2-1-4-3-5-5z" fill="#C4995C" opacity="0.9"/>
+  <circle cx="16" cy="16" r="3" fill="#8B1A1A"/>
+</svg>
diff --git a/fetch-flocked-products.js b/fetch-flocked-products.js
new file mode 100644
index 0000000..398c95b
--- /dev/null
+++ b/fetch-flocked-products.js
@@ -0,0 +1,265 @@
+require('dotenv').config();
+const axios = require('axios');
+const fs = require('fs');
+
+const SHOPIFY_STORE = process.env.SHOPIFY_STORE_NAME;
+const ACCESS_TOKEN = process.env.SHOPIFY_ACCESS_TOKEN;
+const API_VERSION = process.env.SHOPIFY_API_VERSION || '2024-10';
+
+// Shopify Admin API GraphQL endpoint
+const GRAPHQL_ENDPOINT = `https://${SHOPIFY_STORE}.myshopify.com/admin/api/${API_VERSION}/graphql.json`;
+
+async function fetchAllProducts() {
+    console.log('🔍 Fetching flocked products from Shopify...');
+
+    const allProducts = [];
+    let hasNextPage = true;
+    let cursor = null;
+
+    while (hasNextPage) {
+        const query = `
+            query ($cursor: String) {
+                products(first: 250, after: $cursor, query: "flock status:active") {
+                    edges {
+                        cursor
+                        node {
+                            id
+                            title
+                            handle
+                            description
+                            descriptionHtml
+                            productType
+                            vendor
+                            tags
+                            createdAt
+                            updatedAt
+                            status
+                            variants(first: 10) {
+                                edges {
+                                    node {
+                                        id
+                                        title
+                                        sku
+                                        price
+                                        inventoryQuantity
+                                    }
+                                }
+                            }
+                            featuredImage {
+                                url
+                                altText
+                            }
+                            images(first: 5) {
+                                edges {
+                                    node {
+                                        url
+                                        altText
+                                    }
+                                }
+                            }
+                        }
+                    }
+                    pageInfo {
+                        hasNextPage
+                        endCursor
+                    }
+                }
+            }
+        `;
+
+        try {
+            const response = await axios.post(
+                GRAPHQL_ENDPOINT,
+                {
+                    query: query,
+                    variables: { cursor: cursor }
+                },
+                {
+                    headers: {
+                        'Content-Type': 'application/json',
+                        'X-Shopify-Access-Token': ACCESS_TOKEN
+                    }
+                }
+            );
+
+            if (response.data.errors) {
+                console.error('GraphQL Errors:', response.data.errors);
+                break;
+            }
+
+            const products = response.data.data.products.edges;
+            allProducts.push(...products);
+
+            hasNextPage = response.data.data.products.pageInfo.hasNextPage;
+            cursor = response.data.data.products.pageInfo.endCursor;
+
+            console.log(`  Fetched ${allProducts.length} products so far...`);
+
+            // Rate limiting: wait 500ms between requests
+            await new Promise(resolve => setTimeout(resolve, 500));
+
+        } catch (error) {
+            console.error('❌ Error fetching products:', error.message);
+            if (error.response) {
+                console.error('Response data:', error.response.data);
+            }
+            break;
+        }
+    }
+
+    console.log(`\n✅ Total products fetched: ${allProducts.length}`);
+    return allProducts;
+}
+
+function filterFlockedProducts(products) {
+    console.log('\n🔍 Processing flocked products...');
+
+    const flockedProducts = [];
+
+    // Color families for sorting
+    const colorFamilies = {
+        'Black': ['black', 'onyx', 'charcoal', 'ebony', 'midnight'],
+        'White': ['white', 'ivory', 'cream', 'ecru', 'pearl', 'chalk', 'vanilla'],
+        'Red': ['red', 'crimson', 'burgundy', 'wine', 'claret', 'cabernet', 'vermillion', 'carnelian'],
+        'Pink': ['pink', 'blush', 'fuchsia', 'magenta', 'rose'],
+        'Purple': ['purple', 'plum', 'aubergine', 'amethyst', 'violet', 'lavender'],
+        'Blue': ['blue', 'navy', 'cobalt', 'azure', 'indigo', 'sapphire', 'slate', 'wedgewood'],
+        'Green': ['green', 'emerald', 'jade', 'olive', 'viridian', 'hunter', 'evergreen'],
+        'Aqua': ['aqua', 'teal', 'turquoise', 'cyan'],
+        'Yellow': ['yellow', 'gold', 'golden'],
+        'Orange': ['orange', 'coral', 'apricot', 'peach'],
+        'Brown': ['brown', 'chocolate', 'mocha', 'tan', 'camel', 'java', 'mahogany'],
+        'Beige': ['beige', 'taupe', 'buff', 'greige', 'birch', 'sand'],
+        'Gray': ['gray', 'grey', 'silver', 'slate', 'frost', 'glacier'],
+        'Neutral': ['neutral', 'linen', 'putty', 'concrete']
+    };
+
+    products.forEach(product => {
+        const node = product.node;
+
+        // Only include ACTIVE products
+        if (node.status !== 'ACTIVE') {
+            return;
+        }
+
+        // Extract SKU from variants
+        const variants = node.variants.edges;
+        const skus = variants.map(v => v.node.sku).filter(sku => sku);
+
+        // Determine primary color family
+        let primaryColor = 'Other';
+        const tagString = node.tags.join(' ').toLowerCase();
+
+        for (const [family, keywords] of Object.entries(colorFamilies)) {
+            if (keywords.some(keyword => tagString.includes(keyword))) {
+                primaryColor = family;
+                break;
+            }
+        }
+
+        flockedProducts.push({
+            id: node.id,
+            title: node.title,
+            handle: node.handle,
+            description: node.description,
+            vendor: node.vendor,
+            productType: node.productType,
+            tags: node.tags,
+            primaryColor: primaryColor,
+            skus: skus,
+            primarySku: skus[0] || 'N/A',
+            price: variants[0]?.node.price || '0.00',
+            image: node.featuredImage?.url || node.images.edges[0]?.node.url,
+            imageAlt: node.featuredImage?.altText || node.images.edges[0]?.node.altText,
+            productUrl: `https://designerwallcoverings.com/products/${node.handle}`,
+            status: node.status,
+            createdAt: node.createdAt
+        });
+
+        console.log(`  ✅ ${node.title} (SKU: ${skus.join(', ')})`);
+    });
+
+    console.log(`\n✅ Found ${flockedProducts.length} active flocked products`);
+    return flockedProducts;
+}
+
+function sortByColor(products) {
+    console.log('\n🎨 Sorting products by color...');
+
+    // Define color order
+    const colorOrder = [
+        'Black', 'White', 'Red', 'Pink', 'Purple',
+        'Blue', 'Green', 'Aqua', 'Yellow', 'Orange',
+        'Brown', 'Beige', 'Gray', 'Neutral', 'Other'
+    ];
+
+    // Sort products by color family
+    const sorted = products.sort((a, b) => {
+        const indexA = colorOrder.indexOf(a.primaryColor);
+        const indexB = colorOrder.indexOf(b.primaryColor);
+
+        if (indexA !== indexB) {
+            return indexA - indexB;
+        }
+
+        // Within same color, sort by title
+        return a.title.localeCompare(b.title);
+    });
+
+    // Count products per color
+    const colorCounts = {};
+    sorted.forEach(p => {
+        colorCounts[p.primaryColor] = (colorCounts[p.primaryColor] || 0) + 1;
+    });
+
+    console.log('\n📊 Products per color:');
+    colorOrder.forEach(color => {
+        if (colorCounts[color]) {
+            console.log(`  ${color}: ${colorCounts[color]} products`);
+        }
+    });
+
+    return sorted;
+}
+
+async function main() {
+    try {
+        console.log('🚀 Starting Flocked Product Fetch Process\n');
+        console.log(`Store: ${SHOPIFY_STORE}`);
+        console.log(`API Version: ${API_VERSION}\n`);
+
+        // Fetch all products
+        const allProducts = await fetchAllProducts();
+
+        // Filter flocked products
+        const flockedProducts = filterFlockedProducts(allProducts);
+
+        // Sort by color
+        const sortedProducts = sortByColor(flockedProducts);
+
+        // Save to JSON file
+        const outputPath = './flocked-products.json';
+        fs.writeFileSync(outputPath, JSON.stringify(sortedProducts, null, 2));
+        console.log(`\n💾 Saved ${sortedProducts.length} products to ${outputPath}`);
+
+        // Generate a summary
+        console.log('\n📊 SUMMARY:');
+        console.log(`  Total Products: ${allProducts.length}`);
+        console.log(`  Flocked Products: ${flockedProducts.length}`);
+        console.log(`  Percentage: ${((flockedProducts.length / allProducts.length) * 100).toFixed(2)}%`);
+
+        // Show first 5 products
+        console.log('\n📦 Sample Products:');
+        flockedProducts.slice(0, 5).forEach((product, index) => {
+            console.log(`  ${index + 1}. ${product.title}`);
+            console.log(`     SKU: ${product.primarySku}`);
+            console.log(`     URL: ${product.productUrl}`);
+        });
+
+    } catch (error) {
+        console.error('\n❌ Fatal Error:', error.message);
+        process.exit(1);
+    }
+}
+
+main();
diff --git a/filter-true-flock.js b/filter-true-flock.js
new file mode 100644
index 0000000..9866c6b
--- /dev/null
+++ b/filter-true-flock.js
@@ -0,0 +1,64 @@
+const fs = require('fs');
+
+console.log('🔍 Filtering for TRUE flocked products only...\n');
+
+// Load current products
+const allProducts = JSON.parse(fs.readFileSync('./flocked-products.json', 'utf8'));
+console.log(`Total products currently: ${allProducts.length}`);
+
+// Filter criteria: Must have FLOCKED or VELVET in productType, tags, or title
+const flockedProducts = allProducts.filter(product => {
+    const title = (product.title || '').toLowerCase();
+    const productType = (product.productType || '').toLowerCase();
+    const tags = product.tags || [];
+    const tagsString = tags.join(' ').toLowerCase();
+
+    // Must contain "flock" or "velvet" somewhere
+    const hasFlockInType = productType.includes('flock');
+    const hasFlockInTags = tagsString.includes('flock');
+    const hasFlockInTitle = title.includes('flock');
+    const hasVelvetInTitle = title.includes('velvet');
+    const hasVelvetInType = productType.includes('velvet');
+
+    // Check if it's a flocked or velvet product
+    const isFlockOrVelvet = hasFlockInType || hasFlockInTags || hasFlockInTitle || hasVelvetInTitle || hasVelvetInType;
+
+    // Must NOT be just printed/regular wallpaper (unless it has flock in the type)
+    const isNotPrinted = !productType.includes('printed') || hasFlockInType;
+    const isNotGeneric = !['wallpaper', 'wallcoverings', 'complementary'].includes(productType.trim()) || hasFlockInType || hasFlockInTags;
+
+    return isFlockOrVelvet && isNotPrinted && isNotGeneric;
+});
+
+console.log(`True flocked products: ${flockedProducts.length}`);
+console.log(`Removed: ${allProducts.length - flockedProducts.length} non-flocked items\n`);
+
+// Show removed products
+const removedProducts = allProducts.filter(p => !flockedProducts.includes(p));
+console.log('📋 REMOVED PRODUCTS:');
+console.log('='.repeat(80));
+removedProducts.slice(0, 20).forEach((product, index) => {
+    console.log(`${index + 1}. ${product.title}`);
+    console.log(`   Type: ${product.productType}`);
+    console.log(`   SKU: ${product.primarySku}`);
+    console.log('');
+});
+
+if (removedProducts.length > 20) {
+    console.log(`... and ${removedProducts.length - 20} more removed\n`);
+}
+
+// Save filtered products
+fs.writeFileSync('./flocked-products.json', JSON.stringify(flockedProducts, null, 2));
+console.log(`\n✅ Saved ${flockedProducts.length} true flocked products to flocked-products.json`);
+
+// Show product type breakdown
+const typeCounts = {};
+flockedProducts.forEach(p => {
+    typeCounts[p.productType] = (typeCounts[p.productType] || 0) + 1;
+});
+
+console.log('\n📊 Product Type Breakdown:');
+Object.entries(typeCounts).sort((a, b) => b[1] - a[1]).forEach(([type, count]) => {
+    console.log(`  ${type}: ${count}`);
+});
diff --git a/flocked-products-backup.json b/flocked-products-backup.json
new file mode 100644
index 0000000..bc22c43
--- /dev/null
+++ b/flocked-products-backup.json
@@ -0,0 +1,9002 @@
+[
+  {
+    "id": "gid://shopify/Product/6785295286323",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA sophisticated interplay of texture and tone defines this wallpaper. Subtle gradient hues blend seamlessly, creating a serene and refined ambiance. Ideal for elevated interiors seeking a touch of understated luxury. #luxurywalls #interiorstyle #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1040-sample",
+      "FLOCK-1040"
+    ],
+    "primarySku": "FLOCK-1040-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV241_art_deco_fans_BLACKGOLD_install_913x_04f5f81c-8fff-4df7-85da-40c679e15e00.webp?v=1734414891",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:50:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295417395",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleVelvety texture meets geometric elegance in Alexia's Art Deco Fans. A luxurious flocked design by Phillipe Romano. #luxurydesign #artdeco #velvetwallpaper",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sky",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1041-sample",
+      "FLOCK-1041"
+    ],
+    "primarySku": "FLOCK-1041-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV242_art_deco_fans_BLACKSILVER_1087x_48428c1b-1633-4d06-88e8-a2bf9dcc7514.webp?v=1734414889",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:52:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295646771",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "copy-of-alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleAlexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features elegant, textured fan motifs in a plush velvet finish, evoking timeless sophistication with a tactile, luxurious appeal. Perfect for upscale interiors seeking refined style. #luxurywallcoverings #homedecor #velvetwallpaper Elegant flocked velvet wallpaper featuring stylized Art Deco fan motifs, creating a luxurious textured pattern. Designed by Phillipe Romano, Alexia's Art Deco Fans adds sophistication and depth to any space. #luxurywallcoverings #artdecointeriors #texturedwallpaperA refined composition of muted tones and intricate texture creates a serene and sophisticated atmosphere. The design evokes quiet elegance, making it ideal for elevating contemporary interiors. #luxurywalls #moderninteriors #decorinspirationA graceful composition of organic forms and subtle hues unfolds across the wallpaper, evoking a sense of refined tranquility. Its understated elegance enriches any space with texture and depth. #interiorstyle #luxurywalls #artfulinteriorsA refined composition of muted tones and subtle texture evokes timeless sophistication. The interplay of light and shadow enhances its understated elegance. #luxuryinteriors #wallartinspiration #textilewallcoveringA graceful composition of subtle tones and refined texture unfolds across the wallpaper, evoking a timeless elegance. Its visual rhythm adds depth and serenity to any space. #luxurywalls #interiorstyle #elegantinteriors #wallartdecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1043-sample",
+      "FLOCK-1043"
+    ],
+    "primarySku": "FLOCK-1043-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV244_art_deco_fans_NOIR_1075x_dfb24c19-c57c-48db-8ade-8791bd91b8a1.webp?v=1734414886",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:57:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006364723",
+    "title": "Alicante Velvet Walls Aubergine Purple",
+    "handle": "dwve-431400",
+    "description": "Alicante Velvet Walls Aubergine Purple Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Aubergine Purple by Velvet Walls by Phillipe Romano features a rich, deep purple velvet texture that adds luxurious depth and warmth to any space. Perfect for creating an elegant, cozy ambiance. #luxuryinteriors #velvetwallcoverings #elegantdesignA refined composition of muted tones and intricate detailing creates a timeless ambiance. The wallpaper’s subtle texture and balanced design lend sophistication to any space. #luxuryinteriors #elegantwalls #modernclassicdecor",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aubergine",
+      "Aubergine Purple",
+      "Beige",
+      "Brown",
+      "Charcoal",
+      "Coral",
+      "Ebony",
+      "Eggplant",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Grape",
+      "Heather",
+      "Lilac",
+      "Maroon",
+      "Mauve",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_85",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431460"
+    ],
+    "primarySku": "DWVE-431460",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_85_25044de7-61ec-4da1-b47c-335a362982a8.jpg?v=1635521131",
+    "imageAlt": "Alicante Velvet Walls Aubergine Purple  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431400",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:29Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006004275",
+    "title": "Alicante Velvet Walls Cabernet Red",
+    "handle": "dwve-430500",
+    "description": "Alicante Velvet Walls Cabernet Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockundefined A deep cabernet red velvet texture with a rich, plush finish, exuding luxury and warmth. Perfect for adding opulence to any space. #luxurywallcoverings #velvetwalls #elegantinteriors Luxurious Alicante Velvet Walls Cabernet Red features rich, deep red tones with a soft, plush texture that adds warmth and sophistication to any space. Perfect for creating an elegant and inviting atmosphere. #LuxuryInteriors #ElegantWallcoverings #VelvetTexture Luxurious Alicante Velvet Walls in rich Cabernet Red exude warmth and sophistication with a sumptuous texture that elevates any space. Crafted by Velvet Walls by Phillipe Romano, it’s perfect for a refined and cozy ambiance. #luxurywallcoverings #velvetwalls #elegantinteriors Alicante Velvet Walls Cabernet Red features a rich, textured velvet surface in deep cabernet red, adding luxury and warmth to any space. Crafted by Velvet Walls by Phillipe Romano, it’s perfect for sophisticated, elegant interiors. #LuxuryInteriors #VelvetWallpaper #DesignerDecor Deep Cabernet Red velvet wallpaper with a plush, tactile texture from Velvet Walls by Phillipe Romano. Perfect for adding warmth and sophistication to any space. #luxurydesign #velvetwallcoverings #elegantinteriors Deep cabernet red velvet forms a luxurious backdrop with soft texture and rich saturation. A bold yet elegant statement. #luxurydesign #velvetwalls #interiorspacesA harmonious blend of muted tones and delicate textures creates a serene visual rhythm, perfect for refined interiors. The subtle design evokes a sense of understated elegance and timeless sophistication. #luxuryinteriors #decorinspiration #wallart",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Blush",
+      "Bronze",
+      "Burgundy",
+      "Cabernet Red",
+      "Canary",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Claret",
+      "Cocoa",
+      "Coral",
+      "Cranberry",
+      "Cream",
+      "Crimson",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Garnet",
+      "Gray",
+      "Ivory",
+      "Linen",
+      "Maroon",
+      "Mauve",
+      "Merlot",
+      "Mint",
+      "Mulberry",
+      "Navy",
+      "Olive",
+      "Oxblood",
+      "Plum",
+      "Raspberry",
+      "Real Velvet",
+      "RM_410_52",
+      "Rose",
+      "Rosewood",
+      "Ruby",
+      "Sage",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430560"
+    ],
+    "primarySku": "DWVE-430560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_52_d2170c73-ea7c-4827-a179-336d2974ce9d.jpg?v=1635521114",
+    "imageAlt": "Alicante Velvet Walls Cabernet Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:09Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006299187",
+    "title": "Alicante Velvet Walls Charcoal Black",
+    "handle": "dwve-431200",
+    "description": "Alicante Velvet Walls Charcoal Black Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Charcoal Black features a rich, deep black velvet texture by Velvet Walls by Phillipe Romano, exuding sophistication and depth. Perfect for elegant, modern spaces seeking a bold yet refined wallcovering. #luxuryinteriors #velvetwallcoverings #modernwallsA refined composition of abstract forms and muted tones creates a tranquil visual rhythm. The wallpaper's subtle texture adds depth, enhancing an atmosphere of understated elegance. #interiordetails #luxurywalls #moderninteriorsAn elegant composition of texture and tone unfolds across the wallpaper, revealing subtle layers and organic movement. The design evokes a sense of calm sophistication, perfect for elevating refined interiors. #luxuryinteriors #modernwallcoverings #artfulwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Charcoal",
+      "Charcoal Black",
+      "Coral",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mint",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_81",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431260"
+    ],
+    "primarySku": "DWVE-431260",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_81_65e2e6ad-0a43-4c83-9a44-83fd93def928.jpg?v=1635521128",
+    "imageAlt": "Alicante Velvet Walls Charcoal Black  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431200",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006331955",
+    "title": "Alicante Velvet Walls Deep Olive Green",
+    "handle": "dwve-431300",
+    "description": "Alicante Velvet Walls Deep Olive Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls in deep olive green features a rich, plush velvet texture with subtle, elegant patterns that add depth and luxury to any space. Perfect for sophisticated interiors seeking warmth and tactile appeal. #luxuryinteriors #velvetwallcoverings #interiordecor Alicante Velvet Walls in Deep Olive Green features a lush, velvety texture that exudes sophistication. The rich green tone adds depth and warmth, perfect for creating a refined and inviting atmosphere. #luxurywallcoverings #velvetwalls #greeninteriorsA refined composition of texture and tone graces this wallpaper, featuring a subtle interplay of light and shadow that adds depth without overwhelming. Its understated elegance makes it ideal for sophisticated interiors. #interiordecor #luxurydesign #modernwallcoveringsA graceful composition unfolds in this wallpaper, featuring refined textures and an understated palette that evokes tranquil sophistication. The design invites depth and elegance into any space. #luxurywalls #homedecorinspiration #elegantinteriors",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Brown",
+      "Charcoal",
+      "Copper",
+      "Coral",
+      "Deep Olive Green",
+      "Espresso",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Maroon",
+      "Mauve",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Real Velvet",
+      "RM_410_83",
+      "Salmon",
+      "Silver",
+      "Stone",
+      "Teal",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431360"
+    ],
+    "primarySku": "DWVE-431360",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_83_515523f5-b127-44eb-be8c-d97c39c564ab.jpg?v=1635521129",
+    "imageAlt": "Alicante Velvet Walls Deep Olive Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431300",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006233651",
+    "title": "Alicante Velvet Walls Faded Green",
+    "handle": "dwve-431000",
+    "description": "Alicante Velvet Walls Faded Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Faded Green features a subtle, textured velvet finish in a soft, muted green, adding depth and elegance to interiors. Crafted by Velvet Walls by Phillipe Romano for a sophisticated, timeless ambiance. #luxuryinteriors #velvetwallcoverings #elegantdesignA sophisticated interplay of texture and tone emerges, evoking depth and quiet elegance. The design offers a refined backdrop, perfect for curated interiors. #luxurywalls #interiorstyle #modernwallcoverings",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aqua",
+      "Beige",
+      "Charcoal",
+      "Coral",
+      "Faded Green",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Jade",
+      "Maroon",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_68",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431060"
+    ],
+    "primarySku": "DWVE-431060",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_68_8933aa4d-fb70-40fc-bd53-b5a8b228b3c6.jpg?v=1635521123",
+    "imageAlt": "Alicante Velvet Walls Faded Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431000",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006135347",
+    "title": "Alicante Velvet Walls Old Gold",
+    "handle": "dwve-430800",
+    "description": "Alicante Velvet Walls Old Gold Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Old Gold features a luxurious, soft velvet texture in rich old gold hues, emanating warmth and opulence. Its smooth, elegant surface adds depth and sophistication to any space. #luxurywallcoverings #velvettextures #interiorstyle Luxe and luminous, Alicante Velvet Walls Old Gold showcases a rich golden hue with a soft, plush texture. A timeless statement for refined interiors. #luxuryinteriors #velvethome #wallartdecor #goldaccent #elegantwallsAn elegant composition unfolds in this wallpaper, showcasing a refined interplay of texture and tone. Soft hues and subtle detailing create a serene, sophisticated atmosphere—perfect for elevating any interior space. #luxuryinteriors #wallart #decorinspiration",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Charcoal",
+      "Coral",
+      "Crimson",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Ivory",
+      "Khaki",
+      "Maroon",
+      "Navy",
+      "Old Gold",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_64",
+      "Sepia",
+      "Silver",
+      "Tan",
+      "Teal",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430860"
+    ],
+    "primarySku": "DWVE-430860",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_64_9a5c3d21-d4d0-4905-8e0c-7d75bc0bc83a.jpg?v=1635521119",
+    "imageAlt": "Alicante Velvet Walls Old Gold  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430800",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005971507",
+    "title": "Alicante Velvet Walls Slate Blue",
+    "handle": "dwve-430400",
+    "description": "Alicante Velvet Walls Slate Blue Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Charcoal",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Real Velvet",
+      "RM_410_49",
+      "Silver",
+      "Slate Blue",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430460"
+    ],
+    "primarySku": "DWVE-430460",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_49_7913aa40-c607-4f97-884b-f459409701dc.jpg?v=1635521112",
+    "imageAlt": "Alicante Velvet Walls Slate Blue  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430400",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497607700592",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44503",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Black",
+      "Blue",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "ERE-44503-sample",
+      "ERE-44503"
+    ],
+    "primarySku": "ERE-44503-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/26f171047a5488a7f26cca2c4b377204.jpg?v=1734415000",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44503",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608126576",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44504",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Black",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "ERE-44504-sample",
+      "ERE-44504"
+    ],
+    "primarySku": "ERE-44504-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/67fb559b293e2ecf83abe4d3eb390e85.jpg?v=1734414999",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44504",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:39Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700090159155",
+    "title": "Astoria Jet Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-jet-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques overlaid onto metallic crackle textures and offered in a decadent colour palette. Lavish, velvety flock in dramatic jet black or midnight blue and neo mint textured print on a magnificent light-reflective foil base. For lighter, soothing tones opt for the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52cm (20.5ins) Vertical Repeat: 13cm / 5.1ins Repeat: 13cm / 5.1ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1,d0 Care Instructions: Paste the Wall, Strippable Care: Sponge WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "black",
+      "crackle",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "jet",
+      "luxury",
+      "metallic",
+      "opulent",
+      "texture",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505810-Sample"
+    ],
+    "primarySku": "DWWC-505810-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-jet-flock-wallpaper.webp?v=1762017689",
+    "imageAlt": "Astoria Jet Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-jet-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:21:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700090191923",
+    "title": "Astoria Midnight Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-midnight-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques overlaid onto metallic crackle textures and offered in a decadent colour palette. Lavish, velvety flock in dramatic midnight or jet and neo mint textured print on a magnificent light-reflective foil base. For lighter, soothing tones opt for the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 13cm / 5.1ins Repeat: 13cm / 5.1ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1,d0 Care Instructions: Sponge Care: Sponge Note: Paste the Wall, Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "crackle",
+      "dark-blue",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "foil",
+      "luxury",
+      "metallic",
+      "midnight",
+      "navy",
+      "opulent",
+      "textured",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505820-Sample"
+    ],
+    "primarySku": "DWWC-505820-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-midnight-flock-wallpaper.webp?v=1762017733",
+    "imageAlt": "Astoria Midnight Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-midnight-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:22:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785285554227",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "bellas-windsor-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features an opulent velvet texture with intricate, regal patterns that add depth and luxury to any space. #luxurydesign #velvetwalls #elegantinteriors Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a lush velvet texture with intricate flocked patterns, adding depth and elegance to any space. Perfect for sophisticated interiors seeking a rich, tactile wallcovering. #luxuryinteriors #velvetwallcoverings #elegantdesign Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a rich damask pattern in deep velvet texture, adding elegance and depth to any space. A bold, tactile choice for refined interiors. #luxuryinteriors #velvettouch #statementwallsA refined display of muted tones and subtle texture graces the wallpaper, evoking depth and sophistication. The design creates a serene ambiance, perfect for elevated interior spaces. #interiordecor #luxurywalls #styledinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Cocoa",
+      "Coffee",
+      "Crimson",
+      "Ebony",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "monochrome",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1011-sample",
+      "FLOCK-1011"
+    ],
+    "primarySku": "FLOCK-1011-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV212_windsor_CHOCOLATESILVER_1076x_6dae09e9-e4b2-4a14-819c-438a84f13a5d.webp?v=1734414949",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/bellas-windsor-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:46:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286045747",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "bellas-windsor-flocked-velvet-wallpaper-1",
+    "description": "Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an intricate, elegant pattern, adding depth and sophistication to any space. Perfect for refined interiors seeking timeless charm. #luxurywallpaper #elegantinteriors #texturedwalls B",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Avocado",
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Chestnut",
+      "Crimson",
+      "Fern",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Sage",
+      "Salmon",
+      "Slate",
+      "Taupe",
+      "Tropical",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1012-sample",
+      "FLOCK-1012"
+    ],
+    "primarySku": "FLOCK-1012-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper.png?v=1760485192",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/bellas-windsor-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:47:53Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495695229040",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67004",
+    "description": "Velour Velvet Flock WallpaperElegant Bird Vine Flock Velvet Wallpaper features a delicate vine pattern with graceful birds rendered in luxurious flocked velvet texture, adding depth and soft sophistication to any space. #luxurywallcoverings #velvettexture #interiorstyle The Bird Vine Flock Velvet Wallpaper features an elegant design of delicate vines intertwined with stylized birds, rendered in a plush velvet finish. This Limited Stock Flocked piece adds texture and sophistication to any space. #luxurywallcoverings #interiordecor #texturedwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "Army",
+      "ASTM E84 Class A",
+      "bird",
+      "Birds",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Moss",
+      "Pastel",
+      "Pewter",
+      "Salmon",
+      "Slate",
+      "Smoke",
+      "Stone",
+      "Taupe",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Vine",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67004-sample"
+    ],
+    "primarySku": "WOF-67004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9666917c503f023a4765e6363a53aa6e.jpg?v=1572309129",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67004",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:52:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495695458416",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67005",
+    "description": "A sophisticated wallpaper design featuring a harmonious blend of subtle textures and refined tones, creating a serene and contemporary ambiance. Ideal for elevating modern interiors with understated elegance. #luxurywalls #interiorspace #moderntextures",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "ASTM E84 Class A",
+      "Beige",
+      "bird",
+      "Birds",
+      "Black",
+      "Brown",
+      "Class A Fire Rated",
+      "Coral",
+      "Cream",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Silver",
+      "Teal",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67005-sample"
+    ],
+    "primarySku": "WOF-67005-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/048e6b3fefb84ce6096eef066ec8939a.jpg?v=1572309130",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67005",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:52:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495696113776",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67007",
+    "description": "Velour Velvet Flock WallpaperBird Vine Flock Velvet Wallpaper by Limited Stock Flocked features delicate birds perched amid graceful vines with a lush velvet texture, adding depth and sophistication to any space. #luxurywallcoverings #velvetdesign #elegantinteriors Bird Vine Flock Velvet Wallpaper showcases delicate birds perched amid elegant vine motifs in a plush, flocked velvet finish. This luxurious design adds texture and charm to sophisticated interiors. #luxurywallcoverings #elegantinteriors #textileinspiredwallpaper A stunning flocked velvet wallpaper featuring birds perched on delicate vines, adding a luxurious, nature-inspired charm. #luxurywalls #homedecorstyle #velvetwallpaperA refined composition unfolds in this wallpaper image—an interplay of muted tones and delicate textures create a serene yet sophisticated ambiance, ideal for elevated interiors. #luxuryinteriors #wallartdesign #modernwallcoverings",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "ASTM E84 Class A",
+      "bird",
+      "Birds",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Cherry",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Mauve",
+      "Neutral",
+      "Onyx",
+      "Plum",
+      "Purple Flock On Black",
+      "Rose",
+      "Salmon",
+      "Smoke",
+      "Taupe",
+      "Umber",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Vine",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67007-sample"
+    ],
+    "primarySku": "WOF-67007-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0608edb9ed99febe438e483f540b6c7e.jpg?v=1572309130",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67007",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494828351600",
+    "title": "Black Flock Damask on White Background",
+    "handle": "black-flock-damask-on-white-background-wflo-3008",
+    "description": "Large Scale Black Flocked Velvet Damask Wallpaper on White As seen at the world famous Hustler Club - Las Vegas, Nevada Hustler Mega-Club Set to Open in Vegas By Bob Johnson, XBIZ.com Fri, Jun 25 2010 - LAS VEGAS - Described as the most expensive gentleman��s club ever built, the Vegas Hustler Club is set to open in July. The ambitious $30 million mega-club venture is a partnership between Hustler founder Larry Flynt and Deja Vu Showgirls' Jason \"Cash\" Mohney. The new \"erotic events center\" is one of 25 Hustler Clubs across the country and is slated to open its doors just in time for the Gentlemen��s Club Convention slated for August. Club owner Mohney said,This gentleman��s club is more than another strip club. It is to be an ultra erotic event center designed to serve corporations that want to add a little spice to their events, and want to avoid the high cost of other venues. In development since since 2008, the approximately 70,000 square-foot, four-story project houses the club and a 25,000 square-foot Hustler Hollywood retail store. The center also includes five bars, a DJ booth on the second level, banquet seating for patrons, 20 Honey Suites �� some of which have direct views of the aerial catwalks or the main stage and six exclusive VIP Grand Honey Suites (two reserved for Flynt, Mohney and their guests). Plans also call for the roof patio to include a wedding chapel, hot tubs, cabanas, separate bar, nightlife events and more all with views of the city. LFP founder Larry Flynt told XBIZ, ��Las Vegas is the entertainment capital of the world and we��re excited to bring the Hustler brand into the marketplace.�� The site of the complex has been visible for some time from Interstate 15 the main highway into Vegas.",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3008-sample"
+    ],
+    "primarySku": "WFLO-3008-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/66338a8e237346e573458d5a010f853e.jpg?v=1572308905",
+    "imageAlt": "Black Flock Damask on White Background",
+    "productUrl": "https://designerwallcoverings.com/products/black-flock-damask-on-white-background-wflo-3008",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287323699",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "copy-of-veronicas-madison-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an elegant, intricate pattern that adds depth and sophistication to any space. Perfect for creating a refined and timeless interior ambiance. #luxurywalls #velvetwallcovering #sophisticateddesign Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features luxurious velvet texture with an elegant, raised pattern, creating depth and sophistication in any space. Perfect for refined interiors seeking subtle opulence. #luxurywallcoverings #velvetwallpaper #elegantinteriors Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features an elegant, plush velvet texture with intricate, classic motifs creating a luxurious ambiance. Perfect for adding depth and sophistication to upscale interiors. #luxurywallcoverings #velvetwallpaper #interiorstyle Blair's Empire features an opulent velvet flocked texture with intricate patterns, adding depth and luxury to any space. Crafted by Phillipe Romano, this wallpaper embodies elegance and timeless style. #luxuryinteriors #velvetwallpaper #elegantdesign Rich velvet texture and bold flocked pattern define Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano. Stunning depth and opulence for any interior. #luxurywalls #velvetwallpaper #homedecorstyle Deep navy velvet serves as the backdrop for a regal flocked damask pattern in Blair's Empire by Phillipe Romano. Rich texture and timeless elegance make this wallpaper a luxurious statement. #luxuryinteriors #velvettouches #wallpaperdesign Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features an opulent damask motif in rich, textured velvet. A bold, luxurious statement for any refined space. #luxurydesign #velvethome #highendinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Grey",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Pewter",
+      "Plum",
+      "Slate",
+      "Smoke",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1018-sample",
+      "FLOCK-1018"
+    ],
+    "primarySku": "FLOCK-1018-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV219_empire_BLACKWHITE_1200x_d37a4aa8-89a0-49f3-a43e-78873da2a698.webp?v=1734414934",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-veronicas-madison-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:58:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287553075",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleExperience the opulence with Blair's Empire Flocked Velvet Wallpaper from Phillipe Romano. A choice that offers grandeur for your walls. #LuxuryWallpaper #PhillipeRomano #VelvetWallpaperA serene visual unfolds with soft tonal variations and delicate textural nuances, evoking a sense of calm sophistication. The design brings depth and elegance to any interior space. #luxuryinteriors #modernwallcoverings #elegantspacesAn artful composition of soft hues and textured layers creates a serene visual rhythm. The design evokes understated elegance through its refined detail and balanced composition. #luxurywalls #interiorspace #decorinspirationA stunning composition of rich textures and refined tones, this wallpaper evokes a sense of timeless sophistication. Subtle contrasts and intricate detailing create depth, making it an elegant choice for curated interiors. #luxurywalls #interiorspace #textileartA graceful interplay of muted tones and textured layers creates a serene atmosphere in this wallpaper. The subtle design evokes refined sophistication, making it a timeless addition to any space. #luxuryinteriors #wallartdetails #statementwalls",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sky",
+      "Slate",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Walnut",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1019-sample",
+      "FLOCK-1019"
+    ],
+    "primarySku": "FLOCK-1019-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV220_empire_BLACKGOLD_1200x_8e6c32c0-caeb-461d-801b-12683ee8b121.webp?v=1734414932",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:01:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6790375473203",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features rich flocked velvet in a grand, ornamental pattern. Deep tones and luxe texture bring regal sophistication to any space. #velvetwallpaper #luxuryinteriors #bespokehomes #texturaldesignA captivating wallpaper design featuring a harmonious blend of organic textures and subtle, flowing patterns. Soft tones and refined detailing add depth and sophistication to any space. #luxurywalls #moderninteriors #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Crimson",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1052-sample",
+      "FLOCK-1052"
+    ],
+    "primarySku": "FLOCK-1052-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-08-11at4.48.44PM.png?v=1734414865",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-11T23:47:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754524364851",
+    "title": "Bouquet Damask Flocked Velvet - Black on Gray",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-3",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 A refined composition of subtle textures and harmonious tones, this wallpaper evokes a sense of quiet sophistication. Its understated elegance makes it a timeless choice for curated interiors. #wallart #luxurydesign #interiorstyleA serene composition of gentle tones and intricate texture brings depth and sophistication to the space. The wallpaper exudes quiet elegance, perfect for refined interiors. #interiordecor #luxurywalls #moderninteriorsA graceful composition of refined tones and subtle texture, this wallpaper evokes sophistication through minimalist harmony. An understated yet artful presence that elevates any interior. #luxuryinteriors #wallartdecor #modernwallcoveringA serene composition featuring intricate textures and muted tones, this wallpaper evokes a sense of quiet sophistication. Its subtle elegance enriches any space with timeless charm. #luxurywalls #interiordecor #modernclassicsA refined composition of soft hues and intricate detailing offers a serene, sophisticated ambiance. The design evokes a quiet elegance, ideal for intimate or contemplative spaces. #wallart #luxuryinteriors #modernwalls",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Lace",
+      "new flock",
+      "Plum",
+      "Residential",
+      "Salmon",
+      "Screen Print",
+      "Slate",
+      "Taupe",
+      "Terracotta",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Violet",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-48305SAMPLE",
+      "PRNC-48305"
+    ],
+    "primarySku": "PRNC-48305SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.38.24PM.png?v=1655329158",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:38:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447306352",
+    "title": "Carneros Flock Wallpaper",
+    "handle": "carneros-walls-by-luxotica-flock-velvet-wallpaper-flock-5123",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5123-Sample"
+    ],
+    "primarySku": "Flock-5123-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/32859b333acc2da142d784640dd2b77a.jpg?v=1734415051",
+    "imageAlt": "Carneros��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/carneros-walls-by-luxotica-flock-velvet-wallpaper-flock-5123",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495446913136",
+    "title": "Carumaba Walls by Luxotica Flock Wallpaper",
+    "handle": "carumaba-walls-by-luxotica-flock-velvet-wallpaper-flock-5120",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5120-Sample"
+    ],
+    "primarySku": "Flock-5120-Sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/95ec78fe3c5496426e8edd66ab22a35b.jpg?v=1734415054",
+    "imageAlt": "Carumaba��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/carumaba-walls-by-luxotica-flock-velvet-wallpaper-flock-5120",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447601264",
+    "title": "Castelan",
+    "handle": "castelano-walls-by-luxotica-flock-velvet-wallpaper-flock-5124",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleCastelan by Phillipe Romano features a luxe flock velvet texture with a classic yet contemporary pattern, creating depth and elegance for refined interiors. #luxurywallcoverings #velvetwallpaper #interiordecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Brown",
+      "Ebony",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grey",
+      "Maroon",
+      "Rose",
+      "Silver",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5124-Sample"
+    ],
+    "primarySku": "Flock-5124-Sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aa6128003472bda870331389ef4ca50c.jpg?v=1734415049",
+    "imageAlt": "Castelano��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/castelano-walls-by-luxotica-flock-velvet-wallpaper-flock-5124",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610816991283",
+    "title": "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER",
+    "handle": "chennai-cobalt-blue-wallpaper",
+    "description": "Capturing the vibrant large scale check of its pure silk counterpart, this stunning wallpaper reinvents classical tartan check in a new, contemporary way. Digitally printed onto a non-woven ground with flocked check detail to enhance the graphic check pattern. 52cm wide in a conventional 10m long roll in five stunning colourways.CHENNAI COBALT FLOCK VELVET BLUE by Designer's Guild features a rich cobalt blue velvet texture with a lush, flocked pattern creating depth and an elegant, tactile finish—perfect for sophisticated interiors. #luxurydesign #velvetwallpaper #homedecor The Chennai Cobalt Flock Velvet Blue Wallpaper by Designer's Guild features a rich cobalt blue background with intricate velvet flock patterns, adding depth and texture for a luxurious, elegant space. #luxuryinteriors #velvetwallcovering #designerwallcoverings",
+    "vendor": "Designer's Guild",
+    "productType": "",
+    "tags": [
+      "Art Production",
+      "Azure",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Crimson",
+      "Custom",
+      "Customize",
+      "Designer's Guild",
+      "Flock Velvet",
+      "Flocked",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Honey",
+      "Indigo",
+      "Ivory",
+      "Mocha",
+      "Neutral",
+      "new flock",
+      "Plaid",
+      "Plum",
+      "Salmon",
+      "Set Decorator",
+      "Set Design",
+      "Slate",
+      "Steel",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallcoverings",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER"
+    ],
+    "primarySku": "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138983.jpg?v=1633561810",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/chennai-cobalt-blue-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-06T23:03:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836914227",
+    "title": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "handle": "dwdg-985651",
+    "description": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Chocolate",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985685"
+    ],
+    "primarySku": "DWDG-985685",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138982.jpg?v=1747248406",
+    "imageAlt": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985651",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836979763",
+    "title": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "handle": "dwdg-985661",
+    "description": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Chocolate",
+      "Designer'S Guild Wallpaper",
+      "European",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985695"
+    ],
+    "primarySku": "DWDG-985695",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138981.jpg?v=1747248409",
+    "imageAlt": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985661",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610837045299",
+    "title": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "handle": "dwdg-985761",
+    "description": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Cobalt Blue",
+      "Designer'S Guild Wallpaper",
+      "European",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985795"
+    ],
+    "primarySku": "DWDG-985795",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138983_0a01067a-8c7b-4421-8822-900161e5aa1d.jpg?v=1747248412",
+    "imageAlt": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985761",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610821709875",
+    "title": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "handle": "dwdg-985621",
+    "description": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Chennai Flock Velvet Plaid",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Fuschia Pink",
+      "Pink",
+      "Plaid",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985655"
+    ],
+    "primarySku": "DWDG-985655",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138979_71b82d17-81cb-4719-905f-84c8c0b345e2.jpg?v=1747248398",
+    "imageAlt": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985621",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-06T23:39:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836848691",
+    "title": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "handle": "dwdg-985631",
+    "description": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Blush",
+      "Chennai Flock Velvet Plaid",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Fuschia Pink",
+      "Indigo",
+      "Ivory",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Pink",
+      "Plaid",
+      "Salmon",
+      "Straight Match",
+      "Texture",
+      "Tomato",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985665"
+    ],
+    "primarySku": "DWDG-985665",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138979.jpg?v=1747248401",
+    "imageAlt": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985631",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/1502406049904",
+    "title": "Christian Lacroix Digital Flock Garden",
+    "handle": "christian-lacroix-digital-flock-garden-flock-777",
+    "description": "Christian Lacroix Digital Flock Garden WallpaperChristian Lacroix Digital Flock Garden showcases lush, textured foliage in velvety hues, creating a sophisticated, tactile botanical scene. Perfect for adding depth and luxury to any interior. #luxurywallcoverings #botanicaldesign #interiorstyle Christian Lacroix Digital Flock Garden showcases lush, intricate foliage in rich textures, creating an elegant, tactile floral tapestry. Perfect for spaces needing vibrant, artistic charm with a sophisticated touch. #LuxuryInteriors #TexturedWallcoverings #ArtfulDesign A lush garden scene comes to life with vibrant florals, exotic birds, and flocked texture in this bold artistic design. #luxuryinteriors #wallart #decorinspiration Lush botanicals and vivid color bursts bring a dramatic flair to the Christian Lacroix Digital Flock Garden. Rich textures and layered patterns create a dreamy, modern escape. #luxurywalls #decorinspo #wallartstyleA serene composition of soft hues and intricate textures unfolds across the wallpaper, evoking a sense of refined elegance and modern tranquility. Perfect for elevating any interior space. #luxurywalls #homedecorstyle #elegantinteriors",
+    "vendor": "Showroom Line",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Art Production",
+      "Black",
+      "Brick",
+      "Cerise",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Crimson",
+      "Custom",
+      "Customize",
+      "Ebony",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Rust",
+      "Salmon",
+      "Set Decorator",
+      "Set Design",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-777"
+    ],
+    "primarySku": "Flock-777",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/590987e92a02cc7d7f56fed0f11ecbb7.png?v=1572310821",
+    "imageAlt": "Christian Lacroix Digital Flock Garden",
+    "productUrl": "https://designerwallcoverings.com/products/christian-lacroix-digital-flock-garden-flock-777",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-02T03:55:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495696408688",
+    "title": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "handle": "christopher-street-baroque-flock-velvet-wallpaper-wof-67008",
+    "description": "Velour Velvet Flock WallpaperThe Christopher Street Baroque Flock Velvet Wallpaper features an intricate baroque pattern with lavish velvet flocking, creating a luxurious textured effect in rich tones. Perfect for adding elegance and depth to any space. #luxurywallcoverings #elegantdesign #textilewalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Juniper",
+      "Linen",
+      "Moss",
+      "Pastel",
+      "Pearl",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Seafoam",
+      "Solid",
+      "Texture",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67008-sample"
+    ],
+    "primarySku": "WOF-67008-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/88139eeb0bc447402ba3ac69d9365444.jpg?v=1572309130",
+    "imageAlt": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/christopher-street-baroque-flock-velvet-wallpaper-wof-67008",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495697293424",
+    "title": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "handle": "christopher-street-baroque-flock-velvet-wallpaper-wof-67011",
+    "description": "Velour Velvet Flock WallpaperChristopher Street Baroque Flock Velvet Wallpaper features an intricate baroque pattern in rich velvet flocking, creating a luxurious, textured surface with classic ornate detailing. Perfect for elevating elegant interiors. #luxurydesign #velvetwallcovering #classicstyle Rich black velvet flock forms an ornate baroque pattern over a warm golden background in this striking wallcovering. A luxurious choice for dramatic spaces. #homedecorstyle #luxurywalls #wallpaperdesignAn artful blend of muted tones and intricate detailing creates a refined atmosphere. The wallpaper captures a sense of timeless elegance, evoking both texture and depth in a sophisticated composition. #luxuryinteriors #wallart #decorativewalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Pewter",
+      "Salmon",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67011-sample"
+    ],
+    "primarySku": "WOF-67011-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/57fb963951acc05455d0d97ee9bd8798.jpg?v=1572309130",
+    "imageAlt": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/christopher-street-baroque-flock-velvet-wallpaper-wof-67011",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495706239088",
+    "title": "Club 1970's Fan Flock Velvet Wallpaper",
+    "handle": "club-1970-s-fan-flock-velvet-wallpaper-wof-67023",
+    "description": "Velour Velvet Flock WallpaperStep back into the glamour of the 70's with this Club 1970's Fan Flock Velvet Wallpaper. Embrace the revival of flocked designs, brought to you by Limited Stock Flocked. #vintagechic #velvetwallpaper #retrodesignA refined composition of layered textures and muted tones evokes depth and tranquility. Subtle contrasts interplay across the surface, creating a sophisticated ambiance ideal for elevated interiors. #luxuryinteriors #texturaldesign #modernwallart",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "1970's",
+      "ASTM E84 Class A",
+      "Black",
+      "Brick",
+      "Class A Fire Rated",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Metallic",
+      "Plum",
+      "Sand",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67023-sample"
+    ],
+    "primarySku": "WOF-67023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/eb161f0951cd6f5a110f41015b5defbc_c6506964-768a-4318-9ceb-a0afd50e3331.jpg?v=1572309130",
+    "imageAlt": "Club 1970's Fan Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/club-1970-s-fan-flock-velvet-wallpaper-wof-67023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:48Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928405835841",
+    "title": "Crystal Palace Saloon Lace Flocked Velvet",
+    "handle": "crystal-palace-saloon-lace-flocked-velvet-prnc-26130",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Crystal Palace Saloon Lace Flocked Velvet is inspired by the intricate fabrics that line the dresses of music hall matriarchs in the wild west. Mesmerized by can-can's, and fine velvet, the Prince commissioned this pattern to share with you. Austrian Prince Fine Flocked Velvet Vol. 7 Delicate lace patterns in luxurious flocked velvet create a timeless, regal ambiance. Elegant and dramatic. #luxurydesign #velvettouch #wallartdecor #highendinteriors #flockedwallpaperA sophisticated wallpaper featuring an artful blend of muted tones and subtle textures, evoking a serene and refined ambiance. The design captures timeless elegance with understated detail. #interiordecor #luxurywalls #modernclassicstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Lace",
+      "new flock",
+      "Residential",
+      "Screen Print",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-26130-sample",
+      "PRNC-26130"
+    ],
+    "primarySku": "PRNC-26130-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26130.jpg?v=1572310873",
+    "imageAlt": "Austrian Prince Flocked Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/crystal-palace-saloon-lace-flocked-velvet-prnc-26130",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:45:19Z"
+  },
+  {
+    "id": "gid://shopify/Product/1501378510960",
+    "title": "Cynthia Bailey Burgundy Flock on Black",
+    "handle": "cynthia-bailey-burgundy-flock-on-black-wflo-900c",
+    "description": "Burgundy Flock on Black - Scroll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-900C-sample"
+    ],
+    "primarySku": "WFLO-900C-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f3718f46239864b7765bb5d0706d2407.png?v=1572310566",
+    "imageAlt": "Cynthia Bailey Burgundy Flock on Black",
+    "productUrl": "https://designerwallcoverings.com/products/cynthia-bailey-burgundy-flock-on-black-wflo-900c",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T19:32:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785283358771",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper from Phillipe Romano features a delicate, textured floral pattern in rich velvet, adding sophistication and timeless charm to any space. #luxurywallcoverings #velvetwallpaper #homedecorideas Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features intricate velvet damask details in a rich, tactile finish. Its timeless elegance and luxurious texture make it a refined choice for sophisticated interiors. #velvetwallpaper #luxurydesign #homedecorideas Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a refined velvet texture with intricate, delicate patterns in a soft, vintage-inspired palette. A timeless touch of elegance for any space. #luxuryinteriors #velvetwallpaper #textileartistry Rich flocked velvet in a delicate heirloom pattern brings vintage elegance to any space. A timeless touch by Phillipe Romano. #luxuryinteriors #velvetwallpaper #elevateddesign Luxurious flocked velvet in a petite heirloom motif, the Dapheny's wallpaper by Phillipe Romano adds timeless elegance. #luxurywalls #homedecorstyle #velvettouchA serene composition of soft tones and organic forms creates a refined atmosphere. The wallpaper evokes understated elegance, perfect for enhancing modern or classic interiors. #wallart #luxuryinteriors #modernwallcoveringAn artful interplay of texture and tone emerges, with layered hues suggesting depth and sophistication. The design evokes a calm elegance, perfect for refined interiors. #luxurywalls #moderninteriors #interiorinspirationA sophisticated interplay of texture and tone defines this wallpaper, featuring subtle gradients and refined detailing that evoke understated luxury. Ideal for elevating modern interiors with timeless elegance. #luxuryinteriors #moderndesign #wallartdecorA sophisticated composition of layered textures and subtle hues creates a refined ambiance. Delicate contrasts and organic flow evoke a serene, modern elegance. #luxuryinteriors #modernwallart #elegantspacesA serene composition unfolds in soft, harmonious tones, featuring an abstract interplay of light and texture. The design evokes subtle movement, offering a refined backdrop suited for sophisticated interiors. #interiordetails #modernwallart #luxurylivingA serene composition of soft tones and subtle textures unfolds across the wallpaper, offering a refined backdrop with timeless appeal. Its understated elegance invites depth and warmth into any space. #interiordecor #luxurywalls #artfulinteriorsA refined composition of muted hues and intricate texture lends this wallpaper a timeless grace. The subtle interplay of light and shadow creates a serene yet sophisticated ambiance. #elegantwalls #luxurydesign #interiorscapeA refined composition of color and texture unfolds across the wallpaper, blending nuanced tones with graceful symmetry. The design evokes a sense of calm sophistication, ideal for elevating contemporary or classic interiors. #luxurywalls #decorinspo #artfulspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Blonde",
+      "Brass",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Linen",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Off White",
+      "Plum",
+      "Salmon",
+      "Stone",
+      "Taupe",
+      "Texture",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1007-sample",
+      "FLOCK-1007"
+    ],
+    "primarySku": "FLOCK-1007-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV208_petite_heirloom_BEIGEIVORY_866x_54d6db16-87b7-4591-88a6-52a97c07f5ea.webp?v=1734414957",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:34:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785283751987",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a refined velvet texture with delicate, intricate patterns, blending classic elegance and subtle luxury for sophisticated interiors. #luxuryinteriors #velvetwallcoverings #elegantdesign A refined velvet texture meets timeless charm in Dapheny's Petite Heirloom by Phillipe Romano. Elegant flocked detail adds depth and vintage allure to any room. #luxuryinteriors #velvetwallpaper #homedecorstyle An elegant flocked velvet design, Dapheny's Petite Heirloom by Phillipe Romano features intricate, raised patterns on a soft, matte backdrop—bringing dimension and timeless charm to any space. #luxurydesign #velvettouch #flockedwallpaper #homedecorstyle A richly detailed velvet wallpaper with a delicate flocked pattern, Dapheny's Petite Heirloom adds timeless elegance to any room. The texture and depth create a refined, luxurious atmosphere. #luxurywalls #velvetwallpaper #homedecorinspo #designerstyle Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases elegant velvet flocking in a refined, antique-inspired pattern. The texture and detailing create timeless sophistication ideal for luxurious interiors. #velvetwalls #luxurydesign #textileartA refined composition of soft, layered textures creates a serene visual rhythm. Subtle contrasts and elegant tones bring depth and sophistication to the space. #luxuryinteriors #modernwallcoverings #sophisticatedspacesA serene composition unfolds with layered textures and subtle tones, evoking timeless sophistication. The interplay of light and shadow enhances its refined aesthetic, making it a distinguished choice for elevated interiors. #luxurywalls #interiorstyle #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Charcoal",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Salmon",
+      "SCARLET",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1008-sample",
+      "FLOCK-1008"
+    ],
+    "primarySku": "FLOCK-1008-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV209_petite_heirloom_SCARLETGOLD_916x_23d1f305-005f-4f4e-9a30-f344932a3683.webp?v=1734414955",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:36:13Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785284210739",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-3",
+    "description": "Burgundy, Flock Velvet, Flock Walls, Flocked Velvet, Flocked Wallpaper, Grey, Luxury Restoration Wallpaper, new flock, Red, Slate, Velvet Wallpaper, Maroon, Gray, Brown, Umber, Olive, Brick, Chestnut, CrimsonAn elegant display of soft hues and intricate detailing creates a serene yet refined atmosphere. The composition suggests a timeless aesthetic, perfect for sophisticated interiors. #interiordesigninspo #luxurywalls #artfulinteriorsA refined composition of soft, intertwining forms creates a serene visual rhythm. The palette is understated, enhancing the texture and depth with quiet sophistication. #designinspiration #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1009-sample",
+      "FLOCK-1009"
+    ],
+    "primarySku": "FLOCK-1009-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV210_petite_heirloom_BURGUNDYSLATE_894x_9352faef-9097-4429-932d-4638ed699f4d.webp?v=1734414953",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:38:36Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494904406128",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "master-humphrey-s-green-on-green-flocked-velvet-flock-400",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Wallpaper by Phillipe Romano features a luxurious green-on-green flocked velvet design, creating depth with subtle texture and rich tones, perfect for an elegant, sophisticated space. #luxurywalls #velvetwallcoverings #elegantinteriors Lush green-on-green damask with a rich velvet flock—Daphney's Heirloom by Phillipe Romano is timeless elegance. #luxurywalls #homedecorstyle #velvetwallpaper Lush green velvet meets timeless flocked elegance in Phillipe Romano's Daphney's Heirloom design. A luxurious classic. #velvettouch #elevatedinteriors #textileartA serene composition of soft tones and delicate textures creates a refined ambiance. The wallpaper evokes understated elegance, enhancing any space with quiet sophistication. #luxuryinteriors #wallart #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1000-sample",
+      "FLOCK-1000"
+    ],
+    "primarySku": "FLOCK-1000-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV201_heirloom_BLACKWHITE_1065x_7352ba25-2b0c-40c8-a7e2-67fd76235ac7.webp?v=1734415080",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/master-humphrey-s-green-on-green-flocked-velvet-flock-400",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280507955",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with intricate, vintage-inspired patterns, adding elegance and depth to any space. Perfect for sophisticated interiors seeking timeless charm. #luxurywallcoverings #velvetdesign #elegantwalls Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a luxurious velvet texture with an intricate, timeless floral pattern. Its rich, tactile quality adds depth and elegance, perfect for refined spaces. #luxuryinteriors #velvetwallpaper #elegantdesign Daphney's Heirloom features a sumptuous flocked velvet texture with an intricate, classic pattern that exudes timeless luxury and depth, perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #classicdesignA sophisticated wallpaper design featuring intricate detailing and a refined palette, evoking timeless elegance and subtle luxury. Perfect for creating a serene and stylish interior backdrop. #interiordecor #luxurywalls #elegantspacesA refined composition of muted tones and intricate textures, this wallpaper evokes a sense of timeless elegance. Subtle detailing adds depth, making it a sophisticated choice for curated interiors. #luxuryinteriors #texturalwallcoverings #interiordecorA serene composition unfolds in this wallpaper image, blending soft tones with delicate textures to create a refined, atmospheric backdrop. An understated elegance radiates from its design, ideal for elevating interiors. #luxuryinteriors #modernwallcoverings #designinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Bronze",
+      "Charcoal",
+      "Cocoa",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mahogany",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Salmon",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1001-sample",
+      "FLOCK-1001"
+    ],
+    "primarySku": "FLOCK-1001-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV202_heirloom_BLACKPINK_1097x_55848708-2a59-4e1b-a96a-a5dc5e98a298.webp?v=1734414970",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:20:09Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280737331",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with intricate, classic floral motifs, adding depth and elegance to any space. A timeless choice for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantinteriors Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate velvet flocked pattern with classic floral and ornamental motifs, providing a luxurious texture and timeless elegance. Perfect for sophisticated interiors. #luxurywalls #velvetwallpaper #homedecor A rich velvet texture meets timeless elegance in Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano. #luxuryinteriors #velvettouch #textileinspireddecor Rich flocked velvet brings timeless elegance to walls with Daphney's Heirloom by Phillipe Romano. Luxurious depth and classic charm in every detail. #luxuryinteriors #velvetwallpaper #homedecorinspo #designerstyleA sophisticated interplay of tones and texture defines this wallpaper, with elegant detailing that adds depth and refinement to any interior. A timeless choice for a graceful atmosphere. #luxurywalls #interiorstyle #decorinspirationA refined composition of muted tones and delicate textures creates a serene and sophisticated ambiance. Subtle detailing adds depth, perfect for elevating any interior space. #elegantwalls #luxuryinteriors #modernwallcoveringsAn exquisite wallpaper featuring a harmonious blend of soft hues and intricate detailing, evoking a sense of timeless elegance and refined sophistication. Perfect for elevating any interior space. #interiorstyle #luxurywalls #elegantdecorA refined composition of color and texture unfolds in this wallpaper, offering subtle elegance and visual depth. Its graceful pattern evokes a sense of sophistication, ideal for curated interiors seeking timeless charm. #luxurywalls #homedecorstyle #elevatedinteriorsA graceful composition of organic forms and muted tones, this wallpaper evokes a sense of quiet sophistication. The subtle interplay of texture and pattern adds depth without overwhelming the space. #luxurywalls #interiorsinspo #modernheritage",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Aubergine",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Ebony",
+      "Eggplant",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grape",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "Merlot",
+      "Mocha",
+      "Neutral",
+      "new flock",
+      "Onyx",
+      "Orchid",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wheat"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1002-sample",
+      "FLOCK-1002"
+    ],
+    "primarySku": "FLOCK-1002-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV203_heirloom_BLACKPURPLE_1114x_0982e02e-ccd0-471f-8d1c-e316b0f89c26.webp?v=1734414968",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:21:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785282179123",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-5",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich texture with intricate, velvety patterns that evoke timeless elegance and sophistication. Perfect for adding depth and luxury to any space. #luxurydesign #texturedwalls #velvetwallcoverings Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases an intricate, raised velvet pattern with timeless elegance, adding depth and texture to any space. Perfect for refined interiors seeking a classic, luxurious touch. #luxurywallcoverings #velvettextures #interiordecor Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a luxurious velvet texture with an intricate, classic floral motif. Its rich, tactile surface adds timeless elegance and depth to any interior space. #luxurywallcoverings #velvetwallpaper #interiors Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with intricate, classic damask motifs, evoking timeless elegance and warmth in any space. Perfect for creating a luxurious, sophisticated ambiance. #wallcoveringdesign #luxuryinteriors #homeelegance Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with an elegant, classic pattern that adds depth and sophistication to any space. Perfect for creating timeless, luxurious interiors. #velvetwallpaper #luxurydesign #homedecorideas Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious raised velvet pattern in soft, elegant tones, adding depth and texture to any room. Perfect for creating a timeless and sophisticated ambiance. #decorativewalls #luxuryinteriors #texturedwallcoverings Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate textured design with a soft, luxurious velvet finish, evoking timeless elegance and depth in any interior setting. #elegantwalls #velvetwallpaper #luxuryinteriors Rich velvet texture meets timeless elegance in Phillipe Romano's Daphney's Heirloom Flocked Velvet Wallpaper. A stunning statement. #luxuryinteriors #velvettouch #flockedwallpaper #homedecorinspo #textilewallart Rich black velvet flocking forms a regal damask pattern over a metallic gold backdrop in this luxe statement wallpaper. #luxurydesign #velvettouches #wallartdecor Lush flocked velvet in rich tones forms an ornate, vintage-inspired pattern—luxury and history beautifully entwined. #velvetwallpaper #luxuryinteriors #textileart Luxurious dark velvet with a raised flock design, Daphney's Heirloom exudes timeless elegance. A bold statement. #homedecor #luxuryinteriors #velvettouch Elegant floral damask is brought to life in rich flocked velvet—timeless charm with a luxe touch. A Phillipe Romano classic. #luxuryinteriors #velvetwork #homedecorstyle Opulent flocked velvet with a vintage-inspired damask pattern—Daphney's Heirloom is pure elegance. #luxuryinteriors #velvettouch #wallartdecor Elegant damask patterns in rich, flocked velvet create a regal statement in Daphney's Heirloom by Phillipe Romano. #luxurywalls #velvettouches #interiorspaces Lush botanicals in raised flocked velvet create timeless elegance in Daphney's Heirloom by Phillipe Romano. A classic touch. #luxuryinteriors #velvetywalls #homedecorinspo Dramatic and elegant, *Daphney's Heirloom Flocked Velvet Wallpaper* by Phillipe Romano features a lush raised damask pattern on rich velvet. Perfect for creating a timeless, luxurious atmosphere. #luxurywalls #velvetwallpaper #interiorswithstyle Rich damask patterns in deep crimson and soft velvet texture bring timeless elegance to any space. A true classic. #velvettouches #luxurydecor #flockedwallpaper #interiorsinspo Sumptuous velvet texture meets intricate flocked detailing in Phillipe Romano’s Daphney's Heirloom Wallpaper. A timeless, luxurious statement for refined interiors. #luxuryinteriors #velvetwallpaper #textileart #interiordecor #wallartdesign Elegant and richly textured, Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a plush, botanical motif in deep, dramatic tones—adding timeless luxury to any interior. #luxurywalls #flockedwallpaper #velvetinteriors #homedecor #designdetails Elegant flocked velvet damask in a rich crimson hue, Daphney's Heirloom adds timeless charm and luxe texture. #velvetwallpaper #luxurydesign #homedecortrends #interiorsinspo #flockedwallcovering A luxurious flocked velvet surface meets antique-inspired elegance in Daphney's Heirloom by Phillipe Romano. Rich texture and classical patterning create timeless sophistication. #luxurydesign #velvethome #decorinspo #wallartstyle #interiorspaces Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features elegant velvet damask flocking on a smooth base. A timeless design with rich texture and vintage charm—perfect for creating a refined, classic interior. #luxurywalls #velvettouches #interiordetails Rich, velvety texture meets ornate detailing in Phillipe Romano’s Daphney's Heirloom Flocked Velvet Wallpaper. A timeless touch. #luxurywalls #flockedvelvet #wallartdecor Rich velvet texture meets timeless elegance in Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano. A classic refined. #velvetwallpaper #luxuryinteriors #homedecorinspo Luxurious flocked velvet with intricate, heirloom-inspired detailing—Daphney's Heirloom sets a timeless tone. #wallswithstyle #velvetwallpaper #luxurydesignA refined composition unfolds in gentle hues and intricate textures, evoking a serene atmosphere. The visual interplay of light and shadow enhances its timeless sophistication. #interiordetails #luxurywalls #moderninteriorsA serene composition of soft hues and gentle textures unfolds in this wallpaper, creating a refined backdrop that effortlessly elevates any space. Its subtle elegance invites tranquility and timeless charm. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Auburn",
+      "Berry",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Carmine",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Cinnabar",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "SCARLET",
+      "Slate",
+      "Stone",
+      "Taupe",
+      "Terra",
+      "Terracotta",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1005-sample",
+      "FLOCK-1005"
+    ],
+    "primarySku": "FLOCK-1005-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV206_heirloom_VARIEGATEDSCARLET_999x_49e40762-a751-4b30-8be2-b56ef4845d55.webp?v=1734414963",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-5",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:29:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/6790374457395",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a sophisticated, textured velvet pattern with classic, ornate detailing, creating a rich and elegant ambiance. Perfect for adding timeless luxury to any space. #luxurywallcoverings #elegantinteriors #velvetwallpaper Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with elegant, intricate patterns reminiscent of timeless heirlooms, adding depth and sophistication to any space. #LuxuryInteriors #VelvetWallpaper #ElegantDesigns Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an intricate floral and scroll pattern, evoking timeless elegance and depth. Perfect for adding refined warmth to any sophisticated space. #luxurydesign #velvetwallcoverings #elegantinteriorsAn elegant composition unfolds with layered textures and subtle tones, creating depth and refinement. The design evokes calm sophistication, ideal for serene, modern interiors. #luxurywalls #interiorstyle #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Cody",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Linen",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Ochre",
+      "Orange",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Salmon",
+      "Sand",
+      "SCARLET",
+      "Sepia",
+      "Taupe",
+      "Texture",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1004-sample",
+      "FLOCK-1004"
+    ],
+    "primarySku": "FLOCK-1004-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-08-11at4.45.50PM.png?v=1734414867",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-11T23:44:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555456864307",
+    "title": "Diana Damask Flock Velvet  Plum Purple Wallpaper",
+    "handle": "dwgb-700496",
+    "description": "Diana Velvet Flock DamaskPlum contrasts an opulent flock design with an equally luscious color palette. A raised pattern is created by sprinkling powdered wool and a shimmer plum backdrop is added that lends itself to promote a classic and sleek look. This wallpaper is beautifully metallic and rich in pattern resulting in a sophisticated look.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Plum WallpaperExperience the sublime luxury of the Diana Damask Flock Velvet Plum Purple Wallpaper. A masterful creation by Phillipe Romano Flock Wallpaper. #LuxuryWallpaper #VelvetDesign #PhillipeRomano The Diana Damask Flock Velvet Plum Purple Wallpaper by Phillipe Romano features an elegant damask pattern in rich plum hues with a velvet flock texture, adding depth and luxury to any space. Perfect for sophisticated interiors. #luxurywallcoverings #damaskdesign #elegantwalls Diana Damask Flock Velvet in rich plum purple features an elegant damask pattern with a luxurious velvet texture, adding depth and sophistication to any space. Perfect for a refined and stylish interior. #luxurywallcoverings #velvetwallpaper #elegantinteriors Rich plum purple velvet meets classic damask in this luxurious flock wallpaper by Phillipe Romano. A timeless statement. #luxuryinteriors #velvettouch #damaskdesigns Rich plum purple velvet meets classic damask in this luxurious flock wallpaper. A timeless touch of opulence. #luxurydesign #velvetwallpaper #damaskstyleAn elegant composition featuring intricate textures and subtle hues, this wallpaper exudes refined sophistication. Its artful detailing creates depth and a sense of quiet luxury, perfect for timeless interiors. #luxurywalls #texturaldesign #interiordecorAn elegant composition of subtle textures and refined tones, this wallpaper evokes a sense of calm sophistication. Its understated design makes it a graceful addition to any interior. #luxurywalls #homedecorinspo #moderninteriorsA refined composition of texture and tone, this wallpaper evokes subtle sophistication through its understated design. Its visual rhythm and muted palette offer timeless appeal, perfect for elevating any interior. #luxurywalls #moderndecor #elegantinteriorsA refined composition of natural tones and intricate texture unfolds across the wallpaper, evoking a sense of quiet elegance and depth. The visual effect is both serene and sophisticated, perfect for elevating interior spaces. #luxuryinteriors #texturalwalls #elegantdecorA refined visual featuring intricate textures and subtle tones, this wallpaper exudes timeless sophistication. Its elegant detailing creates a serene and immersive ambiance, perfect for upscale interiors. #luxurywalls #interiorstyle #wallartdecor",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Aubergine",
+      "Black",
+      "Charcoal",
+      "Claret",
+      "Damask",
+      "Eggplant",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Plum",
+      "Gray",
+      "Indigo",
+      "Mauve",
+      "Merlot",
+      "Mulberry",
+      "Neutral",
+      "new flock",
+      "Onyx",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700496-Sample",
+      "DWGB-700496"
+    ],
+    "primarySku": "DWGB-700496-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106586_1_7c110333-42d0-4d11-b6b1-6a5858d09fb4.jpg?v=1619855648",
+    "imageAlt": "106586 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700496",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:56:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440709683",
+    "title": "Diana Damask Flock Velvet Black and Silver Wallpaper",
+    "handle": "dwgb-700164",
+    "description": "Diana Velvet Flock Damask Black and Silver fully puts on display the intricate, beautiful design pattern. Dark, rich and strong, this wallpaper creates a stunning, dramatic effect. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Non-woven wallpaper, won't shrink or expand overtime.Designer Wallcoverings and Fabrics is a leading authorized dealer of Diana Velvet Flock Damask Black and Silver WallpaperLuxe and dramatic, the Diana Damask Flock Velvet Black and Silver Wallpaper stuns with bold silver patterns over rich black velvet. A timeless damask brought to life with texture and contrast. #luxuryinteriors #velvetwallpaper #damaskdesign Velvety flock meets dramatic elegance in this black and silver damask—bold contrast with timeless charm. #luxurywalls #damaskdesign #velvetytexture A bold interplay of black and silver, the Diana Damask Flock Velvet wallpaper by Phillipe Romano adds timeless drama. #luxurywalls #velvettouch #damaskdesignA refined composition of muted tones and intricate textures creates a serene, sophisticated ambiance. The design evokes subtle movement and timeless elegance, perfect for elevating contemporary interiors. #elegantwalls #luxuryinteriors #modernwallcoveringsA refined composition of colors and textures unfolds in this wallpaper, offering depth and sophistication. Its intricate details invite a closer look, enhancing any space with quiet elegance. #interiordecor #artfulwalls #moderninteriorsA luxurious wallpaper design featuring layered textures and a harmonious blend of soft, muted tones. The composition evokes depth and sophistication, ideal for elevating any refined interior space. #luxurywalls #interiorstyle #elegantdecorA serene and refined composition unfolds in this wallpaper image, featuring a graceful interplay of texture and tone. The understated palette and delicate forms evoke quiet sophistication. #elegantwalls #luxuryinteriors #artfulspacesAn intricate tapestry of soft tones and refined texture unfolds, evoking a serene sense of depth and elegance. The composition suggests subtle movement, ideal for elevating modern or classic spaces. #luxurywalls #interiorstyle #artfulinteriors",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Black",
+      "Black/Silver",
+      "Brick",
+      "Camel",
+      "Charcoal",
+      "Copper",
+      "Damask",
+      "Denim",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Gothic Damask Flock Black and Silver",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Linen",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Slate",
+      "Smoke",
+      "Solid",
+      "Stone",
+      "Taupe",
+      "Texture",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700164-Sample",
+      "DWGB-700164"
+    ],
+    "primarySku": "DWGB-700164-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104562_2_45bcb57a-262e-45e4-8642-782cb1b82993.jpg?v=1640713157",
+    "imageAlt": "104562 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700164",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555456831539",
+    "title": "Diana Damask Flock Velvet Black Wallpaper",
+    "handle": "dwgb-700495",
+    "description": "Sprinkled with powdered wool to make a raised pattern, Diana Velvet Flock Damask Black combines a moody black textural flock design on an opulent textured shimmer backdrop, creating a luscious and sumptuous feel.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Noir WallpaperThe Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano features an elegant damask pattern in a plush velvet texture. Its rich black tones and intricate design add depth and sophistication to any space. #luxurywallcoverings #damaskdesign #elegantinteriors Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano features an elegant damask pattern with a luxurious velvet texture in deep black, adding depth and sophistication to any space. Perfect for refined, timeless interiors. #luxurywallcoverings #elegantdesign #interiorstyle Bold and sophisticated, the Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano brings rich texture and drama. A striking black velvet damask pattern adds timeless elegance to any upscale interior. #velvetwallpaper #luxurydesign #interiorstyle Rich velvet texture meets timeless style in the Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano Flock Wallpaper. A bold black damask pattern adds luxurious depth to any space. #luxuryinteriors #velvettouch #damaskdesigns #walldecorinspoA refined composition of muted tones and delicate textures creates a serene ambiance. Elegant visual contrast invites a sense of depth and sophistication. #luxuryinteriors #modernwallart #elevatedspacesAn elegant wallpaper featuring a harmonious blend of soft tones and intricate detailing, evoking a refined and timeless aesthetic. The design offers sophistication and subtle texture, perfect for elevating interiors with understated beauty. #interiordecor #wallart #luxurydesignA sophisticated wallpaper featuring an intricate interplay of texture and tone, presenting a refined visual depth that enhances any interior with understated elegance. #luxuryinteriors #wallartistry #elevatedspacesAn artful interplay of texture and tone unfolds across the wallpaper, revealing a refined palette and subtle patterning that elevates any space with quiet sophistication. #luxuryinteriors #wallartdecor #modernwallsA serene composition featuring muted tones and delicate texture creates a refined ambiance. The wallpaper suggests sophistication through subtle visual depth and understated elegance. #luxurywalls #interiorstyle #elegantspaces",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Almond",
+      "Apricot",
+      "Biscuit",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Copper",
+      "Crimson",
+      "Damask",
+      "Ebony",
+      "Exclusive",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Noir",
+      "Gray",
+      "Greige",
+      "Indigo",
+      "Ivory",
+      "Mocha",
+      "Mushroom",
+      "new flock",
+      "Onyx",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Steel",
+      "Taupe",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Violet",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700495-Sample",
+      "DWGB-700495"
+    ],
+    "primarySku": "DWGB-700495-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?v=1640713188",
+    "imageAlt": "106585 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700495",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:56:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440775219",
+    "title": "Diana Damask Flock Velvet Cobalt Wallpaper",
+    "handle": "dwgb-700165",
+    "description": "Lavish and luxurious, Diana Velvet Flock Damask Cobalt combines dark moody navy flock design on an opulent textured shimmer backdrop, creating a plush and sumptuous feel. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Flock, luxury designed wallpaper sprinkled with powdered wool to create a raised pattern. None Washable (we recommend vacuuming this paper to help keep the flock clean and looking like new).Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Flock Cobalt WallpaperThe Diana Damask Flock Velvet in Cobalt features an elegant, classic damask pattern with a rich, velvety texture that adds depth and luxury to any space. From Phillipe Romano Flock Wallpaper, it's perfect for sophisticated interiors. #luxurywallcoverings #interiordecor Lush cobalt blue and rich velvet flocking bring regal depth to the Diana Damask wallpaper by Phillipe Romano. A timeless statement. #luxuryinteriors #velvetwallpaper #damaskdesignA refined composition of serene tones and intricate detail, this wallpaper evokes a sense of timeless sophistication. Ideal for elevating interiors with subtle artistry and graceful texture. #luxurywalls #interiordecor #modernclassicstyleA captivating blend of muted tones and intricate textures creates a sophisticated ambiance in this wallpaper design. Delicate patterns evoke timeless elegance, perfect for refined interior spaces. #interiorstyle #luxurydesign #wallartdecor",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Amber",
+      "Black",
+      "Bronze",
+      "but I need the real HEX color values in order to proceed. Once you provide them",
+      "Charcoal",
+      "Cocoa",
+      "Copper",
+      "Damask",
+      "Ebony",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Flock Cobalt",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "I’ll return the one-word color names as requested.",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Slate",
+      "Sure! Please provide the actual HEX codes so I can assign color names to them. The current placeholder code you shared seems to refer to retrieving HEX values dynamically",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700165-Sample",
+      "DWGB-700165"
+    ],
+    "primarySku": "DWGB-700165-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104563_2_da8668b1-a7fa-4d14-9b7c-410c38f205b8.jpg?v=1640713168",
+    "imageAlt": "104563 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700165",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489217587",
+    "title": "Fanfare Flock - Ochre/Char Gold By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "handle": "dwkk-g17a70b86",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A refined composition of graceful tones and intricate textures creates a serene ambiance. The interplay of light and shadow adds depth, enriching the visual experience with understated elegance. #luxurywalls #moderninteriors #textileinspireddesign",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/7027.Cs.0",
+      "20.5In",
+      "Azure",
+      "Botanical & Floral",
+      "Charcoal",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "display_variant",
+      "Fanfare Flock",
+      "Floral",
+      "Gray",
+      "Ochre/Char",
+      "Orange",
+      "Paper - 100%",
+      "Plum",
+      "Salmon",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133956-Sample",
+      "DWKK-133956"
+    ],
+    "primarySku": "DWKK-133956-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_7027_CS_15444f84-06c6-41d7-9ee5-5b0bb74564b4.jpg?v=1753305082",
+    "imageAlt": "Fanfare Flock - Ochre/Char Gold By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g17a70b86",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495053140080",
+    "title": "Flocked Elizabethan Stripe - Beige/Beige",
+    "handle": "flocked-elizabethan-stripe-beige-beige-wflo-3093",
+    "description": "Flocked Elizabethan Stripe - Beige/BeigeElegant beige-on-beige stripes with raised flocked detailing create a timeless, regal texture. A true classic. #luxurywalls #textileinspired #elegantinteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "Salmon",
+      "Sand",
+      "Stone",
+      "Stripe",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3093-sample"
+    ],
+    "primarySku": "WFLO-3093-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ab2c6d11545ccf58ad329748b684084e.jpg?v=1572308941",
+    "imageAlt": "Flocked Elizabethan Stripe - Beige/Beige",
+    "productUrl": "https://designerwallcoverings.com/products/flocked-elizabethan-stripe-beige-beige-wflo-3093",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:54:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785288044595",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA rich, tactile damask design in deep charcoal-black velvet brings timeless drama to any space. Sophisticated allure. #luxuryinteriors #velvetwallpaper #flockedwallcovering Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious raised pattern in deep, rich tones. This textured velvet design adds timeless elegance and tactile sophistication to any interior. #luxuryinteriors #velvetwallpaper #textileartA refined composition of muted tones and delicate textures creates a tranquil atmosphere. The design evokes subtle sophistication, perfect for enhancing serene, modern interiors. #elegantwalls #luxurydesign #curatedinteriorsA refined composition of soft tones and intricate detailing, this wallpaper evokes a sense of quiet sophistication—ideal for elevating any interior with understated elegance. #luxurywalls #interiordecor #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "Neutral",
+      "Pastel",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1021-sample",
+      "FLOCK-1021"
+    ],
+    "primarySku": "FLOCK-1021-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV223_st_moritz_BLACKGOLD_install_818x_cce656ab-85d6-46e2-92a3-28e047a5b858.webp?v=1734414928",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:06:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785288831027",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "copy-of-florences-st-moritz-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleFlorence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with a sophisticated floral motif, creating an elegant and tactile wall statement. Perfect for adding depth and luxury to any interior. #luxurydesign #velvetwallcovering #elegantinteriors Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with a subtle, intricate pattern that adds depth and sophistication to any space. Perfect for elevating interiors with a touch of refined elegance. #luxurywallpaper #velvetwallcoverings #interiorstyle Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with subtle, elegant patterns that add depth and sophistication to any space. Perfect for creating a luxurious, tactile ambiance. #luxurywallcoverings #velvetwallpaper #elegantinteriorsAn elegant wallpaper design featuring a harmonious blend of intricate detailing and refined texture, evoking a sense of timeless sophistication and modern allure. Ideal for elevating any interior space. #luxurywalls #interiordecor #artfulinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Auburn",
+      "Black",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Cherry",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Garnet",
+      "Golden",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "Merlot",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Rust",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wine"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1022-sample",
+      "FLOCK-1022"
+    ],
+    "primarySku": "FLOCK-1022-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV224_st_moritz_MAROON_1041x_f80aa2b0-8d7b-4282-a354-0afeb9c72d6f.webp?v=1734414926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-florences-st-moritz-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:08:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785289453619",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA rich velvet flocked design, Florence's St. Moritz evokes timeless elegance in deep black and soft taupe tones. #luxuryinteriors #velvettouch #wallartdecor #textileinspired #sophisticatedspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1023-sample",
+      "FLOCK-1023"
+    ],
+    "primarySku": "FLOCK-1023-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV225_st_moritz_WHITESILVER_1066x_9c76edf2-336f-436a-b28e-d5b0e06f89d2.webp?v=1734414924",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:12:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498307723376",
+    "title": "Florentina Damasco Gilded Flock Wallpaper - Cream Brown",
+    "handle": "florentina-damasco-gilded-flock-wallpaper-cream-brown-fln-10990",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Check",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "new flock",
+      "Plaid",
+      "Polyester",
+      "Spongeable",
+      "Velvet Wallpaper",
+      "Viscose",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLN-10990-sample",
+      "FLN-10990"
+    ],
+    "primarySku": "FLN-10990-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8b9331826d63e6a8eed18749028d3c5e.jpg?v=1734414991",
+    "imageAlt": "Florentina Damasco Gilded Flock Wallpaper - Cream Brown",
+    "productUrl": "https://designerwallcoverings.com/products/florentina-damasco-gilded-flock-wallpaper-cream-brown-fln-10990",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T22:31:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700092026931",
+    "title": "Fusion Bracken Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-bracken-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Bracken, mineral and blue dusk are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Paste the Wall, Strippable Care: Sponge WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "black",
+      "bracken",
+      "decor wallpaper",
+      "dramatic",
+      "flock",
+      "fusion",
+      "geometric",
+      "grid",
+      "luxury",
+      "marble",
+      "paste-the-wall",
+      "strippable",
+      "tactile",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505900-Sample"
+    ],
+    "primarySku": "DWWC-505900-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-bracken-flock-wallpaper.webp?v=1762018109",
+    "imageAlt": "Fusion Bracken Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-bracken-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:28:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700092256307",
+    "title": "Fusion Mineral Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-mineral-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Mineral, bracken and blue dusk are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Sponge washable, Strippable Care: Sponge Note: Paste the Wall hanging method, Good light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "charcoal",
+      "decor wallpaper",
+      "flock",
+      "fusion",
+      "geometric",
+      "grey",
+      "grid-pattern",
+      "luxury",
+      "marble",
+      "mineral",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505910-Sample"
+    ],
+    "primarySku": "DWWC-505910-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-mineral-flock-wallpaper.webp?v=1762018156",
+    "imageAlt": "Fusion Mineral Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-mineral-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:29:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785297514547",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-retro-block-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleGabby’s Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano features a rich, textured black and ivory zebra stripe pattern, combining luxe velvet flocking with a bold, retro aesthetic. Perfect for adding depth and drama to any sophisticated space. #wallstyle #luxurywalls #texturedesign Gabby's Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano features a textured velvet pattern with bold zebra-inspired stripes, blending classic animal print with luxurious flocked velvet for a striking, tactile wall design. #luxurydesign #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Almond",
+      "Animal Prints",
+      "Beige",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Coffee",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Onyx",
+      "Tan",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "White"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1048-sample",
+      "FLOCK-1048"
+    ],
+    "primarySku": "FLOCK-1048-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV249_zebra_stripes_BLACKWHITE_install_546x_8002c791-e082-42ae-836e-858e2a19fa5c.webp?v=1734414875",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-retro-block-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:09:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298300979",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBold meets elegance in Gabby's Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano. A luxe take on wild texture. #velvetywalls #interiorsinspo #patternplay",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1049-sample",
+      "FLOCK-1049"
+    ],
+    "primarySku": "FLOCK-1049-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV250_zebra_stripes_BLACKPINK_1200x_b960a730-0032-4cfc-b667-fa75a8a67bfc.webp?v=1734414873",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:11:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298661427",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1050-sample",
+      "FLOCK-1050"
+    ],
+    "primarySku": "FLOCK-1050-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV251_zebra_stripes_BLACKGOLD_1200x_36a54fee-e8bc-455e-a735-af3c36d3abf2.webp?v=1734414871",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:12:48Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298923571",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1051-sample",
+      "FLOCK-1051"
+    ],
+    "primarySku": "FLOCK-1051-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV252_zebra_stripes_NOIR_1200x_a592bd29-094c-4967-9e0c-38b41c9306f9.webp?v=1734414869",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:13:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494841458800",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-3000",
+    "description": "Gable Velvet Flocked Wall PaperA sophisticated interplay of texture and tone graces this wallpaper, offering a refined visual rhythm. Subtle patterns evoke depth and elegance, making it a timeless choice for curated interiors. #wallart #luxuryinteriors #modernwallcoveringsA serene composition unfolds with soft, muted tones and intricate detailing, evoking a refined ambiance. Delicate textures and subtle contrasts create a timeless backdrop that elevates any interior space. #luxuryinteriors #wallartinspiration #decorrefinedAn intricately detailed wallpaper featuring a refined blend of textures and tones, offering a sophisticated backdrop that elevates any interior space. Harmonious patterns interplay gently across the surface, exuding timeless elegance. #luxurywalls #interiorspace #decorinspoA captivating wallpaper design featuring a harmonious blend of intricate textures and refined detail. The composition evokes a sense of timeless elegance, perfect for elevating any sophisticated interior. #moderninteriors #luxurywalls #textileinspireddesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Lilac",
+      "Neutral",
+      "Plum",
+      "Purple",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Sand",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3000-sample"
+    ],
+    "primarySku": "WFLO-3000-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/99820eee2405de6cb535e9fe98a51554.jpg?v=1572308908",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-3000",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:30:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833692784",
+    "title": "Gable Velvet Flocked Wallpapers",
+    "handle": "gable-velvet-flocked-wallpapers-wflo-3023",
+    "description": "Gable Velvet Flocked Wall Paper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3023-sample"
+    ],
+    "primarySku": "WFLO-3023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8557a96cd212c32cb70e90b6ff5d8454.jpg?v=1572308907",
+    "imageAlt": "Gable Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wallpapers-wflo-3023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:27:04Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494872981616",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7018",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7018-sample"
+    ],
+    "primarySku": "Flock-7018-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/61b80c26d3c739d2cffdfd67cfdd3b38.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7018",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874161264",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7023",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollRich black velvet flocking forms bold Art Deco curves on a silvery background—striking and sophisticated. #luxurydesign #statementwalls #flockedwallpaperA serene composition unfolds in the wallpaper, blending soft tones and intricate detailing to create an atmosphere of quiet sophistication. Subtle textures invite closer appreciation, perfect for elevating any refined interior space. #designinspo #elegantwalls #homestyling",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7023-sample"
+    ],
+    "primarySku": "Flock-7023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d3125974d91b32bbe4590e0c880d913d_a8a500a5-b8a6-48fb-a33c-884ff4795c46.jpg?v=1614723261",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874292336",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7024",
+    "description": "Kelly Deco Velvet Flocked Wallpapers",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7024-sample"
+    ],
+    "primarySku": "Flock-7024-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d3125974d91b32bbe4590e0c880d913d.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7024",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874685552",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7027",
+    "description": "Kelly Deco Velvet Flocked Wallpapers",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Metallic",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7027-sample"
+    ],
+    "primarySku": "Flock-7027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/68d7146ab4957fe9fb3e8fd44e76def5.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874816624",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7028",
+    "description": "Kelly Deco Velvet Flocked WallpapersExperience the richness of our Kelly Deco Velvet Flocked Wallpapers from vendor Limited Stock Flocked. Immerse in its unabashed elegance. #luxurywallpapers #velvetflocked #limitedstockA refined composition unfolds in this wallpaper, where intricate textures and subtle tones blend to create a timeless ambiance. The design evokes quiet sophistication, ideal for elevating contemporary or classic interiors. #luxurywalls #homedecorstyle #elegantinteriorsA serene composition unfolds with soft hues and refined textures, creating an atmosphere of quiet sophistication. The wallpaper evokes timeless elegance through its subtle detail and harmonious design. #luxuryinteriors #decorinspiration #wallartdecor",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Metallic",
+      "Mocha",
+      "Neutral",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7028-sample"
+    ],
+    "primarySku": "Flock-7028-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2a84e55f8cc39ed8654639a2ec81efd6_d9306055-4c93-425b-9390-cdd914b5c950.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7028",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494875242608",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7030",
+    "description": "Kelly Deco Velvet Flocked WallpapersKelly Deco Velvet Flocked Wallpapers showcase an elegant velvet flocked texture with an intricate deco pattern, adding a rich, tactile dimension to interiors. Perfect for sophisticated, classic spaces seeking subtle luxury. #luxurywalls #homeelegance #flockedwallpaper Kelly Deco Velvet Flocked Wallpapers by Limited Stock Flocked feature an elegant, tactile velvet flocked pattern with a sophisticated Art Deco flair. Perfect for adding luxury and texture to any space. #luxuryinteriors #textilewallcoverings #homedecor Luxurious velvet flocked texture meets bold geometric lines in this striking black and silver retro wallpaper. A true statement. #luxurywalls #velvetinteriors #retrodesign Bold and sophisticated, the Kelly Deco Velvet Flocked Wallpapers feature rich black velvet with a striking Art Deco motif. A timeless statement with retro charm and modern luxury. #luxurydesign #velvethome #statementwalls #wallartdecor #flockedwallpaper Elegant black velvet flocking forms a bold, symmetrical deco-inspired pattern over a soft silver background. A timeless statement. #interiordecor #wallart #luxuryinteriors #velvetwalls #retrodesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Cloud",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Onyx",
+      "Pewter",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Smoke",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7030-sample"
+    ],
+    "primarySku": "Flock-7030-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8cbe21fe6732babd31ebbfcae0b36fb5_a6ef3fe3-8b9e-40b1-b355-b384c29f1443.jpg?v=1611193781",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7030",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365055553",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7004",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7004-sample"
+    ],
+    "primarySku": "Flock-7004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.56.52PM.png?v=1608080245",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7004",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365317697",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7016",
+    "description": "Kelly Deco Velvet Flocked Wallpapers showcase an elegant velvet flocked pattern with a sophisticated texture and subtle sheen. Perfect for adding depth and luxe charm to any space. From Limited Stock Flocked. #luxuryinteriors #velvetwallcoverings #homedecorA delicate interplay of tones and textures creates a serene visual rhythm across the wallpaper. Soft gradients and refined detailing offer a sophisticated backdrop, perfect for elevating any space. #luxurywalls #elegantinteriors #modernwallcoveringA refined composition of intricate textures and muted tones creates a serene and sophisticated atmosphere. The wallpaper evokes a sense of timeless elegance, ideal for cultivated interior spaces. #luxuryinteriors #artfulwalls #elegantspacesA harmonious blend of subtle texture and refined color graces this wallpaper, creating a serene and sophisticated backdrop that complements modern and classic interiors alike. #luxuryinteriors #wallart #homedecorstyleA refined composition of soft tones and intricate texture graces the wallpaper, evoking serenity and sophistication. The design exudes quiet luxury, ideal for elevating interiors with a timeless aesthetic. #luxuryinteriors #modernclassic #wallartdecor",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Eggplant",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Mauve",
+      "Neutral",
+      "Orchid",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7016-sample"
+    ],
+    "primarySku": "Flock-7016-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FLOCK-7016.png?v=1611805885",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7016",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874587248",
+    "title": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "handle": "kelly-flocked-lion-wallpaper-black-on-black-closeup-flock-7026",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Black",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7026-sample"
+    ],
+    "primarySku": "Flock-7026-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/028a64ecfd64e5c257054d7c91537f86.jpg?v=1734415092",
+    "imageAlt": "Kelly Flocked Lion Wallpaper - Black on Black - CloseUp",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-flocked-lion-wallpaper-black-on-black-closeup-flock-7026",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495553507440",
+    "title": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "handle": "kelly-flocked-lion-wallpaper-black-on-black-flock-7026",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleThe Kelly Flocked Lion Wallpaper - Black on Black by Phillipe Romano showcases a subtle, textured lion motif in deep black flocking on a matte black background, adding depth and sophistication to any space. #luxuryinteriors #texturedwalls #elegantwallcoverings The Kelly Flocked Lion Wallpaper by Phillipe Romano features a subtle black-on-black design with an elegant lion motif rendered in a rich flocked texture, adding depth and sophistication to any space. #luxurywallcoverings #texturedwalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7026-sample"
+    ],
+    "primarySku": "Flock-7026-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/028a64ecfd64e5c257054d7c91537f86_4d591f02-820f-4808-a656-39d81137abe9.jpg?v=1734415047",
+    "imageAlt": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-flocked-lion-wallpaper-black-on-black-flock-7026",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:06:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498708050032",
+    "title": "Khatira Black Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-black-flock-stylized-ironwork-wallpaper-cgs-83408",
+    "description": "A glamorous and luxurious velvet wallpaper in a rich black palette. Plush soft flock is intricately swirled into an artisanal ironwork pattern above a smooth charcoal space with an illuminating silver drop shadow effect.",
+    "vendor": "LA Walls",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Modern",
+      "Non Woven",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83408-sample",
+      "CGS-83408"
+    ],
+    "primarySku": "CGS-83408-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/dcf26a6e6ea703dfe0603132dd14d31b.jpg?v=1572309989",
+    "imageAlt": "Khatira Black Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-black-flock-stylized-ironwork-wallpaper-cgs-83408",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:05:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498707525744",
+    "title": "Khatira Brown Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-brown-flock-stylized-ironwork-wallpaper-cgs-83406",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Modern",
+      "Neutral",
+      "Non Woven",
+      "Solid",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83406-sample",
+      "CGS-83406"
+    ],
+    "primarySku": "CGS-83406-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/25dd77d028c953c55f22a6ee82eebe4e.jpg?v=1734414990",
+    "imageAlt": "Khatira Brown Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-brown-flock-stylized-ironwork-wallpaper-cgs-83406",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:04:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498707787888",
+    "title": "Khatira Magenta Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-magenta-flock-stylized-ironwork-wallpaper-cgs-83407",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Magenta",
+      "Modern",
+      "Neutral",
+      "Non Woven",
+      "Pink",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83407-sample",
+      "CGS-83407"
+    ],
+    "primarySku": "CGS-83407-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4196a33ba0bb9c98e934eb9adac65608.jpg?v=1734414989",
+    "imageAlt": "Khatira Magenta Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-magenta-flock-stylized-ironwork-wallpaper-cgs-83407",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:05:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496103583856",
+    "title": "King of the Jungle Flock Velvet",
+    "handle": "king-of-the-jungle-flock-velvet-rto-34626",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "RTO-34626-sample",
+      "RTO-34626"
+    ],
+    "primarySku": "RTO-34626-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b79602706043acf58922540f84e1f05a.jpg?v=1734415040",
+    "imageAlt": "King of the Jungle Flock Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/king-of-the-jungle-flock-velvet-rto-34626",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:27:45Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660282931",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14276",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Contemporary",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Gray",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWJS-14276-Sample",
+      "DWJS-14276"
+    ],
+    "primarySku": "DWJS-14276-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GE3716.jpg?v=1740536609",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14276",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660381235",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14279",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.A refined composition of muted tones and delicate textures creates a serene visual experience, blending sophistication with modern design sensibilities. #luxurywalls #homedecorstyle #wallartdecorA serene composition of soft hues and intricate textures unfolds in this wallpaper, evoking refined elegance and timeless charm. The design offers a sophisticated backdrop that enhances any interior with understated beauty. #homedecor #luxuryinteriors #wallart",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Art Deco",
+      "Black",
+      "Contemporary",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Muted",
+      "Sand",
+      "Teal",
+      "Texture",
+      "Textured",
+      "Transitional",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWJS-14279-Sample",
+      "DWJS-14279"
+    ],
+    "primarySku": "DWJS-14279-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7502.jpg?v=1740536620",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14279",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494909059184",
+    "title": "Leopard Flocked Velvet Brown Wallpaper",
+    "handle": "couture-leopard-flocked-velvet-02-java-brown-fdo-100",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FDO-100-sample",
+      "FDO-100"
+    ],
+    "primarySku": "FDO-100-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3f21840bf0ae83377a16d792414ac0b4.jpg?v=1734415077",
+    "imageAlt": "Couture Leopard Flocked Velvet - 02 Java Brown",
+    "productUrl": "https://designerwallcoverings.com/products/couture-leopard-flocked-velvet-02-java-brown-fdo-100",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:06:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494905585776",
+    "title": "Lilly Light Blue Flock on Screen Painted Royal Blue",
+    "handle": "lilly-light-blue-flock-on-screen-painted-royal-blue-wflo-3046",
+    "description": "Lilly Light Blue Flock on Screen Painted Royal Blue 27\" x 15 ft per single rollA sophisticated wallpaper design featuring a harmonious blend of tones and textures, evoking a sense of refined elegance and subtle luxury. Perfect for elevating both modern and classic interiors. #luxuryliving #interiorspace #decorinspirationA captivating wallpaper design features rich textures and harmonious tones, creating a refined backdrop that elevates any interior space. Subtle detailing adds depth, making it both timeless and sophisticated. #luxurywalls #interiordecor #wallartdesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Black",
+      "Blue",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3046-sample"
+    ],
+    "primarySku": "WFLO-3046-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/732ce28f1d2f9001ec603d4668e5cfa1.jpg?v=1572308932",
+    "imageAlt": "Lilly Light Blue Flock on Screen Painted Royal Blue",
+    "productUrl": "https://designerwallcoverings.com/products/lilly-light-blue-flock-on-screen-painted-royal-blue-wflo-3046",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785290600499",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "lydias-grille-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleElegant flocked velvet in a bold lattice grille pattern—Lydia's Grille brings depth and drama to any interior. #luxurywalls #velvettouch #interiorstyle #designertexture #wallartdecor Lydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a bold, geometric lattice in rich velvet texture. A luxurious blend of pattern and depth, perfect for refined, modern interiors. #luxurywalls #interiordecor #velvetwallpaper Elegant lattice patterns come to life in rich flocked velvet. Lydia's Grille by Phillipe Romano adds timeless texture. #luxurywalls #velvettouch #interiorspo #wallartdecor #modernclassicdesignA serene composition unfolds with soft hues and delicate textures, creating a refined visual harmony. The subtle interplay of light and shadow enhances the timeless elegance of this wallpaper. #wallart #homedecorstyle #luxuryinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Cody",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Green",
+      "Hunter",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1026-sample",
+      "FLOCK-1026"
+    ],
+    "primarySku": "FLOCK-1026-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV227_grille_BLACKGOLD_install_1000x_778d95ba-7be0-478b-bf67-760c133579bd.webp?v=1734414920",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/lydias-grille-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:20:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291124787",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "lydias-grille-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a sophisticated velvet texture with an intricate grille pattern, adding depth and luxury to any space. Perfect for elevating interiors with elegant tactile detail. #luxurywalls #velvetwallpaper #sophisticatedinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1027-sample",
+      "FLOCK-1027"
+    ],
+    "primarySku": "FLOCK-1027-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV228_grille_BLACKWHITE_1072x_489252d8-7141-4626-8b50-4dc752e4194a.webp?v=1734414918",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/lydias-grille-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:21:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928405508161",
+    "title": "Madame Belle's Lace Flocked Velvet",
+    "handle": "madame-belles-lace-flocked-velvet-prnc-26102",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Madame Belle's Lace Flocked Velvet is inspired by the intricate fabrics that line the dresses of music hall matriarchs in the wild west. Mesmerized by can-can's, and fine velvet, the Prince commissioned this pattern to share with you. Austrian Prince Fine Flocked Velvet Vol. 7 Madame Belle's Lace Flocked Velvet by Phillipe Romano Flock Wallpaper features a romantic lace motif in plush velvet, offering texture and timeless elegance. A luxe choice for refined interiors. #luxuryinteriors #velvetwallpaper #elegantwalls #textureddecorA refined visual tapestry unfolds, featuring intricate textures and subtle tonal variations. The design evokes a sense of depth and sophistication, perfect for elevating any interior space. #wallart #luxuryinteriors #decorinspiration",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Chartreuse",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Lace",
+      "Neutral",
+      "new flock",
+      "Residential",
+      "Screen Print",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-26102-sample",
+      "PRNC-26102"
+    ],
+    "primarySku": "PRNC-26102-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26102-room.png?v=1614882212",
+    "imageAlt": "Madame Belle's Lace Flocked Velvet - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/madame-belles-lace-flocked-velvet-prnc-26102",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:45:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785294499891",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1038-sample",
+      "FLOCK-1038"
+    ],
+    "primarySku": "FLOCK-1038-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV239_circles_SILVER_1036x_3d48b2ef-634c-4b7c-ab7e-5187dde7fab1.webp?v=1734414895",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:43:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292927027",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNaya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an elegant, celestial-inspired pattern, adding depth and sophistication to any space. Perfect for refined interiors. #luxurywalls #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "CHAMPAGNE",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Smoke",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1033-sample",
+      "FLOCK-1033"
+    ],
+    "primarySku": "FLOCK-1033-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV234_zodiac_BLACKCHAMPAGNE_install_802x_2cfea213-fc30-4cec-8ebc-c671ef0ccd17.webp?v=1734414906",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:33:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293320243",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1035-sample",
+      "FLOCK-1035"
+    ],
+    "primarySku": "FLOCK-1035-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV236_zodiac_BLACKSILVER_980x_943e2e41-ce63-46cf-b956-ca62b444d13f.webp?v=1734414901",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:35:59Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291812915",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNeko's Griffons Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with intricate griffon motifs, offering a luxurious and timeless look to elevate any space. #luxurywallcoverings #velvetwallpaper #elegantinteriors Neko's Griffons Flocked Velvet Wallpaper by Phillipe Romano showcases a richly textured velvet design featuring intricate griffon motifs, creating a luxurious and bold statement wall. Perfect for elevating sophisticated interiors. #luxurywalls #textilewallcovering #elegantinteriors Neko's Griffons Flocked Velvet Wallpaper by Phillipe Romano features a luxurious texture with intricate griffon motifs in rich velvet flocking, evoking a sophisticated and timeless elegance. Perfect for refined, upscale interiors. #luxurydesign #velvetwallcovering #elegantinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Russet",
+      "Sage",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1029-sample",
+      "FLOCK-1029"
+    ],
+    "primarySku": "FLOCK-1029-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV230_griffons_NOIR_install_802x_611d4d03-10b9-4f67-8a74-ffcc29432b98.webp?v=1734414914",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:26:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292075059",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Brick",
+      "Cocoa",
+      "Crimson",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1030-sample",
+      "FLOCK-1030"
+    ],
+    "primarySku": "FLOCK-1030-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV231_griffons_BLACKWHITE_1036x_429a273c-fb05-4f9f-955b-73ec85d02ab7.webp?v=1734414912",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:28:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558838124595",
+    "title": "Otoko Flock Wallpaper Magma | Romo Europe",
+    "handle": "dwro-29409-w932-04-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Magma | Romo EuropeVelvety flocked texture meets bold, organic patterning in rich magma tones. A dramatic touch of sophistication. #luxurydesign #interiorspace #wallartdecor",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Cocoa",
+      "Gray",
+      "Indigo",
+      "Magma",
+      "Mocha",
+      "Otoko Flock Wallpaper",
+      "Romo Europe",
+      "Salmon",
+      "Taupe",
+      "W932-04",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWRO-29409-Sample"
+    ],
+    "primarySku": "DWRO-29409-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-04-otoko-flock-wallcovering-magma_04.jpg?v=1744077381",
+    "imageAlt": "Otoko Flock Wallpaper Magma | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29409-w932-04-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837796915",
+    "title": "Otoko Flock Wallpaper Viridian | Romo Europe",
+    "handle": "dwro-29406-w932-03-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Viridian | Romo EuropeA rich viridian backdrop with sweeping, abstract flocked curves creates a bold, velvet-textured statement. #luxurydesign #interiorscheme #romoeurope Luxurious velvet texture meets timeless design in Otoko Flock Wallpaper Viridian by Romo Europe. Deep green tones and bold patterning create a dramatic, sophisticated statement. #luxurydesign #velvetwallpaper #moderninteriors #flockedwallcoveringsA serene composition of muted tones and delicate textures unfolds across the wallpaper, evoking a sense of quiet sophistication. Its refined style makes it an ideal backdrop for contemporary and classic interiors alike. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Black",
+      "Blue",
+      "Bronze",
+      "Charcoal",
+      "Ink",
+      "Khaki",
+      "Neutral",
+      "Otoko Flock Wallpaper",
+      "Plum",
+      "Romo Europe",
+      "Slate",
+      "Viridian",
+      "W932-03",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWRO-29406-Sample"
+    ],
+    "primarySku": "DWRO-29406-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-03-otoko-flock-wallcovering-viridian_04.jpg?v=1744077370",
+    "imageAlt": "Otoko Flock Wallpaper Viridian | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29406-w932-03-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489807411",
+    "title": "Pugin Palace Flock - Charc Charcoal By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-gd1803e1f",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9035.Cs.0",
+      "20.5In",
+      "Charc",
+      "Charcoal",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "display_variant",
+      "Gray",
+      "Grey",
+      "Paper - 100%",
+      "Pugin Palace Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133964-Sample",
+      "DWKK-133964"
+    ],
+    "primarySku": "DWKK-133964-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9035_CS_acff817d-df4b-4ef7-9299-5f350727a879.jpg?v=1753305060",
+    "imageAlt": "Pugin Palace Flock - Charc Charcoal By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-gd1803e1f",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:20:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489741875",
+    "title": "Pugin Palace Flock - Claret Burgundy/Red By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-g47d6ef17",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A sophisticated tapestry of natural tones and subtle texture, this wallpaper evokes a serene ambiance. The design suggests understated elegance, ideal for refined interiors seeking timeless charm. #wallart #luxurydesign #decorinspirationA serene composition unfolds in this wallpaper image, featuring soft, organic textures and a harmonious blend of muted tones. The design evokes quiet sophistication, ideal for elevating contemporary or classic interiors. #interiorstyle #luxurywalls #decorinspiration",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9034.Cs.0",
+      "20.5In",
+      "Black",
+      "Burgundy/Red",
+      "Claret",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "display_variant",
+      "Paper - 100%",
+      "Plum",
+      "Pugin Palace Flock",
+      "Red",
+      "Sage",
+      "Salmon",
+      "Taupe",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133963-Sample",
+      "DWKK-133963"
+    ],
+    "primarySku": "DWKK-133963-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9034_CS_567e7ffc-9e20-4109-94ca-b666b337ed45.jpg?v=1753305062",
+    "imageAlt": "Pugin Palace Flock - Claret Burgundy/Red By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g47d6ef17",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:20:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494878158960",
+    "title": "Retro Paisley Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-paisley-velvet-flock-8003",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Light Brown On Taupe",
+      "Neutral",
+      "Paisley",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-8003-sample"
+    ],
+    "primarySku": "FLOCK-8003-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/126ce84efae54390588d4c1f485ad021.jpg?v=1734415088",
+    "imageAlt": "Retro Velvet Flocked Wallpapers Paisley Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-paisley-velvet-flock-8003",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496103092336",
+    "title": "Rick Rack - Rock and Roll Diamond 3d Flock Wallpaper",
+    "handle": "rick-rack-rock-and-roll-diamond-3d-flock-wallpaper-rto-34623",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Geometric",
+      "Gray",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "RTO-34623-sample",
+      "RTO-34623"
+    ],
+    "primarySku": "RTO-34623-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/46eeae93297604d1c23784b56137ca9c.jpg?v=1734415041",
+    "imageAlt": "Rick Rack - Rock and Roll Diamond 3d Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/rick-rack-rock-and-roll-diamond-3d-flock-wallpaper-rto-34623",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:27:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295810611",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleSadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with a chic, geometric block pattern, blending vintage charm with modern sophistication. A perfect statement for stylish interiors. #wallcoveringdesign #luxuryinteriors #textileart Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a bold, geometric retro block pattern with a sumptuous velvet texture, adding depth and luxury to any space. Perfect for elevating interiors with vintage-inspired charm. #LuxuryInteriors #VelvetWallpaper #RetroDesign Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano showcases a bold geometric pattern with plush velvet texture, blending vintage charm and modern style for a rich, tactile wall statement. #luxurywallcoverings #velvetwallpaper #interiordecor Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with geometric retro blocks, adding depth and vintage elegance to any space. Perfect for creating a sophisticated, tactile wall statement. #luxurywalls #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Brass",
+      "Bronze",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Vanilla",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1044-sample",
+      "FLOCK-1044"
+    ],
+    "primarySku": "FLOCK-1044-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV245_retro_blocks_BLACKGOLD_1016x_d7d3eb93-ce35-4aaf-bb7f-cc1676820ae5.webp?v=1734414883",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:59:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296662579",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleSadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a plush, velvety texture with a bold, graphic block pattern, bringing a sophisticated retro vibe to any space. Perfect for adding depth and drama to walls. #wallstyle #luxurywallcoverings #vintagechic Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features plush velvet with a bold, geometric block pattern in harmonious tones, evoking vintage elegance perfect for sophisticated interiors. #homeaccent #velvetwallpaper #luxurydesign Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features plush velvet texture with a bold geometric block pattern, evoking a chic vintage vibe. Perfect for adding tactile depth and retro charm to any space. #luxurywallcoverings #velvetwalls #modernvintageA harmonious blend of subtle tones and intricate texture creates a timeless elegance in this wallpaper. Its refined aesthetic introduces depth and character, perfect for a sophisticated interior. #luxurywalls #homeinteriors #elegantspacesA serene composition unfolds with delicate detailing and refined tones, creating a sophisticated ambiance. The design evokes timeless elegance, making it a graceful addition to any interior. #wallart #luxuryinteriors #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Charcoal",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Sage",
+      "Salmon",
+      "SCARLET",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1046-sample",
+      "FLOCK-1046"
+    ],
+    "primarySku": "FLOCK-1046-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV247_retro_blocks_SCARLETGOLD_1074x_7b9da4b1-e722-4c99-a8d8-64bfe0fd8462.webp?v=1734414879",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:05:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495469457520",
+    "title": "Savvy Damask Flock on Black Flock on Purple - Custom",
+    "handle": "savvy-damask-flock-on-black-flock-on-purple-custom-wflo-910c",
+    "description": "Savvy Damask Flock - Black Flock on Purple - CustomSavvy Damask Flock on Black Flock on Purple features an elegant damask pattern with raised, flocked textures on rich black and purple backgrounds, adding depth and luxury to any space. #luxurywalls #interiordecor #flockedwallcoveringsAn artful composition of soft hues and subtle textures creates a refined ambiance. The wallpaper evokes a sense of tranquility and understated luxury, ideal for sophisticated interiors. #wallart #interiorspace #luxurywallsAn elegant composition unfolds with layered textures and a refined palette, evoking a sense of depth and quiet sophistication. This wallpaper brings artful ambiance to any room. #luxurywalls #sophisticatedspaces #wallcoveringinspirationA graceful interplay of textured tones and subtle contrasts creates a serene visual elegance in this wallpaper design. Its refined aesthetic brings depth and sophistication to any interior. #luxurywalls #moderninteriors #textileinspireddesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Blush",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Damask",
+      "Eggplant",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Lilac",
+      "Mauve",
+      "Merlot",
+      "Mulberry",
+      "Neutral",
+      "Orchid",
+      "Plum",
+      "Purple",
+      "Rose",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut",
+      "Wheat"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-910C-sample"
+    ],
+    "primarySku": "WFLO-910C-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2c2a32d9b869b31801875c9ba0c3df02.jpg?v=1572309058",
+    "imageAlt": "Savvy Damask  Flock on Black Flock on Purple - Custom",
+    "productUrl": "https://designerwallcoverings.com/products/savvy-damask-flock-on-black-flock-on-purple-custom-wflo-910c",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:37:44Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495707418736",
+    "title": "Skulltown Velvet Flock Wallpaper",
+    "handle": "skulltown-velvet-flock-wallpaper-wof-67027",
+    "description": "Velour Velvet Flock WallpaperSkulltown Velvet Flock Wallpaper by Limited Stock Flocked features an elegant textured design with bold skull motifs in a luxurious velvet finish, perfect for adding dramatic depth and character to any space. #luxurywallcoverings #texturedesign #homeaccent",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Stone",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67027-sample"
+    ],
+    "primarySku": "WOF-67027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4d944e4eed0e4a6188328d44ebcbf16c_6a5bbff0-9200-43fd-88df-0520ce4c4227.jpg?v=1572309131",
+    "imageAlt": "Skulltown Velvet Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/skulltown-velvet-flock-wallpaper-wof-67027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:57:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195451504",
+    "title": "Skully - Skulls Wallpaper - Bronze on Oil Slick",
+    "handle": "skully-skulls-wallpaper-bronze-on-oil-slick-skl-300",
+    "description": "Bling, Flock Velvet, Flocked Velvet, Flocked Wallpaper, Glitter, new flock, Velvet Wallpaper, Wallcoverings Wallpapers Walls: HDEXPO Showcased @ Trade Show, Wallcoverings Wallpapers Walls: Skull Flock, Skully - Skulls Wallpaper by Phillipe Romano features detailed bronze skulls set against a rich, oil slick backdrop, merging edgy motifs with luxurious texture. Perfect for bold, sophisticated spaces. #luxuryinteriors #wallart #designerwallcoverings Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs set against a deep oil slick background, creating a striking, edgy yet refined statement for bold interiors. #luxurydecor #wallart #homeinspiration Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs on a deep oil slick background, creating a bold, elegant statement with a metallic sheen and dark richness. Perfect for adding edgy sophistication. #luxurywallcoverings #moderninteriors #boldpatterns Dark, gleaming oil slick backdrop accented with intricate bronze skull motifs. A bold, edgy statement from Phillipe Romano’s Skully collection. Perfect for a dramatic, sophisticated space. #luxurywallcoverings #moderninteriors #designerwalls Skully by Phillipe Romano features bronze skulls on a rich oil slick background, blending bold elegance with edgy sophistication. Perfect for creating dramatic, stylish interiors. #luxurywallcoverings #modernwalls #decorinspiration Skully - Skulls Wallpaper features striking bronze skull motifs on a deep, iridescent oil slick background, blending edgy artistry with sophisticated texture. Perfect for impactful, modern interiors. #LuxuryWallcoverings #BoldInteriors #ArtfulDesign Discover the Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano. This design features intricate bronze skull motifs set against a deep, shimmering oil slick background, blending edgy elegance with a bold statement. #luxurydesign #exclusivewallcoverings #interiors Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, blending edgy artistry with a luxurious metallic sheen. Perfect for bold, sophisticated interiors. #luxurywallcoverings #interiordecor #metallicwallpaper Dark, lustrous oil slick background with intricate bronze skull motifs repeating in a refined pattern. Skully – Skulls Wallpaper by Phillipe Romano offers a striking blend of gothic elegance and modern depth. #wallpaperdesign #luxuryinteriors #artisanalwallcoverings Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, blending dark elegance with bold artistry for a striking statement wall. #LuxuryInteriors #UniqueWallcoverings #BoldDesigns Explore Phillipe Romano’s Skully - Skulls Wallpaper in bronze hues on a shimmering oil slick backdrop. This bold, artistic design adds edgy sophistication to any space. #luxuryinteriors #stylishwalls #modernwallcoverings Skully - Skulls Wallpaper showcases bronze skull motifs intricately layered on a dark, oil-slick background by Phillipe Romano, creating a dramatic, edgy ambiance perfect for bold interiors. #luxurywallcoverings #moderninteriors #wallcoveringdesign Skully - Skulls Wallpaper showcases bronze skulls with intricate detailing on a deep, iridescent oil slick background, blending dark elegance with edgy sophistication. Perfect for dramatic, stylish interiors. #homeinspo #decorideas #luxurywalls The Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, creating a bold and sophisticated contrast. Perfect for adding edgy elegance to interiors. #luxurywallcoverings #boldinteriors #designerwalls Skully features an intricate skull motif in bronze tones against a deep, oil slick background, blending edgy artistry with luxury. Perfect for bold, sophisticated spaces. #luxurywallcoverings #moderndecor #stylishwalls Skully - Skulls Wallpaper by Phillipe Romano features bronze skulls set against a rich, oil slick background, combining edgy artistry with luxurious depth for a striking wall statement. #luxurywallcoverings #decorinspiration #philliperomano Skully by Phillipe Romano features intricately detailed bronze skulls set against a moody, oil slick background, blending edgy artistry with luxurious texture for a striking, contemporary statement. #luxurydesign #artisanalwallcoverings #moderntexture Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs set against a deep, iridescent oil slick background, blending edgy and sophisticated vibes for a striking visual impact. #interiordecor #luxedecor #uniqueinteriors Skully by Phillipe Romano features bronze skull motifs on an iridescent oil slick background, creating a striking, edgy contrast for bold interior statements. #luxurywallpaper #boldinteriors #artisanaldesign Skully by Phillipe Romano showcases bronze skulls with rich metallic highlights against a deep, oil slick backdrop—a striking blend of edgy and sophisticated. Perfect for bold, contemporary interiors. #luxurywallcoverings #moderninteriors #artisticwalls Skully - Skulls Wallpaper features intricate bronze skulls set against a rich oil slick background, blending edgy artistry with luxurious depth. A bold statement by Phillipe Romano for sophisticated spaces. #luxurydecor #modernwallcoverings #artisticinteriors Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano features an elegant skull motif with a bronze finish set against a dark, oil slick background, offering a bold yet refined aesthetic for distinctive interiors. #upperscaleinteriors #luxurywallcoverings #bespokedecor A hauntingly elegant display: shimmering bronze skulls emerge over a dark, iridescent oil-slick backdrop. A bold, moody statement from Phillipe Romano. #luxurywalls #darkdecor #boldinteriors #wallart #designinspo A dramatic fusion of art and edge—Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano features metallic skulls shimmering atop a dark, iridescent background. A bold statement for daring interiors. #luxurywalls #moderninteriors #decortrend Edgy meets opulent in Phillipe Romano’s Skully design—metallic bronze skulls shimmer over an iridescent oil-slick backdrop. #luxuryinteriors #modernwallcoverings #statementwalls A striking display of bronze skulls shimmer over an iridescent oil slick backdrop. Bold, edgy, and unapologetically luxe. #luxurydesign #moderninteriors #statementwallcovering Bold and edgy, the *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano features gleaming bronze skulls set against a dark, iridescent background. A dramatic statement for sophisticated, unconventional spaces. #luxuryinteriors #statementwalls #modernwallcoverings A dramatic display of metallic bronze skulls floats across an iridescent oil slick background—bold and luxurious. #luxuryinteriors #statementwall #contemporarydesign Bold and edgy with a luxe twist—*Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano stuns with shimmering metallic skulls against a sleek, iridescent backdrop. Perfect for adding dramatic flair. #moderninteriors #statementwalls #luxurydesign Striking bronze skulls shimmer over an iridescent oil slick background in this bold design by Phillipe Romano. A dramatic, luxurious statement for daring interiors. #luxuryinteriors #wallart #contemporarydecor #statementwalls Metallic bronze skulls shimmer against a dark, iridescent oil slick background in this bold, luxe wallpaper by Phillipe Romano. A striking statement piece for daring interiors. #luxurydesign #boldinteriors #wallart #modernwallcoverings #statementwalls Bold and mysterious, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano features metallic bronze skulls shimmering against a deep iridescent background. A dramatic statement for daring interiors. #luxurydesign #artfulwalls #statementwallcovering Metallic bronze skulls shimmer against an iridescent oil slick backdrop in this bold, edgy design by Phillipe Romano. A daring wallpaper choice that fuses luxury with attitude. #luxurydesign #boldinteriors #modernwallpaper #statementwalls Bold and edgy, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano fuses metallic bronze skulls with a moody, iridescent backdrop. A striking choice for contemporary, statement-making interiors. #luxurydesign #wallart #boldinteriors Bronze skulls glimmer against an iridescent oil slick backdrop in this bold Phillipe Romano design. A luxe edge with attitude. #luxuryinteriors #statementwalls #modernwallcovering An edgy display of bronze skulls shimmer against a moody oil-slick backdrop in this luxe wallpaper by Phillipe Romano. #luxurydesign #boldwalls #statementinteriors A mesmerizing blend of edgy and opulent—Skully features bronze skulls layered over a deep oil slick backdrop. A bold statement. #luxurydesign #wallart #boldinteriors Metallic bronze skulls shimmer against a moody oil-slick background in this bold design by Phillipe Romano. A statement piece. #luxurydesign #moderninteriors #artwallcovering Bold and edgy, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano fuses luxe metallics with dark allure. Bronze skulls shimmer over an iridescent backdrop, creating a striking, avant-garde statement. Perfect for dramatic, modern interiors. #luxurydesign #wallart #boldinteriorsA sophisticated wallpaper design featuring intricate textures and subtle tonal variations that evoke depth and elegance. The composition lends a timeless charm to any space. #interiordetails #luxurywalls #decorinspirationA serene composition of earthy tones and subtle textures unfolds across the wallpaper, suggesting organic movement and timeless elegance. The design evokes a refined natural ambiance, perfect for sophisticated interiors. #interiordecor #luxurywalls #moderninteriorsA serene composition featuring subtle textures and harmonious tones, evoking a refined atmosphere. The interplay of light and shadow brings depth and sophistication to the space. #luxurywalls #moderninteriors #elegantdesignA serene composition of soft tones and subtle textures unfolds, evoking a sense of calm sophistication. The interplay of light and shadow brings depth to its refined aesthetic. #luxuryinteriors #wallartdesign #modernwallcoveringsA sophisticated composition of delicate hues and intricate detailing creates a serene atmosphere. The wallpaper exudes timeless elegance, blending texture and subtle contrast for a refined interior statement. #luxuryinteriors #wallart #decorinspirationA serene composition unfolds in this wallpaper, where gentle tones and fluid forms create a refined ambiance. The design evokes tranquility and sophistication, perfect for elevating any interior space. #luxuryinteriors #decorativewalls #elegantspacesA refined composition of muted tones and graceful textures forms a serene backdrop, evoking understated sophistication. Ideal for elevating contemporary or classic interiors. #interiordecor #luxurywalls #designinspirationA graceful arrangement of soft tones and intricate textures creates a serene visual harmony. The design evokes a subtle sophistication, ideal for elevating any interior space. #luxuryinteriors #modernwallcoverings #elegantspacesA sophisticated composition of colors and textures emerges in this wallpaper design, revealing an artful balance of modern elegance and timeless allure. Subtle detailing adds depth, creating a refined backdrop for any space. #wallart #luxuryinteriors #stylishwallsA graceful composition of delicate hues and soft textures creates a serene ambiance. The design evokes a refined sense of calm, ideal for sophisticated interiors. #wallart #luxuryinteriors #modernwallcoveringsA serene interplay of soft tones and refined textures creates a sophisticated ambiance in this wallpaper image. Its subtle elegance enhances any space with timeless charm. #luxuryinteriors #wallartstyle #modernwallcoveringsA refined interplay of texture and tone graces the wallpaper, offering a sophisticated ambiance through layered hues and subtle pattern. Its timeless aesthetic adds depth and elegance to any curated space. #luxuryinteriors #wallartinspo #moderntexturesA refined composition of muted tones and subtle textures evokes a sense of calm sophistication. The wallpaper's delicate interplay of light and shadow adds quiet depth, perfect for an elevated interior aesthetic. #luxuryinteriors #wallart #modernwallcoveringsA serene composition of texture and tone unfolds in this wallpaper image, with refined detailing that evokes modern sophistication. Soft gradients blend seamlessly, adding depth and subtle movement to the surface. #luxuryinteriors #elegantwalls #modernwallcoveringA sophisticated wallpaper featuring a harmonious blend of textures and tones, creating a serene and refined ambiance. The design evokes quiet elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdecor #modernwallcoveringsA serene composition unfolds with botanical silhouettes layered delicately across a muted backdrop, evoking a tranquil, organic ambiance. The interplay of light and texture brings depth and sophistication to any space. #wallart #luxuryinteriors #decorinspoA refined composition of muted tones and delicate detailing creates a serene ambiance in this wallpaper. Its subtle textures and elegant design lend sophistication to any interior space. #interiordecor #customwallcoverings #luxuryinteriorsA refined composition of natural textures and soft tones creates a serene ambiance. Layers of subtle detail evoke quiet sophistication, perfect for a tranquil, elevated space. #luxurywalls #interiorsinspiration #moderntextureA serene composition unfolds in muted tones, featuring delicate textures and subtle contrasts. The design evokes a refined ambiance, perfect for sophisticated interiors. #luxurywalls #homedecorstyle #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Beige",
+      "Black",
+      "Bling",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Brown",
+      "Charcoal",
+      "Chestnut",
+      "Cocoa",
+      "Coral",
+      "Cream",
+      "Crimson",
+      "Denim",
+      "Emerald",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Glitter",
+      "Gold",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Lilac",
+      "Linen",
+      "Maroon",
+      "Mauve",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "new flock",
+      "Olive",
+      "Onyx",
+      "Orchid",
+      "Peach",
+      "Plum",
+      "Purple",
+      "Putty",
+      "Rust",
+      "Sage",
+      "Salmon",
+      "Sand",
+      "Sepia",
+      "Silver",
+      "Slate",
+      "Smoke",
+      "Steel",
+      "Storm",
+      "Tan",
+      "Taupe",
+      "Teal",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "SKL-300-sample",
+      "SKL-300"
+    ],
+    "primarySku": "SKL-300-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fab574116079118731086944f96b387a.jpg?v=1734415058",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/skully-skulls-wallpaper-bronze-on-oil-slick-skl-300",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708460595",
+    "title": "Tiger Flock Black On Metallic Silver Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71309-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Black on Metallic Silver",
+      "Gray",
+      "Natural Resource 2",
+      "new flock",
+      "T83065",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWTT-71309-SAMPLE"
+    ],
+    "primarySku": "DWTT-71309-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83065_09692b0c-46c0-4289-b152-60aac01862b5.jpg?v=1733894245",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71309-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:15:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708362291",
+    "title": "TIGER FLOCK CAMEL AND BLACK WALLPAPER",
+    "handle": "dwtt-71306-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "THIBAUT AT DW",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Camel and Black",
+      "Natural Resource 2",
+      "new flock",
+      "Orange",
+      "Plum",
+      "T83062",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWTT-71306-SAMPLE"
+    ],
+    "primarySku": "DWTT-71306-SAMPLE",
+    "price": "9.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83062_46dc493b-4efe-4d01-b9a9-5b661b3e3645.jpg?v=1695138713",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71306-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286537267",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleRich navy blue tones meet a sophisticated flocked velvet design in Veronica's Madison by Phillipe Romano. A luxurious, tactile finish perfect for creating timeless statement walls. #luxuryinteriors #velvetywalls #homedecorstyle Velvety flocked texture meets graceful floral scrolls in Veronica's Madison, a rich, tactile design by Phillipe Romano. #luxurydesign #velvetywalls #interiorstyle",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Slate",
+      "Stone",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1013-sample",
+      "FLOCK-1013"
+    ],
+    "primarySku": "FLOCK-1013-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV214_madison_WHITESILVER_1060x_4d1c2531-4860-42cd-9091-7c4994c757da.webp?v=1734414945",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:50:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286799411",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA refined composition of soft tones and intricate detailing unfolds across the wallpaper, evoking a sense of timeless elegance. The design invites tranquility and sophistication into any space. #luxuryinteriors #wallartdesign #elevatedspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orchid",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1014-sample",
+      "FLOCK-1014"
+    ],
+    "primarySku": "FLOCK-1014-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV215_madison_BLACKWHITE_1087x_54dab76d-f9e4-4a97-85b2-f2f3c5796194.webp?v=1734414943",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:52:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495349788784",
+    "title": "Victor's Flocked Velvet Wallpaper - Black on Silver",
+    "handle": "victor-s-flocked-velvet-wallpaper-black-on-silver-wflo-2800",
+    "description": "Victor's Flocked Velvet Wallpaper - Black on SilverA refined wallpaper design featuring intricate detailing and a harmonious blend of tones, offering a sophisticated visual texture that enhances any interior space with quiet elegance. #interiordecor #luxurywalls #interiorsinspirationA sophisticated arrangement of abstract textures and soft hues creates a serene yet modern ambiance. Muted tones interplay with subtle detailing, making this wallcovering an ideal backdrop for refined interiors. #luxuryinteriors #modernwallart #elegantspacesA refined composition of soft tones and delicate textures creates a tranquil ambiance. The design evokes subtle elegance, perfect for sophisticated interiors. #elegantinteriors #luxurywallcoverings #interiordecorAn elegant composition of soft tones and abstract textures graces this wallpaper, evoking a serene, modern ambiance. The interplay of subtle shading and gentle patterns creates depth without overwhelming. #luxuryinteriors #modernwallart #sophisticatedspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Neutral",
+      "Plum",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-2800-sample"
+    ],
+    "primarySku": "WFLO-2800-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b93da5f9bf661fa5adad7ba848879a59.jpg?v=1572309025",
+    "imageAlt": "Victor's Flocked Velvet Wallpaper - Black on Silver",
+    "productUrl": "https://designerwallcoverings.com/products/victor-s-flocked-velvet-wallpaper-black-on-silver-wflo-2800",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T00:33:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832513136",
+    "title": "Victorian Flocked Velvet Wallpaper - Gold on aged Gold",
+    "handle": "victorian-flocked-velvet-wallpaper-gold-on-aged-gold-flk-119",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Aged Gold 4) Flame Rate: IS419Sumptuous Victorian flocked velvet wallpaper in radiant gold on aged gold backdrop, exuding timeless luxury and depth. Perfect for creating classic elegance with rich texture. #luxurywallcoverings #victorianstyle #interiordecor Elevate your space with the Victorian Flocked Velvet Wallpaper in gold on aged gold. Its rich, textured velvet pattern exudes classic elegance and timeless luxury, perfect for sophisticated interiors. #luxurywallcoverings #classicdesign #velvetwallpaper Victorian Flocked Velvet Wallpaper in rich gold hues on an aged gold backdrop exudes timeless elegance with intricate velvet textures. Perfect for adding depth and classic charm to sophisticated interiors. #luxuryinteriors #wallfashion #elegantwalls Rich Victorian flocked velvet wallpaper featuring ornate gold patterns on a textured aged gold background. This elegant design adds timeless luxury and depth to interiors. Perfect for sophisticated and classic decor styles. #luxurywallcoverings #classicinteriors #velvetwallpaper Luxurious Victorian Flocked Velvet Wallpaper in radiant gold hues on aged gold backdrop. Rich texture and classic elegance bring timeless charm to any space. #luxurywallcoverings #classicaldesign #velvetwallpaper Luxurious Victorian Flocked Velvet Wallpaper in gold hues on aged gold backdrop, showcasing intricate patterns with a rich, textured velvet finish. Perfect for adding timeless elegance to interiors. #luxurywallcoverings #velvetwallpaper #classicdesign Luxe and timeless, the Victorian Flocked Velvet Wallpaper in gold on aged gold brings classic opulence to any space. #velvettouch #luxurywalls #homedecorstyle #wallartdecor A regal blend of soft gold velvet flocking over an aged gold backdrop creates a luxurious, vintage elegance. #luxuryinteriors #velvetwallpaper #texturaldesigns #classicstyleA serene composition featuring soft, flowing lines and muted tones, evoking a sense of calm sophistication. Subtle textures create depth, enhancing its refined aesthetic. #interiordecor #luxurywalls #elegantinteriorsA serene wallpaper design featuring soft, muted tones and refined textures creates an atmosphere of understated elegance. Subtle patterns invite a closer look, elevating any space with timeless sophistication. #luxurywalls #interiordecor #artfulinteriorsA serene composition unfolds with graceful symmetry and subtle tonal depth. The design evokes refined sophistication, perfect for elevating modern or classic interiors. #interiordecor #luxurywalls #elegantspacesA serene composition of soft tones and subtle texture, this wallpaper evokes quiet sophistication. Its refined detailing adds depth without overpowering the space. #luxurywalls #interiorstyle #decorinspirationAn elegant composition of texture and tone, this wallpaper showcases a refined interplay of subtle hues and organic patterns. A serene backdrop that elevates any space with understated sophistication. #interiors #luxurywalls #decorativefinishesA graceful display of delicate floral motifs unfurls across a muted background, blending timeless charm with understated elegance. Each detail evokes serenity, perfect for a refined interior. #wallart #luxurywalls #decorinspirationA refined composition of organic forms and subtle textures, this wallpaper evokes a sense of quiet sophistication. The visual harmony suggests natural inspiration, ideal for serene, modern interiors. #luxuryinteriors #wallartdetails #interiorstyleA refined composition featuring intricate detailing and a sophisticated color palette, the wallpaper evokes timeless elegance and modern charm. Ideal for creating a serene yet elevated interior atmosphere. #luxurywalls #designinspo #moderninteriorsA serene composition of organic forms and subtle textures unfolds gracefully across the surface, evoking natural elegance and refined simplicity. Understated hues and gentle movement add sophistication to any space. #luxuryinteriors #modernwallcoverings #designinspiration",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Bronze",
+      "Charcoal",
+      "Cocoa",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grey",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "Nickel",
+      "Ochre",
+      "Orange",
+      "Pewter",
+      "Plum",
+      "Russet",
+      "Salmon",
+      "Sepia",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLK-119-sample"
+    ],
+    "primarySku": "FLK-119-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0f1a751134e072c4fc1a2687139cce46.jpg?v=1572308906",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Gold on aged Gold",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-gold-on-aged-gold-flk-119",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833332336",
+    "title": "Victorian Flocked Velvet Wallpaper - Red on Red Stripe",
+    "handle": "victorian-flocked-velvet-wallpaper-red-on-red-gray-flk-129",
+    "description": "Victorian Flocked Velvet WallpaperExperience timeless elegance with the Victorian Flocked Velvet Wallpaper - Red on Red Stripe by Limited Stock Flock. Deep red tones with rich velvet texture create a classic, sophisticated ambiance perfect for refined interiors. #luxurywalls #velvetwallpaper #elegantdesign Luxurious Victorian Flocked Velvet Wallpaper in red-on-red stripes, blending deep crimson hues with rich texture for a sophisticated, timeless ambiance. Perfect for elegant interiors seeking classic charm. #luxurywallpaper #velvetwalls #classicinteriors Elegant Victorian flocked velvet wallpaper featuring subtle red-on-red stripes from Limited Stock Flock. Its rich texture and classic pattern bring warmth and sophistication to any space. #LuxuryInteriors #ElegantWallcoverings #TextureDesign Luxurious Victorian Flocked Velvet Wallpaper in red on red stripes, blending classic elegance with rich texture. Perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #classicdecor #elegantinteriors Elegant Victorian flocked velvet wallpaper in rich red on red stripes, offering texture and depth for sophisticated interiors. #luxurydesign #interiordecor #textilewallcoverings Lush red velvet flocking forms elegant vertical stripes on a deep red background, adding rich texture and timeless charm. #velvetwallpaper #homedecorstyle #luxuryinteriors Rich red velvet flocking meets classic stripes in this timeless Victorian design. A bold, textured touch of elegance. #luxurywalls #velvetwallpaper #interiorsinspo Crimson hues meet rich texture in this Victorian Flocked Velvet Wallpaper – bold red-on-red stripes exude timeless luxury. #luxuryinteriors #velvethome #wallartdecor Lush red velvet flocking meets tonal stripes in this timeless Victorian design by Limited Stock Flock. A bold, elegant choice. #luxurywalls #velvettouch #interiorspaces #wallcoveringdesign Rich crimson tones meet luxurious texture in the Victorian Flocked Velvet Wallpaper – Red on Red Stripe by Limited Stock Flock. Bold vertical stripes and soft velvet flocking create a timeless, dramatic statement. #luxurydesign #velvettouches #wallpaperinspoA serene composition unfolds in this wallpaper, with delicate textures and harmonious tones creating a refined visual balance. The design evokes a sense of calm sophistication, perfect for elevating any interior space. #luxurywalls #moderninteriors #artfulspacesA visually rich composition blends subtle textures with harmonious tones, evoking sophistication and timeless allure. Ideal for elevating any refined interior space. #luxuryinteriors #wallartinspiration #elegantspacesAn elegant composition of texture and tone, the wallpaper reveals a sophisticated interplay of light and shadow. The design evokes a sense of refined modernity, perfect for elevating contemporary interiors. #wallart #luxurydesign #interiorsinspirationA serene interplay of color and texture unfolds, showcasing delicate gradients and refined detailing. The composition evokes quiet sophistication, ideal for elevating contemporary or classic spaces alike. #luxurywalls #texturaldesign #elevatedinteriorsA serene composition of soft hues and fluid forms creates a refined visual texture. The wallpaper evokes a sense of calm sophistication, making it a versatile choice for contemporary or classic interiors. #luxurywalls #homedecorstyle #artfulinteriors",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Apricot",
+      "Aqua",
+      "Berry",
+      "Brick",
+      "Bronze",
+      "Camel",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Crimson",
+      "Currant",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Garnet",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Merlot",
+      "Plum",
+      "Red",
+      "Red Velvet On Red Pearl Stria",
+      "Retro Flock Velvet Wallpaper",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Stripe",
+      "Taupe",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLK-129"
+    ],
+    "primarySku": "FLK-129",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/c842035a205d5cfc8811e12a5649c43b.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Red on Red/Gray",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-red-on-red-gray-flk-129",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496346493040",
+    "title": "Victorian Flocked Velvet Wallpaper -1940' Flock",
+    "handle": "victorian-flocked-velvet-wallpaper-1940-flock-wflo-3053",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Aged Gold 4) Inspired by Frank Lloyd WrightThe Victorian Flocked Velvet Wallpaper features an elegant, textured floral damask design in rich velvet flocking, evoking classic sophistication and timeless charm. Perfect for adding depth and luxury to any space. #luxurywallcoverings #classicdesign #interiorstyle Luxurious Victorian Flocked Velvet Wallpaper featuring intricate, raised velvet patterns in rich textures. A timeless design by Limited Stock Flocked, perfect for elegant, classic interiors. #LuxuryWallcoverings #VelvetWallpaper #ClassicDesign Intricate Victorian-style velvet flock wallpaper features a rich, textured pattern evoking classic elegance and timeless charm. Ideal for adding luxury and depth to sophisticated interiors. #elegantwalls #classicwallcoverings #luxurydesign Victorian Flocked Velvet Wallpaper -1940' Flock features a rich, textured velvet flocking with ornate floral motifs reminiscent of classic Victorian elegance. Its plush finish brings depth and sophistication to any space. #luxurywalls #textileinspired #vintagewallcoverings Luxurious Victorian Flocked Velvet Wallpaper showcases plush, intricate floral patterns with a rich textured velvet finish, perfect for elevating classic interiors. From Limited Stock Flocked’s elegant collection. #homeinteriors #luxurywallcoverings #classicdecor Rich burgundy velvet flocking forms an ornate Victorian damask pattern over a soft beige background—timeless luxury. #vintagestyle #luxuryinteriors #wallartdecorA graceful composition of visual texture and subtle tones creates a refined backdrop, lending depth and sophistication to any space. Its understated elegance invites both calm and character. #interiordecor #luxurywalls #interiorspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "1940's",
+      "Almond",
+      "Bronze",
+      "Charcoal",
+      "Chestnut",
+      "Cocoa",
+      "Coffee",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ginger",
+      "Gray",
+      "Hickory",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Lemon",
+      "Metallic",
+      "Mocha",
+      "Ochre",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Sand",
+      "Sepia",
+      "Sienna",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3053"
+    ],
+    "primarySku": "WFLO-3053",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d7855b1c2a65c811f2ef3f73bf63dbc1.jpg?v=1572309271",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper -1940' Flock",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-1940-flock-wflo-3053",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T07:43:47Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754522005555",
+    "title": "Victory Damask Flocked Velvet - Black on Gray",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-1",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 Elegant black damask patterns cascade over a muted gray backdrop in this luxe flocked velvet from Phillipe Romano. #luxuryinteriors #textileart #walldecor #interiorsinspo #designerstyle Luxurious black flocked velvet forms a dramatic damask pattern against a soft gray backdrop. Timeless elegance with bold contrast by Phillipe Romano Flock Wallpaper. #luxurywalls #velvettouch #damaskdesign #wallartdecor #interiorluxuryAn elegant composition unfolds across this wallpaper: fluid lines and soft contrasts create a serene, textured surface. Its refined palette and understated design lend a timeless sophistication to any space. #elegantinteriors #luxurywalls #modernwallcoveringsA refined composition of soft hues and layered textures creates a serene atmosphere. The wallpaper evokes quiet sophistication, with intricate details that lend depth and timeless elegance. #interiordecor #luxurywalls #modernclassicstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "new flock",
+      "Plum",
+      "Residential",
+      "Salmon",
+      "Screen Print",
+      "Slate",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-11001SAMPLE",
+      "PRNC-11001"
+    ],
+    "primarySku": "PRNC-11001SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.26.33PM.png?v=1655328449",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:27:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495705026672",
+    "title": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "handle": "vista-poppy-floral-flock-velvet-wallpaper-wof-67019",
+    "description": "Velour Velvet Flock WallpaperBold, flocked velvet poppies bloom across a rich, textured backdrop in this stunning design by Limited Stock Flocked. #luxuryinteriors #flockedwallpaper #velvetdesigns #wallartdecorA serene composition of organic forms and muted tones, this wallpaper evokes a sense of quiet sophistication. Delicate textures and refined detailing enhance its timeless elegance. #luxurydesign #wallartinspo #moderninteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Army",
+      "ASTM E84 Class A",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Gray",
+      "Slate",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67019-sample"
+    ],
+    "primarySku": "WOF-67019-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6afb142fb5795dda31ae73996147dd32_0a42b699-bab1-4bc4-9224-f5c6e004d1fd.jpg?v=1572309130",
+    "imageAlt": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/vista-poppy-floral-flock-velvet-wallpaper-wof-67019",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295614003",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDiscover the elegance of Alexia's Art Deco Fans Flocked Velvet Wallpaper from Phillipe Romano. A timeless touch to any space. #ArtDecoDesign #VelvetWallpaper #PhillipeRomano Alexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with elegant, fan-inspired Art Deco patterns in rich tones, adding depth and sophistication to any space. #luxurywallcoverings #velvetdesign #artdecointeriors Alexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features elegant, plush velvet textures with a sophisticated fan pattern inspired by Art Deco design. Perfect for creating a luxurious, timeless ambiance in any space. #luxurywalls #velvetwallcoverings #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Butter",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Straw",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1042-sample",
+      "FLOCK-1042"
+    ],
+    "primarySku": "FLOCK-1042-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV243_art_deco_fans_GOLDEN_1023x_2a9b54ce-3578-4d11-9bc1-23c5bdb5b601.webp?v=1734414887",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:55:53Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005643827",
+    "title": "Alicante Velvet Walls Cream",
+    "handle": "dwve-429500",
+    "description": "Alicante Velvet Walls Cream Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Real Velvet",
+      "RM_410_01",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-429560"
+    ],
+    "primarySku": "DWVE-429560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_01_a27c5e93-1e47-4dba-b311-94601d61aee1.jpg?v=1635521098",
+    "imageAlt": "Alicante Velvet Walls Cream  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005873203",
+    "title": "Alicante Velvet Walls Deep Red",
+    "handle": "dwve-430100",
+    "description": "Alicante Velvet Walls Deep Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated wallpaper design featuring an intricate interplay of texture and subtle tones, creating depth and timeless elegance. Ideal for refined interiors seeking understated luxury. #homedecor #interiorspace #luxurydesignA refined wallpaper design showcasing a harmonious blend of textures and tones. The composition evokes a serene and sophisticated ambiance, perfect for elevating contemporary or classic interiors. #wallart #interiorspace #luxuriouswalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Coral",
+      "Cream",
+      "Deep Red",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_33",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430160"
+    ],
+    "primarySku": "DWVE-430160",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_33_61ce7e31-d11c-4add-ae79-614c000897c8.jpg?v=1635521107",
+    "imageAlt": "Alicante Velvet Walls Deep Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430100",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005742131",
+    "title": "Alicante Velvet Walls Gold",
+    "handle": "dwve-429800",
+    "description": "Alicante Velvet Walls Gold Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Gold by Velvet Walls by Phillipe Romano features luxurious, shimmering gold velvet with subtle texture, creating a rich, opulent backdrop perfect for sophisticated interiors. #luxurywallcoverings #velvetdesign #interiortextureA serene arrangement of soft hues and delicate textures creates a timeless ambiance. The subtle interplay of light and shadow evokes sophistication and warmth, making it a refined backdrop for any space. #interiordecor #luxurywalls #moderninteriorsAn elegant composition unfolds with subtle tones and refined texture. The wallpaper reveals a sophisticated interplay of light and shadow, adding quiet depth and timeless allure to any space. #luxuryinteriors #wallartdecor #modernwallcovering",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_20",
+      "Salmon",
+      "Silver",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-429860"
+    ],
+    "primarySku": "DWVE-429860",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_20_8e1b2ba4-25de-463f-877e-91f6affc4b16.jpg?v=1635521103",
+    "imageAlt": "Alicante Velvet Walls Gold  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429800",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006069811",
+    "title": "Alicante Velvet Walls Pink Cream",
+    "handle": "dwve-430600",
+    "description": "Alicante Velvet Walls Pink Cream Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Pink Cream features a soft, plush texture combining gentle pink and cream tones for a luxurious, sophisticated ambiance. Perfect for spaces seeking warmth and elegance from Velvet Walls by Phillipe Romano. #luxuryinteriors #velvetwallcoverings #homedecorideasA gracefully layered composition of abstract forms and muted tones creates a serene ambiance. The interplay of texture and shadow evokes a refined, modern sensibility. #luxuryinteriors #modernwallart #elevatedspaces #designinspiration",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Coral",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Pink Cream",
+      "Plum",
+      "Real Velvet",
+      "RM_410_54",
+      "Rose",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430660"
+    ],
+    "primarySku": "DWVE-430660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_54_af565903-38d6-4557-beca-425f8e7f655c.jpg?v=1635521116",
+    "imageAlt": "Alicante Velvet Walls Pink Cream  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005938739",
+    "title": "Alicante Velvet Walls Purple",
+    "handle": "dwve-430300",
+    "description": "Alicante Velvet Walls Purple Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated composition of subtle tones and refined textures creates a serene visual balance. The design evokes timeless elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdesign #elegantspacesA refined composition unfolds in soft tones and intricate textures, evoking a sense of quiet sophistication. Subtle detailing catches the light, revealing depth and elegance in every glance. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Beige",
+      "Copper",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Honey",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Purple",
+      "Real Velvet",
+      "RM_410_47",
+      "Salmon",
+      "Silver",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430360"
+    ],
+    "primarySku": "DWVE-430360",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_47_947b4d58-2abb-40ef-8dd8-f97cae1e476c.jpg?v=1635521111",
+    "imageAlt": "Alicante Velvet Walls Purple  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430300",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006266419",
+    "title": "Alicante Velvet Walls Spice Red",
+    "handle": "dwve-431100",
+    "description": "Alicante Velvet Walls Spice Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock View this post on Instagram A post shared by Designer Wallcoverings (@designerwallcoverings) A sophisticated wallpaper design featuring graceful, flowing motifs that evoke a sense of timeless elegance. The intricate detailing adds depth and character, perfect for elevating any refined interior space. #luxuryinteriors #wallart #textileinspirationAn elegant wallpaper design featuring intricate detailing and a refined color palette, creating a sophisticated ambiance perfect for elevating any interior space. #luxuryinteriors #wallart #modernwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_79",
+      "Silver",
+      "Spice Red",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-431160"
+    ],
+    "primarySku": "DWVE-431160",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_79_1ea77f21-9db5-4f88-8c5e-1501a6cbc27d.jpg?v=1635521125",
+    "imageAlt": "Alicante Velvet Walls Spice Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431100",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006397491",
+    "title": "Alicante Velvet Walls Taupe Grey",
+    "handle": "dwve-431500",
+    "description": "Alicante Velvet Walls Taupe Grey Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated composition of textures and tones, this wallpaper evokes timeless elegance with its harmonious palette and subtle detailing. Perfect for refined interiors seeking depth and calm. #luxurywalls #interiorstyle #modernclassics",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Real Velvet",
+      "RM_410_86",
+      "Silver",
+      "Taupe Grey",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-431560"
+    ],
+    "primarySku": "DWVE-431560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_86_8dbd2c24-0419-4563-9d50-e1d848bc4dda.jpg?v=1635521133",
+    "imageAlt": "Alicante Velvet Walls Taupe Grey  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700089864243",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings. Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base. Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Repeat: 0.13 Match: Straight Material: Flock Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Paste the Wall Care: Sponge Note: Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "cream",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "neutral",
+      "paste-the-wall",
+      "straight-match",
+      "strippable",
+      "textile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-505800-Sample"
+    ],
+    "primarySku": "DWWC-505800-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper.webp?v=1762017642",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:20:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700142325811",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | Phillipe Romano",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Vertical Repeat: 0.13 Match: Straight Features: Paste the Wall Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Sponge Care: Sponge Note: Strippable, Good Light Fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "straight-match",
+      "textile-background",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-506300-Sample"
+    ],
+    "primarySku": "DWWC-506300-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper_60c657cc-5af1-4ec7-bd28-5ce9ac714451.webp?v=1762028933",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T20:28:43Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700143603763",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | Phillipe Romano",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano-1",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Repeat: 0.13 Match: Straight Material: Flock Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Paste the Wall Care: Sponge Note: Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "cream",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "paste-the-wall",
+      "straight-match",
+      "strippable",
+      "textile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-506360-Sample"
+    ],
+    "primarySku": "DWWC-506360-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper_565be67f-8772-4af7-b50a-925b51b739fc.webp?v=1762030016",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano-1",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T20:46:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785284636723",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "charlottes-windsor-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a regal damask in rich velvet texture on a soft-toned backdrop. A timeless statement of luxury and elegance. #luxurywalls #velvettouch #interiorsinspirationA refined composition of texture and tone, this wallpaper evokes subtle sophistication through its harmonious blend of muted hues and delicate patterning. Ideal for elevating interiors with understated elegance. #interiorstyle #luxurywalls #moderninteriorsA refined composition of botanical silhouettes dances across a muted backdrop, evoking natural serenity with understated elegance. This wallpaper lends a timeless charm to any interior space. #interiordecor #luxurywalls #moderninteriorsA sophisticated wallpaper design featuring an intricate interplay of texture and tone, evoking a sense of timeless allure. Subtle yet impactful, it adds depth and character to any refined interior. #wallcoverings #luxuryinteriors #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Apricot",
+      "Berry",
+      "Blush",
+      "Bronze",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Ivory",
+      "Lemon",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Salmon",
+      "Sand",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1010-sample",
+      "FLOCK-1010"
+    ],
+    "primarySku": "FLOCK-1010-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV211_windsor_MAROONGOLD_991x_103b738c-20af-4ebe-b3e4-95c6faf6c12f.webp?v=1734414951",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/charlottes-windsor-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:41:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495698899056",
+    "title": "Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper",
+    "handle": "boogie-nights-retro-flock-velvet-scroll-baroque-wallpaper-wof-67016",
+    "description": "Velour Velvet Flock WallpaperBoogie Nights Retro Flock Velvet Scroll Baroque Wallpaper features elegant, velvet-textured scrolls with a rich Baroque-inspired pattern, adding depth and vintage charm to interiors. A perfect blend of retro flair and classic luxury. #luxurywalls #velvetwallcovering #retrobaroque Luxurious baroque scrolls in retro velvet flocking create a rich texture with depth and elegance. The Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper by Limited Stock Flocked blends vintage charm with modern flair. #luxurywalls #interiorstyle #velvetwallpaper Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper by Limited Stock Flocked features intricate baroque velvet scrolls with a rich, textured retro vibe, perfect for adding depth and elegance to any space. #homeinterior #wallart #luxurydesign A bold velvet baroque scroll design in deep, retro tones—Boogie Nights brings drama and texture to any space. #luxurydesign #velvetwallpaper #interiorstyle #baroquedecor Velvety black flock swirls in a dramatic baroque scroll over a shimmering gold backdrop. Retro meets luxe. #luxurywalls #baroquedesign #retrostyleAn elegant composition of abstract, interwoven lines creates a subtle texture, offering depth and sophistication. The neutral tones gently complement modern interiors, blending art with ambiance. #interiorstyle #luxurywalls #modernwallcoveringsA serene composition of muted tones and subtle textures evokes a sense of refined tranquility. The design flows with understated elegance, perfect for creating a sophisticated interior backdrop. #luxurywalls #moderninteriors #decorinspirationA striking visual of layered textures and harmonious tones creates a refined atmosphere. The interplay of light and shadow lends depth, while subtle detailing adds sophistication. #luxurywalls #moderninteriors #decorinspirationA serene interplay of texture and tone unfolds across this wallpaper, where subtle layers create depth and softness. The design evokes quiet sophistication, perfect for refined interiors. #luxurywalls #moderninteriors #elegantspacesA sophisticated composition of layers and texture unfolds across the wallpaper, blending muted tones with graceful detail. The design evokes a serene elegance, perfect for refined interiors. #luxuryinteriors #modernwallcoverings #artfulspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "ASTM E84 Class A",
+      "Brick",
+      "Bronze",
+      "Chestnut",
+      "Class A Fire Rated",
+      "Crimson",
+      "Cyan",
+      "Denim",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Ivory",
+      "Melon Red Flock On Melon Red",
+      "Pastel",
+      "Plum",
+      "Red",
+      "Rose",
+      "Rosewood",
+      "Rosybrown",
+      "Rust",
+      "Salmon",
+      "Sand",
+      "Scroll",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WOF-67016-sample"
+    ],
+    "primarySku": "WOF-67016-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89b7af7ebb8cc44f5fd21f24b8c37a49.jpg?v=1572309130",
+    "imageAlt": "Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/boogie-nights-retro-flock-velvet-scroll-baroque-wallpaper-wof-67016",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:54:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785282637875",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate, vintage-inspired flocked velvet pattern, adding depth and elegance with its soft texture and refined detail. Perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantdesign",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Chestnut",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Pistachio",
+      "Plum",
+      "Red",
+      "Sage",
+      "Salmon",
+      "SCARLET",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1006-sample",
+      "FLOCK-1006"
+    ],
+    "primarySku": "FLOCK-1006-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV207_petite_heirloom_VARIEGATEDSCARLET_install_802x_d0afcee2-a33b-476e-bead-d8619cbb8e2e.webp?v=1734414960",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:31:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440840755",
+    "title": "Diana Damask Flock Velvet  White Wallpaper",
+    "handle": "dwgb-700167",
+    "description": "Diana Velvet Flock Damask White contrasts a opulent design with a cool light color palette. The shimmer white backdrop gives it a sleek look. This wallpaper is both beautifully metallic and boasting a rich pattern, pulling together a sophisticated overall effect. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Non-woven wallpaper, won't shrink or expand overtime.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Flock White WallpaperElegantly embossed white damask motifs with a soft flocked velvet texture create a timeless, refined look in the Diana Damask Flock Velvet White Wallpaper by Phillipe Romano. Ideal for classic, sophisticated interiors. #luxurywallcoverings #homedecor #elegantwalls",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Damask",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Flock White",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "new flock",
+      "Plum",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWGB-700167-Sample",
+      "DWGB-700167"
+    ],
+    "primarySku": "DWGB-700167-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104565_3.jpg?v=1640713217",
+    "imageAlt": "Gothic Damask Flock White Wallpaper - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700167",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489119283",
+    "title": "Fanfare Flock - Dk Egg/Pet Teal By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "handle": "dwkk-g250e6dfd",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A serene composition unfolds with delicate textures and muted tones, creating a refined ambiance. Soft gradients and subtle detailing add depth and sophistication to the space. #luxuryinteriors #elevatedspaces #artfulwalls",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/7026.Cs.0",
+      "20.5In",
+      "Botanical & Floral",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "display_variant",
+      "Dk Egg/Pet",
+      "Fanfare Flock",
+      "Floral",
+      "Gray",
+      "Ivory",
+      "Neutral",
+      "Paper - 100%",
+      "Plum",
+      "Salmon",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133955-Sample",
+      "DWKK-133955"
+    ],
+    "primarySku": "DWKK-133955-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_7026_CS_9d543414-2ec3-4b43-aafa-65e477bf8e72.jpg?v=1753305085",
+    "imageAlt": "Fanfare Flock - Dk Egg/Pet Teal By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g250e6dfd",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785289814067",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleFlorence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich, plush velvet texture with an elegant, subtle pattern that evokes timeless luxury and depth. Perfect for enhancing sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantdesigns Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with a subtle, elegant pattern that enriches any space with depth and sophistication. Perfect for refined interiors. #luxurywallcoverings #velvetwallpaper #interiordecor Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features an elegant, textured velvet pattern creating depth and sophistication. Ideal for adding a luxurious touch to any space. #LuxuryInteriors #VelvetWallpaper #ElegantDesign Rich flocked velvet in deep navy and black creates a dramatic, regal pattern with luxurious texture and depth. #luxuryinteriors #velvetwallpaper #designerstyle Rich velvet texture meets intricate flocked detail in Florence's St. Moritz Wallpaper by Phillipe Romano. A luxurious statement. #luxurywalls #flockedwallpaper #velvettexture Opulent texture meets refined pattern in Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano. A rich, tactile design that brings depth and elegance to any interior. #luxuryinteriors #velvettouch #flockedwallpaper #texturaldesign Elegant and dimensional, Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich, velvety texture and a graceful motif in soft, contrasting tones—perfect for luxurious, statement-making interiors. #luxurywalls #velvettouch #interiorstyle Rich teal velvet meets striking flocked patterning in Florence's St. Moritz by Phillipe Romano—a bold, luxurious statement. #luxuryinteriors #velvetwallpaper #flockeddesignA refined wallpaper design featuring a harmonious blend of soft tones and subtle texture, ideal for adding sophistication to any interior space. Its understated elegance transforms walls into timeless statements. #designinspiration #luxurywalls #moderninteriorsAn exquisite wallpaper design featuring a harmonious blend of soft hues and intricate detailing, evoking a sense of refined elegance and timeless charm. #luxuryinteriors #wallartdesign #elevatedspacesA refined wallpaper design featuring a harmonious interplay of texture and tone, offering a subtle yet sophisticated backdrop ideal for elevating any interior space. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Apricot",
+      "Brick",
+      "Bronze",
+      "CHAMPAGNE",
+      "Chestnut",
+      "Cocoa",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Salmon",
+      "Scarlet",
+      "Taupe",
+      "Terracotta",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1024-sample",
+      "FLOCK-1024"
+    ],
+    "primarySku": "FLOCK-1024-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV226_st_moritz_SCARLETCHAMPAGNE_1055x_16db65ef-59a1-42ae-81fd-9eb35457f85d.webp?v=1734414922",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:15:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494828187760",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-2042",
+    "description": "Gable Velvet Flocked Wall Paper - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollThe Gable Velvet Flocked Wall Paper by Limited Stock Flocked features a rich black velvet pattern on a silver-gray background, creating a dramatic, textured design with an elegant baroque flair. Perfect for bold, luxurious interiors. #velvettouches #luxurydesigns #flockedwallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Apricot",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pearl",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-2042-sample"
+    ],
+    "primarySku": "WFLO-2042-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fd73720f043be7174a2a18b0611af25d.jpg?v=1572308905",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-2042",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494848700528",
+    "title": "Gable Velvet Flocked Wallpapers - Beige on Cream",
+    "handle": "gable-velvet-flocked-wallpapers-beige-on-cream-wflo-3027",
+    "description": "Gable Velvet Flocked Wallpapers - Beige on CreamElegant beige flocking on a soft cream backdrop creates a timeless, textured statement in this velvet wallpaper design. #luxurywalls #interiorstyle #textileinspireddecorA refined composition of soft hues and intricate detailing creates a serene, elevated atmosphere. The design evokes quiet sophistication, perfect for curated interior spaces. #elevatedaesthetics #luxuryinteriors #artfulwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Bronze",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pastel",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-3027-sample"
+    ],
+    "primarySku": "WFLO-3027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7e3c79a128e56511c61294da5f1d4a74.jpg?v=1572308923",
+    "imageAlt": "Gable Velvet Flocked Wallpapers - Beige on Cream",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wallpapers-beige-on-cream-wflo-3027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:34:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495873454192",
+    "title": "Hanson Street Baroque Flock Velvet Wallpaper",
+    "handle": "hanson-street-baroque-flock-velvet-wallpaper-wof-67080",
+    "description": "Velour Velvet Flock Wallpaper - Baroque Damask White Flock on Black",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Beige",
+      "Coral",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Slate",
+      "Tan",
+      "Teal",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WOF-67080-sample"
+    ],
+    "primarySku": "WOF-67080-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/011b7315986eac3442bb875eb6d030aa.jpg?v=1572309163",
+    "imageAlt": "Hanson Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/hanson-street-baroque-flock-velvet-wallpaper-wof-67080",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T03:51:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495304831088",
+    "title": "Iconic Woman Silhouette - Holograph Woman and Cream",
+    "handle": "iconic-woman-silhouette-holograph-woman-and-cream-icon-800",
+    "description": "Iconic Woman Silhouette - Holograph Woman and CreamA refined display of design, the wallpaper reveals a harmonious balance of texture and tone. Its subtle elegance creates depth, ideal for sophisticated interiors. #luxurydesign #homedecorstyle #elevatedinteriors",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Beige",
+      "Coral",
+      "Cream",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Silver",
+      "Teal",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "ICON-800-sample",
+      "ICON-800"
+    ],
+    "primarySku": "ICON-800-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/706196c7ecce6eb57c6925121bceadf6.jpg?v=1572309007",
+    "imageAlt": "Iconic Woman Silhouette - Holograph Woman and Cream",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-holograph-woman-and-cream-icon-800",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T00:07:43Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494871343216",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7009",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Luxury Restoration Wallpaper",
+      "Muted White Velvet On Hot Pink",
+      "Neutral",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7009-sample"
+    ],
+    "primarySku": "Flock-7009-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ecea6ea5df20254cbb5a47564c89af2a_31df6173-1a7e-4f4e-87e3-40a8e6e2e198.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7009",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873636976",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7021",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - Priced as a single, but only sold in a triple rollLuxurious Kelly Deco Velvet Flocked Wallpaper by Limited Stock Flocked features rich velvet textures with elegant, intricate patterns that add depth and sophistication to any space. Perfect for elevating interiors with a timeless, plush aesthetic. #luxurywallcoverings #velvetdecor #interiorstyle Luxurious velvet flocked wallpaper featuring an elegant, intricate Deco pattern in rich texture. Perfect for adding depth and sophistication to interiors. #luxurywalls #velvetwallcoverings #homedecorstyle Kelly Deco Velvet Flocked Wallpapers feature an elegant velvet flocked design with intricate, textured patterns that add depth and sophistication to any space. Crafted by Limited Stock Flocked, this timeless wallcovering enriches interiors with subtle luxury. #luxuryinteriors #wallcoveringdesign #texturedecor A textured velvet flocked wallpaper with an elegant Deco pattern that adds depth and sophistication to any space. Perfect for creating a refined, luxurious atmosphere. #InteriorElegance #WallArtistry #LuxuryWallcoverings",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Azure",
+      "Brick",
+      "Carmine",
+      "Cherry",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Garnet",
+      "Ivory",
+      "Merlot",
+      "Oxblood",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7021-sample"
+    ],
+    "primarySku": "Flock-7021-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/57415aa9dd4fc61866727d2c2133a4e9.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7021",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873800816",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-70212",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollA serene composition unfolds in gentle hues and refined textures, offering a sophisticated backdrop that elevates any space with understated elegance. #luxuryinteriors #modernwallart #elevatedspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Bronze",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Plum",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-70212-sample"
+    ],
+    "primarySku": "Flock-70212-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/78b5609cdf271f3cf61c7a7bbd9a77c2.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-70212",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494877503600",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7046",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollKelly Deco Velvet Flocked Wallpapers showcase a rich velvet texture with elegant, art deco-inspired patterns, adding depth and sophistication to any space. Crafted by Limited Stock Flocked, it's perfect for refined, timeless interiors. #luxurywallcoverings #interiordecor #velvetwallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pearl Silk Stria Background",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7046-sample"
+    ],
+    "primarySku": "Flock-7046-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/05dba3b38ba8a884171e0365676adce0.jpg?v=1572308927",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7046",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957364990017",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7000",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Muted White Velvet On Gold Mylar",
+      "Neutral",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7000-sample"
+    ],
+    "primarySku": "Flock-7000-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.57.52PM.png?v=1608080302",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7000",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365841985",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7043",
+    "description": "Kelly Deco Velvet Flocked Wallpapers boast luxurious velvet flocking with intricate geometric patterns, creating rich texture and elegant dimension. Perfect for sophisticated interiors seeking depth and style. #luxurywallcoverings #velvettexture #elegantwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Aqua",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Sage",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7043-sample"
+    ],
+    "primarySku": "Flock-7043-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.45.03PM.png?v=1608079566",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7043",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660315699",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14277",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Contemporary",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Gray",
+      "Ivory",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWJS-14277-Sample",
+      "DWJS-14277"
+    ],
+    "primarySku": "DWJS-14277-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7500.jpg?v=1740536613",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14277",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928407179329",
+    "title": "Lafayette's Ballroom Flocked Velvet",
+    "handle": "lafayettes-ballroom-flocked-velvet-prnc-26701",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Lafayette's Ballroom Flocked Velvet is an homage to the opulent luxury the Prince found while visiting aristocrats in the French Quarter. The classical color palette and sophisticated pattern design appeal to those in search of truly royal extravagance. Austrian Prince Fine Flocked Velvet Vol. 7 Lafayette's Ballroom Flocked Velvet by Phillipe Romano features an elegant velvet texture with intricate flocked details, evoking classic sophistication and timeless charm. A refined choice for luxurious interiors. #luxurywallcoverings #velvetwallpaper #elegantinteriors Rich navy flocked velvet with ornate damask motifs—Lafayette's Ballroom brings timeless drama to any space. #luxuryinteriors #velvetwallpaper #homedecorstyle Lafayette's Ballroom Flocked Velvet by Phillipe Romano stuns with rich velvet texture and ornate damask elegance. A timeless choice for luxe interiors. #luxurywalls #flockedwallpaper #velvetfinish #interiordecor #statementwalls Ornate velvet damask swirls across a rich background in Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. A timeless blend of texture and elegance. #luxurydesign #velvetwallcovering #interiorstyle Opulent velvet flocking and rich baroque detailing define Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. A classic black backdrop enhances the ornate damask motif. #luxuryinteriors #velvetwallpaper #statementwalls Rich black velvet flocking meets regal gold in Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. #luxuryinteriors #velvettouches #statementwalls #decorinspoA refined composition of muted tones and subtle textures evokes a sense of calm sophistication. The interplay of light and shade adds quiet depth, making it a timeless backdrop for elevated interiors. #luxuryinteriors #wallart #textiledesign",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Almond",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Champagne",
+      "Chestnut",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Golden",
+      "Ivory",
+      "Khaki",
+      "Mauve",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Residential",
+      "Rose",
+      "Salmon",
+      "Screen Print",
+      "Taupe",
+      "Traditional",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "PRNC-26701-sample",
+      "PRNC-26701"
+    ],
+    "primarySku": "PRNC-26701-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26701.jpg?v=1572310874",
+    "imageAlt": "Austrian Prince Flocked Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/lafayettes-ballroom-flocked-velvet-prnc-26701",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:46:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785294172211",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CHAMPAGNE",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "new flock",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1037-sample",
+      "FLOCK-1037"
+    ],
+    "primarySku": "FLOCK-1037-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV238_circles_CHAMPAGNE_install_819x_1d44e3ec-27b8-49a2-a4e1-9e743ee9279b.webp?v=1734414897",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:41:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295056947",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleElegant velvet wallpaper featuring a sophisticated flocked circle pattern in soft tones. Perfect for adding texture and subtle luxury to any space. #luxewalls #velvetwallcoverings #interiordecor Bold velvet circles bring rich texture and geometric elegance to your space with Maggie's Circles by Phillipe Romano. #luxurydesign #velvettouches #interiorspaces Maggie's Circles Flocked Velvet Wallpaper by Phillipe Romano features rich velvet textures and bold, circular patterns in deep contrast. A luxurious statement piece for refined interiors. #luxurywalls #velvettouch #interiorstyle #modernwallartA serene composition unfolds in delicate hues and textures, evoking refined elegance. The intricate detailing suggests a sophisticated ambiance, perfect for elevating any interior space. #luxuryinteriors #artfulwalls #elevateddecorAn elegant wallpaper design unfolds with refined detail and subtle sophistication, offering texture and depth that enhance any interior space. A timeless backdrop for curated design. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Cherry",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Magenta",
+      "Mauve",
+      "Neutral",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "SCARLET",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1039-sample",
+      "FLOCK-1039"
+    ],
+    "primarySku": "FLOCK-1039-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV240_circles_SCARLET_1031x_2c1424d9-e2e8-456a-beb8-cd6ac0df55d9.webp?v=1734414893",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:48:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495254892656",
+    "title": "Morrocan Flocked Velvet Wallpaper - Red / Burgundy",
+    "handle": "morrocan-flocked-velvet-wallpaper-red-burgundy-wflo-9655-1",
+    "description": "Burgundy and Red Ornate Indian-Moroccan damask velvet flocked wallpaper:Deep red and burgundy hues blend in a luxurious Moroccan-inspired flocked velvet pattern with rich texture and intricate design, adding warmth and elegance to any space. From Limited Stock Flocked. #luxuryinteriors #velvetwallpaper #trendydécor Elegant deep red/burgundy velvet wallpaper with a luxurious Moroccan-inspired flocked pattern. The rich texture and intricate design add warmth and sophistication to any space. Perfect for creating a bold, stylish statement. #luxuryinteriors #velvetwallcovering #elegantdesign Morrocan Flocked Velvet Wallpaper in rich red and burgundy hues features an intricate textured pattern, adding depth and luxury to any space. Crafted by Limited Stock Flocked, it’s perfect for elegant, sophisticated interiors. #luxurywallcoverings #interiordecor #texturedwalls Luxurious red and burgundy Moroccan-inspired velvet wallpaper with intricate flocked patterns by Limited Stock Flocked. Rich texture and elegant design perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #velvetwallpaper #interiordecor Luxurious red and burgundy flocked velvet wallpaper featuring an intricate Moroccan-inspired pattern. Perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #velvetwalls #elegantinteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Brick",
+      "Bronze",
+      "Chestnut",
+      "Copper",
+      "Crimson",
+      "Damask",
+      "Flamingo",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Linen",
+      "Orange",
+      "Plum",
+      "Red",
+      "Russet",
+      "Rust",
+      "Salmon",
+      "Slate",
+      "Solid",
+      "Tangerine",
+      "Taupe",
+      "Terracotta",
+      "Texture",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-9655-sample"
+    ],
+    "primarySku": "WFLO-9655-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/76289c7de17a30a21c38e1bc966cce34.jpg?v=1572308988",
+    "imageAlt": "Morrocan Flocked Velvet Wallpaper - Red / Burgundy",
+    "productUrl": "https://designerwallcoverings.com/products/morrocan-flocked-velvet-wallpaper-red-burgundy-wflo-9655-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:43:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837895219",
+    "title": "Otoko Flock Wallpaper Frost | Romo Europe",
+    "handle": "dwro-29407-w932-01-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Frost | Romo EuropeSoft, velvety texture meets refined geometry in the Otoko Flock Wallpaper Frost by Romo Europe—sophistication redefined. #luxurywalls #flockwallpaper #interiorstyleA serene composition of gentle hues and soft textures unfolds across the wallpaper, evoking a sense of quiet luxury and refined elegance. The visual harmony invites a timeless ambiance to any space. #artfulliving #luxuryinteriors #wallcoveringstyle",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Frost",
+      "Gray",
+      "Otoko Flock Wallpaper",
+      "Pearl",
+      "Plum",
+      "Romo Europe",
+      "Stone",
+      "W932-01",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29407-Sample"
+    ],
+    "primarySku": "DWRO-29407-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-01-otoko-flock-wallcovering-frost_03.jpg?v=1744144219",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29407-w932-01-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837993523",
+    "title": "Otoko Flock Wallpaper Glacier | Romo Europe",
+    "handle": "dwro-29408-w932-02-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Glacier | Romo EuropeSoft, velvety textures meet a serene palette in the Otoko Flock Wallpaper Glacier by Romo Europe. A refined choice. #luxurydesign #moderninteriors #wallartdecorA sophisticated composition of color and texture unfolds across the wallpaper image, featuring graceful patterns that evoke a sense of refined elegance and modern charm. #designinspo #luxurywalls #interiorstyle",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Bronze",
+      "Glacier",
+      "Gray",
+      "Ivory",
+      "Otoko Flock Wallpaper",
+      "Pastel",
+      "Pearl",
+      "Plum",
+      "Romo Europe",
+      "W932-02",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29408-Sample"
+    ],
+    "primarySku": "DWRO-29408-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-02-otoko-flock-wallcovering-glacier_04.jpg?v=1744077377",
+    "imageAlt": "Otoko Flock Wallpaper Glacier | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29408-w932-02-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495468802160",
+    "title": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold",
+    "handle": "paola-s-spanish-tile-flock-velvet-wallpaper-burgundy-red-gold-wflo-3042",
+    "description": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold ** As seen at Malo's Silverlake - 4326 West Sunset Boulevard Los Angeles, CA 90029-2112Paola's Spanish Tile Flock velvet wallpaper features an intricate Spanish tile pattern in rich burgundy red and gold hues, adding a luxurious textured velvet finish to any space. #luxurywalls #velvetwallpaper #tiledesignwallcovering Paola's Spanish Tile Flock velvet Wallpaper showcases an elegant burgundy red background with intricate gold Spanish tile motifs in rich velvet texture, adding depth and luxury to any space. From Limited Stock Flocked. #luxurywallcoverings #velvetwalls #spanishtiledesign Paola's Spanish Tile Flock velvet Wallpaper features an elegant burgundy red and gold pattern with rich velvet texture, inspired by classic Spanish tile designs. A luxurious choice for statement walls. #luxurywallcoverings #velvetwallpaper #homedecorA serene composition of soft hues and delicate textures creates a refined and tranquil ambiance. The wallpaper evokes understated sophistication, ideal for elevating any space with grace. #luxurywalls #homedecorstyle #elegantinteriorsA serene composition of soft tones and delicate textures unfolds in this wallpaper, evoking a sense of refined sophistication. Its subtle elegance adds quiet depth to any space. #luxuryinteriors #wallartinspo #modernwallcovering",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Brick",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Metallic",
+      "Orange",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Russet",
+      "Sepia",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-3042-sample"
+    ],
+    "primarySku": "WFLO-3042-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b7ce327bd64a0498db81b4c0f6280b56.jpg?v=1572309058",
+    "imageAlt": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold",
+    "productUrl": "https://designerwallcoverings.com/products/paola-s-spanish-tile-flock-velvet-wallpaper-burgundy-red-gold-wflo-3042",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:37:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421474930739",
+    "title": "Rajapur Flock - Blue/White Blue By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "handle": "dwkk-g29ca28b5",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "112/9032.Cs.0",
+      "20.5In",
+      "Blue",
+      "Blue/White",
+      "Cole & Son",
+      "Cole & Son Icons",
+      "Cornflower",
+      "Denim",
+      "display_variant",
+      "Floral",
+      "Ice",
+      "Paisley",
+      "Paper - 100%",
+      "Pastel",
+      "Periwinkle",
+      "Pewter",
+      "Powder",
+      "Rajapur Flock",
+      "Sky",
+      "Slate",
+      "Steel",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133782-Sample",
+      "DWKK-133782"
+    ],
+    "primarySku": "DWKK-133782-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/112_9032_CS_bb7e9b6a-da7c-4863-a34c-874ff4c61037.jpg?v=1753305535",
+    "imageAlt": "Rajapur Flock - Blue/White Blue By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g29ca28b5",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:01:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421474865203",
+    "title": "Rajapur Flock - Yellow/White Yellow By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "handle": "dwkk-g08bde4b4",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A graceful symphony of texture and tone, this wallpaper captures a refined interplay of light and shadow, evoking quiet sophistication. Subtle patterns invite a closer look, making it a timeless backdrop for elevated interiors. #wallcoverings #luxuryinteriors #designinspiration",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "112/9031.Cs.0",
+      "20.5In",
+      "Cole & Son",
+      "Cole & Son Icons",
+      "display_variant",
+      "Paisley",
+      "Paper - 100%",
+      "Rajapur Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow",
+      "Yellow/White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133781-Sample",
+      "DWKK-133781"
+    ],
+    "primarySku": "DWKK-133781-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/112_9031_CS_b4ad6d7d-906d-4892-aa0f-6ba0ad954c1b.jpg?v=1753305537",
+    "imageAlt": "Rajapur Flock - Yellow/White Yellow By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g08bde4b4",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:00:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494844342384",
+    "title": "Rock It Out��� - Black on White Matte",
+    "handle": "rock-it-out-black-on-white-matte-wflo-8010",
+    "description": "Rock It Out��� - Black on White MatteA refined composition of delicate textures and soft tones creates a serene ambiance. The visual balance evokes sophistication and timeless elegance. #luxurydesign #wallartinspo #interiorstyle",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Beige",
+      "Coral",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-8010-sample"
+    ],
+    "primarySku": "WFLO-8010-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/a188b4c64fe1be829359a0462cea3c1e.jpg?v=1572308922",
+    "imageAlt": "Rock It Out��������� - Black on White Matte",
+    "productUrl": "https://designerwallcoverings.com/products/rock-it-out-black-on-white-matte-wflo-8010",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:32:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296990259",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBold geometric blocks meet rich flocked velvet in this striking retro design. A luxe texture with timeless flair. #velvettouch #flockedwallpaper #retrodesign #texturalwalls #luxuryinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Pearl",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1047-sample",
+      "FLOCK-1047"
+    ],
+    "primarySku": "FLOCK-1047-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV248_retro_blocks_WHITESILVER_1050x_92d07f40-9743-41a3-abb0-7c689d407c74.webp?v=1734414877",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:06:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708427827",
+    "title": "Tiger Flock Pearl Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71308-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Indigo",
+      "Natural Resource 2",
+      "new flock",
+      "Pearl",
+      "Plum",
+      "Salmon",
+      "T83064",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWTT-71308-SAMPLE"
+    ],
+    "primarySku": "DWTT-71308-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83064_093b5f8e-f307-498d-b5d1-ee9178cc074f.jpg?v=1733894247",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71308-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287061555",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLush velvet flocking in a sophisticated damask pattern gives Veronica's Madison Wallpaper by Phillipe Romano timeless elegance. #luxurywalls #velvettouch #homedecorstyle #statementwalls Deep navy tones meet rich velvet texture in Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano. Sophisticated, bold, and tactile. #luxuryinteriors #velvettouch #wallpaperdesign Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano showcases a rich velvet texture with a bold damask motif in deep gray tones. Its raised pattern adds dramatic depth and luxury to any interior space. #velvettouch #luxewalls #elegantinteriors Bold and luxurious, Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano features rich texture and a dramatic pattern. #luxurydesign #velvettouches #statementwalls Deep velvet flocking creates a dramatic damask effect in Veronica's Madison Wallpaper by Phillipe Romano. Luxurious and bold. #velvettouch #damaskdesign #luxurywallsA sophisticated wallpaper design unfolds with graceful detail and balanced texture. The visual composition suggests an air of refined elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdesign #interiorstyleA graceful composition of muted tones and subtle texture unfolds across the wallpaper, evoking a serene, modern ambiance. Soft layering and refined detailing create depth and visual interest without overwhelming the space. #interiordecor #luxurywalls #moderninteriorsA refined composition of intricate textures and soft hues creates a timeless backdrop. The design exudes quiet sophistication, ideal for serene, thoughtfully curated spaces. #luxurydesign #wallcoveringsinspo #elegantinteriorsA refined composition of texture and tone, this wallpaper evokes understated elegance through its balanced interplay of light and shadow. Sophisticated yet subtle, it elevates any interior with timeless charm. #luxuryinteriors #wallartinspo #modernwallcoveringsA graceful composition of soft tones and delicate textures brings refined sophistication to this wallpaper. The visual harmony evokes a serene ambiance, ideal for elevating any interior space. #elegantwalls #interiorsinspiration #luxurywallcoveringA refined composition of elegant textures and serene tones, this wallpaper evokes tranquility and sophistication. Its subtle detailing and balanced palette create a timeless backdrop for any interior setting. #wallart #luxuryinteriors #walldecorA sophisticated interplay of textures and tones graces the wallpaper, evoking a refined ambiance. Subtle contrasts and organic forms create visual depth, enhancing any space with timeless elegance. #luxuryinteriors #wallartinspo #elegantspacesA serene composition unfolds in this wallpaper design, blending soft, layered textures with a harmonious palette. The subtle interplay of light and shadow evokes depth and sophistication. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Azure",
+      "Bronze",
+      "Cerise",
+      "CRIMSON",
+      "Flamingo",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Nickel",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "Scarlet",
+      "Slate",
+      "Terracotta",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1016-sample",
+      "FLOCK-1016"
+    ],
+    "primarySku": "FLOCK-1016-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV217_madison_CRIMSON_1005x_fa05d612-3d92-4df0-833a-fbccac56061d.webp?v=1734414939",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:55:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832709744",
+    "title": "Victorian Flocked Velvet Wallpaper - insp by Frank Lloyd Wright",
+    "handle": "victorian-flocked-velvet-wallpaper-insp-by-frank-lloyd-wright-flk-121",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Olive and Beige 4) Inspired by Frank Lloyd WrightSoft velvet flocking creates a tactile, classic pattern inspired by Frank Lloyd Wright's timeless style. The Victorian design combines texture and elegance, perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #classicinteriors Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright features intricate, textured patterns adding depth and timeless sophistication to any space. Crafted by Limited Stock Flock for refined interiors. #luxurywallcoverings #classicdesign #texturedwalls Victorian Flocked Velvet Wallpaper inspired by Frank Lloyd Wright features intricate geometric patterns with a rich velvet texture, blending classic elegance and architectural design. Perfect for sophisticated interiors seeking timeless style. #luxurywallcoverings #homedecor #interiordetails Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright features intricate geometric patterns in rich textures, adding timeless elegance and depth to any space. By Limited Stock Flock. #luxurywallcoverings #classicinteriors #texturedwalls Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright, featuring intricate, raised patterns with a rich texture by Limited Stock Flock. Perfect for adding timeless elegance to any space. #luxurywallcoverings #designinspiration #textilewalls Elegant black flocked velvet forms intricate geometric patterns on a rich gold background in this timeless design. Inspired by Frank Lloyd Wright, this wallpaper brings classic sophistication to any interior. #luxurywalls #velvetwallpaper #texturedwalls #artinspireddecor Rich black velvet flocking forms intricate geometric patterns on a gold background—Victorian luxury meets timeless design. #luxurywalls #velvetwallpaper #interiorstyleA refined composition of muted tones and graceful textures creates a serene atmosphere. The pattern subtly plays with light and shadow, adding depth and sophistication to any space. #luxuryinteriors #modernwallcoverings #interiordecorA refined composition of muted tones and graceful textures, this wallpaper evokes a sense of serene sophistication. Ideal for elevating contemporary or classic interiors with its understated elegance. #luxuryinteriors #elegantwalls #interiorstyle",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Almond",
+      "Amber",
+      "Bronze",
+      "Camel",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Ochre",
+      "Orange",
+      "Orchid",
+      "Plum",
+      "Sand",
+      "Sepia",
+      "Sienna",
+      "Slate",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLK-121-sample"
+    ],
+    "primarySku": "FLK-121-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/68645a3fc1af0db5e6d4fc70c16f0abb.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - insp by Frank Lloyd Wright",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-insp-by-frank-lloyd-wright-flk-121",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558845726771",
+    "title": "Zelva Flock Wallpaper Vermillion | Romo Europe",
+    "handle": "dwro-29467-w393-05-designer-wallcoverings-los-angeles",
+    "description": "Zelva Flock Wallpaper Vermillion | Romo EuropeLush botanical elegance in vivid red tones—Zelva Flock Wallpaper Vermillion by Romo Europe brings bold texture. #luxurywalls #interiorspace #romoeurope #moderninteriors A rich vermillion backdrop meets a sophisticated flocked design in this striking Zelva Flock Wallpaper by Romo Europe. #luxurywalls #flockedwallpaper #interiordecorinspo Lush vermillion tones meet delicate flocked detailing in this bold, textured design. Zelva Flock by Romo Europe adds drama and depth to any space. #luxurywalls #textileinspired #moderninteriors",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Amber",
+      "Apricot",
+      "Chestnut",
+      "Ivory",
+      "Mocha",
+      "Orange",
+      "Persimmon",
+      "Plum",
+      "Pumpkin",
+      "Romo Europe",
+      "Salmon",
+      "Slate",
+      "Tangerine",
+      "Vermillion",
+      "W393-05",
+      "Wallcovering",
+      "Wallpaper",
+      "Zelva Flock Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29467-Sample"
+    ],
+    "primarySku": "DWRO-29467-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W393-05-zelva-flock-wallcovering-vermillion_01.jpg?v=1744077580",
+    "imageAlt": "Zelva Flock Wallpaper Vermillion | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29467-w393-05-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:10:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005840435",
+    "title": "Alicante Velvet Walls Wine Red",
+    "handle": "dwve-430000",
+    "description": "Alicante Velvet Walls Wine Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA serene composition of organic lines and subtle texture evokes sophistication and calm. The interplay of muted tones adds depth without overwhelm, perfect for refined interiors. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Real Velvet",
+      "RM_410_31",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "Wine Red"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWVE-430060"
+    ],
+    "primarySku": "DWVE-430060",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_31_e0829991-acc3-4b1e-94c3-83c66aa9ad61.jpg?v=1635521106",
+    "imageAlt": "Alicante Velvet Walls Wine Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430000",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494905421936",
+    "title": "Asia Inspiration -02 Red Velvet on 2 tone Gold",
+    "handle": "asia-inspiration-02-red-velvet-on-2-tone-gold-wflo-3013a",
+    "description": "Asia Inspiration -02 Red Velvet on 2 tone Gold 27\" x 15 feet per single roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red Gold",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3013A-sample"
+    ],
+    "primarySku": "WFLO-3013A-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fe31b34db57d1f4bf46e883d1c991b45.jpg?v=1572308932",
+    "imageAlt": "Asia Inspiration -02 Red Velvet on 2 tone Gold",
+    "productUrl": "https://designerwallcoverings.com/products/asia-inspiration-02-red-velvet-on-2-tone-gold-wflo-3013a",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287782451",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features luxurious velvet flocking with an elegant, textured pattern that adds depth and sophistication to any space. Perfect for creating a rich, opulent ambiance. #luxuryinteriors #texturedwalls #designerwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Brick",
+      "CHAMPAGNE",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Pastel",
+      "Red",
+      "Sage",
+      "SCARLET",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1020-sample",
+      "FLOCK-1020"
+    ],
+    "primarySku": "FLOCK-1020-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV222_empire_SCARLETCHAMPAGNE_install_682x_cff5d4e6-503d-4347-858f-2fbc3c868966.webp?v=1734414930",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:02:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558848675891",
+    "title": "Byzantine Flock Wallpaper Carnelian | Romo Europe",
+    "handle": "dwro-29487-w364-05-designer-wallcoverings-los-angeles",
+    "description": "Byzantine Flock Wallpaper Carnelian | Romo EuropeRich carnelian tones meet intricate flocked detailing in the Byzantine Flock Wallpaper by Romo Europe—a bold, timeless statement. #luxurydesign #wallart #homedecorstyleA refined composition of muted tones and subtle textures creates a sophisticated ambiance. The design evokes depth and serenity, perfect for cultivating a calm, curated space. #luxuryliving #modernwalls #interiorspacedesignAn artful composition unfolds with layered textures and muted tones, creating a refined balance of depth and sophistication. The interplay of light and shadow enhances its modern elegance. #interiorspace #luxurywalls #texturaldesignA serene composition featuring soft, abstract forms and a muted color palette creates a refined atmosphere. The design evokes both modern sophistication and subtle texture, perfect for a contemporary space. #interiorstyle #modernwalls #luxuryinteriors",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Byzantine Flock Wallpaper",
+      "Carnelian",
+      "Crimson",
+      "Indigo",
+      "Pink",
+      "Plum",
+      "Red",
+      "Romo Europe",
+      "Ruby",
+      "Salmon",
+      "Taupe",
+      "W364-05",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWRO-29487-Sample"
+    ],
+    "primarySku": "DWRO-29487-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W364-05-byzantine-flock-wallcovering-_00.jpg?v=1744077648",
+    "imageAlt": "Byzantine Flock Wallpaper Carnelian | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29487-w364-05-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:12:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280868403",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-2",
+    "description": "Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an elegant, textured velvet pattern with classic, intricate motifs that evoke timeless sophistication. Perfect for adding depth and luxury to any space. #luxurywalls #velvetwallpaper #interiordecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CRIMSON",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1003-sample",
+      "FLOCK-1003"
+    ],
+    "primarySku": "FLOCK-1003-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV204_heirloom_MAROON_1090x_b8de9627-636b-4add-8335-982eeac98e4d.webp?v=1734414965",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:24:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/4493907230771",
+    "title": "Etoiles Et Points - Blues Wallpapers | Schumacher",
+    "handle": "5008550-jpg",
+    "description": "Description Flocked polka dots enliven classic stars in this whimsical wallpaper by the Schumacher design studio. Its unique mélange of pattern and texture offers originality and flair. Specifications Pattern: Etoiles Et Points Color: Blues Wallpapers SKU: 5008550 Flame Test: ASTM E84 Class A",
+    "vendor": "Schumacher Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "ASTM E84 Class A",
+      "Blue",
+      "Blues Wallpapers",
+      "Cool",
+      "Etoiles Et Points",
+      "flocked",
+      "geometric",
+      "Modern",
+      "polka dots",
+      "Schumacher",
+      "stars",
+      "textured",
+      "Wallcovering",
+      "Wallpaper",
+      "whimsical"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "SCH-5008550"
+    ],
+    "primarySku": "SCH-5008550",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5008550_7b0db427-ec03-4b63-a34b-e0f65bfe30da.jpg?v=1747078870",
+    "imageAlt": "Schumacher Wallpaper - 5008550.jpg at Designer Wallpapers and Fabrics, Your online resource since 2007",
+    "productUrl": "https://designerwallcoverings.com/products/5008550-jpg",
+    "status": "ACTIVE",
+    "createdAt": "2020-04-08T19:05:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/4493907296307",
+    "title": "Etoiles Et Points - Warm Silver Wallpapers | Schumacher",
+    "handle": "5008551-jpg",
+    "description": "Description Flocked polka dots enliven classic stars in this whimsical wallpaper by the Schumacher design studio. Its unique mélange of pattern and texture offers originality and flair. Specifications Pattern: Etoiles Et Points Color: Warm Silver Wallpapers SKU: 5008551 Flame Test: ASTM E84 Class A",
+    "vendor": "Schumacher Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "ASTM E84 Class A",
+      "Etoiles Et Points",
+      "flocked",
+      "geometric",
+      "Metallic",
+      "Modern",
+      "Neutral",
+      "polka dots",
+      "Schumacher",
+      "silver",
+      "stars",
+      "textured",
+      "Wallcovering",
+      "Wallpaper",
+      "Warm",
+      "Warm Silver Wallpapers"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "SCH-5008551"
+    ],
+    "primarySku": "SCH-5008551",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5008551_52cb4fc8-93ec-4682-8869-6aa8d90b6fa4.jpg?v=1747078868",
+    "imageAlt": "Schumacher Wallpaper - 5008551.jpg at Designer Wallpapers and Fabrics, Your online resource since 2007",
+    "productUrl": "https://designerwallcoverings.com/products/5008551-jpg",
+    "status": "ACTIVE",
+    "createdAt": "2020-04-08T19:05:09Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494827729008",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-9015",
+    "description": "Gable Velvet Flocked Wall Paper - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Red",
+      "Red Velvet On Red",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "wflo-9015-sample"
+    ],
+    "primarySku": "wflo-9015-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8792f4567d05f1643a561d9b7ab48a24.jpg?v=1572308905",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-9015",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495913463920",
+    "title": "Kassy Flocked Velvet - Burgundy",
+    "handle": "kassy-flocked-velvet-burgundy-wflo-3433-1",
+    "description": "Born from the minds of a moroccan village with overtones of Italian Restaurant, comes The Kassy Flocked Velvet Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Orange",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3433-sample"
+    ],
+    "primarySku": "WFLO-3433-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6a8a8f504f15762f327e96b2389f1d9e_903bb763-925b-4661-98b0-f74440117154.png?v=1572309179",
+    "imageAlt": "Kassy Flocked Velvet - Burgundy",
+    "productUrl": "https://designerwallcoverings.com/products/kassy-flocked-velvet-burgundy-wflo-3433-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T04:06:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494870556784",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7001",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Metallic",
+      "Pink",
+      "Red",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7001-sample"
+    ],
+    "primarySku": "Flock-7001-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3c60a2c197d24ef0e0fdfa1cd57f8e62_83f386ef-94c2-4ec1-b97e-fcb5f6089db7.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7001",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873145456",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7019",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7019-sample"
+    ],
+    "primarySku": "Flock-7019-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/af4354d67ea129b47b02f83b43f2106c_98258b07-df35-4171-b1c5-1b6e5a401508.jpg?v=1610101132",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7019",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365121089",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7010",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Java Velvet On Hot Pink",
+      "Pink",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7010-sample"
+    ],
+    "primarySku": "Flock-7010-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.55.34PM.png?v=1608080168",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7010",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660250163",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14275",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Contemporary",
+      "Dark Blue",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Navy",
+      "Salmon",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWJS-14275-Sample",
+      "DWJS-14275"
+    ],
+    "primarySku": "DWJS-14275-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GE3715.jpg?v=1740536605",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14275",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660348467",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14278",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.Delicate lace-inspired lines weave a mesmerizing maze across the surface in this Lace Labyrinth Wallpaper by Jeffrey Stevens. A refined design that adds texture and depth with a sophisticated touch. #luxuryinteriors #modernwalls #textileinspireddecor",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Aqua",
+      "Art Deco",
+      "Beige",
+      "Blush",
+      "Brown",
+      "Chestnut",
+      "Contemporary",
+      "Denim",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Glint",
+      "Grasscloth",
+      "Jade",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Salmon",
+      "Tan",
+      "Texture",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWJS-14278-Sample",
+      "DWJS-14278"
+    ],
+    "primarySku": "DWJS-14278-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7501.jpg?v=1740536616",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14278",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291419699",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "copy-of-lydias-grille-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a luxe velvet texture with a geometric grille pattern, adding depth and sophistication to any space. Perfect for a refined, tactile wall design. #luxurywallcoverings #velvettexture #elegantinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Red",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1028-sample",
+      "FLOCK-1028"
+    ],
+    "primarySku": "FLOCK-1028-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV229_grille_SCARLETCHAMPAGNE_1060x_a66eafb4-a6e6-4d95-bfa4-3de91632f297.webp?v=1734414916",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-lydias-grille-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:22:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494904537200",
+    "title": "Master Humphrey Black Flock Velvet on Gold Reflective Mylar",
+    "handle": "master-humphrey-black-flock-velvet-on-gold-reflective-mylar-flock-407",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-407-sample",
+      "FLOCK-407"
+    ],
+    "primarySku": "FLOCK-407-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/939d8bfbb21cd83d1eff9bce4a20fd5a.jpg?v=1734415079",
+    "imageAlt": "Master Humphrey Black Flock Velvet on Gold Reflective Mylar",
+    "productUrl": "https://designerwallcoverings.com/products/master-humphrey-black-flock-velvet-on-gold-reflective-mylar-flock-407",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293090867",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNaya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with an elegant zodiac-inspired design, offering a luxurious and celestial touch to any space. Perfect for adding depth and sophistication. #luxuryinteriors #velvetwallcovering #elegantwalls Naya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a tactile, velvet-like texture with celestial-inspired patterns, adding depth and sophistication to any space. Elegance meets artistry in this unique wallcovering. #luxuryinteriors #texturedwalls #homeelegance",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CRIMSON",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1034-sample",
+      "FLOCK-1034"
+    ],
+    "primarySku": "FLOCK-1034-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV235_zodiac_CRIMSON_997x_25e8e05b-3c13-47f8-831a-51fbbfc4677e.webp?v=1734414903",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:34:43Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293451315",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Red",
+      "SCARLET",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1036-sample",
+      "FLOCK-1036"
+    ],
+    "primarySku": "FLOCK-1036-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV237_zodiac_SCARLETGOLD_980x_f6e5d279-b90d-4171-9e1e-583378d27022.webp?v=1734414900",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:37:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292632115",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1032-sample",
+      "FLOCK-1032"
+    ],
+    "primarySku": "FLOCK-1032-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV233_griffons_BURGUNDYSLATE_999x_694bba1f-dc31-44f7-bed0-4b92244580fb.webp?v=1734414908",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:30:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494908534896",
+    "title": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "handle": "prague-flock-damask-05-pink-on-sueded-gold-flock-2905",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pastel",
+      "Red",
+      "Suede",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-2905-sample"
+    ],
+    "primarySku": "Flock-2905-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3bc6c0a795ad9e4a94df995b092e2a08.jpg?v=1734415078",
+    "imageAlt": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "productUrl": "https://designerwallcoverings.com/products/prague-flock-damask-05-pink-on-sueded-gold-flock-2905",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:06:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496091000944",
+    "title": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "handle": "prague-flock-damask-05-pink-on-sueded-gold-flock-2905-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pastel",
+      "Red",
+      "Suede",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-2905-sample"
+    ],
+    "primarySku": "Flock-2905-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3bc6c0a795ad9e4a94df995b092e2a08_8b7162b0-3392-4208-aee8-ccf5e0874ebf.jpg?v=1734415044",
+    "imageAlt": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "productUrl": "https://designerwallcoverings.com/products/prague-flock-damask-05-pink-on-sueded-gold-flock-2905-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:20:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494880616560",
+    "title": "Retro Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-flock-9006",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-9006-sample",
+      "FLOCK-9006"
+    ],
+    "primarySku": "FLOCK-9006-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d6c85bf2fa4ecf4f0fcad698a6989de0.png?v=1734415083",
+    "imageAlt": "Retro Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-flock-9006",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494878388336",
+    "title": "Retro Velvet Flocked Wallpapers - Hot Pink",
+    "handle": "retro-velvet-flocked-wallpapers-hot-pink-fuscia-flock-8004",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hot Pink Fuscia",
+      "Pink",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-8004-sample"
+    ],
+    "primarySku": "FLOCK-8004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f7117f583aa474913fd6e382bb47f1dc.gif?v=1734415087",
+    "imageAlt": "Retro Velvet Flocked Wallpapers - Hot Pink Fuscia",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-hot-pink-fuscia-flock-8004",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833463408",
+    "title": "The Robbie - Gold and Red Heirloom Damask - Gold/Red",
+    "handle": "the-robbie-gold-and-red-heirloom-damask-gold-red-wflo-3014-red-gold-heirloom-624",
+    "description": "The Robbie - Gold and Red Heirloom Damask - Gold/Red 1) 27\" x 15 feet per single roll 2) 30\" Repeat, Please take into account this large repeat when placing order 3) Order carefully - Each dye lot may vary 4) Allow 2-3 weeks for production if goods are not in stock at time of order. IS#624",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red Gold Velvet On Red",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Takumi",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3014-Red/Gold Heirloom/624-sample"
+    ],
+    "primarySku": "WFLO-3014-Red/Gold Heirloom/624-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/69a302b51d3ed05446036615c680c285.jpg?v=1572308907",
+    "imageAlt": "The Robbie - Gold and Red Heirloom Damask - Gold/Red",
+    "productUrl": "https://designerwallcoverings.com/products/the-robbie-gold-and-red-heirloom-damask-gold-red-wflo-3014-red-gold-heirloom-624",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496101126256",
+    "title": "The Runway - Pink Flock Velvet High Heeled Shoe Wallpaper",
+    "handle": "the-runway-pink-flock-velvet-high-heeled-shoe-wallpaper-rto-34613",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pink",
+      "Red",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "RTO-34613-sample",
+      "RTO-34613"
+    ],
+    "primarySku": "RTO-34613-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/826d438ee137ce718e48e35b8bc3b70e.jpg?v=1734415042",
+    "imageAlt": "The Runway - Pink Flock Velvet High Heeled Shoe Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/the-runway-pink-flock-velvet-high-heeled-shoe-wallpaper-rto-34613",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:26:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494911156336",
+    "title": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "handle": "traditional-large-victorian-red-on-red-tone-on-tone-damask-wflo-92778",
+    "description": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Beige",
+      "Bronze",
+      "Coral",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Red",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-92778-sample"
+    ],
+    "primarySku": "WFLO-92778-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9d65a2791146ac7040d6444fabce269f.jpg?v=1572308934",
+    "imageAlt": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "productUrl": "https://designerwallcoverings.com/products/traditional-large-victorian-red-on-red-tone-on-tone-damask-wflo-92778",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:08:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287192627",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-4",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleVeronica's Madison Flocked Velvet Wallpaper by Phillipe Romano features a rich, textured velvet pattern with elegant, subtle flocking. Its plush design adds depth and sophistication to interiors, perfect for creating a refined, luxurious atmosphere. #luxurywallcoverings #velvetdesign #interiordecor Soft velvet texture meets ornate flocked detailing in Veronica's Madison Wallpaper by Phillipe Romano—striking yet refined. #luxurywalls #velvetwallpaper #interiorsinspo Velvety damask flourishes in deep navy and black create a rich, tactile elegance in Veronica's Madison by Phillipe Romano. A timeless flocked design with dramatic contrast and luxurious texture. #luxurydesign #velvetytexture #flockedwallpaper #elegantinteriors #wallartdecor Lush velvet flocking forms a graceful damask against a soft backdrop in Veronica's Madison by Phillipe Romano. A timeless touch. #velvettouches #luxurywalls #damaskdesignsA refined composition of intricate detailing and subtle texture defines this wallpaper. Its visual elegance evokes a sense of timeless sophistication, enhancing any interior with understated charm. #luxuryinteriors #modernwallcoverings #interiorstyle",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1017-sample",
+      "FLOCK-1017"
+    ],
+    "primarySku": "FLOCK-1017-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV218_madison_MAROON_1056x_8d36f6e3-f1df-410f-a0a6-f8c80c8ac535.webp?v=1734414936",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-4",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:57:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832971888",
+    "title": "Victorian Flocked Velvet Wallpaper - insp by Frank L. Wright 2",
+    "handle": "victorian-flocked-velvet-wallpaper-insp-by-frank-l-wright-2-flk-125",
+    "description": "Victorian Flocked Velvet Wallpaper - Inspired by Frank Lloyd WrightDeep-textured Victorian flocked velvet wallpaper inspired by Frank L. Wright. Rich, elegant patterns evoke classic sophistication and tactile luxury. Perfect for refined interiors seeking timeless charm. #luxuryinteriors #flockedwallpaper #elegantwallsA refined interplay of texture and tone graces the wallpaper, with subtle patterns creating depth and sophistication. Whispering elegance, it transforms any space with understated luxury. #luxuryinteriors #wallartinspo #modernwallcoveringsAn elegant composition featuring soft, muted tones and intricate detailing. The wallpaper evokes a serene, sophisticated ambiance with its refined palette and subtle texture. A timeless addition to any curated space. #luxuryinteriors #wallart #decorstyle",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Indigo",
+      "Orange",
+      "Plum",
+      "Red",
+      "Red Velvet With Gold On Gold",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Sienna",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLK-125-sample"
+    ],
+    "primarySku": "FLK-125-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9f47b934fd34712f4617585915e553f4.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - insp by Frank L. Wright 2",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-insp-by-frank-l-wright-2-flk-125",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754523349043",
+    "title": "Victory Damask Flocked Velvet - Red on Cream",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-2",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 Elegant red damask pattern in plush velvet overlays a creamy backdrop, exuding timeless sophistication and texture. Perfect for refined interiors seeking classic charm. #LuxuryWalls #VelvetWallpaper #InteriorElegance Elegant Victory Damask in rich red flocked velvet over a soft cream base creates a timeless, luxurious texture and pattern. Perfect for classic interiors seeking depth and sophistication. #luxurywallcoverings #velvetwallpaper #interiorstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Brick",
+      "Bronze",
+      "Cherry",
+      "Chestnut",
+      "Cranberry",
+      "Crimson",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Lace",
+      "Mahogany",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Residential",
+      "Rust",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Tomato",
+      "Traditional",
+      "Umber",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Wallpaper",
+      "Walls"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "PRNC-11008SAMPLE",
+      "PRNC-11008"
+    ],
+    "primarySku": "PRNC-11008SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.33.13PM.png?v=1655328934",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:35:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495705256048",
+    "title": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "handle": "vista-poppy-floral-flock-velvet-wallpaper-wof-67020",
+    "description": "Velour Velvet Flock Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Gray",
+      "Pastel",
+      "Red",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WOF-67020-sample"
+    ],
+    "primarySku": "WOF-67020-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7c4ce7d9dd66607e2b72162cc15e9c02_7a942ef3-a914-449c-bda6-07fae33befb2.jpg?v=1572309130",
+    "imageAlt": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/vista-poppy-floral-flock-velvet-wallpaper-wof-67020",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608847472",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44506",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "new flock",
+      "Pink",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "ERE-44506-sample"
+    ],
+    "primarySku": "ERE-44506-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/733a56a3a11b5f79951d7f8dd289ab44.jpg?v=1734414995",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44506",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494840475760",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-3015",
+    "description": "Gable Velvet Flocked Wall Paper - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollIndulge in the lavish touch of Gable Velvet Flocked Wall Paper from vendor Limited Stock Flocked. A testament to grandeur. #LuxuryDecor #VelvetWallPaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Pink Grey",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "WFLO-3015-sample"
+    ],
+    "primarySku": "WFLO-3015-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d21e9141dd73cb259bc6cf336d680c49.gif?v=1572308908",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-3015",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:30:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495196270704",
+    "title": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "handle": "iconic-woman-silhouette-pink-velvet-putty-wallpaper-icon-600",
+    "description": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pink",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "ICON-600-sample",
+      "ICON-600"
+    ],
+    "primarySku": "ICON-600-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/632c7798aa7a4fccb328400dd29d8754.jpg?v=1572308976",
+    "imageAlt": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-pink-velvet-putty-wallpaper-icon-600",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:47Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195156592",
+    "title": "Stacy's Hot Pink Damask Wallpaper",
+    "handle": "stacy-s-hot-pink-damask-wallpaper-pri-3700",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hot Pink",
+      "Pink",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "PRI-3700-sample",
+      "PRI-3700"
+    ],
+    "primarySku": "PRI-3700-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8e516a48abbb183eecccc9a7de6351b1.png?v=1734415062",
+    "imageAlt": "Stacy's Hot Pink Damask Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/stacy-s-hot-pink-damask-wallpaper-pri-3700",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832283760",
+    "title": "Victorian Flocked Velvet Wallpaper - Tone on Tone Purple",
+    "handle": "victorian-flocked-velvet-wallpaper-tone-on-tone-purple-wflo-3001",
+    "description": "Victorian Flocked Velvet Wallpaper - Purple on Purple Flock Velvet Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pink",
+      "Purple Velvet On Purple",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "WFLO-3001-sample"
+    ],
+    "primarySku": "WFLO-3001-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ea2a4950d2e7442c958a3b20c677b65c.jpg?v=1572308906",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Tone on Tone Purple",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-tone-on-tone-purple-wflo-3001",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005709363",
+    "title": "Alicante Velvet Walls Deep Taupe",
+    "handle": "dwve-429700",
+    "description": "Alicante Velvet Walls Deep Taupe Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated interplay of texture and tone graces this wallpaper, where subtle hues and refined detailing create a serene visual depth. Perfect for elevating modern or classic interiors. #luxurywalls #interiorstyle #textileinspireddesign",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Deep Taupe",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_05",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "DWVE-429760"
+    ],
+    "primarySku": "DWVE-429760",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_05_3366f740-3a6b-4dee-ad46-3013773a568d.jpg?v=1635521101",
+    "imageAlt": "Alicante Velvet Walls Deep Taupe  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429700",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006463027",
+    "title": "Alicante Velvet Walls Java Brown",
+    "handle": "dwve-431600",
+    "description": "A captivating display of intricate motifs in soft, harmonious tones creates a serene ambiance. The design evokes timeless elegance with graceful detail and subtle texture, perfect for refined interiors. #wallart #luxuryinteriors #decorinspirationA refined composition of muted tones and intricate detailing emerges, suggesting a balance of texture and elegance. The visual rhythm evokes timeless sophistication, ideal for elevating any interior space. #luxurydesign #moderninteriors #elegantwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Java Brown",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_88",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "DWVE-431660"
+    ],
+    "primarySku": "DWVE-431660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_88_0a7f27cc-7076-4b17-b159-09f032d09baf.jpg?v=1635521134",
+    "imageAlt": "Alicante Velvet Walls Java Brown  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494876323952",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7039",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll - trees",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "Flock-7039-sample"
+    ],
+    "primarySku": "Flock-7039-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5cb4cd2c89927de6de69db6a2b6d7b6e.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7039",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296007219",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleAn elegant wallpaper design featuring a refined, organic pattern with subtle texture and harmonious tones, evoking a sense of calm sophistication. Ideal for serene, modern interiors. #luxurywalls #homedecorstyle #moderninteriorA refined composition of muted tones and soft textures, the wallpaper evokes a sense of quiet luxury and timeless elegance. Subtle patterns invite closer inspection, elevating any interior with understated sophistication. #luxuryinteriors #wallart #modernspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Lime",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "FLOCK-1045-sample",
+      "FLOCK-1045"
+    ],
+    "primarySku": "FLOCK-1045-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV246_retro_blocks_LIMEBEIGE_install_600x_264ac33a-8c37-4635-b710-b90a6f25b540.webp?v=1734414881",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:01:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005905971",
+    "title": "Alicante Velvet Walls Aqua, Blue, Green",
+    "handle": "dwve-430200",
+    "description": "Alicante Velvet Walls Aqua, Blue, Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aqua",
+      "Blue",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Green",
+      "Real Velvet",
+      "RM_410_45",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWVE-430260"
+    ],
+    "primarySku": "DWVE-430260",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_45_bc96ed3e-2c34-4af6-9add-ea9a107dedbc.jpg?v=1635521109",
+    "imageAlt": "Alicante Velvet Walls Aqua, Blue, Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430200",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006200883",
+    "title": "Alicante Velvet Walls Bright Aqua Blue",
+    "handle": "dwve-430900",
+    "description": "Alicante Velvet Walls Bright Aqua Blue Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls in bright aqua blue features a lush, velvety texture with subtle depth and vibrant hues, adding a sophisticated splash of color to any space. A perfect blend of elegance and modern flair by Velvet Walls by Phillipe Romano. #luxurywallcoverings #interiordecor #texturedwalls Alicante Velvet Walls Bright Aqua Blue features a luxurious, rich velvet texture in vibrant aqua blue, adding depth and elegance to any space. From Velvet Walls by Phillipe Romano, this exquisite wallcovering elevates interiors with its sumptuous finish. #luxurywalls #velvetwallcoveringsAn artful composition of soft hues and subtle textures creates a refined atmosphere. The design evokes understated elegance, making it a tasteful addition to any sophisticated interior. #interiordecor #modernwalls #luxurylivingA refined wallpaper featuring intricate detailing and subtle texture, enhancing the ambiance with understated elegance. The design evokes a timeless charm, perfect for sophisticated interiors. #luxurywalls #interiordecor #wallartinspo",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Bright Aqua Blue",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Real Velvet",
+      "RM_410_65",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWVE-430960"
+    ],
+    "primarySku": "DWVE-430960",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_65_a3ac51e4-3105-4496-afde-fcd3f4547463.jpg?v=1635521121",
+    "imageAlt": "Alicante Velvet Walls Bright Aqua Blue  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430900",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447076976",
+    "title": "Cartera Walls by Luxotica Flock Wallpaper",
+    "handle": "cartera-walls-by-luxotica-flock-velvet-wallpaper-flock-5121",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-5121-Sample"
+    ],
+    "primarySku": "Flock-5121-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b6f5b8a7da1113e406f782f72a8b5b14.jpg?v=1734415052",
+    "imageAlt": "Cartera��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/cartera-walls-by-luxotica-flock-velvet-wallpaper-flock-5121",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700091666483",
+    "title": "Fusion Blue Dusk Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-blue-dusk-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Blue dusk, bracken and mineral are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Sponge Care: Sponge Note: Paste the Wall, Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "blue",
+      "blue-dusk",
+      "decor wallpaper",
+      "flock",
+      "fusion",
+      "geometric",
+      "grid-pattern",
+      "luxury",
+      "marble",
+      "tactile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWWC-505890-Sample"
+    ],
+    "primarySku": "DWWC-505890-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-blue-dusk-flock-wallpaper.webp?v=1762018062",
+    "imageAlt": "Fusion Blue Dusk Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-blue-dusk-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:27:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195582576",
+    "title": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "handle": "iconic-woman-silhouette-putty-flock-velvet-icon-100",
+    "description": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Icon-100-sample",
+      "Icon-100"
+    ],
+    "primarySku": "Icon-100-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/63697c45da440e371e4498b892aef3f1.jpg?v=1572308975",
+    "imageAlt": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-putty-flock-velvet-icon-100",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494871081072",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7005",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Metallic",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7005-sample"
+    ],
+    "primarySku": "Flock-7005-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ad74dfe9fcf39937d54a38e046ef26b2.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7005",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494876487792",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7040",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Luxury Restoration Wallpaper",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7040-sample"
+    ],
+    "primarySku": "Flock-7040-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d5b0604895b491752d70d733232164c9_628c87fd-7940-4db7-bab7-4474a94b78f6.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7040",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365710913",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7041",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Orange",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7041-sample"
+    ],
+    "primarySku": "Flock-7041-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FLOCK-7041.png?v=1608079735",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7041",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:29Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489643571",
+    "title": "Pugin Palace Flock - Hyacin Blue By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-g8cf798a7",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9033.Cs.0",
+      "20.5In",
+      "Blue",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "Dark Blue",
+      "display_variant",
+      "Hyacin",
+      "Neutral",
+      "Paper - 100%",
+      "Pugin Palace Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWKK-133962-Sample",
+      "DWKK-133962"
+    ],
+    "primarySku": "DWKK-133962-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9033_CS_758cd36b-cd90-4dfe-b4d3-72b704237955.jpg?v=1753305065",
+    "imageAlt": "Pugin Palace Flock - Hyacin Blue By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g8cf798a7",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006102579",
+    "title": "Alicante Velvet Walls Hunter Green",
+    "handle": "dwve-430700",
+    "description": "Alicante Velvet Walls Hunter Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Hunter Green features a rich velvet texture in deep green, creating a luxurious, sophisticated ambiance perfect for elegant interiors. #luxuryinteriors #velvetwallcovering #elegantdesign Alicante Velvet Walls in deep hunter green showcases a lush, velvety texture that adds rich depth and sophistication to any space. Perfect for elevating interiors with timeless elegance. #luxuryinteriors #velvetwallcoverings #elegantwalls Alicante Velvet Walls Hunter Green features a rich, deep green velvet texture that adds warmth and sophistication to any space. Its lush pile creates a soft, inviting surface perfect for elegant interiors. #luxurywallcoverings #velluminance #interiortextureA serene composition unfolds with delicate textures and subtle hues, creating an atmosphere of quiet sophistication. Layers of tone blend seamlessly, inviting depth and refined ambiance. #wallart #moderninteriors #luxuryspaces",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hunter Green",
+      "Real Velvet",
+      "RM_410_63",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Green",
+    "skus": [
+      "DWVE-430760",
+      "DWVE-430760"
+    ],
+    "primarySku": "DWVE-430760",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_63_c7211a54-a518-428d-a7de-728ff9fb9f8c.jpg?v=1635521117",
+    "imageAlt": "Alicante Velvet Walls Hunter Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430700",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608421488",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44505",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Green",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Green",
+    "skus": [
+      "ERE-44505-sample",
+      "ERE-44505"
+    ],
+    "primarySku": "ERE-44505-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8edab614cfb86ff4b85961b92de8c8db.jpg?v=1734414997",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44505",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:45Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494835822704",
+    "title": "Tight Wiki Mixed Naturals Wallpaper | Phillipe Romano",
+    "handle": "grasscloth-tightwiki-mixed-naturals-grs-1808",
+    "description": "Grasscloth-TightWiki- Mixed Naturals",
+    "vendor": "Phillipe Romano Naturals",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Basketweave",
+      "Brown",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grasscloth",
+      "Grasscloth Texture",
+      "Grasscloth Wallpaper",
+      "Green",
+      "Natural",
+      "Phillipe Romano",
+      "Phillipe Romano Naturals",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Green",
+    "skus": [
+      "GRS-1808-sample",
+      "GRS-1808"
+    ],
+    "primarySku": "GRS-1808-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/07db64fa892daee1329562c4628f0543.jpg?v=1745461015",
+    "imageAlt": "Tight Wiki Mixed Naturals Wallpaper | Phillipe Romano",
+    "productUrl": "https://designerwallcoverings.com/products/grasscloth-tightwiki-mixed-naturals-grs-1808",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:28:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005774899",
+    "title": "Alicante Velvet Walls Rust",
+    "handle": "dwve-429900",
+    "description": "Alicante Velvet Walls Rust Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockRich rust tones and luxurious texture define the Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano. A warm, tactile backdrop that brings depth and elegance to any interior. #luxuryinteriors #velvetwallcovering #moderntexture #homedecorstyle Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano stuns with its deep rust hue and rich, velvety texture. A sophisticated choice for timeless interiors. #luxurydecor #velvetywalls #interiorstyle Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano features a luxurious rust-toned velvet texture with a soft, sophisticated sheen. Its rich depth and tactile surface add timeless elegance to any interior space. #luxuryinteriors #velvetwalls #texturaldesign Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano features a rich, textured rust hue with a luxe velvet finish. Sophisticated depth and warmth make it perfect for refined interiors. #luxuryinteriors #velvetwallcovering #texturaldesign #rustdecor #elegantwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Brass",
+      "Bronze",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Golden",
+      "Ochre",
+      "Real Velvet",
+      "RM_410_21",
+      "Rust",
+      "Sienna",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "DWVE-429960"
+    ],
+    "primarySku": "DWVE-429960",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_21_627f2b9c-be92-4c85-9f00-942b8c71e364.jpg?v=1635521104",
+    "imageAlt": "Alicante Velvet Walls Rust  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429900",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292337203",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-1031-sample",
+      "FLOCK-1031"
+    ],
+    "primarySku": "FLOCK-1031-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV232_griffons_GOLDEN_1021x_df3e6a60-e510-4ebe-a3df-8ae3eefe5671.webp?v=1734414910",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:29:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494879961200",
+    "title": "Retro Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-flock-9000",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Orange",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-9000-sample",
+      "FLOCK-9000"
+    ],
+    "primarySku": "FLOCK-9000-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/867809a699142a7d59d249d0916e01ee.jpg?v=1734415086",
+    "imageAlt": "Retro Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-flock-9000",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286963251",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA serene composition of soft neutrals and subtle texture, this wallpaper evokes tranquility and refined sophistication—perfect for elevating any interior space. #luxurywalls #elegantinteriors #modernwallcoveringsA serene composition unfolds, featuring soft, interwoven hues that evoke a sense of depth and tranquility. The detail reveals an artful blend of texture and tone, creating a sophisticated backdrop for any refined space. #interiorstyle #wallartinspo #luxurywalls",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-1015-sample",
+      "FLOCK-1015"
+    ],
+    "primarySku": "FLOCK-1015-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV216_madison_GOLDEN_install_682x_49a65f26-1d07-400d-81df-9d34982a4b4c.webp?v=1734414941",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:54:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494881140848",
+    "title": "Flocked Velvet Stripe Wallpaper Light Green",
+    "handle": "retro-light-avocado-velvet-stripe-flocked-wallpaper-flock-9011",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Retro Flock Velvet Wallpaper",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "FLOCK-9011-sample",
+      "FLOCK-9011"
+    ],
+    "primarySku": "FLOCK-9011-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b1a4a43ffa0198ed7e42926872f453c5.jpg?v=1734415082",
+    "imageAlt": "Retro Light Avocado Velvet Stripe Flocked Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/retro-light-avocado-velvet-stripe-flocked-wallpaper-flock-9011",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365252161",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7013",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "Flock-7013-sample"
+    ],
+    "primarySku": "Flock-7013-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.54.11PM.png?v=1608080094",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7013",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216090224",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69419",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69419-sample",
+      "XCD-69419"
+    ],
+    "primarySku": "XCD-69419-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/92d765b4a7dc75c90a6522aaac5c09a8.jpg?v=1734415017",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69419",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:19Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216450672",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69424",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69424-sample",
+      "XCD-69424"
+    ],
+    "primarySku": "XCD-69424-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e67a84cc635a1785ec9da01a16efc926.jpg?v=1734415014",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69424",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223233648",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69430",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69430-sample",
+      "XCD-69430"
+    ],
+    "primarySku": "XCD-69430-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f1a10209afac0ebb07e92b17b292341f.jpg?v=1734415004",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69430",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421967794227",
+    "title": "Sundra Flock - Sand  By G P & J Baker | Langdale |Animal Skins  Wallcovering Print",
+    "handle": "dwkk-137719",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "G P & J Baker",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.488In",
+      "Animal Skins",
+      "Bw45078.3.0",
+      "display_variant",
+      "G P & J Baker",
+      "Langdale",
+      "Non Woven - 100%",
+      "Orange",
+      "Print",
+      "Sand",
+      "Sundra Flock",
+      "Texture",
+      "United Kingdom",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "DWKK-137719-Sample",
+      "DWKK-137719"
+    ],
+    "primarySku": "DWKK-137719-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BW45078_3_e6cef43a-24f1-4ae6-8961-05d12f4518d6.jpg?v=1753303598",
+    "imageAlt": "Sundra Flock - Sand  By G P & J Baker | Langdale |Animal Skins  Wallcovering Print",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-137719",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T17:27:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005676595",
+    "title": "Alicante Velvet Walls Light Beige",
+    "handle": "dwve-429600",
+    "description": "Alicante Velvet Walls Light Beige Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Light Beige",
+      "Real Velvet",
+      "RM_410_03",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Beige",
+    "skus": [
+      "DWVE-429660"
+    ],
+    "primarySku": "DWVE-429660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_03_d1ad45bc-f68a-4a4e-b755-260011c0da85.jpg?v=1635521099",
+    "imageAlt": "Alicante Velvet Walls Light Beige  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495226417264",
+    "title": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-lattice-work-wflo-9455",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work White Flock on Silver Mylar",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Geometric",
+      "Gray",
+      "Trellis",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "WFLO-9455"
+    ],
+    "primarySku": "WFLO-9455",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/eed78dd6035d632ce2cf1d124c9298dd.jpg?v=1572308981",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-lattice-work-wflo-9455",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:26:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497215828080",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69418",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69418-sample",
+      "XCD-69418"
+    ],
+    "primarySku": "XCD-69418-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d1951c89467108b3104edc17c7950981.jpg?v=1734415019",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69418",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:13Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222545520",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69427",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69427-sample",
+      "XCD-69427"
+    ],
+    "primarySku": "XCD-69427-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/517bad6d73b3f05b629224eea10b20ae.jpg?v=1734415008",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69427",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223004272",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69429",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69429-sample",
+      "XCD-69429"
+    ],
+    "primarySku": "XCD-69429-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/a4e377463e8f85f4776e4e0386074306.jpg?v=1734415005",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69429",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:04Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223757936",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69433",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69433-sample",
+      "XCD-69433"
+    ],
+    "primarySku": "XCD-69433-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/294103b9d78684b070727da47a071220.jpg?v=1734415001",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69433",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708395059",
+    "title": "Tiger Flock Light Grey Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71307-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Gray",
+      "Light Grey",
+      "Natural Resource 2",
+      "new flock",
+      "Salmon",
+      "T83063",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "DWTT-71307-SAMPLE"
+    ],
+    "primarySku": "DWTT-71307-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83063_c9148d70-f238-4ecc-b4e2-9159b120af72.jpg?v=1733894249",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71307-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497215664240",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69417",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69417-sample",
+      "XCD-69417"
+    ],
+    "primarySku": "XCD-69417-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/551caab534ad0a832598a21bb077f9d7.jpg?v=1734415021",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69417",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216221296",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69420",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69420-sample",
+      "XCD-69420"
+    ],
+    "primarySku": "XCD-69420-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e8a245ed987a78e35c19bef76e68cc09.jpg?v=1734415016",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69420",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222185072",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69426",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69426-sample",
+      "XCD-69426"
+    ],
+    "primarySku": "XCD-69426-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/899dbd7f1062f683a40d5dacd151abb2.jpg?v=1734415010",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69426",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223430256",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69432",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69432-sample",
+      "XCD-69432"
+    ],
+    "primarySku": "XCD-69432-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4c32f183f7127f7204e5b67b0d5bb32d.jpg?v=1734415002",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69432",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7675357233203",
+    "title": "Daphney's Heirloom Damask Wallpaper - Java & North Sea Blue",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-russet-orange-north-sea-blue",
+    "description": "Phillipe Romano Damask Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. T. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style t",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Damask",
+      "Luxury Restoration Wallpaper",
+      "Trending Wallpaper Collection 2025",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "AI-Print-DigFlock-1003AI-North_Sea_Blue",
+      "AI-Print-Dig-FLOCK-1003AI-North_Sea_Blue"
+    ],
+    "primarySku": "AI-Print-DigFlock-1003AI-North_Sea_Blue",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/recolored__704d3e.jpg?v=1758754688",
+    "imageAlt": "#704d3e variant",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-russet-orange-north-sea-blue",
+    "status": "ACTIVE",
+    "createdAt": "2025-09-24T22:57:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498307297392",
+    "title": "Florentina Damasco Gilded Flock Wallpaper - Spice",
+    "handle": "florentina-damasco-gilded-flock-wallpaper-spice-fln-10989",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Check",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Polyester",
+      "Spongable",
+      "Velvet Wallpaper",
+      "Viscose",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "FLN-10989-sample",
+      "FLN-10989"
+    ],
+    "primarySku": "FLN-10989-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4a6a7c017be3334f5c14096e53543110.jpg?v=1734414993",
+    "imageAlt": "Florentina Damasco Gilded Flock Wallpaper - Spice",
+    "productUrl": "https://designerwallcoverings.com/products/florentina-damasco-gilded-flock-wallpaper-spice-fln-10989",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T22:31:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195713648",
+    "title": "Iconic Woman Silhouette - Lime on Concrete",
+    "handle": "iconic-woman-silhouette-lime-on-concrete-icon-200",
+    "description": "Iconic Woman Silhouette - Lime on Concrete",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "ICON-200-sample",
+      "ICON-200"
+    ],
+    "primarySku": "ICON-200-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/18ebbb4d3f5ca0a536b429eebf4692af.jpg?v=1572308976",
+    "imageAlt": "Iconic Woman Silhouette - Lime on Concrete",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-lime-on-concrete-icon-200",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495196139632",
+    "title": "Iconic Woman Silhouette - White Putty",
+    "handle": "iconic-woman-silhouette-white-putty-icon-400",
+    "description": "Iconic Woman Silhouette - White Putty",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "ICON-400-sample",
+      "ICON-400"
+    ],
+    "primarySku": "ICON-400-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e6e7838a1103214b3a93bfc134f84c24.jpg?v=1572308976",
+    "imageAlt": "Iconic Woman Silhouette - White Putty",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-white-putty-icon-400",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494875865200",
+    "title": "Katie Damask - White on Silver",
+    "handle": "katie-damask-white-on-silver-print-7034",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "PRINT-7034-sample"
+    ],
+    "primarySku": "PRINT-7034-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/bd7973dcd77166a24805c136cd47ef7d_7a4033e4-81bd-4010-ab15-8a75a1b3892c.jpg?v=1734415090",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/katie-damask-white-on-silver-print-7034",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497221726320",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69425",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "XCD-69425-sample",
+      "XCD-69425"
+    ],
+    "primarySku": "XCD-69425-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/36b8aee3a53c4c76d09b3a6edcf8e626.jpg?v=1734415012",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69425",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222709360",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69428",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "XCD-69428-sample",
+      "XCD-69428"
+    ],
+    "primarySku": "XCD-69428-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/068e859d26c0ad13bda14adc93d2ca9e.jpg?v=1734415006",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69428",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495558455408",
+    "title": "Walter's Wavy Glass Bead Walls - Deep Green Beige",
+    "handle": "walter-s-wavy-glass-bead-walls-deep-green-beige-gls-9200-1",
+    "description": "Walter's Wavy Glass Bead Walls - Deep Green Beige - Glass Bead Flocking",
+    "vendor": "Glass Beaded",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Bling",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Glass Bead",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "GLS-9200-sample"
+    ],
+    "primarySku": "GLS-9200-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/048d1fd2f128b9def85ec845f9ff3fd0_0c332a03-b359-430f-85bc-90223f7a58bf.jpg?v=1572309083",
+    "imageAlt": "Walter's Wavy Glass Bead Walls - Deep Green Beige",
+    "productUrl": "https://designerwallcoverings.com/products/walter-s-wavy-glass-bead-walls-deep-green-beige-gls-9200-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:07:59Z"
+  }
+]
\ No newline at end of file
diff --git a/flocked-products.json b/flocked-products.json
new file mode 100644
index 0000000..39b41ec
--- /dev/null
+++ b/flocked-products.json
@@ -0,0 +1,8729 @@
+[
+  {
+    "id": "gid://shopify/Product/6785295286323",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA sophisticated interplay of texture and tone defines this wallpaper. Subtle gradient hues blend seamlessly, creating a serene and refined ambiance. Ideal for elevated interiors seeking a touch of understated luxury. #luxurywalls #interiorstyle #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1040-sample",
+      "FLOCK-1040"
+    ],
+    "primarySku": "FLOCK-1040-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV241_art_deco_fans_BLACKGOLD_install_913x_04f5f81c-8fff-4df7-85da-40c679e15e00.webp?v=1734414891",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:50:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295417395",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleVelvety texture meets geometric elegance in Alexia's Art Deco Fans. A luxurious flocked design by Phillipe Romano. #luxurydesign #artdeco #velvetwallpaper",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sky",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1041-sample",
+      "FLOCK-1041"
+    ],
+    "primarySku": "FLOCK-1041-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV242_art_deco_fans_BLACKSILVER_1087x_48428c1b-1633-4d06-88e8-a2bf9dcc7514.webp?v=1734414889",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:52:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295646771",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "copy-of-alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleAlexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features elegant, textured fan motifs in a plush velvet finish, evoking timeless sophistication with a tactile, luxurious appeal. Perfect for upscale interiors seeking refined style. #luxurywallcoverings #homedecor #velvetwallpaper Elegant flocked velvet wallpaper featuring stylized Art Deco fan motifs, creating a luxurious textured pattern. Designed by Phillipe Romano, Alexia's Art Deco Fans adds sophistication and depth to any space. #luxurywallcoverings #artdecointeriors #texturedwallpaperA refined composition of muted tones and intricate texture creates a serene and sophisticated atmosphere. The design evokes quiet elegance, making it ideal for elevating contemporary interiors. #luxurywalls #moderninteriors #decorinspirationA graceful composition of organic forms and subtle hues unfolds across the wallpaper, evoking a sense of refined tranquility. Its understated elegance enriches any space with texture and depth. #interiorstyle #luxurywalls #artfulinteriorsA refined composition of muted tones and subtle texture evokes timeless sophistication. The interplay of light and shadow enhances its understated elegance. #luxuryinteriors #wallartinspiration #textilewallcoveringA graceful composition of subtle tones and refined texture unfolds across the wallpaper, evoking a timeless elegance. Its visual rhythm adds depth and serenity to any space. #luxurywalls #interiorstyle #elegantinteriors #wallartdecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1043-sample",
+      "FLOCK-1043"
+    ],
+    "primarySku": "FLOCK-1043-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV244_art_deco_fans_NOIR_1075x_dfb24c19-c57c-48db-8ade-8791bd91b8a1.webp?v=1734414886",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-alexias-art-deco-fans-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:57:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006364723",
+    "title": "Alicante Velvet Walls Aubergine Purple",
+    "handle": "dwve-431400",
+    "description": "Alicante Velvet Walls Aubergine Purple Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Aubergine Purple by Velvet Walls by Phillipe Romano features a rich, deep purple velvet texture that adds luxurious depth and warmth to any space. Perfect for creating an elegant, cozy ambiance. #luxuryinteriors #velvetwallcoverings #elegantdesignA refined composition of muted tones and intricate detailing creates a timeless ambiance. The wallpaper’s subtle texture and balanced design lend sophistication to any space. #luxuryinteriors #elegantwalls #modernclassicdecor",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aubergine",
+      "Aubergine Purple",
+      "Beige",
+      "Brown",
+      "Charcoal",
+      "Coral",
+      "Ebony",
+      "Eggplant",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Grape",
+      "Heather",
+      "Lilac",
+      "Maroon",
+      "Mauve",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_85",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431460"
+    ],
+    "primarySku": "DWVE-431460",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_85_25044de7-61ec-4da1-b47c-335a362982a8.jpg?v=1635521131",
+    "imageAlt": "Alicante Velvet Walls Aubergine Purple  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431400",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:29Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006004275",
+    "title": "Alicante Velvet Walls Cabernet Red",
+    "handle": "dwve-430500",
+    "description": "Alicante Velvet Walls Cabernet Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockundefined A deep cabernet red velvet texture with a rich, plush finish, exuding luxury and warmth. Perfect for adding opulence to any space. #luxurywallcoverings #velvetwalls #elegantinteriors Luxurious Alicante Velvet Walls Cabernet Red features rich, deep red tones with a soft, plush texture that adds warmth and sophistication to any space. Perfect for creating an elegant and inviting atmosphere. #LuxuryInteriors #ElegantWallcoverings #VelvetTexture Luxurious Alicante Velvet Walls in rich Cabernet Red exude warmth and sophistication with a sumptuous texture that elevates any space. Crafted by Velvet Walls by Phillipe Romano, it’s perfect for a refined and cozy ambiance. #luxurywallcoverings #velvetwalls #elegantinteriors Alicante Velvet Walls Cabernet Red features a rich, textured velvet surface in deep cabernet red, adding luxury and warmth to any space. Crafted by Velvet Walls by Phillipe Romano, it’s perfect for sophisticated, elegant interiors. #LuxuryInteriors #VelvetWallpaper #DesignerDecor Deep Cabernet Red velvet wallpaper with a plush, tactile texture from Velvet Walls by Phillipe Romano. Perfect for adding warmth and sophistication to any space. #luxurydesign #velvetwallcoverings #elegantinteriors Deep cabernet red velvet forms a luxurious backdrop with soft texture and rich saturation. A bold yet elegant statement. #luxurydesign #velvetwalls #interiorspacesA harmonious blend of muted tones and delicate textures creates a serene visual rhythm, perfect for refined interiors. The subtle design evokes a sense of understated elegance and timeless sophistication. #luxuryinteriors #decorinspiration #wallart",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Blush",
+      "Bronze",
+      "Burgundy",
+      "Cabernet Red",
+      "Canary",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Claret",
+      "Cocoa",
+      "Coral",
+      "Cranberry",
+      "Cream",
+      "Crimson",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Garnet",
+      "Gray",
+      "Ivory",
+      "Linen",
+      "Maroon",
+      "Mauve",
+      "Merlot",
+      "Mint",
+      "Mulberry",
+      "Navy",
+      "Olive",
+      "Oxblood",
+      "Plum",
+      "Raspberry",
+      "Real Velvet",
+      "RM_410_52",
+      "Rose",
+      "Rosewood",
+      "Ruby",
+      "Sage",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430560"
+    ],
+    "primarySku": "DWVE-430560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_52_d2170c73-ea7c-4827-a179-336d2974ce9d.jpg?v=1635521114",
+    "imageAlt": "Alicante Velvet Walls Cabernet Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:09Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006299187",
+    "title": "Alicante Velvet Walls Charcoal Black",
+    "handle": "dwve-431200",
+    "description": "Alicante Velvet Walls Charcoal Black Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Charcoal Black features a rich, deep black velvet texture by Velvet Walls by Phillipe Romano, exuding sophistication and depth. Perfect for elegant, modern spaces seeking a bold yet refined wallcovering. #luxuryinteriors #velvetwallcoverings #modernwallsA refined composition of abstract forms and muted tones creates a tranquil visual rhythm. The wallpaper's subtle texture adds depth, enhancing an atmosphere of understated elegance. #interiordetails #luxurywalls #moderninteriorsAn elegant composition of texture and tone unfolds across the wallpaper, revealing subtle layers and organic movement. The design evokes a sense of calm sophistication, perfect for elevating refined interiors. #luxuryinteriors #modernwallcoverings #artfulwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Charcoal",
+      "Charcoal Black",
+      "Coral",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mint",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_81",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431260"
+    ],
+    "primarySku": "DWVE-431260",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_81_65e2e6ad-0a43-4c83-9a44-83fd93def928.jpg?v=1635521128",
+    "imageAlt": "Alicante Velvet Walls Charcoal Black  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431200",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006331955",
+    "title": "Alicante Velvet Walls Deep Olive Green",
+    "handle": "dwve-431300",
+    "description": "Alicante Velvet Walls Deep Olive Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls in deep olive green features a rich, plush velvet texture with subtle, elegant patterns that add depth and luxury to any space. Perfect for sophisticated interiors seeking warmth and tactile appeal. #luxuryinteriors #velvetwallcoverings #interiordecor Alicante Velvet Walls in Deep Olive Green features a lush, velvety texture that exudes sophistication. The rich green tone adds depth and warmth, perfect for creating a refined and inviting atmosphere. #luxurywallcoverings #velvetwalls #greeninteriorsA refined composition of texture and tone graces this wallpaper, featuring a subtle interplay of light and shadow that adds depth without overwhelming. Its understated elegance makes it ideal for sophisticated interiors. #interiordecor #luxurydesign #modernwallcoveringsA graceful composition unfolds in this wallpaper, featuring refined textures and an understated palette that evokes tranquil sophistication. The design invites depth and elegance into any space. #luxurywalls #homedecorinspiration #elegantinteriors",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Brown",
+      "Charcoal",
+      "Copper",
+      "Coral",
+      "Deep Olive Green",
+      "Espresso",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Maroon",
+      "Mauve",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Real Velvet",
+      "RM_410_83",
+      "Salmon",
+      "Silver",
+      "Stone",
+      "Teal",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431360"
+    ],
+    "primarySku": "DWVE-431360",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_83_515523f5-b127-44eb-be8c-d97c39c564ab.jpg?v=1635521129",
+    "imageAlt": "Alicante Velvet Walls Deep Olive Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431300",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006233651",
+    "title": "Alicante Velvet Walls Faded Green",
+    "handle": "dwve-431000",
+    "description": "Alicante Velvet Walls Faded Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Faded Green features a subtle, textured velvet finish in a soft, muted green, adding depth and elegance to interiors. Crafted by Velvet Walls by Phillipe Romano for a sophisticated, timeless ambiance. #luxuryinteriors #velvetwallcoverings #elegantdesignA sophisticated interplay of texture and tone emerges, evoking depth and quiet elegance. The design offers a refined backdrop, perfect for curated interiors. #luxurywalls #interiorstyle #modernwallcoverings",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aqua",
+      "Beige",
+      "Charcoal",
+      "Coral",
+      "Faded Green",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Jade",
+      "Maroon",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_68",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-431060"
+    ],
+    "primarySku": "DWVE-431060",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_68_8933aa4d-fb70-40fc-bd53-b5a8b228b3c6.jpg?v=1635521123",
+    "imageAlt": "Alicante Velvet Walls Faded Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431000",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006135347",
+    "title": "Alicante Velvet Walls Old Gold",
+    "handle": "dwve-430800",
+    "description": "Alicante Velvet Walls Old Gold Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Old Gold features a luxurious, soft velvet texture in rich old gold hues, emanating warmth and opulence. Its smooth, elegant surface adds depth and sophistication to any space. #luxurywallcoverings #velvettextures #interiorstyle Luxe and luminous, Alicante Velvet Walls Old Gold showcases a rich golden hue with a soft, plush texture. A timeless statement for refined interiors. #luxuryinteriors #velvethome #wallartdecor #goldaccent #elegantwallsAn elegant composition unfolds in this wallpaper, showcasing a refined interplay of texture and tone. Soft hues and subtle detailing create a serene, sophisticated atmosphere—perfect for elevating any interior space. #luxuryinteriors #wallart #decorinspiration",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Charcoal",
+      "Coral",
+      "Crimson",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Ivory",
+      "Khaki",
+      "Maroon",
+      "Navy",
+      "Old Gold",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_64",
+      "Sepia",
+      "Silver",
+      "Tan",
+      "Teal",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430860"
+    ],
+    "primarySku": "DWVE-430860",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_64_9a5c3d21-d4d0-4905-8e0c-7d75bc0bc83a.jpg?v=1635521119",
+    "imageAlt": "Alicante Velvet Walls Old Gold  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430800",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005971507",
+    "title": "Alicante Velvet Walls Slate Blue",
+    "handle": "dwve-430400",
+    "description": "Alicante Velvet Walls Slate Blue Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Charcoal",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Real Velvet",
+      "RM_410_49",
+      "Silver",
+      "Slate Blue",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWVE-430460"
+    ],
+    "primarySku": "DWVE-430460",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_49_7913aa40-c607-4f97-884b-f459409701dc.jpg?v=1635521112",
+    "imageAlt": "Alicante Velvet Walls Slate Blue  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430400",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497607700592",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44503",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Black",
+      "Blue",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "ERE-44503-sample",
+      "ERE-44503"
+    ],
+    "primarySku": "ERE-44503-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/26f171047a5488a7f26cca2c4b377204.jpg?v=1734415000",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44503",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608126576",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44504",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Black",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "ERE-44504-sample",
+      "ERE-44504"
+    ],
+    "primarySku": "ERE-44504-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/67fb559b293e2ecf83abe4d3eb390e85.jpg?v=1734414999",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44504",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:39Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700090159155",
+    "title": "Astoria Jet Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-jet-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques overlaid onto metallic crackle textures and offered in a decadent colour palette. Lavish, velvety flock in dramatic jet black or midnight blue and neo mint textured print on a magnificent light-reflective foil base. For lighter, soothing tones opt for the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52cm (20.5ins) Vertical Repeat: 13cm / 5.1ins Repeat: 13cm / 5.1ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1,d0 Care Instructions: Paste the Wall, Strippable Care: Sponge WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "black",
+      "crackle",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "jet",
+      "luxury",
+      "metallic",
+      "opulent",
+      "texture",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505810-Sample"
+    ],
+    "primarySku": "DWWC-505810-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-jet-flock-wallpaper.webp?v=1762017689",
+    "imageAlt": "Astoria Jet Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-jet-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:21:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700090191923",
+    "title": "Astoria Midnight Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-midnight-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques overlaid onto metallic crackle textures and offered in a decadent colour palette. Lavish, velvety flock in dramatic midnight or jet and neo mint textured print on a magnificent light-reflective foil base. For lighter, soothing tones opt for the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 13cm / 5.1ins Repeat: 13cm / 5.1ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1,d0 Care Instructions: Sponge Care: Sponge Note: Paste the Wall, Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "crackle",
+      "dark-blue",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "foil",
+      "luxury",
+      "metallic",
+      "midnight",
+      "navy",
+      "opulent",
+      "textured",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505820-Sample"
+    ],
+    "primarySku": "DWWC-505820-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-midnight-flock-wallpaper.webp?v=1762017733",
+    "imageAlt": "Astoria Midnight Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-midnight-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:22:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785285554227",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "bellas-windsor-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features an opulent velvet texture with intricate, regal patterns that add depth and luxury to any space. #luxurydesign #velvetwalls #elegantinteriors Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a lush velvet texture with intricate flocked patterns, adding depth and elegance to any space. Perfect for sophisticated interiors seeking a rich, tactile wallcovering. #luxuryinteriors #velvetwallcoverings #elegantdesign Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a rich damask pattern in deep velvet texture, adding elegance and depth to any space. A bold, tactile choice for refined interiors. #luxuryinteriors #velvettouch #statementwallsA refined display of muted tones and subtle texture graces the wallpaper, evoking depth and sophistication. The design creates a serene ambiance, perfect for elevated interior spaces. #interiordecor #luxurywalls #styledinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Cocoa",
+      "Coffee",
+      "Crimson",
+      "Ebony",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "monochrome",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1011-sample",
+      "FLOCK-1011"
+    ],
+    "primarySku": "FLOCK-1011-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV212_windsor_CHOCOLATESILVER_1076x_6dae09e9-e4b2-4a14-819c-438a84f13a5d.webp?v=1734414949",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/bellas-windsor-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:46:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286045747",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "bellas-windsor-flocked-velvet-wallpaper-1",
+    "description": "Bella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an intricate, elegant pattern, adding depth and sophistication to any space. Perfect for refined interiors seeking timeless charm. #luxurywallpaper #elegantinteriors #texturedwalls B",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Avocado",
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Chestnut",
+      "Crimson",
+      "Fern",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Sage",
+      "Salmon",
+      "Slate",
+      "Taupe",
+      "Tropical",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1012-sample",
+      "FLOCK-1012"
+    ],
+    "primarySku": "FLOCK-1012-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper.png?v=1760485192",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/bellas-windsor-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:47:53Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495695229040",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67004",
+    "description": "Velour Velvet Flock WallpaperElegant Bird Vine Flock Velvet Wallpaper features a delicate vine pattern with graceful birds rendered in luxurious flocked velvet texture, adding depth and soft sophistication to any space. #luxurywallcoverings #velvettexture #interiorstyle The Bird Vine Flock Velvet Wallpaper features an elegant design of delicate vines intertwined with stylized birds, rendered in a plush velvet finish. This Limited Stock Flocked piece adds texture and sophistication to any space. #luxurywallcoverings #interiordecor #texturedwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "Army",
+      "ASTM E84 Class A",
+      "bird",
+      "Birds",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Moss",
+      "Pastel",
+      "Pewter",
+      "Salmon",
+      "Slate",
+      "Smoke",
+      "Stone",
+      "Taupe",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Vine",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67004-sample"
+    ],
+    "primarySku": "WOF-67004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9666917c503f023a4765e6363a53aa6e.jpg?v=1572309129",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67004",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:52:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495695458416",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67005",
+    "description": "A sophisticated wallpaper design featuring a harmonious blend of subtle textures and refined tones, creating a serene and contemporary ambiance. Ideal for elevating modern interiors with understated elegance. #luxurywalls #interiorspace #moderntextures",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "ASTM E84 Class A",
+      "Beige",
+      "bird",
+      "Birds",
+      "Black",
+      "Brown",
+      "Class A Fire Rated",
+      "Coral",
+      "Cream",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Silver",
+      "Teal",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67005-sample"
+    ],
+    "primarySku": "WOF-67005-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/048e6b3fefb84ce6096eef066ec8939a.jpg?v=1572309130",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67005",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:52:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495696113776",
+    "title": "Bird Vine Flock Velvet Wallpaper",
+    "handle": "bird-vine-flock-velvet-wallpaper-wof-67007",
+    "description": "Velour Velvet Flock WallpaperBird Vine Flock Velvet Wallpaper by Limited Stock Flocked features delicate birds perched amid graceful vines with a lush velvet texture, adding depth and sophistication to any space. #luxurywallcoverings #velvetdesign #elegantinteriors Bird Vine Flock Velvet Wallpaper showcases delicate birds perched amid elegant vine motifs in a plush, flocked velvet finish. This luxurious design adds texture and charm to sophisticated interiors. #luxurywallcoverings #elegantinteriors #textileinspiredwallpaper A stunning flocked velvet wallpaper featuring birds perched on delicate vines, adding a luxurious, nature-inspired charm. #luxurywalls #homedecorstyle #velvetwallpaperA refined composition unfolds in this wallpaper image—an interplay of muted tones and delicate textures create a serene yet sophisticated ambiance, ideal for elevated interiors. #luxuryinteriors #wallartdesign #modernwallcoverings",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ANIMAL/INSECTS",
+      "ASTM E84 Class A",
+      "bird",
+      "Birds",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Cherry",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Mauve",
+      "Neutral",
+      "Onyx",
+      "Plum",
+      "Purple Flock On Black",
+      "Rose",
+      "Salmon",
+      "Smoke",
+      "Taupe",
+      "Umber",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Vine",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67007-sample"
+    ],
+    "primarySku": "WOF-67007-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0608edb9ed99febe438e483f540b6c7e.jpg?v=1572309130",
+    "imageAlt": "Bird Vine Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/bird-vine-flock-velvet-wallpaper-wof-67007",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494828351600",
+    "title": "Black Flock Damask on White Background",
+    "handle": "black-flock-damask-on-white-background-wflo-3008",
+    "description": "Large Scale Black Flocked Velvet Damask Wallpaper on White As seen at the world famous Hustler Club - Las Vegas, Nevada Hustler Mega-Club Set to Open in Vegas By Bob Johnson, XBIZ.com Fri, Jun 25 2010 - LAS VEGAS - Described as the most expensive gentleman��s club ever built, the Vegas Hustler Club is set to open in July. The ambitious $30 million mega-club venture is a partnership between Hustler founder Larry Flynt and Deja Vu Showgirls' Jason \"Cash\" Mohney. The new \"erotic events center\" is one of 25 Hustler Clubs across the country and is slated to open its doors just in time for the Gentlemen��s Club Convention slated for August. Club owner Mohney said,This gentleman��s club is more than another strip club. It is to be an ultra erotic event center designed to serve corporations that want to add a little spice to their events, and want to avoid the high cost of other venues. In development since since 2008, the approximately 70,000 square-foot, four-story project houses the club and a 25,000 square-foot Hustler Hollywood retail store. The center also includes five bars, a DJ booth on the second level, banquet seating for patrons, 20 Honey Suites �� some of which have direct views of the aerial catwalks or the main stage and six exclusive VIP Grand Honey Suites (two reserved for Flynt, Mohney and their guests). Plans also call for the roof patio to include a wedding chapel, hot tubs, cabanas, separate bar, nightlife events and more all with views of the city. LFP founder Larry Flynt told XBIZ, ��Las Vegas is the entertainment capital of the world and we��re excited to bring the Hustler brand into the marketplace.�� The site of the complex has been visible for some time from Interstate 15 the main highway into Vegas.",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3008-sample"
+    ],
+    "primarySku": "WFLO-3008-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/66338a8e237346e573458d5a010f853e.jpg?v=1572308905",
+    "imageAlt": "Black Flock Damask on White Background",
+    "productUrl": "https://designerwallcoverings.com/products/black-flock-damask-on-white-background-wflo-3008",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287323699",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "copy-of-veronicas-madison-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an elegant, intricate pattern that adds depth and sophistication to any space. Perfect for creating a refined and timeless interior ambiance. #luxurywalls #velvetwallcovering #sophisticateddesign Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features luxurious velvet texture with an elegant, raised pattern, creating depth and sophistication in any space. Perfect for refined interiors seeking subtle opulence. #luxurywallcoverings #velvetwallpaper #elegantinteriors Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features an elegant, plush velvet texture with intricate, classic motifs creating a luxurious ambiance. Perfect for adding depth and sophistication to upscale interiors. #luxurywallcoverings #velvetwallpaper #interiorstyle Blair's Empire features an opulent velvet flocked texture with intricate patterns, adding depth and luxury to any space. Crafted by Phillipe Romano, this wallpaper embodies elegance and timeless style. #luxuryinteriors #velvetwallpaper #elegantdesign Rich velvet texture and bold flocked pattern define Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano. Stunning depth and opulence for any interior. #luxurywalls #velvetwallpaper #homedecorstyle Deep navy velvet serves as the backdrop for a regal flocked damask pattern in Blair's Empire by Phillipe Romano. Rich texture and timeless elegance make this wallpaper a luxurious statement. #luxuryinteriors #velvettouches #wallpaperdesign Blair's Empire Flocked Velvet Wallpaper by Phillipe Romano features an opulent damask motif in rich, textured velvet. A bold, luxurious statement for any refined space. #luxurydesign #velvethome #highendinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Grey",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Pewter",
+      "Plum",
+      "Slate",
+      "Smoke",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1018-sample",
+      "FLOCK-1018"
+    ],
+    "primarySku": "FLOCK-1018-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV219_empire_BLACKWHITE_1200x_d37a4aa8-89a0-49f3-a43e-78873da2a698.webp?v=1734414934",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-veronicas-madison-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:58:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287553075",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleExperience the opulence with Blair's Empire Flocked Velvet Wallpaper from Phillipe Romano. A choice that offers grandeur for your walls. #LuxuryWallpaper #PhillipeRomano #VelvetWallpaperA serene visual unfolds with soft tonal variations and delicate textural nuances, evoking a sense of calm sophistication. The design brings depth and elegance to any interior space. #luxuryinteriors #modernwallcoverings #elegantspacesAn artful composition of soft hues and textured layers creates a serene visual rhythm. The design evokes understated elegance through its refined detail and balanced composition. #luxurywalls #interiorspace #decorinspirationA stunning composition of rich textures and refined tones, this wallpaper evokes a sense of timeless sophistication. Subtle contrasts and intricate detailing create depth, making it an elegant choice for curated interiors. #luxurywalls #interiorspace #textileartA graceful interplay of muted tones and textured layers creates a serene atmosphere in this wallpaper. The subtle design evokes refined sophistication, making it a timeless addition to any space. #luxuryinteriors #wallartdetails #statementwalls",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sky",
+      "Slate",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Walnut",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1019-sample",
+      "FLOCK-1019"
+    ],
+    "primarySku": "FLOCK-1019-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV220_empire_BLACKGOLD_1200x_8e6c32c0-caeb-461d-801b-12683ee8b121.webp?v=1734414932",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:01:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6790375473203",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features rich flocked velvet in a grand, ornamental pattern. Deep tones and luxe texture bring regal sophistication to any space. #velvetwallpaper #luxuryinteriors #bespokehomes #texturaldesignA captivating wallpaper design featuring a harmonious blend of organic textures and subtle, flowing patterns. Soft tones and refined detailing add depth and sophistication to any space. #luxurywalls #moderninteriors #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Crimson",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1052-sample",
+      "FLOCK-1052"
+    ],
+    "primarySku": "FLOCK-1052-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-08-11at4.48.44PM.png?v=1734414865",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-11T23:47:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754524364851",
+    "title": "Bouquet Damask Flocked Velvet - Black on Gray",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-3",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 A refined composition of subtle textures and harmonious tones, this wallpaper evokes a sense of quiet sophistication. Its understated elegance makes it a timeless choice for curated interiors. #wallart #luxurydesign #interiorstyleA serene composition of gentle tones and intricate texture brings depth and sophistication to the space. The wallpaper exudes quiet elegance, perfect for refined interiors. #interiordecor #luxurywalls #moderninteriorsA graceful composition of refined tones and subtle texture, this wallpaper evokes sophistication through minimalist harmony. An understated yet artful presence that elevates any interior. #luxuryinteriors #wallartdecor #modernwallcoveringA serene composition featuring intricate textures and muted tones, this wallpaper evokes a sense of quiet sophistication. Its subtle elegance enriches any space with timeless charm. #luxurywalls #interiordecor #modernclassicsA refined composition of soft hues and intricate detailing offers a serene, sophisticated ambiance. The design evokes a quiet elegance, ideal for intimate or contemplative spaces. #wallart #luxuryinteriors #modernwalls",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Lace",
+      "new flock",
+      "Plum",
+      "Residential",
+      "Salmon",
+      "Screen Print",
+      "Slate",
+      "Taupe",
+      "Terracotta",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Violet",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-48305SAMPLE",
+      "PRNC-48305"
+    ],
+    "primarySku": "PRNC-48305SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.38.24PM.png?v=1655329158",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:38:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447306352",
+    "title": "Carneros Flock Wallpaper",
+    "handle": "carneros-walls-by-luxotica-flock-velvet-wallpaper-flock-5123",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5123-Sample"
+    ],
+    "primarySku": "Flock-5123-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/32859b333acc2da142d784640dd2b77a.jpg?v=1734415051",
+    "imageAlt": "Carneros��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/carneros-walls-by-luxotica-flock-velvet-wallpaper-flock-5123",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495446913136",
+    "title": "Carumaba Walls by Luxotica Flock Wallpaper",
+    "handle": "carumaba-walls-by-luxotica-flock-velvet-wallpaper-flock-5120",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5120-Sample"
+    ],
+    "primarySku": "Flock-5120-Sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/95ec78fe3c5496426e8edd66ab22a35b.jpg?v=1734415054",
+    "imageAlt": "Carumaba��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/carumaba-walls-by-luxotica-flock-velvet-wallpaper-flock-5120",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447601264",
+    "title": "Castelan",
+    "handle": "castelano-walls-by-luxotica-flock-velvet-wallpaper-flock-5124",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleCastelan by Phillipe Romano features a luxe flock velvet texture with a classic yet contemporary pattern, creating depth and elegance for refined interiors. #luxurywallcoverings #velvetwallpaper #interiordecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Brown",
+      "Ebony",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grey",
+      "Maroon",
+      "Rose",
+      "Silver",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-5124-Sample"
+    ],
+    "primarySku": "Flock-5124-Sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aa6128003472bda870331389ef4ca50c.jpg?v=1734415049",
+    "imageAlt": "Castelano��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/castelano-walls-by-luxotica-flock-velvet-wallpaper-flock-5124",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610816991283",
+    "title": "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER",
+    "handle": "chennai-cobalt-blue-wallpaper",
+    "description": "Capturing the vibrant large scale check of its pure silk counterpart, this stunning wallpaper reinvents classical tartan check in a new, contemporary way. Digitally printed onto a non-woven ground with flocked check detail to enhance the graphic check pattern. 52cm wide in a conventional 10m long roll in five stunning colourways.CHENNAI COBALT FLOCK VELVET BLUE by Designer's Guild features a rich cobalt blue velvet texture with a lush, flocked pattern creating depth and an elegant, tactile finish—perfect for sophisticated interiors. #luxurydesign #velvetwallpaper #homedecor The Chennai Cobalt Flock Velvet Blue Wallpaper by Designer's Guild features a rich cobalt blue background with intricate velvet flock patterns, adding depth and texture for a luxurious, elegant space. #luxuryinteriors #velvetwallcovering #designerwallcoverings",
+    "vendor": "Designer's Guild",
+    "productType": "",
+    "tags": [
+      "Art Production",
+      "Azure",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Crimson",
+      "Custom",
+      "Customize",
+      "Designer's Guild",
+      "Flock Velvet",
+      "Flocked",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Honey",
+      "Indigo",
+      "Ivory",
+      "Mocha",
+      "Neutral",
+      "new flock",
+      "Plaid",
+      "Plum",
+      "Salmon",
+      "Set Decorator",
+      "Set Design",
+      "Slate",
+      "Steel",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallcoverings",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER"
+    ],
+    "primarySku": "CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138983.jpg?v=1633561810",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/chennai-cobalt-blue-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-06T23:03:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836914227",
+    "title": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "handle": "dwdg-985651",
+    "description": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Chocolate",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985685"
+    ],
+    "primarySku": "DWDG-985685",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138982.jpg?v=1747248406",
+    "imageAlt": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985651",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836979763",
+    "title": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "handle": "dwdg-985661",
+    "description": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Chocolate",
+      "Designer'S Guild Wallpaper",
+      "European",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985695"
+    ],
+    "primarySku": "DWDG-985695",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138981.jpg?v=1747248409",
+    "imageAlt": "Chennai Flock Velvet Plaid Chocolate Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985661",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610837045299",
+    "title": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "handle": "dwdg-985761",
+    "description": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Chennai Flock Velvet Plaid",
+      "Cobalt Blue",
+      "Designer'S Guild Wallpaper",
+      "European",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Plaid",
+      "Straight Match",
+      "Texture",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985795"
+    ],
+    "primarySku": "DWDG-985795",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138983_0a01067a-8c7b-4421-8822-900161e5aa1d.jpg?v=1747248412",
+    "imageAlt": "Chennai Flock Velvet Plaid Cobalt Blue Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985761",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610821709875",
+    "title": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "handle": "dwdg-985621",
+    "description": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Chennai Flock Velvet Plaid",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Fuschia Pink",
+      "Pink",
+      "Plaid",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985655"
+    ],
+    "primarySku": "DWDG-985655",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138979_71b82d17-81cb-4719-905f-84c8c0b345e2.jpg?v=1747248398",
+    "imageAlt": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985621",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-06T23:39:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/6610836848691",
+    "title": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "handle": "dwdg-985631",
+    "description": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "vendor": "Designers Guild",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.5\" X 11 Yds",
+      "Black",
+      "Blush",
+      "Chennai Flock Velvet Plaid",
+      "Designer'S Guild Wallpaper",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Wallpaper",
+      "Fuschia Pink",
+      "Indigo",
+      "Ivory",
+      "New Flock",
+      "Non-Woven Wallpaper",
+      "Pink",
+      "Plaid",
+      "Salmon",
+      "Straight Match",
+      "Texture",
+      "Tomato",
+      "V: 20.87\" H:20.47\"",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWDG-985665"
+    ],
+    "primarySku": "DWDG-985665",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/138979.jpg?v=1747248401",
+    "imageAlt": "Chennai Flock Velvet Plaid Fuschia Pink Wallpaper | Designers Guild",
+    "productUrl": "https://designerwallcoverings.com/products/dwdg-985631",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-07T00:39:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/1502406049904",
+    "title": "Christian Lacroix Digital Flock Garden",
+    "handle": "christian-lacroix-digital-flock-garden-flock-777",
+    "description": "Christian Lacroix Digital Flock Garden WallpaperChristian Lacroix Digital Flock Garden showcases lush, textured foliage in velvety hues, creating a sophisticated, tactile botanical scene. Perfect for adding depth and luxury to any interior. #luxurywallcoverings #botanicaldesign #interiorstyle Christian Lacroix Digital Flock Garden showcases lush, intricate foliage in rich textures, creating an elegant, tactile floral tapestry. Perfect for spaces needing vibrant, artistic charm with a sophisticated touch. #LuxuryInteriors #TexturedWallcoverings #ArtfulDesign A lush garden scene comes to life with vibrant florals, exotic birds, and flocked texture in this bold artistic design. #luxuryinteriors #wallart #decorinspiration Lush botanicals and vivid color bursts bring a dramatic flair to the Christian Lacroix Digital Flock Garden. Rich textures and layered patterns create a dreamy, modern escape. #luxurywalls #decorinspo #wallartstyleA serene composition of soft hues and intricate textures unfolds across the wallpaper, evoking a sense of refined elegance and modern tranquility. Perfect for elevating any interior space. #luxurywalls #homedecorstyle #elegantinteriors",
+    "vendor": "Showroom Line",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Art Production",
+      "Black",
+      "Brick",
+      "Cerise",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Crimson",
+      "Custom",
+      "Customize",
+      "Ebony",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Rust",
+      "Salmon",
+      "Set Decorator",
+      "Set Design",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-777"
+    ],
+    "primarySku": "Flock-777",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/590987e92a02cc7d7f56fed0f11ecbb7.png?v=1572310821",
+    "imageAlt": "Christian Lacroix Digital Flock Garden",
+    "productUrl": "https://designerwallcoverings.com/products/christian-lacroix-digital-flock-garden-flock-777",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-02T03:55:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495696408688",
+    "title": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "handle": "christopher-street-baroque-flock-velvet-wallpaper-wof-67008",
+    "description": "Velour Velvet Flock WallpaperThe Christopher Street Baroque Flock Velvet Wallpaper features an intricate baroque pattern with lavish velvet flocking, creating a luxurious textured effect in rich tones. Perfect for adding elegance and depth to any space. #luxurywallcoverings #elegantdesign #textilewalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Juniper",
+      "Linen",
+      "Moss",
+      "Pastel",
+      "Pearl",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Seafoam",
+      "Solid",
+      "Texture",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67008-sample"
+    ],
+    "primarySku": "WOF-67008-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/88139eeb0bc447402ba3ac69d9365444.jpg?v=1572309130",
+    "imageAlt": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/christopher-street-baroque-flock-velvet-wallpaper-wof-67008",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495697293424",
+    "title": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "handle": "christopher-street-baroque-flock-velvet-wallpaper-wof-67011",
+    "description": "Velour Velvet Flock WallpaperChristopher Street Baroque Flock Velvet Wallpaper features an intricate baroque pattern in rich velvet flocking, creating a luxurious, textured surface with classic ornate detailing. Perfect for elevating elegant interiors. #luxurydesign #velvetwallcovering #classicstyle Rich black velvet flock forms an ornate baroque pattern over a warm golden background in this striking wallcovering. A luxurious choice for dramatic spaces. #homedecorstyle #luxurywalls #wallpaperdesignAn artful blend of muted tones and intricate detailing creates a refined atmosphere. The wallpaper captures a sense of timeless elegance, evoking both texture and depth in a sophisticated composition. #luxuryinteriors #wallart #decorativewalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Pewter",
+      "Salmon",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67011-sample"
+    ],
+    "primarySku": "WOF-67011-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/57fb963951acc05455d0d97ee9bd8798.jpg?v=1572309130",
+    "imageAlt": "Christopher Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/christopher-street-baroque-flock-velvet-wallpaper-wof-67011",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:53:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495706239088",
+    "title": "Club 1970's Fan Flock Velvet Wallpaper",
+    "handle": "club-1970-s-fan-flock-velvet-wallpaper-wof-67023",
+    "description": "Velour Velvet Flock WallpaperStep back into the glamour of the 70's with this Club 1970's Fan Flock Velvet Wallpaper. Embrace the revival of flocked designs, brought to you by Limited Stock Flocked. #vintagechic #velvetwallpaper #retrodesignA refined composition of layered textures and muted tones evokes depth and tranquility. Subtle contrasts interplay across the surface, creating a sophisticated ambiance ideal for elevated interiors. #luxuryinteriors #texturaldesign #modernwallart",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "1970's",
+      "ASTM E84 Class A",
+      "Black",
+      "Brick",
+      "Class A Fire Rated",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Metallic",
+      "Plum",
+      "Sand",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67023-sample"
+    ],
+    "primarySku": "WOF-67023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/eb161f0951cd6f5a110f41015b5defbc_c6506964-768a-4318-9ceb-a0afd50e3331.jpg?v=1572309130",
+    "imageAlt": "Club 1970's Fan Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/club-1970-s-fan-flock-velvet-wallpaper-wof-67023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:48Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928405835841",
+    "title": "Crystal Palace Saloon Lace Flocked Velvet",
+    "handle": "crystal-palace-saloon-lace-flocked-velvet-prnc-26130",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Crystal Palace Saloon Lace Flocked Velvet is inspired by the intricate fabrics that line the dresses of music hall matriarchs in the wild west. Mesmerized by can-can's, and fine velvet, the Prince commissioned this pattern to share with you. Austrian Prince Fine Flocked Velvet Vol. 7 Delicate lace patterns in luxurious flocked velvet create a timeless, regal ambiance. Elegant and dramatic. #luxurydesign #velvettouch #wallartdecor #highendinteriors #flockedwallpaperA sophisticated wallpaper featuring an artful blend of muted tones and subtle textures, evoking a serene and refined ambiance. The design captures timeless elegance with understated detail. #interiordecor #luxurywalls #modernclassicstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Lace",
+      "new flock",
+      "Residential",
+      "Screen Print",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-26130-sample",
+      "PRNC-26130"
+    ],
+    "primarySku": "PRNC-26130-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26130.jpg?v=1572310873",
+    "imageAlt": "Austrian Prince Flocked Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/crystal-palace-saloon-lace-flocked-velvet-prnc-26130",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:45:19Z"
+  },
+  {
+    "id": "gid://shopify/Product/1501378510960",
+    "title": "Cynthia Bailey Burgundy Flock on Black",
+    "handle": "cynthia-bailey-burgundy-flock-on-black-wflo-900c",
+    "description": "Burgundy Flock on Black - Scroll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-900C-sample"
+    ],
+    "primarySku": "WFLO-900C-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f3718f46239864b7765bb5d0706d2407.png?v=1572310566",
+    "imageAlt": "Cynthia Bailey Burgundy Flock on Black",
+    "productUrl": "https://designerwallcoverings.com/products/cynthia-bailey-burgundy-flock-on-black-wflo-900c",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T19:32:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785283358771",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper from Phillipe Romano features a delicate, textured floral pattern in rich velvet, adding sophistication and timeless charm to any space. #luxurywallcoverings #velvetwallpaper #homedecorideas Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features intricate velvet damask details in a rich, tactile finish. Its timeless elegance and luxurious texture make it a refined choice for sophisticated interiors. #velvetwallpaper #luxurydesign #homedecorideas Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a refined velvet texture with intricate, delicate patterns in a soft, vintage-inspired palette. A timeless touch of elegance for any space. #luxuryinteriors #velvetwallpaper #textileartistry Rich flocked velvet in a delicate heirloom pattern brings vintage elegance to any space. A timeless touch by Phillipe Romano. #luxuryinteriors #velvetwallpaper #elevateddesign Luxurious flocked velvet in a petite heirloom motif, the Dapheny's wallpaper by Phillipe Romano adds timeless elegance. #luxurywalls #homedecorstyle #velvettouchA serene composition of soft tones and organic forms creates a refined atmosphere. The wallpaper evokes understated elegance, perfect for enhancing modern or classic interiors. #wallart #luxuryinteriors #modernwallcoveringAn artful interplay of texture and tone emerges, with layered hues suggesting depth and sophistication. The design evokes a calm elegance, perfect for refined interiors. #luxurywalls #moderninteriors #interiorinspirationA sophisticated interplay of texture and tone defines this wallpaper, featuring subtle gradients and refined detailing that evoke understated luxury. Ideal for elevating modern interiors with timeless elegance. #luxuryinteriors #moderndesign #wallartdecorA sophisticated composition of layered textures and subtle hues creates a refined ambiance. Delicate contrasts and organic flow evoke a serene, modern elegance. #luxuryinteriors #modernwallart #elegantspacesA serene composition unfolds in soft, harmonious tones, featuring an abstract interplay of light and texture. The design evokes subtle movement, offering a refined backdrop suited for sophisticated interiors. #interiordetails #modernwallart #luxurylivingA serene composition of soft tones and subtle textures unfolds across the wallpaper, offering a refined backdrop with timeless appeal. Its understated elegance invites depth and warmth into any space. #interiordecor #luxurywalls #artfulinteriorsA refined composition of muted hues and intricate texture lends this wallpaper a timeless grace. The subtle interplay of light and shadow creates a serene yet sophisticated ambiance. #elegantwalls #luxurydesign #interiorscapeA refined composition of color and texture unfolds across the wallpaper, blending nuanced tones with graceful symmetry. The design evokes a sense of calm sophistication, ideal for elevating contemporary or classic interiors. #luxurywalls #decorinspo #artfulspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Blonde",
+      "Brass",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Linen",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Off White",
+      "Plum",
+      "Salmon",
+      "Stone",
+      "Taupe",
+      "Texture",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1007-sample",
+      "FLOCK-1007"
+    ],
+    "primarySku": "FLOCK-1007-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV208_petite_heirloom_BEIGEIVORY_866x_54d6db16-87b7-4591-88a6-52a97c07f5ea.webp?v=1734414957",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:34:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785283751987",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a refined velvet texture with delicate, intricate patterns, blending classic elegance and subtle luxury for sophisticated interiors. #luxuryinteriors #velvetwallcoverings #elegantdesign A refined velvet texture meets timeless charm in Dapheny's Petite Heirloom by Phillipe Romano. Elegant flocked detail adds depth and vintage allure to any room. #luxuryinteriors #velvetwallpaper #homedecorstyle An elegant flocked velvet design, Dapheny's Petite Heirloom by Phillipe Romano features intricate, raised patterns on a soft, matte backdrop—bringing dimension and timeless charm to any space. #luxurydesign #velvettouch #flockedwallpaper #homedecorstyle A richly detailed velvet wallpaper with a delicate flocked pattern, Dapheny's Petite Heirloom adds timeless elegance to any room. The texture and depth create a refined, luxurious atmosphere. #luxurywalls #velvetwallpaper #homedecorinspo #designerstyle Dapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases elegant velvet flocking in a refined, antique-inspired pattern. The texture and detailing create timeless sophistication ideal for luxurious interiors. #velvetwalls #luxurydesign #textileartA refined composition of soft, layered textures creates a serene visual rhythm. Subtle contrasts and elegant tones bring depth and sophistication to the space. #luxuryinteriors #modernwallcoverings #sophisticatedspacesA serene composition unfolds with layered textures and subtle tones, evoking timeless sophistication. The interplay of light and shadow enhances its refined aesthetic, making it a distinguished choice for elevated interiors. #luxurywalls #interiorstyle #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Charcoal",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Salmon",
+      "SCARLET",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1008-sample",
+      "FLOCK-1008"
+    ],
+    "primarySku": "FLOCK-1008-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV209_petite_heirloom_SCARLETGOLD_916x_23d1f305-005f-4f4e-9a30-f344932a3683.webp?v=1734414955",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:36:13Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785284210739",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper-3",
+    "description": "Burgundy, Flock Velvet, Flock Walls, Flocked Velvet, Flocked Wallpaper, Grey, Luxury Restoration Wallpaper, new flock, Red, Slate, Velvet Wallpaper, Maroon, Gray, Brown, Umber, Olive, Brick, Chestnut, CrimsonAn elegant display of soft hues and intricate detailing creates a serene yet refined atmosphere. The composition suggests a timeless aesthetic, perfect for sophisticated interiors. #interiordesigninspo #luxurywalls #artfulinteriorsA refined composition of soft, intertwining forms creates a serene visual rhythm. The palette is understated, enhancing the texture and depth with quiet sophistication. #designinspiration #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1009-sample",
+      "FLOCK-1009"
+    ],
+    "primarySku": "FLOCK-1009-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV210_petite_heirloom_BURGUNDYSLATE_894x_9352faef-9097-4429-932d-4638ed699f4d.webp?v=1734414953",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:38:36Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494904406128",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "master-humphrey-s-green-on-green-flocked-velvet-flock-400",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Wallpaper by Phillipe Romano features a luxurious green-on-green flocked velvet design, creating depth with subtle texture and rich tones, perfect for an elegant, sophisticated space. #luxurywalls #velvetwallcoverings #elegantinteriors Lush green-on-green damask with a rich velvet flock—Daphney's Heirloom by Phillipe Romano is timeless elegance. #luxurywalls #homedecorstyle #velvetwallpaper Lush green velvet meets timeless flocked elegance in Phillipe Romano's Daphney's Heirloom design. A luxurious classic. #velvettouch #elevatedinteriors #textileartA serene composition of soft tones and delicate textures creates a refined ambiance. The wallpaper evokes understated elegance, enhancing any space with quiet sophistication. #luxuryinteriors #wallart #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1000-sample",
+      "FLOCK-1000"
+    ],
+    "primarySku": "FLOCK-1000-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV201_heirloom_BLACKWHITE_1065x_7352ba25-2b0c-40c8-a7e2-67fd76235ac7.webp?v=1734415080",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/master-humphrey-s-green-on-green-flocked-velvet-flock-400",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280507955",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with intricate, vintage-inspired patterns, adding elegance and depth to any space. Perfect for sophisticated interiors seeking timeless charm. #luxurywallcoverings #velvetdesign #elegantwalls Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a luxurious velvet texture with an intricate, timeless floral pattern. Its rich, tactile quality adds depth and elegance, perfect for refined spaces. #luxuryinteriors #velvetwallpaper #elegantdesign Daphney's Heirloom features a sumptuous flocked velvet texture with an intricate, classic pattern that exudes timeless luxury and depth, perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #classicdesignA sophisticated wallpaper design featuring intricate detailing and a refined palette, evoking timeless elegance and subtle luxury. Perfect for creating a serene and stylish interior backdrop. #interiordecor #luxurywalls #elegantspacesA refined composition of muted tones and intricate textures, this wallpaper evokes a sense of timeless elegance. Subtle detailing adds depth, making it a sophisticated choice for curated interiors. #luxuryinteriors #texturalwallcoverings #interiordecorA serene composition unfolds in this wallpaper image, blending soft tones with delicate textures to create a refined, atmospheric backdrop. An understated elegance radiates from its design, ideal for elevating interiors. #luxuryinteriors #modernwallcoverings #designinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Bronze",
+      "Charcoal",
+      "Cocoa",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mahogany",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Salmon",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1001-sample",
+      "FLOCK-1001"
+    ],
+    "primarySku": "FLOCK-1001-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV202_heirloom_BLACKPINK_1097x_55848708-2a59-4e1b-a96a-a5dc5e98a298.webp?v=1734414970",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:20:09Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280737331",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with intricate, classic floral motifs, adding depth and elegance to any space. A timeless choice for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantinteriors Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate velvet flocked pattern with classic floral and ornamental motifs, providing a luxurious texture and timeless elegance. Perfect for sophisticated interiors. #luxurywalls #velvetwallpaper #homedecor A rich velvet texture meets timeless elegance in Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano. #luxuryinteriors #velvettouch #textileinspireddecor Rich flocked velvet brings timeless elegance to walls with Daphney's Heirloom by Phillipe Romano. Luxurious depth and classic charm in every detail. #luxuryinteriors #velvetwallpaper #homedecorinspo #designerstyleA sophisticated interplay of tones and texture defines this wallpaper, with elegant detailing that adds depth and refinement to any interior. A timeless choice for a graceful atmosphere. #luxurywalls #interiorstyle #decorinspirationA refined composition of muted tones and delicate textures creates a serene and sophisticated ambiance. Subtle detailing adds depth, perfect for elevating any interior space. #elegantwalls #luxuryinteriors #modernwallcoveringsAn exquisite wallpaper featuring a harmonious blend of soft hues and intricate detailing, evoking a sense of timeless elegance and refined sophistication. Perfect for elevating any interior space. #interiorstyle #luxurywalls #elegantdecorA refined composition of color and texture unfolds in this wallpaper, offering subtle elegance and visual depth. Its graceful pattern evokes a sense of sophistication, ideal for curated interiors seeking timeless charm. #luxurywalls #homedecorstyle #elevatedinteriorsA graceful composition of organic forms and muted tones, this wallpaper evokes a sense of quiet sophistication. The subtle interplay of texture and pattern adds depth without overwhelming the space. #luxurywalls #interiorsinspo #modernheritage",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Aubergine",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Ebony",
+      "Eggplant",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grape",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "Merlot",
+      "Mocha",
+      "Neutral",
+      "new flock",
+      "Onyx",
+      "Orchid",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wheat"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1002-sample",
+      "FLOCK-1002"
+    ],
+    "primarySku": "FLOCK-1002-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV203_heirloom_BLACKPURPLE_1114x_0982e02e-ccd0-471f-8d1c-e316b0f89c26.webp?v=1734414968",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:21:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785282179123",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-5",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich texture with intricate, velvety patterns that evoke timeless elegance and sophistication. Perfect for adding depth and luxury to any space. #luxurydesign #texturedwalls #velvetwallcoverings Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases an intricate, raised velvet pattern with timeless elegance, adding depth and texture to any space. Perfect for refined interiors seeking a classic, luxurious touch. #luxurywallcoverings #velvettextures #interiordecor Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a luxurious velvet texture with an intricate, classic floral motif. Its rich, tactile surface adds timeless elegance and depth to any interior space. #luxurywallcoverings #velvetwallpaper #interiors Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with intricate, classic damask motifs, evoking timeless elegance and warmth in any space. Perfect for creating a luxurious, sophisticated ambiance. #wallcoveringdesign #luxuryinteriors #homeelegance Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with an elegant, classic pattern that adds depth and sophistication to any space. Perfect for creating timeless, luxurious interiors. #velvetwallpaper #luxurydesign #homedecorideas Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious raised velvet pattern in soft, elegant tones, adding depth and texture to any room. Perfect for creating a timeless and sophisticated ambiance. #decorativewalls #luxuryinteriors #texturedwallcoverings Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate textured design with a soft, luxurious velvet finish, evoking timeless elegance and depth in any interior setting. #elegantwalls #velvetwallpaper #luxuryinteriors Rich velvet texture meets timeless elegance in Phillipe Romano's Daphney's Heirloom Flocked Velvet Wallpaper. A stunning statement. #luxuryinteriors #velvettouch #flockedwallpaper #homedecorinspo #textilewallart Rich black velvet flocking forms a regal damask pattern over a metallic gold backdrop in this luxe statement wallpaper. #luxurydesign #velvettouches #wallartdecor Lush flocked velvet in rich tones forms an ornate, vintage-inspired pattern—luxury and history beautifully entwined. #velvetwallpaper #luxuryinteriors #textileart Luxurious dark velvet with a raised flock design, Daphney's Heirloom exudes timeless elegance. A bold statement. #homedecor #luxuryinteriors #velvettouch Elegant floral damask is brought to life in rich flocked velvet—timeless charm with a luxe touch. A Phillipe Romano classic. #luxuryinteriors #velvetwork #homedecorstyle Opulent flocked velvet with a vintage-inspired damask pattern—Daphney's Heirloom is pure elegance. #luxuryinteriors #velvettouch #wallartdecor Elegant damask patterns in rich, flocked velvet create a regal statement in Daphney's Heirloom by Phillipe Romano. #luxurywalls #velvettouches #interiorspaces Lush botanicals in raised flocked velvet create timeless elegance in Daphney's Heirloom by Phillipe Romano. A classic touch. #luxuryinteriors #velvetywalls #homedecorinspo Dramatic and elegant, *Daphney's Heirloom Flocked Velvet Wallpaper* by Phillipe Romano features a lush raised damask pattern on rich velvet. Perfect for creating a timeless, luxurious atmosphere. #luxurywalls #velvetwallpaper #interiorswithstyle Rich damask patterns in deep crimson and soft velvet texture bring timeless elegance to any space. A true classic. #velvettouches #luxurydecor #flockedwallpaper #interiorsinspo Sumptuous velvet texture meets intricate flocked detailing in Phillipe Romano’s Daphney's Heirloom Wallpaper. A timeless, luxurious statement for refined interiors. #luxuryinteriors #velvetwallpaper #textileart #interiordecor #wallartdesign Elegant and richly textured, Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a plush, botanical motif in deep, dramatic tones—adding timeless luxury to any interior. #luxurywalls #flockedwallpaper #velvetinteriors #homedecor #designdetails Elegant flocked velvet damask in a rich crimson hue, Daphney's Heirloom adds timeless charm and luxe texture. #velvetwallpaper #luxurydesign #homedecortrends #interiorsinspo #flockedwallcovering A luxurious flocked velvet surface meets antique-inspired elegance in Daphney's Heirloom by Phillipe Romano. Rich texture and classical patterning create timeless sophistication. #luxurydesign #velvethome #decorinspo #wallartstyle #interiorspaces Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features elegant velvet damask flocking on a smooth base. A timeless design with rich texture and vintage charm—perfect for creating a refined, classic interior. #luxurywalls #velvettouches #interiordetails Rich, velvety texture meets ornate detailing in Phillipe Romano’s Daphney's Heirloom Flocked Velvet Wallpaper. A timeless touch. #luxurywalls #flockedvelvet #wallartdecor Rich velvet texture meets timeless elegance in Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano. A classic refined. #velvetwallpaper #luxuryinteriors #homedecorinspo Luxurious flocked velvet with intricate, heirloom-inspired detailing—Daphney's Heirloom sets a timeless tone. #wallswithstyle #velvetwallpaper #luxurydesignA refined composition unfolds in gentle hues and intricate textures, evoking a serene atmosphere. The visual interplay of light and shadow enhances its timeless sophistication. #interiordetails #luxurywalls #moderninteriorsA serene composition of soft hues and gentle textures unfolds in this wallpaper, creating a refined backdrop that effortlessly elevates any space. Its subtle elegance invites tranquility and timeless charm. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Auburn",
+      "Berry",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Carmine",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Cinnabar",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "SCARLET",
+      "Slate",
+      "Stone",
+      "Taupe",
+      "Terra",
+      "Terracotta",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1005-sample",
+      "FLOCK-1005"
+    ],
+    "primarySku": "FLOCK-1005-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV206_heirloom_VARIEGATEDSCARLET_999x_49e40762-a751-4b30-8be2-b56ef4845d55.webp?v=1734414963",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-5",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:29:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/6790374457395",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDaphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano showcases a sophisticated, textured velvet pattern with classic, ornate detailing, creating a rich and elegant ambiance. Perfect for adding timeless luxury to any space. #luxurywallcoverings #elegantinteriors #velvetwallpaper Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with elegant, intricate patterns reminiscent of timeless heirlooms, adding depth and sophistication to any space. #LuxuryInteriors #VelvetWallpaper #ElegantDesigns Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an intricate floral and scroll pattern, evoking timeless elegance and depth. Perfect for adding refined warmth to any sophisticated space. #luxurydesign #velvetwallcoverings #elegantinteriorsAn elegant composition unfolds with layered textures and subtle tones, creating depth and refinement. The design evokes calm sophistication, ideal for serene, modern interiors. #luxurywalls #interiorstyle #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Cody",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Linen",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Ochre",
+      "Orange",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Salmon",
+      "Sand",
+      "SCARLET",
+      "Sepia",
+      "Taupe",
+      "Texture",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1004-sample",
+      "FLOCK-1004"
+    ],
+    "primarySku": "FLOCK-1004-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-08-11at4.45.50PM.png?v=1734414867",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-11T23:44:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555456864307",
+    "title": "Diana Damask Flock Velvet  Plum Purple Wallpaper",
+    "handle": "dwgb-700496",
+    "description": "Diana Velvet Flock DamaskPlum contrasts an opulent flock design with an equally luscious color palette. A raised pattern is created by sprinkling powdered wool and a shimmer plum backdrop is added that lends itself to promote a classic and sleek look. This wallpaper is beautifully metallic and rich in pattern resulting in a sophisticated look.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Plum WallpaperExperience the sublime luxury of the Diana Damask Flock Velvet Plum Purple Wallpaper. A masterful creation by Phillipe Romano Flock Wallpaper. #LuxuryWallpaper #VelvetDesign #PhillipeRomano The Diana Damask Flock Velvet Plum Purple Wallpaper by Phillipe Romano features an elegant damask pattern in rich plum hues with a velvet flock texture, adding depth and luxury to any space. Perfect for sophisticated interiors. #luxurywallcoverings #damaskdesign #elegantwalls Diana Damask Flock Velvet in rich plum purple features an elegant damask pattern with a luxurious velvet texture, adding depth and sophistication to any space. Perfect for a refined and stylish interior. #luxurywallcoverings #velvetwallpaper #elegantinteriors Rich plum purple velvet meets classic damask in this luxurious flock wallpaper by Phillipe Romano. A timeless statement. #luxuryinteriors #velvettouch #damaskdesigns Rich plum purple velvet meets classic damask in this luxurious flock wallpaper. A timeless touch of opulence. #luxurydesign #velvetwallpaper #damaskstyleAn elegant composition featuring intricate textures and subtle hues, this wallpaper exudes refined sophistication. Its artful detailing creates depth and a sense of quiet luxury, perfect for timeless interiors. #luxurywalls #texturaldesign #interiordecorAn elegant composition of subtle textures and refined tones, this wallpaper evokes a sense of calm sophistication. Its understated design makes it a graceful addition to any interior. #luxurywalls #homedecorinspo #moderninteriorsA refined composition of texture and tone, this wallpaper evokes subtle sophistication through its understated design. Its visual rhythm and muted palette offer timeless appeal, perfect for elevating any interior. #luxurywalls #moderndecor #elegantinteriorsA refined composition of natural tones and intricate texture unfolds across the wallpaper, evoking a sense of quiet elegance and depth. The visual effect is both serene and sophisticated, perfect for elevating interior spaces. #luxuryinteriors #texturalwalls #elegantdecorA refined visual featuring intricate textures and subtle tones, this wallpaper exudes timeless sophistication. Its elegant detailing creates a serene and immersive ambiance, perfect for upscale interiors. #luxurywalls #interiorstyle #wallartdecor",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Aubergine",
+      "Black",
+      "Charcoal",
+      "Claret",
+      "Damask",
+      "Eggplant",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Plum",
+      "Gray",
+      "Indigo",
+      "Mauve",
+      "Merlot",
+      "Mulberry",
+      "Neutral",
+      "new flock",
+      "Onyx",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700496-Sample",
+      "DWGB-700496"
+    ],
+    "primarySku": "DWGB-700496-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106586_1_7c110333-42d0-4d11-b6b1-6a5858d09fb4.jpg?v=1619855648",
+    "imageAlt": "106586 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700496",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:56:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440709683",
+    "title": "Diana Damask Flock Velvet Black and Silver Wallpaper",
+    "handle": "dwgb-700164",
+    "description": "Diana Velvet Flock Damask Black and Silver fully puts on display the intricate, beautiful design pattern. Dark, rich and strong, this wallpaper creates a stunning, dramatic effect. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Non-woven wallpaper, won't shrink or expand overtime.Designer Wallcoverings and Fabrics is a leading authorized dealer of Diana Velvet Flock Damask Black and Silver WallpaperLuxe and dramatic, the Diana Damask Flock Velvet Black and Silver Wallpaper stuns with bold silver patterns over rich black velvet. A timeless damask brought to life with texture and contrast. #luxuryinteriors #velvetwallpaper #damaskdesign Velvety flock meets dramatic elegance in this black and silver damask—bold contrast with timeless charm. #luxurywalls #damaskdesign #velvetytexture A bold interplay of black and silver, the Diana Damask Flock Velvet wallpaper by Phillipe Romano adds timeless drama. #luxurywalls #velvettouch #damaskdesignA refined composition of muted tones and intricate textures creates a serene, sophisticated ambiance. The design evokes subtle movement and timeless elegance, perfect for elevating contemporary interiors. #elegantwalls #luxuryinteriors #modernwallcoveringsA refined composition of colors and textures unfolds in this wallpaper, offering depth and sophistication. Its intricate details invite a closer look, enhancing any space with quiet elegance. #interiordecor #artfulwalls #moderninteriorsA luxurious wallpaper design featuring layered textures and a harmonious blend of soft, muted tones. The composition evokes depth and sophistication, ideal for elevating any refined interior space. #luxurywalls #interiorstyle #elegantdecorA serene and refined composition unfolds in this wallpaper image, featuring a graceful interplay of texture and tone. The understated palette and delicate forms evoke quiet sophistication. #elegantwalls #luxuryinteriors #artfulspacesAn intricate tapestry of soft tones and refined texture unfolds, evoking a serene sense of depth and elegance. The composition suggests subtle movement, ideal for elevating modern or classic spaces. #luxurywalls #interiorstyle #artfulinteriors",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Black",
+      "Black/Silver",
+      "Brick",
+      "Camel",
+      "Charcoal",
+      "Copper",
+      "Damask",
+      "Denim",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Gothic Damask Flock Black and Silver",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Linen",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Slate",
+      "Smoke",
+      "Solid",
+      "Stone",
+      "Taupe",
+      "Texture",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700164-Sample",
+      "DWGB-700164"
+    ],
+    "primarySku": "DWGB-700164-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104562_2_45bcb57a-262e-45e4-8642-782cb1b82993.jpg?v=1640713157",
+    "imageAlt": "104562 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700164",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555456831539",
+    "title": "Diana Damask Flock Velvet Black Wallpaper",
+    "handle": "dwgb-700495",
+    "description": "Sprinkled with powdered wool to make a raised pattern, Diana Velvet Flock Damask Black combines a moody black textural flock design on an opulent textured shimmer backdrop, creating a luscious and sumptuous feel.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Noir WallpaperThe Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano features an elegant damask pattern in a plush velvet texture. Its rich black tones and intricate design add depth and sophistication to any space. #luxurywallcoverings #damaskdesign #elegantinteriors Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano features an elegant damask pattern with a luxurious velvet texture in deep black, adding depth and sophistication to any space. Perfect for refined, timeless interiors. #luxurywallcoverings #elegantdesign #interiorstyle Bold and sophisticated, the Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano brings rich texture and drama. A striking black velvet damask pattern adds timeless elegance to any upscale interior. #velvetwallpaper #luxurydesign #interiorstyle Rich velvet texture meets timeless style in the Diana Damask Flock Velvet Black Wallpaper by Phillipe Romano Flock Wallpaper. A bold black damask pattern adds luxurious depth to any space. #luxuryinteriors #velvettouch #damaskdesigns #walldecorinspoA refined composition of muted tones and delicate textures creates a serene ambiance. Elegant visual contrast invites a sense of depth and sophistication. #luxuryinteriors #modernwallart #elevatedspacesAn elegant wallpaper featuring a harmonious blend of soft tones and intricate detailing, evoking a refined and timeless aesthetic. The design offers sophistication and subtle texture, perfect for elevating interiors with understated beauty. #interiordecor #wallart #luxurydesignA sophisticated wallpaper featuring an intricate interplay of texture and tone, presenting a refined visual depth that enhances any interior with understated elegance. #luxuryinteriors #wallartistry #elevatedspacesAn artful interplay of texture and tone unfolds across the wallpaper, revealing a refined palette and subtle patterning that elevates any space with quiet sophistication. #luxuryinteriors #wallartdecor #modernwallsA serene composition featuring muted tones and delicate texture creates a refined ambiance. The wallpaper suggests sophistication through subtle visual depth and understated elegance. #luxurywalls #interiorstyle #elegantspaces",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Almond",
+      "Apricot",
+      "Biscuit",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Copper",
+      "Crimson",
+      "Damask",
+      "Ebony",
+      "Exclusive",
+      "Flock",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Noir",
+      "Gray",
+      "Greige",
+      "Indigo",
+      "Ivory",
+      "Mocha",
+      "Mushroom",
+      "new flock",
+      "Onyx",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Steel",
+      "Taupe",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Violet",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700495-Sample",
+      "DWGB-700495"
+    ],
+    "primarySku": "DWGB-700495-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?v=1640713188",
+    "imageAlt": "106585 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700495",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:56:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440775219",
+    "title": "Diana Damask Flock Velvet Cobalt Wallpaper",
+    "handle": "dwgb-700165",
+    "description": "Lavish and luxurious, Diana Velvet Flock Damask Cobalt combines dark moody navy flock design on an opulent textured shimmer backdrop, creating a plush and sumptuous feel. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Flock, luxury designed wallpaper sprinkled with powdered wool to create a raised pattern. None Washable (we recommend vacuuming this paper to help keep the flock clean and looking like new).Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Flock Cobalt WallpaperThe Diana Damask Flock Velvet in Cobalt features an elegant, classic damask pattern with a rich, velvety texture that adds depth and luxury to any space. From Phillipe Romano Flock Wallpaper, it's perfect for sophisticated interiors. #luxurywallcoverings #interiordecor Lush cobalt blue and rich velvet flocking bring regal depth to the Diana Damask wallpaper by Phillipe Romano. A timeless statement. #luxuryinteriors #velvetwallpaper #damaskdesignA refined composition of serene tones and intricate detail, this wallpaper evokes a sense of timeless sophistication. Ideal for elevating interiors with subtle artistry and graceful texture. #luxurywalls #interiordecor #modernclassicstyleA captivating blend of muted tones and intricate textures creates a sophisticated ambiance in this wallpaper design. Delicate patterns evoke timeless elegance, perfect for refined interior spaces. #interiorstyle #luxurydesign #wallartdecor",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Amber",
+      "Black",
+      "Bronze",
+      "but I need the real HEX color values in order to proceed. Once you provide them",
+      "Charcoal",
+      "Cocoa",
+      "Copper",
+      "Damask",
+      "Ebony",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Flock Cobalt",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "I’ll return the one-word color names as requested.",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Slate",
+      "Sure! Please provide the actual HEX codes so I can assign color names to them. The current placeholder code you shared seems to refer to retrieving HEX values dynamically",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWGB-700165-Sample",
+      "DWGB-700165"
+    ],
+    "primarySku": "DWGB-700165-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104563_2_da8668b1-a7fa-4d14-9b7c-410c38f205b8.jpg?v=1640713168",
+    "imageAlt": "104563 Wallpaper Available Exclusively at Designer Wallcoverings",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700165",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489217587",
+    "title": "Fanfare Flock - Ochre/Char Gold By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "handle": "dwkk-g17a70b86",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A refined composition of graceful tones and intricate textures creates a serene ambiance. The interplay of light and shadow adds depth, enriching the visual experience with understated elegance. #luxurywalls #moderninteriors #textileinspireddesign",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/7027.Cs.0",
+      "20.5In",
+      "Azure",
+      "Botanical & Floral",
+      "Charcoal",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "display_variant",
+      "Fanfare Flock",
+      "Floral",
+      "Gray",
+      "Ochre/Char",
+      "Orange",
+      "Paper - 100%",
+      "Plum",
+      "Salmon",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133956-Sample",
+      "DWKK-133956"
+    ],
+    "primarySku": "DWKK-133956-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_7027_CS_15444f84-06c6-41d7-9ee5-5b0bb74564b4.jpg?v=1753305082",
+    "imageAlt": "Fanfare Flock - Ochre/Char Gold By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g17a70b86",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495053140080",
+    "title": "Flocked Elizabethan Stripe - Beige/Beige",
+    "handle": "flocked-elizabethan-stripe-beige-beige-wflo-3093",
+    "description": "Flocked Elizabethan Stripe - Beige/BeigeElegant beige-on-beige stripes with raised flocked detailing create a timeless, regal texture. A true classic. #luxurywalls #textileinspired #elegantinteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "Salmon",
+      "Sand",
+      "Stone",
+      "Stripe",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3093-sample"
+    ],
+    "primarySku": "WFLO-3093-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ab2c6d11545ccf58ad329748b684084e.jpg?v=1572308941",
+    "imageAlt": "Flocked Elizabethan Stripe - Beige/Beige",
+    "productUrl": "https://designerwallcoverings.com/products/flocked-elizabethan-stripe-beige-beige-wflo-3093",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:54:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785288044595",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA rich, tactile damask design in deep charcoal-black velvet brings timeless drama to any space. Sophisticated allure. #luxuryinteriors #velvetwallpaper #flockedwallcovering Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious raised pattern in deep, rich tones. This textured velvet design adds timeless elegance and tactile sophistication to any interior. #luxuryinteriors #velvetwallpaper #textileartA refined composition of muted tones and delicate textures creates a tranquil atmosphere. The design evokes subtle sophistication, perfect for enhancing serene, modern interiors. #elegantwalls #luxurydesign #curatedinteriorsA refined composition of soft tones and intricate detailing, this wallpaper evokes a sense of quiet sophistication—ideal for elevating any interior with understated elegance. #luxurywalls #interiordecor #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "Neutral",
+      "Pastel",
+      "Plum",
+      "Salmon",
+      "Sand",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1021-sample",
+      "FLOCK-1021"
+    ],
+    "primarySku": "FLOCK-1021-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV223_st_moritz_BLACKGOLD_install_818x_cce656ab-85d6-46e2-92a3-28e047a5b858.webp?v=1734414928",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:06:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785288831027",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "copy-of-florences-st-moritz-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleFlorence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with a sophisticated floral motif, creating an elegant and tactile wall statement. Perfect for adding depth and luxury to any interior. #luxurydesign #velvetwallcovering #elegantinteriors Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with a subtle, intricate pattern that adds depth and sophistication to any space. Perfect for elevating interiors with a touch of refined elegance. #luxurywallpaper #velvetwallcoverings #interiorstyle Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with subtle, elegant patterns that add depth and sophistication to any space. Perfect for creating a luxurious, tactile ambiance. #luxurywallcoverings #velvetwallpaper #elegantinteriorsAn elegant wallpaper design featuring a harmonious blend of intricate detailing and refined texture, evoking a sense of timeless sophistication and modern allure. Ideal for elevating any interior space. #luxurywalls #interiordecor #artfulinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Auburn",
+      "Black",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Charcoal",
+      "Cherry",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Garnet",
+      "Golden",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Mauve",
+      "Merlot",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Rust",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wine"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1022-sample",
+      "FLOCK-1022"
+    ],
+    "primarySku": "FLOCK-1022-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV224_st_moritz_MAROON_1041x_f80aa2b0-8d7b-4282-a354-0afeb9c72d6f.webp?v=1734414926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-florences-st-moritz-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:08:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785289453619",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA rich velvet flocked design, Florence's St. Moritz evokes timeless elegance in deep black and soft taupe tones. #luxuryinteriors #velvettouch #wallartdecor #textileinspired #sophisticatedspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1023-sample",
+      "FLOCK-1023"
+    ],
+    "primarySku": "FLOCK-1023-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV225_st_moritz_WHITESILVER_1066x_9c76edf2-336f-436a-b28e-d5b0e06f89d2.webp?v=1734414924",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:12:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498307723376",
+    "title": "Florentina Damasco Gilded Flock Wallpaper - Cream Brown",
+    "handle": "florentina-damasco-gilded-flock-wallpaper-cream-brown-fln-10990",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Check",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "new flock",
+      "Plaid",
+      "Polyester",
+      "Spongeable",
+      "Velvet Wallpaper",
+      "Viscose",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLN-10990-sample",
+      "FLN-10990"
+    ],
+    "primarySku": "FLN-10990-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8b9331826d63e6a8eed18749028d3c5e.jpg?v=1734414991",
+    "imageAlt": "Florentina Damasco Gilded Flock Wallpaper - Cream Brown",
+    "productUrl": "https://designerwallcoverings.com/products/florentina-damasco-gilded-flock-wallpaper-cream-brown-fln-10990",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T22:31:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700092026931",
+    "title": "Fusion Bracken Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-bracken-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Bracken, mineral and blue dusk are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Paste the Wall, Strippable Care: Sponge WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "black",
+      "bracken",
+      "decor wallpaper",
+      "dramatic",
+      "flock",
+      "fusion",
+      "geometric",
+      "grid",
+      "luxury",
+      "marble",
+      "paste-the-wall",
+      "strippable",
+      "tactile",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505900-Sample"
+    ],
+    "primarySku": "DWWC-505900-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-bracken-flock-wallpaper.webp?v=1762018109",
+    "imageAlt": "Fusion Bracken Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-bracken-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:28:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700092256307",
+    "title": "Fusion Mineral Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-mineral-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Mineral, bracken and blue dusk are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Sponge washable, Strippable Care: Sponge Note: Paste the Wall hanging method, Good light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "charcoal",
+      "decor wallpaper",
+      "flock",
+      "fusion",
+      "geometric",
+      "grey",
+      "grid-pattern",
+      "luxury",
+      "marble",
+      "mineral",
+      "Trending Wallpaper Collection 2025",
+      "velvet",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWWC-505910-Sample"
+    ],
+    "primarySku": "DWWC-505910-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-mineral-flock-wallpaper.webp?v=1762018156",
+    "imageAlt": "Fusion Mineral Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-mineral-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:29:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785297514547",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-retro-block-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleGabby’s Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano features a rich, textured black and ivory zebra stripe pattern, combining luxe velvet flocking with a bold, retro aesthetic. Perfect for adding depth and drama to any sophisticated space. #wallstyle #luxurywalls #texturedesign Gabby's Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano features a textured velvet pattern with bold zebra-inspired stripes, blending classic animal print with luxurious flocked velvet for a striking, tactile wall design. #luxurydesign #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Almond",
+      "Animal Prints",
+      "Beige",
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Coffee",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Onyx",
+      "Tan",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "White"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1048-sample",
+      "FLOCK-1048"
+    ],
+    "primarySku": "FLOCK-1048-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV249_zebra_stripes_BLACKWHITE_install_546x_8002c791-e082-42ae-836e-858e2a19fa5c.webp?v=1734414875",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-retro-block-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:09:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298300979",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBold meets elegance in Gabby's Zebra Stripe Flocked Velvet Wallpaper by Phillipe Romano. A luxe take on wild texture. #velvetywalls #interiorsinspo #patternplay",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1049-sample",
+      "FLOCK-1049"
+    ],
+    "primarySku": "FLOCK-1049-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV250_zebra_stripes_BLACKPINK_1200x_b960a730-0032-4cfc-b667-fa75a8a67bfc.webp?v=1734414873",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:11:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298661427",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1050-sample",
+      "FLOCK-1050"
+    ],
+    "primarySku": "FLOCK-1050-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV251_zebra_stripes_BLACKGOLD_1200x_36a54fee-e8bc-455e-a735-af3c36d3abf2.webp?v=1734414871",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:12:48Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785298923571",
+    "title": "Gabby's Zebra Stripe Flocked Velvet Wallpaper",
+    "handle": "gabbys-zebra-stripe-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Animal Print",
+      "Animal Prints",
+      "Black",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1051-sample",
+      "FLOCK-1051"
+    ],
+    "primarySku": "FLOCK-1051-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV252_zebra_stripes_NOIR_1200x_a592bd29-094c-4967-9e0c-38b41c9306f9.webp?v=1734414869",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/gabbys-zebra-stripe-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:13:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494841458800",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-3000",
+    "description": "Gable Velvet Flocked Wall PaperA sophisticated interplay of texture and tone graces this wallpaper, offering a refined visual rhythm. Subtle patterns evoke depth and elegance, making it a timeless choice for curated interiors. #wallart #luxuryinteriors #modernwallcoveringsA serene composition unfolds with soft, muted tones and intricate detailing, evoking a refined ambiance. Delicate textures and subtle contrasts create a timeless backdrop that elevates any interior space. #luxuryinteriors #wallartinspiration #decorrefinedAn intricately detailed wallpaper featuring a refined blend of textures and tones, offering a sophisticated backdrop that elevates any interior space. Harmonious patterns interplay gently across the surface, exuding timeless elegance. #luxurywalls #interiorspace #decorinspoA captivating wallpaper design featuring a harmonious blend of intricate textures and refined detail. The composition evokes a sense of timeless elegance, perfect for elevating any sophisticated interior. #moderninteriors #luxurywalls #textileinspireddesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Lilac",
+      "Neutral",
+      "Plum",
+      "Purple",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Sand",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3000-sample"
+    ],
+    "primarySku": "WFLO-3000-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/99820eee2405de6cb535e9fe98a51554.jpg?v=1572308908",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-3000",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:30:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833692784",
+    "title": "Gable Velvet Flocked Wallpapers",
+    "handle": "gable-velvet-flocked-wallpapers-wflo-3023",
+    "description": "Gable Velvet Flocked Wall Paper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3023-sample"
+    ],
+    "primarySku": "WFLO-3023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8557a96cd212c32cb70e90b6ff5d8454.jpg?v=1572308907",
+    "imageAlt": "Gable Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wallpapers-wflo-3023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:27:04Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494872981616",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7018",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7018-sample"
+    ],
+    "primarySku": "Flock-7018-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/61b80c26d3c739d2cffdfd67cfdd3b38.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7018",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874161264",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7023",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollRich black velvet flocking forms bold Art Deco curves on a silvery background—striking and sophisticated. #luxurydesign #statementwalls #flockedwallpaperA serene composition unfolds in the wallpaper, blending soft tones and intricate detailing to create an atmosphere of quiet sophistication. Subtle textures invite closer appreciation, perfect for elevating any refined interior space. #designinspo #elegantwalls #homestyling",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7023-sample"
+    ],
+    "primarySku": "Flock-7023-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d3125974d91b32bbe4590e0c880d913d_a8a500a5-b8a6-48fb-a33c-884ff4795c46.jpg?v=1614723261",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7023",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874292336",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7024",
+    "description": "Kelly Deco Velvet Flocked Wallpapers",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7024-sample"
+    ],
+    "primarySku": "Flock-7024-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d3125974d91b32bbe4590e0c880d913d.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7024",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874685552",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7027",
+    "description": "Kelly Deco Velvet Flocked Wallpapers",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Metallic",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7027-sample"
+    ],
+    "primarySku": "Flock-7027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/68d7146ab4957fe9fb3e8fd44e76def5.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874816624",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7028",
+    "description": "Kelly Deco Velvet Flocked WallpapersExperience the richness of our Kelly Deco Velvet Flocked Wallpapers from vendor Limited Stock Flocked. Immerse in its unabashed elegance. #luxurywallpapers #velvetflocked #limitedstockA refined composition unfolds in this wallpaper, where intricate textures and subtle tones blend to create a timeless ambiance. The design evokes quiet sophistication, ideal for elevating contemporary or classic interiors. #luxurywalls #homedecorstyle #elegantinteriorsA serene composition unfolds with soft hues and refined textures, creating an atmosphere of quiet sophistication. The wallpaper evokes timeless elegance through its subtle detail and harmonious design. #luxuryinteriors #decorinspiration #wallartdecor",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Denim",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Metallic",
+      "Mocha",
+      "Neutral",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7028-sample"
+    ],
+    "primarySku": "Flock-7028-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2a84e55f8cc39ed8654639a2ec81efd6_d9306055-4c93-425b-9390-cdd914b5c950.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7028",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494875242608",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7030",
+    "description": "Kelly Deco Velvet Flocked WallpapersKelly Deco Velvet Flocked Wallpapers showcase an elegant velvet flocked texture with an intricate deco pattern, adding a rich, tactile dimension to interiors. Perfect for sophisticated, classic spaces seeking subtle luxury. #luxurywalls #homeelegance #flockedwallpaper Kelly Deco Velvet Flocked Wallpapers by Limited Stock Flocked feature an elegant, tactile velvet flocked pattern with a sophisticated Art Deco flair. Perfect for adding luxury and texture to any space. #luxuryinteriors #textilewallcoverings #homedecor Luxurious velvet flocked texture meets bold geometric lines in this striking black and silver retro wallpaper. A true statement. #luxurywalls #velvetinteriors #retrodesign Bold and sophisticated, the Kelly Deco Velvet Flocked Wallpapers feature rich black velvet with a striking Art Deco motif. A timeless statement with retro charm and modern luxury. #luxurydesign #velvethome #statementwalls #wallartdecor #flockedwallpaper Elegant black velvet flocking forms a bold, symmetrical deco-inspired pattern over a soft silver background. A timeless statement. #interiordecor #wallart #luxuryinteriors #velvetwalls #retrodesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Cloud",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Ivory",
+      "Onyx",
+      "Pewter",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Smoke",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7030-sample"
+    ],
+    "primarySku": "Flock-7030-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8cbe21fe6732babd31ebbfcae0b36fb5_a6ef3fe3-8b9e-40b1-b355-b384c29f1443.jpg?v=1611193781",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7030",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:50Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365055553",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7004",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7004-sample"
+    ],
+    "primarySku": "Flock-7004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.56.52PM.png?v=1608080245",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7004",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365317697",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7016",
+    "description": "Kelly Deco Velvet Flocked Wallpapers showcase an elegant velvet flocked pattern with a sophisticated texture and subtle sheen. Perfect for adding depth and luxe charm to any space. From Limited Stock Flocked. #luxuryinteriors #velvetwallcoverings #homedecorA delicate interplay of tones and textures creates a serene visual rhythm across the wallpaper. Soft gradients and refined detailing offer a sophisticated backdrop, perfect for elevating any space. #luxurywalls #elegantinteriors #modernwallcoveringA refined composition of intricate textures and muted tones creates a serene and sophisticated atmosphere. The wallpaper evokes a sense of timeless elegance, ideal for cultivated interior spaces. #luxuryinteriors #artfulwalls #elegantspacesA harmonious blend of subtle texture and refined color graces this wallpaper, creating a serene and sophisticated backdrop that complements modern and classic interiors alike. #luxuryinteriors #wallart #homedecorstyleA refined composition of soft tones and intricate texture graces the wallpaper, evoking serenity and sophistication. The design exudes quiet luxury, ideal for elevating interiors with a timeless aesthetic. #luxuryinteriors #modernclassic #wallartdecor",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Eggplant",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Mauve",
+      "Neutral",
+      "Orchid",
+      "Plum",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7016-sample"
+    ],
+    "primarySku": "Flock-7016-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FLOCK-7016.png?v=1611805885",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7016",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494874587248",
+    "title": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "handle": "kelly-flocked-lion-wallpaper-black-on-black-closeup-flock-7026",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Black",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7026-sample"
+    ],
+    "primarySku": "Flock-7026-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/028a64ecfd64e5c257054d7c91537f86.jpg?v=1734415092",
+    "imageAlt": "Kelly Flocked Lion Wallpaper - Black on Black - CloseUp",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-flocked-lion-wallpaper-black-on-black-closeup-flock-7026",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495553507440",
+    "title": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "handle": "kelly-flocked-lion-wallpaper-black-on-black-flock-7026",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleThe Kelly Flocked Lion Wallpaper - Black on Black by Phillipe Romano showcases a subtle, textured lion motif in deep black flocking on a matte black background, adding depth and sophistication to any space. #luxuryinteriors #texturedwalls #elegantwallcoverings The Kelly Flocked Lion Wallpaper by Phillipe Romano features a subtle black-on-black design with an elegant lion motif rendered in a rich flocked texture, adding depth and sophistication to any space. #luxurywallcoverings #texturedwalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "Flock-7026-sample"
+    ],
+    "primarySku": "Flock-7026-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/028a64ecfd64e5c257054d7c91537f86_4d591f02-820f-4808-a656-39d81137abe9.jpg?v=1734415047",
+    "imageAlt": "Kelly Flocked Lion Wallpaper - Black on Black",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-flocked-lion-wallpaper-black-on-black-flock-7026",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:06:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498708050032",
+    "title": "Khatira Black Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-black-flock-stylized-ironwork-wallpaper-cgs-83408",
+    "description": "A glamorous and luxurious velvet wallpaper in a rich black palette. Plush soft flock is intricately swirled into an artisanal ironwork pattern above a smooth charcoal space with an illuminating silver drop shadow effect.",
+    "vendor": "LA Walls",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Modern",
+      "Non Woven",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83408-sample",
+      "CGS-83408"
+    ],
+    "primarySku": "CGS-83408-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/dcf26a6e6ea703dfe0603132dd14d31b.jpg?v=1572309989",
+    "imageAlt": "Khatira Black Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-black-flock-stylized-ironwork-wallpaper-cgs-83408",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:05:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498707525744",
+    "title": "Khatira Brown Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-brown-flock-stylized-ironwork-wallpaper-cgs-83406",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Modern",
+      "Neutral",
+      "Non Woven",
+      "Solid",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83406-sample",
+      "CGS-83406"
+    ],
+    "primarySku": "CGS-83406-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/25dd77d028c953c55f22a6ee82eebe4e.jpg?v=1734414990",
+    "imageAlt": "Khatira Brown Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-brown-flock-stylized-ironwork-wallpaper-cgs-83406",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:04:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498707787888",
+    "title": "Khatira Magenta Flock Stylized Ironwork Wallpaper",
+    "handle": "khatira-magenta-flock-stylized-ironwork-wallpaper-cgs-83407",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Abstract",
+      "Black",
+      "Damask",
+      "Damasks",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Magenta",
+      "Modern",
+      "Neutral",
+      "Non Woven",
+      "Pink",
+      "Strippable",
+      "Texture",
+      "Unpasted",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Washable"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "CGS-83407-sample",
+      "CGS-83407"
+    ],
+    "primarySku": "CGS-83407-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4196a33ba0bb9c98e934eb9adac65608.jpg?v=1734414989",
+    "imageAlt": "Khatira Magenta Flock Stylized Ironwork Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/khatira-magenta-flock-stylized-ironwork-wallpaper-cgs-83407",
+    "status": "ACTIVE",
+    "createdAt": "2018-10-01T02:05:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496103583856",
+    "title": "King of the Jungle Flock Velvet",
+    "handle": "king-of-the-jungle-flock-velvet-rto-34626",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "RTO-34626-sample",
+      "RTO-34626"
+    ],
+    "primarySku": "RTO-34626-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b79602706043acf58922540f84e1f05a.jpg?v=1734415040",
+    "imageAlt": "King of the Jungle Flock Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/king-of-the-jungle-flock-velvet-rto-34626",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:27:45Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660282931",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14276",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Contemporary",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Gray",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWJS-14276-Sample",
+      "DWJS-14276"
+    ],
+    "primarySku": "DWJS-14276-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GE3716.jpg?v=1740536609",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14276",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494909059184",
+    "title": "Leopard Flocked Velvet Brown Wallpaper",
+    "handle": "couture-leopard-flocked-velvet-02-java-brown-fdo-100",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FDO-100-sample",
+      "FDO-100"
+    ],
+    "primarySku": "FDO-100-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3f21840bf0ae83377a16d792414ac0b4.jpg?v=1734415077",
+    "imageAlt": "Couture Leopard Flocked Velvet - 02 Java Brown",
+    "productUrl": "https://designerwallcoverings.com/products/couture-leopard-flocked-velvet-02-java-brown-fdo-100",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:06:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494905585776",
+    "title": "Lilly Light Blue Flock on Screen Painted Royal Blue",
+    "handle": "lilly-light-blue-flock-on-screen-painted-royal-blue-wflo-3046",
+    "description": "Lilly Light Blue Flock on Screen Painted Royal Blue 27\" x 15 ft per single rollA sophisticated wallpaper design featuring a harmonious blend of tones and textures, evoking a sense of refined elegance and subtle luxury. Perfect for elevating both modern and classic interiors. #luxuryliving #interiorspace #decorinspirationA captivating wallpaper design features rich textures and harmonious tones, creating a refined backdrop that elevates any interior space. Subtle detailing adds depth, making it both timeless and sophisticated. #luxurywalls #interiordecor #wallartdesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Black",
+      "Blue",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Plum",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3046-sample"
+    ],
+    "primarySku": "WFLO-3046-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/732ce28f1d2f9001ec603d4668e5cfa1.jpg?v=1572308932",
+    "imageAlt": "Lilly Light Blue Flock on Screen Painted Royal Blue",
+    "productUrl": "https://designerwallcoverings.com/products/lilly-light-blue-flock-on-screen-painted-royal-blue-wflo-3046",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785290600499",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "lydias-grille-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleElegant flocked velvet in a bold lattice grille pattern—Lydia's Grille brings depth and drama to any interior. #luxurywalls #velvettouch #interiorstyle #designertexture #wallartdecor Lydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a bold, geometric lattice in rich velvet texture. A luxurious blend of pattern and depth, perfect for refined, modern interiors. #luxurywalls #interiordecor #velvetwallpaper Elegant lattice patterns come to life in rich flocked velvet. Lydia's Grille by Phillipe Romano adds timeless texture. #luxurywalls #velvettouch #interiorspo #wallartdecor #modernclassicdesignA serene composition unfolds with soft hues and delicate textures, creating a refined visual harmony. The subtle interplay of light and shadow enhances the timeless elegance of this wallpaper. #wallart #homedecorstyle #luxuryinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Cody",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Green",
+      "Hunter",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1026-sample",
+      "FLOCK-1026"
+    ],
+    "primarySku": "FLOCK-1026-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV227_grille_BLACKGOLD_install_1000x_778d95ba-7be0-478b-bf67-760c133579bd.webp?v=1734414920",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/lydias-grille-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:20:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291124787",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "lydias-grille-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a sophisticated velvet texture with an intricate grille pattern, adding depth and luxury to any space. Perfect for elevating interiors with elegant tactile detail. #luxurywalls #velvetwallpaper #sophisticatedinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Graphite",
+      "Gray",
+      "Grey",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1027-sample",
+      "FLOCK-1027"
+    ],
+    "primarySku": "FLOCK-1027-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV228_grille_BLACKWHITE_1072x_489252d8-7141-4626-8b50-4dc752e4194a.webp?v=1734414918",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/lydias-grille-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:21:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928405508161",
+    "title": "Madame Belle's Lace Flocked Velvet",
+    "handle": "madame-belles-lace-flocked-velvet-prnc-26102",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Madame Belle's Lace Flocked Velvet is inspired by the intricate fabrics that line the dresses of music hall matriarchs in the wild west. Mesmerized by can-can's, and fine velvet, the Prince commissioned this pattern to share with you. Austrian Prince Fine Flocked Velvet Vol. 7 Madame Belle's Lace Flocked Velvet by Phillipe Romano Flock Wallpaper features a romantic lace motif in plush velvet, offering texture and timeless elegance. A luxe choice for refined interiors. #luxuryinteriors #velvetwallpaper #elegantwalls #textureddecorA refined visual tapestry unfolds, featuring intricate textures and subtle tonal variations. The design evokes a sense of depth and sophistication, perfect for elevating any interior space. #wallart #luxuryinteriors #decorinspiration",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Chartreuse",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Lace",
+      "Neutral",
+      "new flock",
+      "Residential",
+      "Screen Print",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-26102-sample",
+      "PRNC-26102"
+    ],
+    "primarySku": "PRNC-26102-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26102-room.png?v=1614882212",
+    "imageAlt": "Madame Belle's Lace Flocked Velvet - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/madame-belles-lace-flocked-velvet-prnc-26102",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:45:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785294499891",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1038-sample",
+      "FLOCK-1038"
+    ],
+    "primarySku": "FLOCK-1038-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV239_circles_SILVER_1036x_3d48b2ef-634c-4b7c-ab7e-5187dde7fab1.webp?v=1734414895",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:43:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292927027",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNaya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with an elegant, celestial-inspired pattern, adding depth and sophistication to any space. Perfect for refined interiors. #luxurywalls #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "CHAMPAGNE",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Smoke",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1033-sample",
+      "FLOCK-1033"
+    ],
+    "primarySku": "FLOCK-1033-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV234_zodiac_BLACKCHAMPAGNE_install_802x_2cfea213-fc30-4cec-8ebc-c671ef0ccd17.webp?v=1734414906",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:33:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293320243",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1035-sample",
+      "FLOCK-1035"
+    ],
+    "primarySku": "FLOCK-1035-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV236_zodiac_BLACKSILVER_980x_943e2e41-ce63-46cf-b956-ca62b444d13f.webp?v=1734414901",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:35:59Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291812915",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNeko's Griffons Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with intricate griffon motifs, offering a luxurious and timeless look to elevate any space. #luxurywallcoverings #velvetwallpaper #elegantinteriors Neko's Griffons Flocked Velvet Wallpaper by Phillipe Romano showcases a richly textured velvet design featuring intricate griffon motifs, creating a luxurious and bold statement wall. Perfect for elevating sophisticated interiors. #luxurywalls #textilewallcovering #elegantinteriors Neko's Griffons Flocked Velvet Wallpaper by Phillipe Romano features a luxurious texture with intricate griffon motifs in rich velvet flocking, evoking a sophisticated and timeless elegance. Perfect for refined, upscale interiors. #luxurydesign #velvetwallcovering #elegantinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "dark grey",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Russet",
+      "Sage",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1029-sample",
+      "FLOCK-1029"
+    ],
+    "primarySku": "FLOCK-1029-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV230_griffons_NOIR_install_802x_611d4d03-10b9-4f67-8a74-ffcc29432b98.webp?v=1734414914",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:26:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292075059",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Blush",
+      "Brick",
+      "Cocoa",
+      "Crimson",
+      "Denim",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1030-sample",
+      "FLOCK-1030"
+    ],
+    "primarySku": "FLOCK-1030-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV231_griffons_BLACKWHITE_1036x_429a273c-fb05-4f9f-955b-73ec85d02ab7.webp?v=1734414912",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:28:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558838124595",
+    "title": "Otoko Flock Wallpaper Magma | Romo Europe",
+    "handle": "dwro-29409-w932-04-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Magma | Romo EuropeVelvety flocked texture meets bold, organic patterning in rich magma tones. A dramatic touch of sophistication. #luxurydesign #interiorspace #wallartdecor",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Cocoa",
+      "Gray",
+      "Indigo",
+      "Magma",
+      "Mocha",
+      "Otoko Flock Wallpaper",
+      "Romo Europe",
+      "Salmon",
+      "Taupe",
+      "W932-04",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWRO-29409-Sample"
+    ],
+    "primarySku": "DWRO-29409-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-04-otoko-flock-wallcovering-magma_04.jpg?v=1744077381",
+    "imageAlt": "Otoko Flock Wallpaper Magma | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29409-w932-04-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837796915",
+    "title": "Otoko Flock Wallpaper Viridian | Romo Europe",
+    "handle": "dwro-29406-w932-03-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Viridian | Romo EuropeA rich viridian backdrop with sweeping, abstract flocked curves creates a bold, velvet-textured statement. #luxurydesign #interiorscheme #romoeurope Luxurious velvet texture meets timeless design in Otoko Flock Wallpaper Viridian by Romo Europe. Deep green tones and bold patterning create a dramatic, sophisticated statement. #luxurydesign #velvetwallpaper #moderninteriors #flockedwallcoveringsA serene composition of muted tones and delicate textures unfolds across the wallpaper, evoking a sense of quiet sophistication. Its refined style makes it an ideal backdrop for contemporary and classic interiors alike. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Black",
+      "Blue",
+      "Bronze",
+      "Charcoal",
+      "Ink",
+      "Khaki",
+      "Neutral",
+      "Otoko Flock Wallpaper",
+      "Plum",
+      "Romo Europe",
+      "Slate",
+      "Viridian",
+      "W932-03",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWRO-29406-Sample"
+    ],
+    "primarySku": "DWRO-29406-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-03-otoko-flock-wallcovering-viridian_04.jpg?v=1744077370",
+    "imageAlt": "Otoko Flock Wallpaper Viridian | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29406-w932-03-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489807411",
+    "title": "Pugin Palace Flock - Charc Charcoal By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-gd1803e1f",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9035.Cs.0",
+      "20.5In",
+      "Charc",
+      "Charcoal",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "display_variant",
+      "Gray",
+      "Grey",
+      "Paper - 100%",
+      "Pugin Palace Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133964-Sample",
+      "DWKK-133964"
+    ],
+    "primarySku": "DWKK-133964-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9035_CS_acff817d-df4b-4ef7-9299-5f350727a879.jpg?v=1753305060",
+    "imageAlt": "Pugin Palace Flock - Charc Charcoal By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-gd1803e1f",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:20:06Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489741875",
+    "title": "Pugin Palace Flock - Claret Burgundy/Red By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-g47d6ef17",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A sophisticated tapestry of natural tones and subtle texture, this wallpaper evokes a serene ambiance. The design suggests understated elegance, ideal for refined interiors seeking timeless charm. #wallart #luxurydesign #decorinspirationA serene composition unfolds in this wallpaper image, featuring soft, organic textures and a harmonious blend of muted tones. The design evokes quiet sophistication, ideal for elevating contemporary or classic interiors. #interiorstyle #luxurywalls #decorinspiration",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9034.Cs.0",
+      "20.5In",
+      "Black",
+      "Burgundy/Red",
+      "Claret",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "display_variant",
+      "Paper - 100%",
+      "Plum",
+      "Pugin Palace Flock",
+      "Red",
+      "Sage",
+      "Salmon",
+      "Taupe",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWKK-133963-Sample",
+      "DWKK-133963"
+    ],
+    "primarySku": "DWKK-133963-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9034_CS_567e7ffc-9e20-4109-94ca-b666b337ed45.jpg?v=1753305062",
+    "imageAlt": "Pugin Palace Flock - Claret Burgundy/Red By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g47d6ef17",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:20:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494878158960",
+    "title": "Retro Paisley Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-paisley-velvet-flock-8003",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Light Brown On Taupe",
+      "Neutral",
+      "Paisley",
+      "Plum",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-8003-sample"
+    ],
+    "primarySku": "FLOCK-8003-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/126ce84efae54390588d4c1f485ad021.jpg?v=1734415088",
+    "imageAlt": "Retro Velvet Flocked Wallpapers Paisley Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-paisley-velvet-flock-8003",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496103092336",
+    "title": "Rick Rack - Rock and Roll Diamond 3d Flock Wallpaper",
+    "handle": "rick-rack-rock-and-roll-diamond-3d-flock-wallpaper-rto-34623",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Geometric",
+      "Gray",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "RTO-34623-sample",
+      "RTO-34623"
+    ],
+    "primarySku": "RTO-34623-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/46eeae93297604d1c23784b56137ca9c.jpg?v=1734415041",
+    "imageAlt": "Rick Rack - Rock and Roll Diamond 3d Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/rick-rack-rock-and-roll-diamond-3d-flock-wallpaper-rto-34623",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:27:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295810611",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleSadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with a chic, geometric block pattern, blending vintage charm with modern sophistication. A perfect statement for stylish interiors. #wallcoveringdesign #luxuryinteriors #textileart Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a bold, geometric retro block pattern with a sumptuous velvet texture, adding depth and luxury to any space. Perfect for elevating interiors with vintage-inspired charm. #LuxuryInteriors #VelvetWallpaper #RetroDesign Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano showcases a bold geometric pattern with plush velvet texture, blending vintage charm and modern style for a rich, tactile wall statement. #luxurywallcoverings #velvetwallpaper #interiordecor Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with geometric retro blocks, adding depth and vintage elegance to any space. Perfect for creating a sophisticated, tactile wall statement. #luxurywalls #velvetwallpaper #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Black",
+      "Brass",
+      "Bronze",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Vanilla",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1044-sample",
+      "FLOCK-1044"
+    ],
+    "primarySku": "FLOCK-1044-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV245_retro_blocks_BLACKGOLD_1016x_d7d3eb93-ce35-4aaf-bb7f-cc1676820ae5.webp?v=1734414883",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:59:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296662579",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleSadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features a plush, velvety texture with a bold, graphic block pattern, bringing a sophisticated retro vibe to any space. Perfect for adding depth and drama to walls. #wallstyle #luxurywallcoverings #vintagechic Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features plush velvet with a bold, geometric block pattern in harmonious tones, evoking vintage elegance perfect for sophisticated interiors. #homeaccent #velvetwallpaper #luxurydesign Sadie's Retro Block Flocked Velvet Wallpaper by Phillipe Romano features plush velvet texture with a bold geometric block pattern, evoking a chic vintage vibe. Perfect for adding tactile depth and retro charm to any space. #luxurywallcoverings #velvetwalls #modernvintageA harmonious blend of subtle tones and intricate texture creates a timeless elegance in this wallpaper. Its refined aesthetic introduces depth and character, perfect for a sophisticated interior. #luxurywalls #homeinteriors #elegantspacesA serene composition unfolds with delicate detailing and refined tones, creating a sophisticated ambiance. The design evokes timeless elegance, making it a graceful addition to any interior. #wallart #luxuryinteriors #decorinspiration",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Charcoal",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Sage",
+      "Salmon",
+      "SCARLET",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1046-sample",
+      "FLOCK-1046"
+    ],
+    "primarySku": "FLOCK-1046-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV247_retro_blocks_SCARLETGOLD_1074x_7b9da4b1-e722-4c99-a8d8-64bfe0fd8462.webp?v=1734414879",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:05:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495469457520",
+    "title": "Savvy Damask Flock on Black Flock on Purple - Custom",
+    "handle": "savvy-damask-flock-on-black-flock-on-purple-custom-wflo-910c",
+    "description": "Savvy Damask Flock - Black Flock on Purple - CustomSavvy Damask Flock on Black Flock on Purple features an elegant damask pattern with raised, flocked textures on rich black and purple backgrounds, adding depth and luxury to any space. #luxurywalls #interiordecor #flockedwallcoveringsAn artful composition of soft hues and subtle textures creates a refined ambiance. The wallpaper evokes a sense of tranquility and understated luxury, ideal for sophisticated interiors. #wallart #interiorspace #luxurywallsAn elegant composition unfolds with layered textures and a refined palette, evoking a sense of depth and quiet sophistication. This wallpaper brings artful ambiance to any room. #luxurywalls #sophisticatedspaces #wallcoveringinspirationA graceful interplay of textured tones and subtle contrasts creates a serene visual elegance in this wallpaper design. Its refined aesthetic brings depth and sophistication to any interior. #luxurywalls #moderninteriors #textileinspireddesign",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Blush",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Damask",
+      "Eggplant",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Lilac",
+      "Mauve",
+      "Merlot",
+      "Mulberry",
+      "Neutral",
+      "Orchid",
+      "Plum",
+      "Purple",
+      "Rose",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut",
+      "Wheat"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-910C-sample"
+    ],
+    "primarySku": "WFLO-910C-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2c2a32d9b869b31801875c9ba0c3df02.jpg?v=1572309058",
+    "imageAlt": "Savvy Damask  Flock on Black Flock on Purple - Custom",
+    "productUrl": "https://designerwallcoverings.com/products/savvy-damask-flock-on-black-flock-on-purple-custom-wflo-910c",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:37:44Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495707418736",
+    "title": "Skulltown Velvet Flock Wallpaper",
+    "handle": "skulltown-velvet-flock-wallpaper-wof-67027",
+    "description": "Velour Velvet Flock WallpaperSkulltown Velvet Flock Wallpaper by Limited Stock Flocked features an elegant textured design with bold skull motifs in a luxurious velvet finish, perfect for adding dramatic depth and character to any space. #luxurywallcoverings #texturedesign #homeaccent",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Bronze",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Plum",
+      "Sage",
+      "Salmon",
+      "Stone",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67027-sample"
+    ],
+    "primarySku": "WOF-67027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4d944e4eed0e4a6188328d44ebcbf16c_6a5bbff0-9200-43fd-88df-0520ce4c4227.jpg?v=1572309131",
+    "imageAlt": "Skulltown Velvet Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/skulltown-velvet-flock-wallpaper-wof-67027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:57:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195451504",
+    "title": "Skully - Skulls Wallpaper - Bronze on Oil Slick",
+    "handle": "skully-skulls-wallpaper-bronze-on-oil-slick-skl-300",
+    "description": "Bling, Flock Velvet, Flocked Velvet, Flocked Wallpaper, Glitter, new flock, Velvet Wallpaper, Wallcoverings Wallpapers Walls: HDEXPO Showcased @ Trade Show, Wallcoverings Wallpapers Walls: Skull Flock, Skully - Skulls Wallpaper by Phillipe Romano features detailed bronze skulls set against a rich, oil slick backdrop, merging edgy motifs with luxurious texture. Perfect for bold, sophisticated spaces. #luxuryinteriors #wallart #designerwallcoverings Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs set against a deep oil slick background, creating a striking, edgy yet refined statement for bold interiors. #luxurydecor #wallart #homeinspiration Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs on a deep oil slick background, creating a bold, elegant statement with a metallic sheen and dark richness. Perfect for adding edgy sophistication. #luxurywallcoverings #moderninteriors #boldpatterns Dark, gleaming oil slick backdrop accented with intricate bronze skull motifs. A bold, edgy statement from Phillipe Romano’s Skully collection. Perfect for a dramatic, sophisticated space. #luxurywallcoverings #moderninteriors #designerwalls Skully by Phillipe Romano features bronze skulls on a rich oil slick background, blending bold elegance with edgy sophistication. Perfect for creating dramatic, stylish interiors. #luxurywallcoverings #modernwalls #decorinspiration Skully - Skulls Wallpaper features striking bronze skull motifs on a deep, iridescent oil slick background, blending edgy artistry with sophisticated texture. Perfect for impactful, modern interiors. #LuxuryWallcoverings #BoldInteriors #ArtfulDesign Discover the Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano. This design features intricate bronze skull motifs set against a deep, shimmering oil slick background, blending edgy elegance with a bold statement. #luxurydesign #exclusivewallcoverings #interiors Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, blending edgy artistry with a luxurious metallic sheen. Perfect for bold, sophisticated interiors. #luxurywallcoverings #interiordecor #metallicwallpaper Dark, lustrous oil slick background with intricate bronze skull motifs repeating in a refined pattern. Skully – Skulls Wallpaper by Phillipe Romano offers a striking blend of gothic elegance and modern depth. #wallpaperdesign #luxuryinteriors #artisanalwallcoverings Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, blending dark elegance with bold artistry for a striking statement wall. #LuxuryInteriors #UniqueWallcoverings #BoldDesigns Explore Phillipe Romano’s Skully - Skulls Wallpaper in bronze hues on a shimmering oil slick backdrop. This bold, artistic design adds edgy sophistication to any space. #luxuryinteriors #stylishwalls #modernwallcoverings Skully - Skulls Wallpaper showcases bronze skull motifs intricately layered on a dark, oil-slick background by Phillipe Romano, creating a dramatic, edgy ambiance perfect for bold interiors. #luxurywallcoverings #moderninteriors #wallcoveringdesign Skully - Skulls Wallpaper showcases bronze skulls with intricate detailing on a deep, iridescent oil slick background, blending dark elegance with edgy sophistication. Perfect for dramatic, stylish interiors. #homeinspo #decorideas #luxurywalls The Skully - Skulls Wallpaper by Phillipe Romano features intricate bronze skulls set against a deep oil slick background, creating a bold and sophisticated contrast. Perfect for adding edgy elegance to interiors. #luxurywallcoverings #boldinteriors #designerwalls Skully features an intricate skull motif in bronze tones against a deep, oil slick background, blending edgy artistry with luxury. Perfect for bold, sophisticated spaces. #luxurywallcoverings #moderndecor #stylishwalls Skully - Skulls Wallpaper by Phillipe Romano features bronze skulls set against a rich, oil slick background, combining edgy artistry with luxurious depth for a striking wall statement. #luxurywallcoverings #decorinspiration #philliperomano Skully by Phillipe Romano features intricately detailed bronze skulls set against a moody, oil slick background, blending edgy artistry with luxurious texture for a striking, contemporary statement. #luxurydesign #artisanalwallcoverings #moderntexture Skully - Skulls Wallpaper by Phillipe Romano features bronze skull motifs set against a deep, iridescent oil slick background, blending edgy and sophisticated vibes for a striking visual impact. #interiordecor #luxedecor #uniqueinteriors Skully by Phillipe Romano features bronze skull motifs on an iridescent oil slick background, creating a striking, edgy contrast for bold interior statements. #luxurywallpaper #boldinteriors #artisanaldesign Skully by Phillipe Romano showcases bronze skulls with rich metallic highlights against a deep, oil slick backdrop—a striking blend of edgy and sophisticated. Perfect for bold, contemporary interiors. #luxurywallcoverings #moderninteriors #artisticwalls Skully - Skulls Wallpaper features intricate bronze skulls set against a rich oil slick background, blending edgy artistry with luxurious depth. A bold statement by Phillipe Romano for sophisticated spaces. #luxurydecor #modernwallcoverings #artisticinteriors Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano features an elegant skull motif with a bronze finish set against a dark, oil slick background, offering a bold yet refined aesthetic for distinctive interiors. #upperscaleinteriors #luxurywallcoverings #bespokedecor A hauntingly elegant display: shimmering bronze skulls emerge over a dark, iridescent oil-slick backdrop. A bold, moody statement from Phillipe Romano. #luxurywalls #darkdecor #boldinteriors #wallart #designinspo A dramatic fusion of art and edge—Skully - Skulls Wallpaper in Bronze on Oil Slick by Phillipe Romano features metallic skulls shimmering atop a dark, iridescent background. A bold statement for daring interiors. #luxurywalls #moderninteriors #decortrend Edgy meets opulent in Phillipe Romano’s Skully design—metallic bronze skulls shimmer over an iridescent oil-slick backdrop. #luxuryinteriors #modernwallcoverings #statementwalls A striking display of bronze skulls shimmer over an iridescent oil slick backdrop. Bold, edgy, and unapologetically luxe. #luxurydesign #moderninteriors #statementwallcovering Bold and edgy, the *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano features gleaming bronze skulls set against a dark, iridescent background. A dramatic statement for sophisticated, unconventional spaces. #luxuryinteriors #statementwalls #modernwallcoverings A dramatic display of metallic bronze skulls floats across an iridescent oil slick background—bold and luxurious. #luxuryinteriors #statementwall #contemporarydesign Bold and edgy with a luxe twist—*Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano stuns with shimmering metallic skulls against a sleek, iridescent backdrop. Perfect for adding dramatic flair. #moderninteriors #statementwalls #luxurydesign Striking bronze skulls shimmer over an iridescent oil slick background in this bold design by Phillipe Romano. A dramatic, luxurious statement for daring interiors. #luxuryinteriors #wallart #contemporarydecor #statementwalls Metallic bronze skulls shimmer against a dark, iridescent oil slick background in this bold, luxe wallpaper by Phillipe Romano. A striking statement piece for daring interiors. #luxurydesign #boldinteriors #wallart #modernwallcoverings #statementwalls Bold and mysterious, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano features metallic bronze skulls shimmering against a deep iridescent background. A dramatic statement for daring interiors. #luxurydesign #artfulwalls #statementwallcovering Metallic bronze skulls shimmer against an iridescent oil slick backdrop in this bold, edgy design by Phillipe Romano. A daring wallpaper choice that fuses luxury with attitude. #luxurydesign #boldinteriors #modernwallpaper #statementwalls Bold and edgy, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano fuses metallic bronze skulls with a moody, iridescent backdrop. A striking choice for contemporary, statement-making interiors. #luxurydesign #wallart #boldinteriors Bronze skulls glimmer against an iridescent oil slick backdrop in this bold Phillipe Romano design. A luxe edge with attitude. #luxuryinteriors #statementwalls #modernwallcovering An edgy display of bronze skulls shimmer against a moody oil-slick backdrop in this luxe wallpaper by Phillipe Romano. #luxurydesign #boldwalls #statementinteriors A mesmerizing blend of edgy and opulent—Skully features bronze skulls layered over a deep oil slick backdrop. A bold statement. #luxurydesign #wallart #boldinteriors Metallic bronze skulls shimmer against a moody oil-slick background in this bold design by Phillipe Romano. A statement piece. #luxurydesign #moderninteriors #artwallcovering Bold and edgy, *Skully - Skulls Wallpaper - Bronze on Oil Slick* by Phillipe Romano fuses luxe metallics with dark allure. Bronze skulls shimmer over an iridescent backdrop, creating a striking, avant-garde statement. Perfect for dramatic, modern interiors. #luxurydesign #wallart #boldinteriorsA sophisticated wallpaper design featuring intricate textures and subtle tonal variations that evoke depth and elegance. The composition lends a timeless charm to any space. #interiordetails #luxurywalls #decorinspirationA serene composition of earthy tones and subtle textures unfolds across the wallpaper, suggesting organic movement and timeless elegance. The design evokes a refined natural ambiance, perfect for sophisticated interiors. #interiordecor #luxurywalls #moderninteriorsA serene composition featuring subtle textures and harmonious tones, evoking a refined atmosphere. The interplay of light and shadow brings depth and sophistication to the space. #luxurywalls #moderninteriors #elegantdesignA serene composition of soft tones and subtle textures unfolds, evoking a sense of calm sophistication. The interplay of light and shadow brings depth to its refined aesthetic. #luxuryinteriors #wallartdesign #modernwallcoveringsA sophisticated composition of delicate hues and intricate detailing creates a serene atmosphere. The wallpaper exudes timeless elegance, blending texture and subtle contrast for a refined interior statement. #luxuryinteriors #wallart #decorinspirationA serene composition unfolds in this wallpaper, where gentle tones and fluid forms create a refined ambiance. The design evokes tranquility and sophistication, perfect for elevating any interior space. #luxuryinteriors #decorativewalls #elegantspacesA refined composition of muted tones and graceful textures forms a serene backdrop, evoking understated sophistication. Ideal for elevating contemporary or classic interiors. #interiordecor #luxurywalls #designinspirationA graceful arrangement of soft tones and intricate textures creates a serene visual harmony. The design evokes a subtle sophistication, ideal for elevating any interior space. #luxuryinteriors #modernwallcoverings #elegantspacesA sophisticated composition of colors and textures emerges in this wallpaper design, revealing an artful balance of modern elegance and timeless allure. Subtle detailing adds depth, creating a refined backdrop for any space. #wallart #luxuryinteriors #stylishwallsA graceful composition of delicate hues and soft textures creates a serene ambiance. The design evokes a refined sense of calm, ideal for sophisticated interiors. #wallart #luxuryinteriors #modernwallcoveringsA serene interplay of soft tones and refined textures creates a sophisticated ambiance in this wallpaper image. Its subtle elegance enhances any space with timeless charm. #luxuryinteriors #wallartstyle #modernwallcoveringsA refined interplay of texture and tone graces the wallpaper, offering a sophisticated ambiance through layered hues and subtle pattern. Its timeless aesthetic adds depth and elegance to any curated space. #luxuryinteriors #wallartinspo #moderntexturesA refined composition of muted tones and subtle textures evokes a sense of calm sophistication. The wallpaper's delicate interplay of light and shadow adds quiet depth, perfect for an elevated interior aesthetic. #luxuryinteriors #wallart #modernwallcoveringsA serene composition of texture and tone unfolds in this wallpaper image, with refined detailing that evokes modern sophistication. Soft gradients blend seamlessly, adding depth and subtle movement to the surface. #luxuryinteriors #elegantwalls #modernwallcoveringA sophisticated wallpaper featuring a harmonious blend of textures and tones, creating a serene and refined ambiance. The design evokes quiet elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdecor #modernwallcoveringsA serene composition unfolds with botanical silhouettes layered delicately across a muted backdrop, evoking a tranquil, organic ambiance. The interplay of light and texture brings depth and sophistication to any space. #wallart #luxuryinteriors #decorinspoA refined composition of muted tones and delicate detailing creates a serene ambiance in this wallpaper. Its subtle textures and elegant design lend sophistication to any interior space. #interiordecor #customwallcoverings #luxuryinteriorsA refined composition of natural textures and soft tones creates a serene ambiance. Layers of subtle detail evoke quiet sophistication, perfect for a tranquil, elevated space. #luxurywalls #interiorsinspiration #moderntextureA serene composition unfolds in muted tones, featuring delicate textures and subtle contrasts. The design evokes a refined ambiance, perfect for sophisticated interiors. #luxurywalls #homedecorstyle #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Beige",
+      "Black",
+      "Bling",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Brown",
+      "Charcoal",
+      "Chestnut",
+      "Cocoa",
+      "Coral",
+      "Cream",
+      "Crimson",
+      "Denim",
+      "Emerald",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Glitter",
+      "Gold",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Lilac",
+      "Linen",
+      "Maroon",
+      "Mauve",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "new flock",
+      "Olive",
+      "Onyx",
+      "Orchid",
+      "Peach",
+      "Plum",
+      "Purple",
+      "Putty",
+      "Rust",
+      "Sage",
+      "Salmon",
+      "Sand",
+      "Sepia",
+      "Silver",
+      "Slate",
+      "Smoke",
+      "Steel",
+      "Storm",
+      "Tan",
+      "Taupe",
+      "Teal",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "SKL-300-sample",
+      "SKL-300"
+    ],
+    "primarySku": "SKL-300-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fab574116079118731086944f96b387a.jpg?v=1734415058",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/skully-skulls-wallpaper-bronze-on-oil-slick-skl-300",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708460595",
+    "title": "Tiger Flock Black On Metallic Silver Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71309-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Black on Metallic Silver",
+      "Gray",
+      "Natural Resource 2",
+      "new flock",
+      "T83065",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWTT-71309-SAMPLE"
+    ],
+    "primarySku": "DWTT-71309-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83065_09692b0c-46c0-4289-b152-60aac01862b5.jpg?v=1733894245",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71309-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:15:02Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708362291",
+    "title": "TIGER FLOCK CAMEL AND BLACK WALLPAPER",
+    "handle": "dwtt-71306-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "THIBAUT AT DW",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Black",
+      "Camel and Black",
+      "Natural Resource 2",
+      "new flock",
+      "Orange",
+      "Plum",
+      "T83062",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "DWTT-71306-SAMPLE"
+    ],
+    "primarySku": "DWTT-71306-SAMPLE",
+    "price": "9.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83062_46dc493b-4efe-4d01-b9a9-5b661b3e3645.jpg?v=1695138713",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71306-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286537267",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleRich navy blue tones meet a sophisticated flocked velvet design in Veronica's Madison by Phillipe Romano. A luxurious, tactile finish perfect for creating timeless statement walls. #luxuryinteriors #velvetywalls #homedecorstyle Velvety flocked texture meets graceful floral scrolls in Veronica's Madison, a rich, tactile design by Phillipe Romano. #luxurydesign #velvetywalls #interiorstyle",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Charcoal",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Slate",
+      "Stone",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1013-sample",
+      "FLOCK-1013"
+    ],
+    "primarySku": "FLOCK-1013-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV214_madison_WHITESILVER_1060x_4d1c2531-4860-42cd-9091-7c4994c757da.webp?v=1734414945",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:50:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286799411",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA refined composition of soft tones and intricate detailing unfolds across the wallpaper, evoking a sense of timeless elegance. The design invites tranquility and sophistication into any space. #luxuryinteriors #wallartdesign #elevatedspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Black",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orchid",
+      "Salmon",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLOCK-1014-sample",
+      "FLOCK-1014"
+    ],
+    "primarySku": "FLOCK-1014-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV215_madison_BLACKWHITE_1087x_54dab76d-f9e4-4a97-85b2-f2f3c5796194.webp?v=1734414943",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:52:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495349788784",
+    "title": "Victor's Flocked Velvet Wallpaper - Black on Silver",
+    "handle": "victor-s-flocked-velvet-wallpaper-black-on-silver-wflo-2800",
+    "description": "Victor's Flocked Velvet Wallpaper - Black on SilverA refined wallpaper design featuring intricate detailing and a harmonious blend of tones, offering a sophisticated visual texture that enhances any interior space with quiet elegance. #interiordecor #luxurywalls #interiorsinspirationA sophisticated arrangement of abstract textures and soft hues creates a serene yet modern ambiance. Muted tones interplay with subtle detailing, making this wallcovering an ideal backdrop for refined interiors. #luxuryinteriors #modernwallart #elegantspacesA refined composition of soft tones and delicate textures creates a tranquil ambiance. The design evokes subtle elegance, perfect for sophisticated interiors. #elegantinteriors #luxurywallcoverings #interiordecorAn elegant composition of soft tones and abstract textures graces this wallpaper, evoking a serene, modern ambiance. The interplay of subtle shading and gentle patterns creates depth without overwhelming. #luxuryinteriors #modernwallart #sophisticatedspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Charcoal",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "Neutral",
+      "Plum",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-2800-sample"
+    ],
+    "primarySku": "WFLO-2800-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b93da5f9bf661fa5adad7ba848879a59.jpg?v=1572309025",
+    "imageAlt": "Victor's Flocked Velvet Wallpaper - Black on Silver",
+    "productUrl": "https://designerwallcoverings.com/products/victor-s-flocked-velvet-wallpaper-black-on-silver-wflo-2800",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T00:33:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832513136",
+    "title": "Victorian Flocked Velvet Wallpaper - Gold on aged Gold",
+    "handle": "victorian-flocked-velvet-wallpaper-gold-on-aged-gold-flk-119",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Aged Gold 4) Flame Rate: IS419Sumptuous Victorian flocked velvet wallpaper in radiant gold on aged gold backdrop, exuding timeless luxury and depth. Perfect for creating classic elegance with rich texture. #luxurywallcoverings #victorianstyle #interiordecor Elevate your space with the Victorian Flocked Velvet Wallpaper in gold on aged gold. Its rich, textured velvet pattern exudes classic elegance and timeless luxury, perfect for sophisticated interiors. #luxurywallcoverings #classicdesign #velvetwallpaper Victorian Flocked Velvet Wallpaper in rich gold hues on an aged gold backdrop exudes timeless elegance with intricate velvet textures. Perfect for adding depth and classic charm to sophisticated interiors. #luxuryinteriors #wallfashion #elegantwalls Rich Victorian flocked velvet wallpaper featuring ornate gold patterns on a textured aged gold background. This elegant design adds timeless luxury and depth to interiors. Perfect for sophisticated and classic decor styles. #luxurywallcoverings #classicinteriors #velvetwallpaper Luxurious Victorian Flocked Velvet Wallpaper in radiant gold hues on aged gold backdrop. Rich texture and classic elegance bring timeless charm to any space. #luxurywallcoverings #classicaldesign #velvetwallpaper Luxurious Victorian Flocked Velvet Wallpaper in gold hues on aged gold backdrop, showcasing intricate patterns with a rich, textured velvet finish. Perfect for adding timeless elegance to interiors. #luxurywallcoverings #velvetwallpaper #classicdesign Luxe and timeless, the Victorian Flocked Velvet Wallpaper in gold on aged gold brings classic opulence to any space. #velvettouch #luxurywalls #homedecorstyle #wallartdecor A regal blend of soft gold velvet flocking over an aged gold backdrop creates a luxurious, vintage elegance. #luxuryinteriors #velvetwallpaper #texturaldesigns #classicstyleA serene composition featuring soft, flowing lines and muted tones, evoking a sense of calm sophistication. Subtle textures create depth, enhancing its refined aesthetic. #interiordecor #luxurywalls #elegantinteriorsA serene wallpaper design featuring soft, muted tones and refined textures creates an atmosphere of understated elegance. Subtle patterns invite a closer look, elevating any space with timeless sophistication. #luxurywalls #interiordecor #artfulinteriorsA serene composition unfolds with graceful symmetry and subtle tonal depth. The design evokes refined sophistication, perfect for elevating modern or classic interiors. #interiordecor #luxurywalls #elegantspacesA serene composition of soft tones and subtle texture, this wallpaper evokes quiet sophistication. Its refined detailing adds depth without overpowering the space. #luxurywalls #interiorstyle #decorinspirationAn elegant composition of texture and tone, this wallpaper showcases a refined interplay of subtle hues and organic patterns. A serene backdrop that elevates any space with understated sophistication. #interiors #luxurywalls #decorativefinishesA graceful display of delicate floral motifs unfurls across a muted background, blending timeless charm with understated elegance. Each detail evokes serenity, perfect for a refined interior. #wallart #luxurywalls #decorinspirationA refined composition of organic forms and subtle textures, this wallpaper evokes a sense of quiet sophistication. The visual harmony suggests natural inspiration, ideal for serene, modern interiors. #luxuryinteriors #wallartdetails #interiorstyleA refined composition featuring intricate detailing and a sophisticated color palette, the wallpaper evokes timeless elegance and modern charm. Ideal for creating a serene yet elevated interior atmosphere. #luxurywalls #designinspo #moderninteriorsA serene composition of organic forms and subtle textures unfolds gracefully across the surface, evoking natural elegance and refined simplicity. Understated hues and gentle movement add sophistication to any space. #luxuryinteriors #modernwallcoverings #designinspiration",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Bronze",
+      "Charcoal",
+      "Cocoa",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Grey",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "Nickel",
+      "Ochre",
+      "Orange",
+      "Pewter",
+      "Plum",
+      "Russet",
+      "Salmon",
+      "Sepia",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLK-119-sample"
+    ],
+    "primarySku": "FLK-119-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0f1a751134e072c4fc1a2687139cce46.jpg?v=1572308906",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Gold on aged Gold",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-gold-on-aged-gold-flk-119",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833332336",
+    "title": "Victorian Flocked Velvet Wallpaper - Red on Red Stripe",
+    "handle": "victorian-flocked-velvet-wallpaper-red-on-red-gray-flk-129",
+    "description": "Victorian Flocked Velvet WallpaperExperience timeless elegance with the Victorian Flocked Velvet Wallpaper - Red on Red Stripe by Limited Stock Flock. Deep red tones with rich velvet texture create a classic, sophisticated ambiance perfect for refined interiors. #luxurywalls #velvetwallpaper #elegantdesign Luxurious Victorian Flocked Velvet Wallpaper in red-on-red stripes, blending deep crimson hues with rich texture for a sophisticated, timeless ambiance. Perfect for elegant interiors seeking classic charm. #luxurywallpaper #velvetwalls #classicinteriors Elegant Victorian flocked velvet wallpaper featuring subtle red-on-red stripes from Limited Stock Flock. Its rich texture and classic pattern bring warmth and sophistication to any space. #LuxuryInteriors #ElegantWallcoverings #TextureDesign Luxurious Victorian Flocked Velvet Wallpaper in red on red stripes, blending classic elegance with rich texture. Perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #classicdecor #elegantinteriors Elegant Victorian flocked velvet wallpaper in rich red on red stripes, offering texture and depth for sophisticated interiors. #luxurydesign #interiordecor #textilewallcoverings Lush red velvet flocking forms elegant vertical stripes on a deep red background, adding rich texture and timeless charm. #velvetwallpaper #homedecorstyle #luxuryinteriors Rich red velvet flocking meets classic stripes in this timeless Victorian design. A bold, textured touch of elegance. #luxurywalls #velvetwallpaper #interiorsinspo Crimson hues meet rich texture in this Victorian Flocked Velvet Wallpaper – bold red-on-red stripes exude timeless luxury. #luxuryinteriors #velvethome #wallartdecor Lush red velvet flocking meets tonal stripes in this timeless Victorian design by Limited Stock Flock. A bold, elegant choice. #luxurywalls #velvettouch #interiorspaces #wallcoveringdesign Rich crimson tones meet luxurious texture in the Victorian Flocked Velvet Wallpaper – Red on Red Stripe by Limited Stock Flock. Bold vertical stripes and soft velvet flocking create a timeless, dramatic statement. #luxurydesign #velvettouches #wallpaperinspoA serene composition unfolds in this wallpaper, with delicate textures and harmonious tones creating a refined visual balance. The design evokes a sense of calm sophistication, perfect for elevating any interior space. #luxurywalls #moderninteriors #artfulspacesA visually rich composition blends subtle textures with harmonious tones, evoking sophistication and timeless allure. Ideal for elevating any refined interior space. #luxuryinteriors #wallartinspiration #elegantspacesAn elegant composition of texture and tone, the wallpaper reveals a sophisticated interplay of light and shadow. The design evokes a sense of refined modernity, perfect for elevating contemporary interiors. #wallart #luxurydesign #interiorsinspirationA serene interplay of color and texture unfolds, showcasing delicate gradients and refined detailing. The composition evokes quiet sophistication, ideal for elevating contemporary or classic spaces alike. #luxurywalls #texturaldesign #elevatedinteriorsA serene composition of soft hues and fluid forms creates a refined visual texture. The wallpaper evokes a sense of calm sophistication, making it a versatile choice for contemporary or classic interiors. #luxurywalls #homedecorstyle #artfulinteriors",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Apricot",
+      "Aqua",
+      "Berry",
+      "Brick",
+      "Bronze",
+      "Camel",
+      "Charcoal",
+      "Cherry",
+      "Chestnut",
+      "Crimson",
+      "Currant",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Garnet",
+      "Indigo",
+      "Ivory",
+      "Lilac",
+      "Merlot",
+      "Plum",
+      "Red",
+      "Red Velvet On Red Pearl Stria",
+      "Retro Flock Velvet Wallpaper",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Stripe",
+      "Taupe",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "FLK-129"
+    ],
+    "primarySku": "FLK-129",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/c842035a205d5cfc8811e12a5649c43b.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Red on Red/Gray",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-red-on-red-gray-flk-129",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496346493040",
+    "title": "Victorian Flocked Velvet Wallpaper -1940' Flock",
+    "handle": "victorian-flocked-velvet-wallpaper-1940-flock-wflo-3053",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Aged Gold 4) Inspired by Frank Lloyd WrightThe Victorian Flocked Velvet Wallpaper features an elegant, textured floral damask design in rich velvet flocking, evoking classic sophistication and timeless charm. Perfect for adding depth and luxury to any space. #luxurywallcoverings #classicdesign #interiorstyle Luxurious Victorian Flocked Velvet Wallpaper featuring intricate, raised velvet patterns in rich textures. A timeless design by Limited Stock Flocked, perfect for elegant, classic interiors. #LuxuryWallcoverings #VelvetWallpaper #ClassicDesign Intricate Victorian-style velvet flock wallpaper features a rich, textured pattern evoking classic elegance and timeless charm. Ideal for adding luxury and depth to sophisticated interiors. #elegantwalls #classicwallcoverings #luxurydesign Victorian Flocked Velvet Wallpaper -1940' Flock features a rich, textured velvet flocking with ornate floral motifs reminiscent of classic Victorian elegance. Its plush finish brings depth and sophistication to any space. #luxurywalls #textileinspired #vintagewallcoverings Luxurious Victorian Flocked Velvet Wallpaper showcases plush, intricate floral patterns with a rich textured velvet finish, perfect for elevating classic interiors. From Limited Stock Flocked’s elegant collection. #homeinteriors #luxurywallcoverings #classicdecor Rich burgundy velvet flocking forms an ornate Victorian damask pattern over a soft beige background—timeless luxury. #vintagestyle #luxuryinteriors #wallartdecorA graceful composition of visual texture and subtle tones creates a refined backdrop, lending depth and sophistication to any space. Its understated elegance invites both calm and character. #interiordecor #luxurywalls #interiorspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "1940's",
+      "Almond",
+      "Bronze",
+      "Charcoal",
+      "Chestnut",
+      "Cocoa",
+      "Coffee",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ginger",
+      "Gray",
+      "Hickory",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Lemon",
+      "Metallic",
+      "Mocha",
+      "Ochre",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Sand",
+      "Sepia",
+      "Sienna",
+      "Slate",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walnut"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WFLO-3053"
+    ],
+    "primarySku": "WFLO-3053",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d7855b1c2a65c811f2ef3f73bf63dbc1.jpg?v=1572309271",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper -1940' Flock",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-1940-flock-wflo-3053",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T07:43:47Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754522005555",
+    "title": "Victory Damask Flocked Velvet - Black on Gray",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-1",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 Elegant black damask patterns cascade over a muted gray backdrop in this luxe flocked velvet from Phillipe Romano. #luxuryinteriors #textileart #walldecor #interiorsinspo #designerstyle Luxurious black flocked velvet forms a dramatic damask pattern against a soft gray backdrop. Timeless elegance with bold contrast by Phillipe Romano Flock Wallpaper. #luxurywalls #velvettouch #damaskdesign #wallartdecor #interiorluxuryAn elegant composition unfolds across this wallpaper: fluid lines and soft contrasts create a serene, textured surface. Its refined palette and understated design lend a timeless sophistication to any space. #elegantinteriors #luxurywalls #modernwallcoveringsA refined composition of soft hues and layered textures creates a serene atmosphere. The wallpaper evokes quiet sophistication, with intricate details that lend depth and timeless elegance. #interiordecor #luxurywalls #modernclassicstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Black",
+      "Bronze",
+      "Charcoal",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Ivory",
+      "new flock",
+      "Plum",
+      "Residential",
+      "Salmon",
+      "Screen Print",
+      "Slate",
+      "Traditional",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "PRNC-11001SAMPLE",
+      "PRNC-11001"
+    ],
+    "primarySku": "PRNC-11001SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.26.33PM.png?v=1655328449",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:27:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495705026672",
+    "title": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "handle": "vista-poppy-floral-flock-velvet-wallpaper-wof-67019",
+    "description": "Velour Velvet Flock WallpaperBold, flocked velvet poppies bloom across a rich, textured backdrop in this stunning design by Limited Stock Flocked. #luxuryinteriors #flockedwallpaper #velvetdesigns #wallartdecorA serene composition of organic forms and muted tones, this wallpaper evokes a sense of quiet sophistication. Delicate textures and refined detailing enhance its timeless elegance. #luxurydesign #wallartinspo #moderninteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Army",
+      "ASTM E84 Class A",
+      "Charcoal",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Gray",
+      "Slate",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Black",
+    "skus": [
+      "WOF-67019-sample"
+    ],
+    "primarySku": "WOF-67019-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6afb142fb5795dda31ae73996147dd32_0a42b699-bab1-4bc4-9224-f5c6e004d1fd.jpg?v=1572309130",
+    "imageAlt": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/vista-poppy-floral-flock-velvet-wallpaper-wof-67019",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295614003",
+    "title": "Alexia's Art Deco Fans Flocked Velvet Wallpaper",
+    "handle": "alexias-art-deco-fans-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDiscover the elegance of Alexia's Art Deco Fans Flocked Velvet Wallpaper from Phillipe Romano. A timeless touch to any space. #ArtDecoDesign #VelvetWallpaper #PhillipeRomano Alexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features a plush velvet texture with elegant, fan-inspired Art Deco patterns in rich tones, adding depth and sophistication to any space. #luxurywallcoverings #velvetdesign #artdecointeriors Alexia's Art Deco Fans Flocked Velvet Wallpaper by Phillipe Romano features elegant, plush velvet textures with a sophisticated fan pattern inspired by Art Deco design. Perfect for creating a luxurious, timeless ambiance in any space. #luxurywalls #velvetwallcoverings #homedecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Butter",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Mustard",
+      "new flock",
+      "Plum",
+      "Salmon",
+      "Straw",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1042-sample",
+      "FLOCK-1042"
+    ],
+    "primarySku": "FLOCK-1042-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV243_art_deco_fans_GOLDEN_1023x_2a9b54ce-3578-4d11-9bc1-23c5bdb5b601.webp?v=1734414887",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/alexias-art-deco-fans-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:55:53Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005643827",
+    "title": "Alicante Velvet Walls Cream",
+    "handle": "dwve-429500",
+    "description": "Alicante Velvet Walls Cream Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Real Velvet",
+      "RM_410_01",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-429560"
+    ],
+    "primarySku": "DWVE-429560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_01_a27c5e93-1e47-4dba-b311-94601d61aee1.jpg?v=1635521098",
+    "imageAlt": "Alicante Velvet Walls Cream  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005873203",
+    "title": "Alicante Velvet Walls Deep Red",
+    "handle": "dwve-430100",
+    "description": "Alicante Velvet Walls Deep Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated wallpaper design featuring an intricate interplay of texture and subtle tones, creating depth and timeless elegance. Ideal for refined interiors seeking understated luxury. #homedecor #interiorspace #luxurydesignA refined wallpaper design showcasing a harmonious blend of textures and tones. The composition evokes a serene and sophisticated ambiance, perfect for elevating contemporary or classic interiors. #wallart #interiorspace #luxuriouswalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Coral",
+      "Cream",
+      "Deep Red",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_33",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430160"
+    ],
+    "primarySku": "DWVE-430160",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_33_61ce7e31-d11c-4add-ae79-614c000897c8.jpg?v=1635521107",
+    "imageAlt": "Alicante Velvet Walls Deep Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430100",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005742131",
+    "title": "Alicante Velvet Walls Gold",
+    "handle": "dwve-429800",
+    "description": "Alicante Velvet Walls Gold Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Gold by Velvet Walls by Phillipe Romano features luxurious, shimmering gold velvet with subtle texture, creating a rich, opulent backdrop perfect for sophisticated interiors. #luxurywallcoverings #velvetdesign #interiortextureA serene arrangement of soft hues and delicate textures creates a timeless ambiance. The subtle interplay of light and shadow evokes sophistication and warmth, making it a refined backdrop for any space. #interiordecor #luxurywalls #moderninteriorsAn elegant composition unfolds with subtle tones and refined texture. The wallpaper reveals a sophisticated interplay of light and shadow, adding quiet depth and timeless allure to any space. #luxuryinteriors #wallartdecor #modernwallcovering",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_20",
+      "Salmon",
+      "Silver",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-429860"
+    ],
+    "primarySku": "DWVE-429860",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_20_8e1b2ba4-25de-463f-877e-91f6affc4b16.jpg?v=1635521103",
+    "imageAlt": "Alicante Velvet Walls Gold  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429800",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006069811",
+    "title": "Alicante Velvet Walls Pink Cream",
+    "handle": "dwve-430600",
+    "description": "Alicante Velvet Walls Pink Cream Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Pink Cream features a soft, plush texture combining gentle pink and cream tones for a luxurious, sophisticated ambiance. Perfect for spaces seeking warmth and elegance from Velvet Walls by Phillipe Romano. #luxuryinteriors #velvetwallcoverings #homedecorideasA gracefully layered composition of abstract forms and muted tones creates a serene ambiance. The interplay of texture and shadow evokes a refined, modern sensibility. #luxuryinteriors #modernwallart #elevatedspaces #designinspiration",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Bronze",
+      "Brown",
+      "Coral",
+      "Cream",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Pink Cream",
+      "Plum",
+      "Real Velvet",
+      "RM_410_54",
+      "Rose",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430660"
+    ],
+    "primarySku": "DWVE-430660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_54_af565903-38d6-4557-beca-425f8e7f655c.jpg?v=1635521116",
+    "imageAlt": "Alicante Velvet Walls Pink Cream  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005938739",
+    "title": "Alicante Velvet Walls Purple",
+    "handle": "dwve-430300",
+    "description": "Alicante Velvet Walls Purple Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated composition of subtle tones and refined textures creates a serene visual balance. The design evokes timeless elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdesign #elegantspacesA refined composition unfolds in soft tones and intricate textures, evoking a sense of quiet sophistication. Subtle detailing catches the light, revealing depth and elegance in every glance. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Beige",
+      "Copper",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Honey",
+      "Indigo",
+      "Ivory",
+      "Maroon",
+      "Mint",
+      "Mocha",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Purple",
+      "Real Velvet",
+      "RM_410_47",
+      "Salmon",
+      "Silver",
+      "Taupe",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-430360"
+    ],
+    "primarySku": "DWVE-430360",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_47_947b4d58-2abb-40ef-8dd8-f97cae1e476c.jpg?v=1635521111",
+    "imageAlt": "Alicante Velvet Walls Purple  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430300",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006266419",
+    "title": "Alicante Velvet Walls Spice Red",
+    "handle": "dwve-431100",
+    "description": "Alicante Velvet Walls Spice Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock View this post on Instagram A post shared by Designer Wallcoverings (@designerwallcoverings) A sophisticated wallpaper design featuring graceful, flowing motifs that evoke a sense of timeless elegance. The intricate detailing adds depth and character, perfect for elevating any refined interior space. #luxuryinteriors #wallart #textileinspirationAn elegant wallpaper design featuring intricate detailing and a refined color palette, creating a sophisticated ambiance perfect for elevating any interior space. #luxuryinteriors #wallart #modernwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_79",
+      "Silver",
+      "Spice Red",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-431160"
+    ],
+    "primarySku": "DWVE-431160",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_79_1ea77f21-9db5-4f88-8c5e-1501a6cbc27d.jpg?v=1635521125",
+    "imageAlt": "Alicante Velvet Walls Spice Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431100",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006397491",
+    "title": "Alicante Velvet Walls Taupe Grey",
+    "handle": "dwve-431500",
+    "description": "Alicante Velvet Walls Taupe Grey Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated composition of textures and tones, this wallpaper evokes timeless elegance with its harmonious palette and subtle detailing. Perfect for refined interiors seeking depth and calm. #luxurywalls #interiorstyle #modernclassics",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Real Velvet",
+      "RM_410_86",
+      "Silver",
+      "Taupe Grey",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWVE-431560"
+    ],
+    "primarySku": "DWVE-431560",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_86_8dbd2c24-0419-4563-9d50-e1d848bc4dda.jpg?v=1635521133",
+    "imageAlt": "Alicante Velvet Walls Taupe Grey  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431500",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700089864243",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings. Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base. Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Repeat: 0.13 Match: Straight Material: Flock Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Paste the Wall Care: Sponge Note: Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "cream",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "neutral",
+      "paste-the-wall",
+      "straight-match",
+      "strippable",
+      "textile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-505800-Sample"
+    ],
+    "primarySku": "DWWC-505800-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper.webp?v=1762017642",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:20:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700142325811",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | Phillipe Romano",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Vertical Repeat: 0.13 Match: Straight Features: Paste the Wall Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Sponge Care: Sponge Note: Strippable, Good Light Fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "straight-match",
+      "textile-background",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-506300-Sample"
+    ],
+    "primarySku": "DWWC-506300-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper_60c657cc-5af1-4ec7-bd28-5ce9ac714451.webp?v=1762028933",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T20:28:43Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700143603763",
+    "title": "Astoria Ivory Flock Wallpaper Wallcovering | Phillipe Romano",
+    "handle": "astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano-1",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.Opulent to the max, an Art Deco inspired fan design in the most indulgent techniques. For lighter, soothing tones the exquisite ivory flock or pearl with glistening beads, both on a lustrous textile background. Or for a decadent look opt for the lavish, velvety flock in dramatic midnight or jet, or neo mint textured print on a magnificent light-reflective foil base.Product Specifications Type: Flock Product Type: Wallcovering Roll Width: 52 Repeat: 0.13 Match: Straight Material: Flock Roll Size: 52 Fire Rating: B-s1,d0 Care Instructions: Paste the Wall Care: Sponge Note: Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "art-deco",
+      "astoria",
+      "cream",
+      "decor wallpaper",
+      "elodie-collection",
+      "fan-design",
+      "flock",
+      "ivory",
+      "luxury",
+      "paste-the-wall",
+      "straight-match",
+      "strippable",
+      "textile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWWC-506360-Sample"
+    ],
+    "primarySku": "DWWC-506360-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/astoria-ivory-flock-wallpaper_565be67f-8772-4af7-b50a-925b51b739fc.webp?v=1762030016",
+    "imageAlt": "Astoria Ivory Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/astoria-ivory-flock-wallpaper-wallcovering-phillipe-romano-1",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T20:46:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785284636723",
+    "title": "Bella's Windsor Flocked Velvet Wallpaper",
+    "handle": "charlottes-windsor-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBella's Windsor Flocked Velvet Wallpaper by Phillipe Romano features a regal damask in rich velvet texture on a soft-toned backdrop. A timeless statement of luxury and elegance. #luxurywalls #velvettouch #interiorsinspirationA refined composition of texture and tone, this wallpaper evokes subtle sophistication through its harmonious blend of muted hues and delicate patterning. Ideal for elevating interiors with understated elegance. #interiorstyle #luxurywalls #moderninteriorsA refined composition of botanical silhouettes dances across a muted backdrop, evoking natural serenity with understated elegance. This wallpaper lends a timeless charm to any interior space. #interiordecor #luxurywalls #moderninteriorsA sophisticated wallpaper design featuring an intricate interplay of texture and tone, evoking a sense of timeless allure. Subtle yet impactful, it adds depth and character to any refined interior. #wallcoverings #luxuryinteriors #elegantspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Apricot",
+      "Berry",
+      "Blush",
+      "Bronze",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Ivory",
+      "Lemon",
+      "Luxury Restoration Wallpaper",
+      "Mocha",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Salmon",
+      "Sand",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1010-sample",
+      "FLOCK-1010"
+    ],
+    "primarySku": "FLOCK-1010-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV211_windsor_MAROONGOLD_991x_103b738c-20af-4ebe-b3e4-95c6faf6c12f.webp?v=1734414951",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/charlottes-windsor-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:41:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495698899056",
+    "title": "Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper",
+    "handle": "boogie-nights-retro-flock-velvet-scroll-baroque-wallpaper-wof-67016",
+    "description": "Velour Velvet Flock WallpaperBoogie Nights Retro Flock Velvet Scroll Baroque Wallpaper features elegant, velvet-textured scrolls with a rich Baroque-inspired pattern, adding depth and vintage charm to interiors. A perfect blend of retro flair and classic luxury. #luxurywalls #velvetwallcovering #retrobaroque Luxurious baroque scrolls in retro velvet flocking create a rich texture with depth and elegance. The Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper by Limited Stock Flocked blends vintage charm with modern flair. #luxurywalls #interiorstyle #velvetwallpaper Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper by Limited Stock Flocked features intricate baroque velvet scrolls with a rich, textured retro vibe, perfect for adding depth and elegance to any space. #homeinterior #wallart #luxurydesign A bold velvet baroque scroll design in deep, retro tones—Boogie Nights brings drama and texture to any space. #luxurydesign #velvetwallpaper #interiorstyle #baroquedecor Velvety black flock swirls in a dramatic baroque scroll over a shimmering gold backdrop. Retro meets luxe. #luxurywalls #baroquedesign #retrostyleAn elegant composition of abstract, interwoven lines creates a subtle texture, offering depth and sophistication. The neutral tones gently complement modern interiors, blending art with ambiance. #interiorstyle #luxurywalls #modernwallcoveringsA serene composition of muted tones and subtle textures evokes a sense of refined tranquility. The design flows with understated elegance, perfect for creating a sophisticated interior backdrop. #luxurywalls #moderninteriors #decorinspirationA striking visual of layered textures and harmonious tones creates a refined atmosphere. The interplay of light and shadow lends depth, while subtle detailing adds sophistication. #luxurywalls #moderninteriors #decorinspirationA serene interplay of texture and tone unfolds across this wallpaper, where subtle layers create depth and softness. The design evokes quiet sophistication, perfect for refined interiors. #luxurywalls #moderninteriors #elegantspacesA sophisticated composition of layers and texture unfolds across the wallpaper, blending muted tones with graceful detail. The design evokes a serene elegance, perfect for refined interiors. #luxuryinteriors #modernwallcoverings #artfulspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "ASTM E84 Class A",
+      "Brick",
+      "Bronze",
+      "Chestnut",
+      "Class A Fire Rated",
+      "Crimson",
+      "Cyan",
+      "Denim",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Ivory",
+      "Melon Red Flock On Melon Red",
+      "Pastel",
+      "Plum",
+      "Red",
+      "Rose",
+      "Rosewood",
+      "Rosybrown",
+      "Rust",
+      "Salmon",
+      "Sand",
+      "Scroll",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WOF-67016-sample"
+    ],
+    "primarySku": "WOF-67016-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89b7af7ebb8cc44f5fd21f24b8c37a49.jpg?v=1572309130",
+    "imageAlt": "Boogie Nights Retro Flock Velvet Scroll Baroque Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/boogie-nights-retro-flock-velvet-scroll-baroque-wallpaper-wof-67016",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:54:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785282637875",
+    "title": "Dapheny's Petite Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphenys-petite-heirloom-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleDapheny's Petite Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an intricate, vintage-inspired flocked velvet pattern, adding depth and elegance with its soft texture and refined detail. Perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantdesign",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Chestnut",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Pistachio",
+      "Plum",
+      "Red",
+      "Sage",
+      "Salmon",
+      "SCARLET",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1006-sample",
+      "FLOCK-1006"
+    ],
+    "primarySku": "FLOCK-1006-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV207_petite_heirloom_VARIEGATEDSCARLET_install_802x_d0afcee2-a33b-476e-bead-d8619cbb8e2e.webp?v=1734414960",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphenys-petite-heirloom-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:31:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/6555440840755",
+    "title": "Diana Damask Flock Velvet  White Wallpaper",
+    "handle": "dwgb-700167",
+    "description": "Diana Velvet Flock Damask White contrasts a opulent design with a cool light color palette. The shimmer white backdrop gives it a sleek look. This wallpaper is both beautifully metallic and boasting a rich pattern, pulling together a sophisticated overall effect. Quick & easy 'Paste The Wall' application (no decorating table or pre-cutting required). Non-woven wallpaper, won't shrink or expand overtime.Designer Wallcoverings and Fabrics is a leading authorized dealer of Gothic Damask Flock White WallpaperElegantly embossed white damask motifs with a soft flocked velvet texture create a timeless, refined look in the Diana Damask Flock Velvet White Wallpaper by Phillipe Romano. Ideal for classic, sophisticated interiors. #luxurywallcoverings #homedecor #elegantwalls",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "WALLCOVERINGS",
+    "tags": [
+      "Damask",
+      "Exclusive",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gothic Damask Flock White",
+      "Gray",
+      "Ivory",
+      "Khaki",
+      "new flock",
+      "Plum",
+      "Taupe",
+      "Umber",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Wallcovering",
+      "WALLCOVERINGS",
+      "Walnut"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWGB-700167-Sample",
+      "DWGB-700167"
+    ],
+    "primarySku": "DWGB-700167-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/104565_3.jpg?v=1640713217",
+    "imageAlt": "Gothic Damask Flock White Wallpaper - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/dwgb-700167",
+    "status": "ACTIVE",
+    "createdAt": "2021-04-30T22:38:25Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489119283",
+    "title": "Fanfare Flock - Dk Egg/Pet Teal By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "handle": "dwkk-g250e6dfd",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A serene composition unfolds with delicate textures and muted tones, creating a refined ambiance. Soft gradients and subtle detailing add depth and sophistication to the space. #luxuryinteriors #elevatedspaces #artfulwalls",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/7026.Cs.0",
+      "20.5In",
+      "Botanical & Floral",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "display_variant",
+      "Dk Egg/Pet",
+      "Fanfare Flock",
+      "Floral",
+      "Gray",
+      "Ivory",
+      "Neutral",
+      "Paper - 100%",
+      "Plum",
+      "Salmon",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133955-Sample",
+      "DWKK-133955"
+    ],
+    "primarySku": "DWKK-133955-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_7026_CS_9d543414-2ec3-4b43-aafa-65e477bf8e72.jpg?v=1753305085",
+    "imageAlt": "Fanfare Flock - Dk Egg/Pet Teal By Cole & Son | Cole & Son Pearwood |Botanical & Floral  Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g250e6dfd",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785289814067",
+    "title": "Florence's St. Moritz Flocked Velvet Wallpaper",
+    "handle": "florences-st-moritz-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleFlorence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich, plush velvet texture with an elegant, subtle pattern that evokes timeless luxury and depth. Perfect for enhancing sophisticated interiors. #luxurywallcoverings #velvetwallpaper #elegantdesigns Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a luxurious velvet texture with a subtle, elegant pattern that enriches any space with depth and sophistication. Perfect for refined interiors. #luxurywallcoverings #velvetwallpaper #interiordecor Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features an elegant, textured velvet pattern creating depth and sophistication. Ideal for adding a luxurious touch to any space. #LuxuryInteriors #VelvetWallpaper #ElegantDesign Rich flocked velvet in deep navy and black creates a dramatic, regal pattern with luxurious texture and depth. #luxuryinteriors #velvetwallpaper #designerstyle Rich velvet texture meets intricate flocked detail in Florence's St. Moritz Wallpaper by Phillipe Romano. A luxurious statement. #luxurywalls #flockedwallpaper #velvettexture Opulent texture meets refined pattern in Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano. A rich, tactile design that brings depth and elegance to any interior. #luxuryinteriors #velvettouch #flockedwallpaper #texturaldesign Elegant and dimensional, Florence's St. Moritz Flocked Velvet Wallpaper by Phillipe Romano features a rich, velvety texture and a graceful motif in soft, contrasting tones—perfect for luxurious, statement-making interiors. #luxurywalls #velvettouch #interiorstyle Rich teal velvet meets striking flocked patterning in Florence's St. Moritz by Phillipe Romano—a bold, luxurious statement. #luxuryinteriors #velvetwallpaper #flockeddesignA refined wallpaper design featuring a harmonious blend of soft tones and subtle texture, ideal for adding sophistication to any interior space. Its understated elegance transforms walls into timeless statements. #designinspiration #luxurywalls #moderninteriorsAn exquisite wallpaper design featuring a harmonious blend of soft hues and intricate detailing, evoking a sense of refined elegance and timeless charm. #luxuryinteriors #wallartdesign #elevatedspacesA refined wallpaper design featuring a harmonious interplay of texture and tone, offering a subtle yet sophisticated backdrop ideal for elevating any interior space. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Apricot",
+      "Brick",
+      "Bronze",
+      "CHAMPAGNE",
+      "Chestnut",
+      "Cocoa",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Lilac",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Plum",
+      "Red",
+      "Rust",
+      "Salmon",
+      "Scarlet",
+      "Taupe",
+      "Terracotta",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1024-sample",
+      "FLOCK-1024"
+    ],
+    "primarySku": "FLOCK-1024-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV226_st_moritz_SCARLETCHAMPAGNE_1055x_16db65ef-59a1-42ae-81fd-9eb35457f85d.webp?v=1734414922",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/florences-st-moritz-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:15:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494828187760",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-2042",
+    "description": "Gable Velvet Flocked Wall Paper - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollThe Gable Velvet Flocked Wall Paper by Limited Stock Flocked features a rich black velvet pattern on a silver-gray background, creating a dramatic, textured design with an elegant baroque flair. Perfect for bold, luxurious interiors. #velvettouches #luxurydesigns #flockedwallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Apricot",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pearl",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-2042-sample"
+    ],
+    "primarySku": "WFLO-2042-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fd73720f043be7174a2a18b0611af25d.jpg?v=1572308905",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-2042",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494848700528",
+    "title": "Gable Velvet Flocked Wallpapers - Beige on Cream",
+    "handle": "gable-velvet-flocked-wallpapers-beige-on-cream-wflo-3027",
+    "description": "Gable Velvet Flocked Wallpapers - Beige on CreamElegant beige flocking on a soft cream backdrop creates a timeless, textured statement in this velvet wallpaper design. #luxurywalls #interiorstyle #textileinspireddecorA refined composition of soft hues and intricate detailing creates a serene, elevated atmosphere. The design evokes quiet sophistication, perfect for curated interior spaces. #elevatedaesthetics #luxuryinteriors #artfulwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Bronze",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pastel",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-3027-sample"
+    ],
+    "primarySku": "WFLO-3027-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7e3c79a128e56511c61294da5f1d4a74.jpg?v=1572308923",
+    "imageAlt": "Gable Velvet Flocked Wallpapers - Beige on Cream",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wallpapers-beige-on-cream-wflo-3027",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:34:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495873454192",
+    "title": "Hanson Street Baroque Flock Velvet Wallpaper",
+    "handle": "hanson-street-baroque-flock-velvet-wallpaper-wof-67080",
+    "description": "Velour Velvet Flock Wallpaper - Baroque Damask White Flock on Black",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Amber",
+      "Beige",
+      "Coral",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Plum",
+      "Slate",
+      "Tan",
+      "Teal",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WOF-67080-sample"
+    ],
+    "primarySku": "WOF-67080-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/011b7315986eac3442bb875eb6d030aa.jpg?v=1572309163",
+    "imageAlt": "Hanson Street Baroque Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/hanson-street-baroque-flock-velvet-wallpaper-wof-67080",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T03:51:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494871343216",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7009",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Luxury Restoration Wallpaper",
+      "Muted White Velvet On Hot Pink",
+      "Neutral",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7009-sample"
+    ],
+    "primarySku": "Flock-7009-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ecea6ea5df20254cbb5a47564c89af2a_31df6173-1a7e-4f4e-87e3-40a8e6e2e198.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7009",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873636976",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7021",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - Priced as a single, but only sold in a triple rollLuxurious Kelly Deco Velvet Flocked Wallpaper by Limited Stock Flocked features rich velvet textures with elegant, intricate patterns that add depth and sophistication to any space. Perfect for elevating interiors with a timeless, plush aesthetic. #luxurywallcoverings #velvetdecor #interiorstyle Luxurious velvet flocked wallpaper featuring an elegant, intricate Deco pattern in rich texture. Perfect for adding depth and sophistication to interiors. #luxurywalls #velvetwallcoverings #homedecorstyle Kelly Deco Velvet Flocked Wallpapers feature an elegant velvet flocked design with intricate, textured patterns that add depth and sophistication to any space. Crafted by Limited Stock Flocked, this timeless wallcovering enriches interiors with subtle luxury. #luxuryinteriors #wallcoveringdesign #texturedecor A textured velvet flocked wallpaper with an elegant Deco pattern that adds depth and sophistication to any space. Perfect for creating a refined, luxurious atmosphere. #InteriorElegance #WallArtistry #LuxuryWallcoverings",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Azure",
+      "Brick",
+      "Carmine",
+      "Cherry",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Garnet",
+      "Ivory",
+      "Merlot",
+      "Oxblood",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7021-sample"
+    ],
+    "primarySku": "Flock-7021-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/57415aa9dd4fc61866727d2c2133a4e9.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7021",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873800816",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-70212",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollA serene composition unfolds in gentle hues and refined textures, offering a sophisticated backdrop that elevates any space with understated elegance. #luxuryinteriors #modernwallart #elevatedspaces",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Bronze",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Plum",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-70212-sample"
+    ],
+    "primarySku": "Flock-70212-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/78b5609cdf271f3cf61c7a7bbd9a77c2.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-70212",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:47:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494877503600",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7046",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple rollKelly Deco Velvet Flocked Wallpapers showcase a rich velvet texture with elegant, art deco-inspired patterns, adding depth and sophistication to any space. Crafted by Limited Stock Flocked, it's perfect for refined, timeless interiors. #luxurywallcoverings #interiordecor #velvetwallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Orange",
+      "Pearl Silk Stria Background",
+      "Stone",
+      "Taupe",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7046-sample"
+    ],
+    "primarySku": "Flock-7046-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/05dba3b38ba8a884171e0365676adce0.jpg?v=1572308927",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7046",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957364990017",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7000",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Muted White Velvet On Gold Mylar",
+      "Neutral",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7000-sample"
+    ],
+    "primarySku": "Flock-7000-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.57.52PM.png?v=1608080302",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7000",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365841985",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7043",
+    "description": "Kelly Deco Velvet Flocked Wallpapers boast luxurious velvet flocking with intricate geometric patterns, creating rich texture and elegant dimension. Perfect for sophisticated interiors seeking depth and style. #luxurywallcoverings #velvettexture #elegantwalls",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Aqua",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Pastel",
+      "Sage",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "Flock-7043-sample"
+    ],
+    "primarySku": "Flock-7043-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.45.03PM.png?v=1608079566",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7043",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660315699",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14277",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Contemporary",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Gray",
+      "Ivory",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWJS-14277-Sample",
+      "DWJS-14277"
+    ],
+    "primarySku": "DWJS-14277-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7500.jpg?v=1740536613",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14277",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/3928407179329",
+    "title": "Lafayette's Ballroom Flocked Velvet",
+    "handle": "lafayettes-ballroom-flocked-velvet-prnc-26701",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Lafayette's Ballroom Flocked Velvet is an homage to the opulent luxury the Prince found while visiting aristocrats in the French Quarter. The classical color palette and sophisticated pattern design appeal to those in search of truly royal extravagance. Austrian Prince Fine Flocked Velvet Vol. 7 Lafayette's Ballroom Flocked Velvet by Phillipe Romano features an elegant velvet texture with intricate flocked details, evoking classic sophistication and timeless charm. A refined choice for luxurious interiors. #luxurywallcoverings #velvetwallpaper #elegantinteriors Rich navy flocked velvet with ornate damask motifs—Lafayette's Ballroom brings timeless drama to any space. #luxuryinteriors #velvetwallpaper #homedecorstyle Lafayette's Ballroom Flocked Velvet by Phillipe Romano stuns with rich velvet texture and ornate damask elegance. A timeless choice for luxe interiors. #luxurywalls #flockedwallpaper #velvetfinish #interiordecor #statementwalls Ornate velvet damask swirls across a rich background in Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. A timeless blend of texture and elegance. #luxurydesign #velvetwallcovering #interiorstyle Opulent velvet flocking and rich baroque detailing define Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. A classic black backdrop enhances the ornate damask motif. #luxuryinteriors #velvetwallpaper #statementwalls Rich black velvet flocking meets regal gold in Lafayette's Ballroom Flocked Velvet by Phillipe Romano Flock Wallpaper. #luxuryinteriors #velvettouches #statementwalls #decorinspoA refined composition of muted tones and subtle textures evokes a sense of calm sophistication. The interplay of light and shade adds quiet depth, making it a timeless backdrop for elevated interiors. #luxuryinteriors #wallart #textiledesign",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Almond",
+      "Blush",
+      "Brick",
+      "Bronze",
+      "Champagne",
+      "Chestnut",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Golden",
+      "Ivory",
+      "Khaki",
+      "Mauve",
+      "Neutral",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Residential",
+      "Rose",
+      "Salmon",
+      "Screen Print",
+      "Taupe",
+      "Traditional",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Walls"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "PRNC-26701-sample",
+      "PRNC-26701"
+    ],
+    "primarySku": "PRNC-26701-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26701.jpg?v=1572310874",
+    "imageAlt": "Austrian Prince Flocked Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/lafayettes-ballroom-flocked-velvet-prnc-26701",
+    "status": "ACTIVE",
+    "createdAt": "2019-07-12T05:46:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785294172211",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CHAMPAGNE",
+      "Cody",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "new flock",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1037-sample",
+      "FLOCK-1037"
+    ],
+    "primarySku": "FLOCK-1037-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV238_circles_CHAMPAGNE_install_819x_1d44e3ec-27b8-49a2-a4e1-9e743ee9279b.webp?v=1734414897",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:41:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785295056947",
+    "title": "Maggie's Circles Flocked Velvet Wallpaper",
+    "handle": "maggies-circles-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleElegant velvet wallpaper featuring a sophisticated flocked circle pattern in soft tones. Perfect for adding texture and subtle luxury to any space. #luxewalls #velvetwallcoverings #interiordecor Bold velvet circles bring rich texture and geometric elegance to your space with Maggie's Circles by Phillipe Romano. #luxurydesign #velvettouches #interiorspaces Maggie's Circles Flocked Velvet Wallpaper by Phillipe Romano features rich velvet textures and bold, circular patterns in deep contrast. A luxurious statement piece for refined interiors. #luxurywalls #velvettouch #interiorstyle #modernwallartA serene composition unfolds in delicate hues and textures, evoking refined elegance. The intricate detailing suggests a sophisticated ambiance, perfect for elevating any interior space. #luxuryinteriors #artfulwalls #elevateddecorAn elegant wallpaper design unfolds with refined detail and subtle sophistication, offering texture and depth that enhance any interior space. A timeless backdrop for curated design. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Bronze",
+      "Cherry",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Forest",
+      "Indigo",
+      "Ivory",
+      "Luxury Restoration Wallpaper",
+      "Magenta",
+      "Mauve",
+      "Neutral",
+      "new flock",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "SCARLET",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1039-sample",
+      "FLOCK-1039"
+    ],
+    "primarySku": "FLOCK-1039-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV240_circles_SCARLET_1031x_2c1424d9-e2e8-456a-beb8-cd6ac0df55d9.webp?v=1734414893",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/maggies-circles-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:48:01Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495254892656",
+    "title": "Morrocan Flocked Velvet Wallpaper - Red / Burgundy",
+    "handle": "morrocan-flocked-velvet-wallpaper-red-burgundy-wflo-9655-1",
+    "description": "Burgundy and Red Ornate Indian-Moroccan damask velvet flocked wallpaper:Deep red and burgundy hues blend in a luxurious Moroccan-inspired flocked velvet pattern with rich texture and intricate design, adding warmth and elegance to any space. From Limited Stock Flocked. #luxuryinteriors #velvetwallpaper #trendydécor Elegant deep red/burgundy velvet wallpaper with a luxurious Moroccan-inspired flocked pattern. The rich texture and intricate design add warmth and sophistication to any space. Perfect for creating a bold, stylish statement. #luxuryinteriors #velvetwallcovering #elegantdesign Morrocan Flocked Velvet Wallpaper in rich red and burgundy hues features an intricate textured pattern, adding depth and luxury to any space. Crafted by Limited Stock Flocked, it’s perfect for elegant, sophisticated interiors. #luxurywallcoverings #interiordecor #texturedwalls Luxurious red and burgundy Moroccan-inspired velvet wallpaper with intricate flocked patterns by Limited Stock Flocked. Rich texture and elegant design perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #velvetwallpaper #interiordecor Luxurious red and burgundy flocked velvet wallpaper featuring an intricate Moroccan-inspired pattern. Perfect for adding depth and warmth to sophisticated interiors. #luxurywallcoverings #velvetwalls #elegantinteriors",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Brick",
+      "Bronze",
+      "Chestnut",
+      "Copper",
+      "Crimson",
+      "Damask",
+      "Flamingo",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Linen",
+      "Orange",
+      "Plum",
+      "Red",
+      "Russet",
+      "Rust",
+      "Salmon",
+      "Slate",
+      "Solid",
+      "Tangerine",
+      "Taupe",
+      "Terracotta",
+      "Texture",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-9655-sample"
+    ],
+    "primarySku": "WFLO-9655-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/76289c7de17a30a21c38e1bc966cce34.jpg?v=1572308988",
+    "imageAlt": "Morrocan Flocked Velvet Wallpaper - Red / Burgundy",
+    "productUrl": "https://designerwallcoverings.com/products/morrocan-flocked-velvet-wallpaper-red-burgundy-wflo-9655-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:43:00Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837895219",
+    "title": "Otoko Flock Wallpaper Frost | Romo Europe",
+    "handle": "dwro-29407-w932-01-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Frost | Romo EuropeSoft, velvety texture meets refined geometry in the Otoko Flock Wallpaper Frost by Romo Europe—sophistication redefined. #luxurywalls #flockwallpaper #interiorstyleA serene composition of gentle hues and soft textures unfolds across the wallpaper, evoking a sense of quiet luxury and refined elegance. The visual harmony invites a timeless ambiance to any space. #artfulliving #luxuryinteriors #wallcoveringstyle",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Frost",
+      "Gray",
+      "Otoko Flock Wallpaper",
+      "Pearl",
+      "Plum",
+      "Romo Europe",
+      "Stone",
+      "W932-01",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29407-Sample"
+    ],
+    "primarySku": "DWRO-29407-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-01-otoko-flock-wallcovering-frost_03.jpg?v=1744144219",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29407-w932-01-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558837993523",
+    "title": "Otoko Flock Wallpaper Glacier | Romo Europe",
+    "handle": "dwro-29408-w932-02-designer-wallcoverings-los-angeles",
+    "description": "Otoko Flock Wallpaper Glacier | Romo EuropeSoft, velvety textures meet a serene palette in the Otoko Flock Wallpaper Glacier by Romo Europe. A refined choice. #luxurydesign #moderninteriors #wallartdecorA sophisticated composition of color and texture unfolds across the wallpaper image, featuring graceful patterns that evoke a sense of refined elegance and modern charm. #designinspo #luxurywalls #interiorstyle",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Bronze",
+      "Glacier",
+      "Gray",
+      "Ivory",
+      "Otoko Flock Wallpaper",
+      "Pastel",
+      "Pearl",
+      "Plum",
+      "Romo Europe",
+      "W932-02",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29408-Sample"
+    ],
+    "primarySku": "DWRO-29408-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W932-02-otoko-flock-wallcovering-glacier_04.jpg?v=1744077377",
+    "imageAlt": "Otoko Flock Wallpaper Glacier | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29408-w932-02-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:04:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495468802160",
+    "title": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold",
+    "handle": "paola-s-spanish-tile-flock-velvet-wallpaper-burgundy-red-gold-wflo-3042",
+    "description": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold ** As seen at Malo's Silverlake - 4326 West Sunset Boulevard Los Angeles, CA 90029-2112Paola's Spanish Tile Flock velvet wallpaper features an intricate Spanish tile pattern in rich burgundy red and gold hues, adding a luxurious textured velvet finish to any space. #luxurywalls #velvetwallpaper #tiledesignwallcovering Paola's Spanish Tile Flock velvet Wallpaper showcases an elegant burgundy red background with intricate gold Spanish tile motifs in rich velvet texture, adding depth and luxury to any space. From Limited Stock Flocked. #luxurywallcoverings #velvetwalls #spanishtiledesign Paola's Spanish Tile Flock velvet Wallpaper features an elegant burgundy red and gold pattern with rich velvet texture, inspired by classic Spanish tile designs. A luxurious choice for statement walls. #luxurywallcoverings #velvetwallpaper #homedecorA serene composition of soft hues and delicate textures creates a refined and tranquil ambiance. The wallpaper evokes understated sophistication, ideal for elevating any space with grace. #luxurywalls #homedecorstyle #elegantinteriorsA serene composition of soft tones and delicate textures unfolds in this wallpaper, evoking a sense of refined sophistication. Its subtle elegance adds quiet depth to any space. #luxuryinteriors #wallartinspo #modernwallcovering",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Brick",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "Ivory",
+      "Metallic",
+      "Orange",
+      "Oxblood",
+      "Plum",
+      "Red",
+      "Russet",
+      "Sepia",
+      "Sienna",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-3042-sample"
+    ],
+    "primarySku": "WFLO-3042-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b7ce327bd64a0498db81b4c0f6280b56.jpg?v=1572309058",
+    "imageAlt": "Paola's Spanish Tile Flock velvet Wallpaper - Burgundy Red/Gold",
+    "productUrl": "https://designerwallcoverings.com/products/paola-s-spanish-tile-flock-velvet-wallpaper-burgundy-red-gold-wflo-3042",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:37:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421474930739",
+    "title": "Rajapur Flock - Blue/White Blue By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "handle": "dwkk-g29ca28b5",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "112/9032.Cs.0",
+      "20.5In",
+      "Blue",
+      "Blue/White",
+      "Cole & Son",
+      "Cole & Son Icons",
+      "Cornflower",
+      "Denim",
+      "display_variant",
+      "Floral",
+      "Ice",
+      "Paisley",
+      "Paper - 100%",
+      "Pastel",
+      "Periwinkle",
+      "Pewter",
+      "Powder",
+      "Rajapur Flock",
+      "Sky",
+      "Slate",
+      "Steel",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133782-Sample",
+      "DWKK-133782"
+    ],
+    "primarySku": "DWKK-133782-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/112_9032_CS_bb7e9b6a-da7c-4863-a34c-874ff4c61037.jpg?v=1753305535",
+    "imageAlt": "Rajapur Flock - Blue/White Blue By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g29ca28b5",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:01:05Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421474865203",
+    "title": "Rajapur Flock - Yellow/White Yellow By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "handle": "dwkk-g08bde4b4",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.A graceful symphony of texture and tone, this wallpaper captures a refined interplay of light and shadow, evoking quiet sophistication. Subtle patterns invite a closer look, making it a timeless backdrop for elevated interiors. #wallcoverings #luxuryinteriors #designinspiration",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "112/9031.Cs.0",
+      "20.5In",
+      "Cole & Son",
+      "Cole & Son Icons",
+      "display_variant",
+      "Paisley",
+      "Paper - 100%",
+      "Rajapur Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow",
+      "Yellow/White"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWKK-133781-Sample",
+      "DWKK-133781"
+    ],
+    "primarySku": "DWKK-133781-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/112_9031_CS_b4ad6d7d-906d-4892-aa0f-6ba0ad954c1b.jpg?v=1753305537",
+    "imageAlt": "Rajapur Flock - Yellow/White Yellow By Cole & Son | Cole & Son Icons | Paisley Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g08bde4b4",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:00:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494844342384",
+    "title": "Rock It Out��� - Black on White Matte",
+    "handle": "rock-it-out-black-on-white-matte-wflo-8010",
+    "description": "Rock It Out��� - Black on White MatteA refined composition of delicate textures and soft tones creates a serene ambiance. The visual balance evokes sophistication and timeless elegance. #luxurydesign #wallartinspo #interiorstyle",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Beige",
+      "Coral",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "WFLO-8010-sample"
+    ],
+    "primarySku": "WFLO-8010-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/a188b4c64fe1be829359a0462cea3c1e.jpg?v=1572308922",
+    "imageAlt": "Rock It Out��������� - Black on White Matte",
+    "productUrl": "https://designerwallcoverings.com/products/rock-it-out-black-on-white-matte-wflo-8010",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:32:15Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296990259",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBold geometric blocks meet rich flocked velvet in this striking retro design. A luxe texture with timeless flair. #velvettouch #flockedwallpaper #retrodesign #texturalwalls #luxuryinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Pearl",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1047-sample",
+      "FLOCK-1047"
+    ],
+    "primarySku": "FLOCK-1047-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV248_retro_blocks_WHITESILVER_1050x_92d07f40-9743-41a3-abb0-7c689d407c74.webp?v=1734414877",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:06:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708427827",
+    "title": "Tiger Flock Pearl Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71308-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Indigo",
+      "Natural Resource 2",
+      "new flock",
+      "Pearl",
+      "Plum",
+      "Salmon",
+      "T83064",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper",
+      "Yellow"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWTT-71308-SAMPLE"
+    ],
+    "primarySku": "DWTT-71308-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83064_093b5f8e-f307-498d-b5d1-ee9178cc074f.jpg?v=1733894247",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71308-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287061555",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLush velvet flocking in a sophisticated damask pattern gives Veronica's Madison Wallpaper by Phillipe Romano timeless elegance. #luxurywalls #velvettouch #homedecorstyle #statementwalls Deep navy tones meet rich velvet texture in Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano. Sophisticated, bold, and tactile. #luxuryinteriors #velvettouch #wallpaperdesign Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano showcases a rich velvet texture with a bold damask motif in deep gray tones. Its raised pattern adds dramatic depth and luxury to any interior space. #velvettouch #luxewalls #elegantinteriors Bold and luxurious, Veronica's Madison Flocked Velvet Wallpaper by Phillipe Romano features rich texture and a dramatic pattern. #luxurydesign #velvettouches #statementwalls Deep velvet flocking creates a dramatic damask effect in Veronica's Madison Wallpaper by Phillipe Romano. Luxurious and bold. #velvettouch #damaskdesign #luxurywallsA sophisticated wallpaper design unfolds with graceful detail and balanced texture. The visual composition suggests an air of refined elegance, perfect for elevating any interior space. #luxuryinteriors #wallartdesign #interiorstyleA graceful composition of muted tones and subtle texture unfolds across the wallpaper, evoking a serene, modern ambiance. Soft layering and refined detailing create depth and visual interest without overwhelming the space. #interiordecor #luxurywalls #moderninteriorsA refined composition of intricate textures and soft hues creates a timeless backdrop. The design exudes quiet sophistication, ideal for serene, thoughtfully curated spaces. #luxurydesign #wallcoveringsinspo #elegantinteriorsA refined composition of texture and tone, this wallpaper evokes understated elegance through its balanced interplay of light and shadow. Sophisticated yet subtle, it elevates any interior with timeless charm. #luxuryinteriors #wallartinspo #modernwallcoveringsA graceful composition of soft tones and delicate textures brings refined sophistication to this wallpaper. The visual harmony evokes a serene ambiance, ideal for elevating any interior space. #elegantwalls #interiorsinspiration #luxurywallcoveringA refined composition of elegant textures and serene tones, this wallpaper evokes tranquility and sophistication. Its subtle detailing and balanced palette create a timeless backdrop for any interior setting. #wallart #luxuryinteriors #walldecorA sophisticated interplay of textures and tones graces the wallpaper, evoking a refined ambiance. Subtle contrasts and organic forms create visual depth, enhancing any space with timeless elegance. #luxuryinteriors #wallartinspo #elegantspacesA serene composition unfolds in this wallpaper design, blending soft, layered textures with a harmonious palette. The subtle interplay of light and shadow evokes depth and sophistication. #wallart #luxuryinteriors #modernwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Amber",
+      "Azure",
+      "Bronze",
+      "Cerise",
+      "CRIMSON",
+      "Flamingo",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Indigo",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Nickel",
+      "Plum",
+      "Red",
+      "Rose",
+      "Ruby",
+      "Salmon",
+      "Sand",
+      "Scarlet",
+      "Slate",
+      "Terracotta",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Vermilion",
+      "Violet",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLOCK-1016-sample",
+      "FLOCK-1016"
+    ],
+    "primarySku": "FLOCK-1016-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV217_madison_CRIMSON_1005x_fa05d612-3d92-4df0-833a-fbccac56061d.webp?v=1734414939",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:55:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832709744",
+    "title": "Victorian Flocked Velvet Wallpaper - insp by Frank Lloyd Wright",
+    "handle": "victorian-flocked-velvet-wallpaper-insp-by-frank-lloyd-wright-flk-121",
+    "description": "Victorian Flocked Velvet Wallpaper 1) 27 inches by 15 feet long per single roll 2) Foreground Color: Gold Flock Velvet 3) Background Color: Olive and Beige 4) Inspired by Frank Lloyd WrightSoft velvet flocking creates a tactile, classic pattern inspired by Frank Lloyd Wright's timeless style. The Victorian design combines texture and elegance, perfect for sophisticated interiors. #luxurywallcoverings #velvetwallpaper #classicinteriors Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright features intricate, textured patterns adding depth and timeless sophistication to any space. Crafted by Limited Stock Flock for refined interiors. #luxurywallcoverings #classicdesign #texturedwalls Victorian Flocked Velvet Wallpaper inspired by Frank Lloyd Wright features intricate geometric patterns with a rich velvet texture, blending classic elegance and architectural design. Perfect for sophisticated interiors seeking timeless style. #luxurywallcoverings #homedecor #interiordetails Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright features intricate geometric patterns in rich textures, adding timeless elegance and depth to any space. By Limited Stock Flock. #luxurywallcoverings #classicinteriors #texturedwalls Luxurious Victorian flocked velvet wallpaper inspired by Frank Lloyd Wright, featuring intricate, raised patterns with a rich texture by Limited Stock Flock. Perfect for adding timeless elegance to any space. #luxurywallcoverings #designinspiration #textilewalls Elegant black flocked velvet forms intricate geometric patterns on a rich gold background in this timeless design. Inspired by Frank Lloyd Wright, this wallpaper brings classic sophistication to any interior. #luxurywalls #velvetwallpaper #texturedwalls #artinspireddecor Rich black velvet flocking forms intricate geometric patterns on a gold background—Victorian luxury meets timeless design. #luxurywalls #velvetwallpaper #interiorstyleA refined composition of muted tones and graceful textures creates a serene atmosphere. The pattern subtly plays with light and shadow, adding depth and sophistication to any space. #luxuryinteriors #modernwallcoverings #interiordecorA refined composition of muted tones and graceful textures, this wallpaper evokes a sense of serene sophistication. Ideal for elevating contemporary or classic interiors with its understated elegance. #luxuryinteriors #elegantwalls #interiorstyle",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Almond",
+      "Amber",
+      "Bronze",
+      "Camel",
+      "Copper",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Ivory",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Ochre",
+      "Orange",
+      "Orchid",
+      "Plum",
+      "Sand",
+      "Sepia",
+      "Sienna",
+      "Slate",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "FLK-121-sample"
+    ],
+    "primarySku": "FLK-121-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/68645a3fc1af0db5e6d4fc70c16f0abb.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - insp by Frank Lloyd Wright",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-insp-by-frank-lloyd-wright-flk-121",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558845726771",
+    "title": "Zelva Flock Wallpaper Vermillion | Romo Europe",
+    "handle": "dwro-29467-w393-05-designer-wallcoverings-los-angeles",
+    "description": "Zelva Flock Wallpaper Vermillion | Romo EuropeLush botanical elegance in vivid red tones—Zelva Flock Wallpaper Vermillion by Romo Europe brings bold texture. #luxurywalls #interiorspace #romoeurope #moderninteriors A rich vermillion backdrop meets a sophisticated flocked design in this striking Zelva Flock Wallpaper by Romo Europe. #luxurywalls #flockedwallpaper #interiordecorinspo Lush vermillion tones meet delicate flocked detailing in this bold, textured design. Zelva Flock by Romo Europe adds drama and depth to any space. #luxurywalls #textileinspired #moderninteriors",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Amber",
+      "Apricot",
+      "Chestnut",
+      "Ivory",
+      "Mocha",
+      "Orange",
+      "Persimmon",
+      "Plum",
+      "Pumpkin",
+      "Romo Europe",
+      "Salmon",
+      "Slate",
+      "Tangerine",
+      "Vermillion",
+      "W393-05",
+      "Wallcovering",
+      "Wallpaper",
+      "Zelva Flock Wallpaper"
+    ],
+    "primaryColor": "White",
+    "skus": [
+      "DWRO-29467-Sample"
+    ],
+    "primarySku": "DWRO-29467-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W393-05-zelva-flock-wallcovering-vermillion_01.jpg?v=1744077580",
+    "imageAlt": "Zelva Flock Wallpaper Vermillion | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29467-w393-05-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:10:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005840435",
+    "title": "Alicante Velvet Walls Wine Red",
+    "handle": "dwve-430000",
+    "description": "Alicante Velvet Walls Wine Red Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA serene composition of organic lines and subtle texture evokes sophistication and calm. The interplay of muted tones adds depth without overwhelm, perfect for refined interiors. #interiordecor #luxurywalls #moderninteriors",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Real Velvet",
+      "RM_410_31",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper",
+      "Wine Red"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWVE-430060"
+    ],
+    "primarySku": "DWVE-430060",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_31_e0829991-acc3-4b1e-94c3-83c66aa9ad61.jpg?v=1635521106",
+    "imageAlt": "Alicante Velvet Walls Wine Red  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430000",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:58Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494905421936",
+    "title": "Asia Inspiration -02 Red Velvet on 2 tone Gold",
+    "handle": "asia-inspiration-02-red-velvet-on-2-tone-gold-wflo-3013a",
+    "description": "Asia Inspiration -02 Red Velvet on 2 tone Gold 27\" x 15 feet per single roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red Gold",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3013A-sample"
+    ],
+    "primarySku": "WFLO-3013A-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fe31b34db57d1f4bf46e883d1c991b45.jpg?v=1572308932",
+    "imageAlt": "Asia Inspiration -02 Red Velvet on 2 tone Gold",
+    "productUrl": "https://designerwallcoverings.com/products/asia-inspiration-02-red-velvet-on-2-tone-gold-wflo-3013a",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287782451",
+    "title": "Blair's Empire Flocked Velvet Wallpaper",
+    "handle": "blairs-empire-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleBlair's Empire Flocked Velvet Wallpaper by Phillipe Romano features luxurious velvet flocking with an elegant, textured pattern that adds depth and sophistication to any space. Perfect for creating a rich, opulent ambiance. #luxuryinteriors #texturedwalls #designerwallcoverings",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Brick",
+      "CHAMPAGNE",
+      "Chestnut",
+      "Copper",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Pastel",
+      "Red",
+      "Sage",
+      "SCARLET",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1020-sample",
+      "FLOCK-1020"
+    ],
+    "primarySku": "FLOCK-1020-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV222_empire_SCARLETCHAMPAGNE_install_682x_cff5d4e6-503d-4347-858f-2fbc3c868966.webp?v=1734414930",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/blairs-empire-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:02:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/7558848675891",
+    "title": "Byzantine Flock Wallpaper Carnelian | Romo Europe",
+    "handle": "dwro-29487-w364-05-designer-wallcoverings-los-angeles",
+    "description": "Byzantine Flock Wallpaper Carnelian | Romo EuropeRich carnelian tones meet intricate flocked detailing in the Byzantine Flock Wallpaper by Romo Europe—a bold, timeless statement. #luxurydesign #wallart #homedecorstyleA refined composition of muted tones and subtle textures creates a sophisticated ambiance. The design evokes depth and serenity, perfect for cultivating a calm, curated space. #luxuryliving #modernwalls #interiorspacedesignAn artful composition unfolds with layered textures and muted tones, creating a refined balance of depth and sophistication. The interplay of light and shadow enhances its modern elegance. #interiorspace #luxurywalls #texturaldesignA serene composition featuring soft, abstract forms and a muted color palette creates a refined atmosphere. The design evokes both modern sophistication and subtle texture, perfect for a contemporary space. #interiorstyle #modernwalls #luxuryinteriors",
+    "vendor": "Romo Europe",
+    "productType": "Wallpaper",
+    "tags": [
+      "Byzantine Flock Wallpaper",
+      "Carnelian",
+      "Crimson",
+      "Indigo",
+      "Pink",
+      "Plum",
+      "Red",
+      "Romo Europe",
+      "Ruby",
+      "Salmon",
+      "Taupe",
+      "W364-05",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWRO-29487-Sample"
+    ],
+    "primarySku": "DWRO-29487-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W364-05-byzantine-flock-wallcovering-_00.jpg?v=1744077648",
+    "imageAlt": "Byzantine Flock Wallpaper Carnelian | Romo Europe",
+    "productUrl": "https://designerwallcoverings.com/products/dwro-29487-w364-05-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2025-04-07T20:12:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785280868403",
+    "title": "Daphney's Heirloom Flocked Velvet Wallpaper",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-2",
+    "description": "Daphney's Heirloom Flocked Velvet Wallpaper by Phillipe Romano features an elegant, textured velvet pattern with classic, intricate motifs that evoke timeless sophistication. Perfect for adding depth and luxury to any space. #luxurywalls #velvetwallpaper #interiordecor",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CRIMSON",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1003-sample",
+      "FLOCK-1003"
+    ],
+    "primarySku": "FLOCK-1003-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV204_heirloom_MAROON_1090x_b8de9627-636b-4add-8335-982eeac98e4d.webp?v=1734414965",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:24:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494827729008",
+    "title": "Gable Velvet Flocked Wall Paper",
+    "handle": "gable-velvet-flocked-wall-paper-wflo-9015",
+    "description": "Gable Velvet Flocked Wall Paper - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Red",
+      "Red Velvet On Red",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "wflo-9015-sample"
+    ],
+    "primarySku": "wflo-9015-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8792f4567d05f1643a561d9b7ab48a24.jpg?v=1572308905",
+    "imageAlt": "Gable Velvet Flocked Wall Paper",
+    "productUrl": "https://designerwallcoverings.com/products/gable-velvet-flocked-wall-paper-wflo-9015",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:23:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495913463920",
+    "title": "Kassy Flocked Velvet - Burgundy",
+    "handle": "kassy-flocked-velvet-burgundy-wflo-3433-1",
+    "description": "Born from the minds of a moroccan village with overtones of Italian Restaurant, comes The Kassy Flocked Velvet Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Orange",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3433-sample"
+    ],
+    "primarySku": "WFLO-3433-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6a8a8f504f15762f327e96b2389f1d9e_903bb763-925b-4661-98b0-f74440117154.png?v=1572309179",
+    "imageAlt": "Kassy Flocked Velvet - Burgundy",
+    "productUrl": "https://designerwallcoverings.com/products/kassy-flocked-velvet-burgundy-wflo-3433-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T04:06:32Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494870556784",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7001",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Metallic",
+      "Pink",
+      "Red",
+      "Salmon",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7001-sample"
+    ],
+    "primarySku": "Flock-7001-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3c60a2c197d24ef0e0fdfa1cd57f8e62_83f386ef-94c2-4ec1-b97e-fcb5f6089db7.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7001",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494873145456",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7019",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7019-sample"
+    ],
+    "primarySku": "Flock-7019-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/af4354d67ea129b47b02f83b43f2106c_98258b07-df35-4171-b1c5-1b6e5a401508.jpg?v=1610101132",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Designer Wallcoverings and Fabrics",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7019",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:46:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365121089",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7010",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Java Velvet On Hot Pink",
+      "Pink",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-7010-sample"
+    ],
+    "primarySku": "Flock-7010-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.55.34PM.png?v=1608080168",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7010",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660250163",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14275",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Contemporary",
+      "Dark Blue",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Navy",
+      "Salmon",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWJS-14275-Sample",
+      "DWJS-14275"
+    ],
+    "primarySku": "DWJS-14275-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GE3715.jpg?v=1740536605",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14275",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:22Z"
+  },
+  {
+    "id": "gid://shopify/Product/6685660348467",
+    "title": "Lace Labyrinth Gray Red Wallpaper | Jeffrey Stevens",
+    "handle": "dwjs-14278",
+    "description": "Purity of form brings geometrics full circle in an anthology of beautiful patterns and perfect proportions, designed for luxury living..Like a formal garden maze, velvety raised lines march around the room in an ordered fashion presenting a pretty puzzle design wallpaper named Labyrinth.Delicate lace-inspired lines weave a mesmerizing maze across the surface in this Lace Labyrinth Wallpaper by Jeffrey Stevens. A refined design that adds texture and depth with a sophisticated touch. #luxuryinteriors #modernwalls #textileinspireddecor",
+    "vendor": "Jeffrey Stevens",
+    "productType": "Wallpaper",
+    "tags": [
+      "Aqua",
+      "Art Deco",
+      "Beige",
+      "Blush",
+      "Brown",
+      "Chestnut",
+      "Contemporary",
+      "Denim",
+      "Flock",
+      "Floral",
+      "Geometric",
+      "Glint",
+      "Grasscloth",
+      "Jade",
+      "Jeffrey Stevens",
+      "Labyrinth Wallpaper",
+      "Lace",
+      "Salmon",
+      "Tan",
+      "Texture",
+      "Textured",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "DWJS-14278-Sample",
+      "DWJS-14278"
+    ],
+    "primarySku": "DWJS-14278-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7501.jpg?v=1740536616",
+    "imageAlt": "Labyrinth Wallpaper | Jeffrey Stevens",
+    "productUrl": "https://designerwallcoverings.com/products/dwjs-14278",
+    "status": "ACTIVE",
+    "createdAt": "2022-03-11T02:08:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785291419699",
+    "title": "Lydia's Grille Flocked Velvet Wallpaper",
+    "handle": "copy-of-lydias-grille-flocked-velvet-wallpaper",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleLydia's Grille Flocked Velvet Wallpaper by Phillipe Romano features a luxe velvet texture with a geometric grille pattern, adding depth and sophistication to any space. Perfect for a refined, tactile wall design. #luxurywallcoverings #velvettexture #elegantinteriors",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Khaki",
+      "Luxury Restoration Wallpaper",
+      "Moss",
+      "new flock",
+      "Orange",
+      "Red",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1028-sample",
+      "FLOCK-1028"
+    ],
+    "primarySku": "FLOCK-1028-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV229_grille_SCARLETCHAMPAGNE_1060x_a66eafb4-a6e6-4d95-bfa4-3de91632f297.webp?v=1734414916",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-lydias-grille-flocked-velvet-wallpaper",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:22:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494904537200",
+    "title": "Master Humphrey Black Flock Velvet on Gold Reflective Mylar",
+    "handle": "master-humphrey-black-flock-velvet-on-gold-reflective-mylar-flock-407",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-407-sample",
+      "FLOCK-407"
+    ],
+    "primarySku": "FLOCK-407-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/939d8bfbb21cd83d1eff9bce4a20fd5a.jpg?v=1734415079",
+    "imageAlt": "Master Humphrey Black Flock Velvet on Gold Reflective Mylar",
+    "productUrl": "https://designerwallcoverings.com/products/master-humphrey-black-flock-velvet-on-gold-reflective-mylar-flock-407",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:04:23Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293090867",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleNaya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a rich velvet texture with an elegant zodiac-inspired design, offering a luxurious and celestial touch to any space. Perfect for adding depth and sophistication. #luxuryinteriors #velvetwallcovering #elegantwalls Naya's Zodiac Flocked Velvet Wallpaper by Phillipe Romano features a tactile, velvet-like texture with celestial-inspired patterns, adding depth and sophistication to any space. Elegance meets artistry in this unique wallcovering. #luxuryinteriors #texturedwalls #homeelegance",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "CRIMSON",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1034-sample",
+      "FLOCK-1034"
+    ],
+    "primarySku": "FLOCK-1034-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV235_zodiac_CRIMSON_997x_25e8e05b-3c13-47f8-831a-51fbbfc4677e.webp?v=1734414903",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:34:43Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785293451315",
+    "title": "Naya's Zodiac Flocked Velvet Wallpaper",
+    "handle": "nayas-zodiac-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Red",
+      "SCARLET",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1036-sample",
+      "FLOCK-1036"
+    ],
+    "primarySku": "FLOCK-1036-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV237_zodiac_SCARLETGOLD_980x_f6e5d279-b90d-4171-9e1e-583378d27022.webp?v=1734414900",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nayas-zodiac-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:37:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292632115",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-3",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Red",
+      "Slate",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1032-sample",
+      "FLOCK-1032"
+    ],
+    "primarySku": "FLOCK-1032-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV233_griffons_BURGUNDYSLATE_999x_694bba1f-dc31-44f7-bed0-4b92244580fb.webp?v=1734414908",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-3",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:30:54Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494908534896",
+    "title": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "handle": "prague-flock-damask-05-pink-on-sueded-gold-flock-2905",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pastel",
+      "Red",
+      "Suede",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-2905-sample"
+    ],
+    "primarySku": "Flock-2905-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3bc6c0a795ad9e4a94df995b092e2a08.jpg?v=1734415078",
+    "imageAlt": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "productUrl": "https://designerwallcoverings.com/products/prague-flock-damask-05-pink-on-sueded-gold-flock-2905",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:06:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496091000944",
+    "title": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "handle": "prague-flock-damask-05-pink-on-sueded-gold-flock-2905-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pastel",
+      "Red",
+      "Suede",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "Flock-2905-sample"
+    ],
+    "primarySku": "Flock-2905-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3bc6c0a795ad9e4a94df995b092e2a08_8b7162b0-3392-4208-aee8-ccf5e0874ebf.jpg?v=1734415044",
+    "imageAlt": "Prague Flock Damask - 05 Pink on Sueded Gold",
+    "productUrl": "https://designerwallcoverings.com/products/prague-flock-damask-05-pink-on-sueded-gold-flock-2905-1",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:20:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494880616560",
+    "title": "Retro Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-flock-9006",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Neutral",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-9006-sample",
+      "FLOCK-9006"
+    ],
+    "primarySku": "FLOCK-9006-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d6c85bf2fa4ecf4f0fcad698a6989de0.png?v=1734415083",
+    "imageAlt": "Retro Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-flock-9006",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:33Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494878388336",
+    "title": "Retro Velvet Flocked Wallpapers - Hot Pink",
+    "handle": "retro-velvet-flocked-wallpapers-hot-pink-fuscia-flock-8004",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hot Pink Fuscia",
+      "Pink",
+      "Red",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-8004-sample"
+    ],
+    "primarySku": "FLOCK-8004-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f7117f583aa474913fd6e382bb47f1dc.gif?v=1734415087",
+    "imageAlt": "Retro Velvet Flocked Wallpapers - Hot Pink Fuscia",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-hot-pink-fuscia-flock-8004",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:49:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494833463408",
+    "title": "The Robbie - Gold and Red Heirloom Damask - Gold/Red",
+    "handle": "the-robbie-gold-and-red-heirloom-damask-gold-red-wflo-3014-red-gold-heirloom-624",
+    "description": "The Robbie - Gold and Red Heirloom Damask - Gold/Red 1) 27\" x 15 feet per single roll 2) 30\" Repeat, Please take into account this large repeat when placing order 3) Order carefully - Each dye lot may vary 4) Allow 2-3 weeks for production if goods are not in stock at time of order. IS#624",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Red Gold Velvet On Red",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Takumi",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-3014-Red/Gold Heirloom/624-sample"
+    ],
+    "primarySku": "WFLO-3014-Red/Gold Heirloom/624-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/69a302b51d3ed05446036615c680c285.jpg?v=1572308907",
+    "imageAlt": "The Robbie - Gold and Red Heirloom Damask - Gold/Red",
+    "productUrl": "https://designerwallcoverings.com/products/the-robbie-gold-and-red-heirloom-damask-gold-red-wflo-3014-red-gold-heirloom-624",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:57Z"
+  },
+  {
+    "id": "gid://shopify/Product/1496101126256",
+    "title": "The Runway - Pink Flock Velvet High Heeled Shoe Wallpaper",
+    "handle": "the-runway-pink-flock-velvet-high-heeled-shoe-wallpaper-rto-34613",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blush",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pink",
+      "Red",
+      "Retro One Collection",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "RTO-34613-sample",
+      "RTO-34613"
+    ],
+    "primarySku": "RTO-34613-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/826d438ee137ce718e48e35b8bc3b70e.jpg?v=1734415042",
+    "imageAlt": "The Runway - Pink Flock Velvet High Heeled Shoe Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/the-runway-pink-flock-velvet-high-heeled-shoe-wallpaper-rto-34613",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T05:26:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494911156336",
+    "title": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "handle": "traditional-large-victorian-red-on-red-tone-on-tone-damask-wflo-92778",
+    "description": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Beige",
+      "Bronze",
+      "Coral",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Indigo",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Peach",
+      "Red",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WFLO-92778-sample"
+    ],
+    "primarySku": "WFLO-92778-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9d65a2791146ac7040d6444fabce269f.jpg?v=1572308934",
+    "imageAlt": "Traditional Large Victorian Red on Red - Tone on Tone Damask",
+    "productUrl": "https://designerwallcoverings.com/products/traditional-large-victorian-red-on-red-tone-on-tone-damask-wflo-92778",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T21:08:12Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785287192627",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-4",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleVeronica's Madison Flocked Velvet Wallpaper by Phillipe Romano features a rich, textured velvet pattern with elegant, subtle flocking. Its plush design adds depth and sophistication to interiors, perfect for creating a refined, luxurious atmosphere. #luxurywallcoverings #velvetdesign #interiordecor Soft velvet texture meets ornate flocked detailing in Veronica's Madison Wallpaper by Phillipe Romano—striking yet refined. #luxurywalls #velvetwallpaper #interiorsinspo Velvety damask flourishes in deep navy and black create a rich, tactile elegance in Veronica's Madison by Phillipe Romano. A timeless flocked design with dramatic contrast and luxurious texture. #luxurydesign #velvetytexture #flockedwallpaper #elegantinteriors #wallartdecor Lush velvet flocking forms a graceful damask against a soft backdrop in Veronica's Madison by Phillipe Romano. A timeless touch. #velvettouches #luxurywalls #damaskdesignsA refined composition of intricate detailing and subtle texture defines this wallpaper. Its visual elegance evokes a sense of timeless sophistication, enhancing any interior with understated charm. #luxuryinteriors #modernwallcoverings #interiorstyle",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "monochrome",
+      "new flock",
+      "Red",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLOCK-1017-sample",
+      "FLOCK-1017"
+    ],
+    "primarySku": "FLOCK-1017-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV218_madison_MAROON_1056x_8d36f6e3-f1df-410f-a0a6-f8c80c8ac535.webp?v=1734414936",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-4",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:57:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832971888",
+    "title": "Victorian Flocked Velvet Wallpaper - insp by Frank L. Wright 2",
+    "handle": "victorian-flocked-velvet-wallpaper-insp-by-frank-l-wright-2-flk-125",
+    "description": "Victorian Flocked Velvet Wallpaper - Inspired by Frank Lloyd WrightDeep-textured Victorian flocked velvet wallpaper inspired by Frank L. Wright. Rich, elegant patterns evoke classic sophistication and tactile luxury. Perfect for refined interiors seeking timeless charm. #luxuryinteriors #flockedwallpaper #elegantwallsA refined interplay of texture and tone graces the wallpaper, with subtle patterns creating depth and sophistication. Whispering elegance, it transforms any space with understated luxury. #luxuryinteriors #wallartinspo #modernwallcoveringsAn elegant composition featuring soft, muted tones and intricate detailing. The wallpaper evokes a serene, sophisticated ambiance with its refined palette and subtle texture. A timeless addition to any curated space. #luxuryinteriors #wallart #decorstyle",
+    "vendor": "Limited Stock Flock",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Auburn",
+      "Copper",
+      "Crimson",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Indigo",
+      "Orange",
+      "Plum",
+      "Red",
+      "Red Velvet With Gold On Gold",
+      "Retro Flock Velvet Wallpaper",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Sienna",
+      "Tomato",
+      "Umber",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "FLK-125-sample"
+    ],
+    "primarySku": "FLK-125-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9f47b934fd34712f4617585915e553f4.jpg?v=1572308907",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - insp by Frank L. Wright 2",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-insp-by-frank-l-wright-2-flk-125",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:38Z"
+  },
+  {
+    "id": "gid://shopify/Product/6754523349043",
+    "title": "Victory Damask Flocked Velvet - Red on Cream",
+    "handle": "copy-of-crystal-palace-saloon-lace-flocked-velvet-2",
+    "description": "Move aside Don Quixote, there's a new traveler in town! Austrian Prince offers unique luxury flocked velvet wallpapers collected during royal expeditions of the western frontier. Cultured with a keen eye for whimsical design, Austrian Prince's wanderlust means a treasure trove of riches. Austrian Prince Fine Flocked Velvet Vol. 7 Elegant red damask pattern in plush velvet overlays a creamy backdrop, exuding timeless sophistication and texture. Perfect for refined interiors seeking classic charm. #LuxuryWalls #VelvetWallpaper #InteriorElegance Elegant Victory Damask in rich red flocked velvet over a soft cream base creates a timeless, luxurious texture and pattern. Perfect for classic interiors seeking depth and sophistication. #luxurywallcoverings #velvetwallpaper #interiorstyle",
+    "vendor": "Phillipe Romano Flock Wallpaper",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Brick",
+      "Bronze",
+      "Cherry",
+      "Chestnut",
+      "Cranberry",
+      "Crimson",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Forest",
+      "Lace",
+      "Mahogany",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Red",
+      "Residential",
+      "Rust",
+      "Salmon",
+      "Scarlet",
+      "Screen Print",
+      "Tomato",
+      "Traditional",
+      "Umber",
+      "Velvet Wallpaper",
+      "Vintage",
+      "Wallcovering",
+      "Wallpaper",
+      "Walls"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "PRNC-11008SAMPLE",
+      "PRNC-11008"
+    ],
+    "primarySku": "PRNC-11008SAMPLE",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-06-15at2.33.13PM.png?v=1655328934",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/copy-of-crystal-palace-saloon-lace-flocked-velvet-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-06-15T21:35:11Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495705256048",
+    "title": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "handle": "vista-poppy-floral-flock-velvet-wallpaper-wof-67020",
+    "description": "Velour Velvet Flock Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "ASTM E84 Class A",
+      "Class A Fire Rated",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Floral",
+      "Gray",
+      "Pastel",
+      "Red",
+      "Velour Velvets",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Red",
+    "skus": [
+      "WOF-67020-sample"
+    ],
+    "primarySku": "WOF-67020-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7c4ce7d9dd66607e2b72162cc15e9c02_7a942ef3-a914-449c-bda6-07fae33befb2.jpg?v=1572309130",
+    "imageAlt": "Vista Poppy Floral Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/vista-poppy-floral-flock-velvet-wallpaper-wof-67020",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T02:56:28Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608847472",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44506",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Indigo",
+      "new flock",
+      "Pink",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "ERE-44506-sample"
+    ],
+    "primarySku": "ERE-44506-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/733a56a3a11b5f79951d7f8dd289ab44.jpg?v=1734414995",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44506",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495196270704",
+    "title": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "handle": "iconic-woman-silhouette-pink-velvet-putty-wallpaper-icon-600",
+    "description": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Pink",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "ICON-600-sample",
+      "ICON-600"
+    ],
+    "primarySku": "ICON-600-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/632c7798aa7a4fccb328400dd29d8754.jpg?v=1572308976",
+    "imageAlt": "Iconic Woman Silhouette - Pink Velvet Putty Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-pink-velvet-putty-wallpaper-icon-600",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:47Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195156592",
+    "title": "Stacy's Hot Pink Damask Wallpaper",
+    "handle": "stacy-s-hot-pink-damask-wallpaper-pri-3700",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hot Pink",
+      "Pink",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "PRI-3700-sample",
+      "PRI-3700"
+    ],
+    "primarySku": "PRI-3700-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8e516a48abbb183eecccc9a7de6351b1.png?v=1734415062",
+    "imageAlt": "Stacy's Hot Pink Damask Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/stacy-s-hot-pink-damask-wallpaper-pri-3700",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494832283760",
+    "title": "Victorian Flocked Velvet Wallpaper - Tone on Tone Purple",
+    "handle": "victorian-flocked-velvet-wallpaper-tone-on-tone-purple-wflo-3001",
+    "description": "Victorian Flocked Velvet Wallpaper - Purple on Purple Flock Velvet Wallpaper",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blush",
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pink",
+      "Purple Velvet On Purple",
+      "Retro Flock Velvet Wallpaper",
+      "Screen Print",
+      "Screen Printed Wall Paper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Pink",
+    "skus": [
+      "WFLO-3001-sample"
+    ],
+    "primarySku": "WFLO-3001-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ea2a4950d2e7442c958a3b20c677b65c.jpg?v=1572308906",
+    "imageAlt": "Victorian Flocked Velvet Wallpaper - Tone on Tone Purple",
+    "productUrl": "https://designerwallcoverings.com/products/victorian-flocked-velvet-wallpaper-tone-on-tone-purple-wflo-3001",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:26:17Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005709363",
+    "title": "Alicante Velvet Walls Deep Taupe",
+    "handle": "dwve-429700",
+    "description": "Alicante Velvet Walls Deep Taupe Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockA sophisticated interplay of texture and tone graces this wallpaper, where subtle hues and refined detailing create a serene visual depth. Perfect for elevating modern or classic interiors. #luxurywalls #interiorstyle #textileinspireddesign",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Deep Taupe",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_05",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "DWVE-429760"
+    ],
+    "primarySku": "DWVE-429760",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_05_3366f740-3a6b-4dee-ad46-3013773a568d.jpg?v=1635521101",
+    "imageAlt": "Alicante Velvet Walls Deep Taupe  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429700",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006463027",
+    "title": "Alicante Velvet Walls Java Brown",
+    "handle": "dwve-431600",
+    "description": "A captivating display of intricate motifs in soft, harmonious tones creates a serene ambiance. The design evokes timeless elegance with graceful detail and subtle texture, perfect for refined interiors. #wallart #luxuryinteriors #decorinspirationA refined composition of muted tones and intricate detailing emerges, suggesting a balance of texture and elegance. The visual rhythm evokes timeless sophistication, ideal for elevating any interior space. #luxurydesign #moderninteriors #elegantwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Beige",
+      "Coral",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Java Brown",
+      "Maroon",
+      "Navy",
+      "Olive",
+      "Plum",
+      "Real Velvet",
+      "RM_410_88",
+      "Salmon",
+      "Silver",
+      "Teal",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "DWVE-431660"
+    ],
+    "primarySku": "DWVE-431660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_88_0a7f27cc-7076-4b17-b159-09f032d09baf.jpg?v=1635521134",
+    "imageAlt": "Alicante Velvet Walls Java Brown  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-431600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494876323952",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7039",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll - trees",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Luxury Restoration Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Plum",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "Flock-7039-sample"
+    ],
+    "primarySku": "Flock-7039-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5cb4cd2c89927de6de69db6a2b6d7b6e.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7039",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785296007219",
+    "title": "Sadie's Retro Block Flocked Velvet Wallpaper",
+    "handle": "sadies-retro-block-flocked-velvet-wallpaper-1",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleAn elegant wallpaper design featuring a refined, organic pattern with subtle texture and harmonious tones, evoking a sense of calm sophistication. Ideal for serene, modern interiors. #luxurywalls #homedecorstyle #moderninteriorA refined composition of muted tones and soft textures, the wallpaper evokes a sense of quiet luxury and timeless elegance. Subtle patterns invite closer inspection, elevating any interior with understated sophistication. #luxuryinteriors #wallart #modernspaces",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Lime",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Orange",
+      "Plum",
+      "Salmon",
+      "Taupe",
+      "Tomato",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Purple",
+    "skus": [
+      "FLOCK-1045-sample",
+      "FLOCK-1045"
+    ],
+    "primarySku": "FLOCK-1045-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV246_retro_blocks_LIMEBEIGE_install_600x_264ac33a-8c37-4635-b710-b90a6f25b540.webp?v=1734414881",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/sadies-retro-block-flocked-velvet-wallpaper-1",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T23:01:20Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005905971",
+    "title": "Alicante Velvet Walls Aqua, Blue, Green",
+    "handle": "dwve-430200",
+    "description": "Alicante Velvet Walls Aqua, Blue, Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Aqua",
+      "Blue",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Green",
+      "Real Velvet",
+      "RM_410_45",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWVE-430260"
+    ],
+    "primarySku": "DWVE-430260",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_45_bc96ed3e-2c34-4af6-9add-ea9a107dedbc.jpg?v=1635521109",
+    "imageAlt": "Alicante Velvet Walls Aqua, Blue, Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430200",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:03Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006200883",
+    "title": "Alicante Velvet Walls Bright Aqua Blue",
+    "handle": "dwve-430900",
+    "description": "Alicante Velvet Walls Bright Aqua Blue Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls in bright aqua blue features a lush, velvety texture with subtle depth and vibrant hues, adding a sophisticated splash of color to any space. A perfect blend of elegance and modern flair by Velvet Walls by Phillipe Romano. #luxurywallcoverings #interiordecor #texturedwalls Alicante Velvet Walls Bright Aqua Blue features a luxurious, rich velvet texture in vibrant aqua blue, adding depth and elegance to any space. From Velvet Walls by Phillipe Romano, this exquisite wallcovering elevates interiors with its sumptuous finish. #luxurywalls #velvetwallcoveringsAn artful composition of soft hues and subtle textures creates a refined atmosphere. The design evokes understated elegance, making it a tasteful addition to any sophisticated interior. #interiordecor #modernwalls #luxurylivingA refined wallpaper featuring intricate detailing and subtle texture, enhancing the ambiance with understated elegance. The design evokes a timeless charm, perfect for sophisticated interiors. #luxurywalls #interiordecor #wallartinspo",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Bright Aqua Blue",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Real Velvet",
+      "RM_410_65",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWVE-430960"
+    ],
+    "primarySku": "DWVE-430960",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_65_a3ac51e4-3105-4496-afde-fcd3f4547463.jpg?v=1635521121",
+    "imageAlt": "Alicante Velvet Walls Bright Aqua Blue  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430900",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:18Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495447076976",
+    "title": "Cartera Walls by Luxotica Flock Wallpaper",
+    "handle": "cartera-walls-by-luxotica-flock-velvet-wallpaper-flock-5121",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-5121-Sample"
+    ],
+    "primarySku": "Flock-5121-Sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b6f5b8a7da1113e406f782f72a8b5b14.jpg?v=1734415052",
+    "imageAlt": "Cartera��������� Walls by Luxotica��������� Flock Velvet Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/cartera-walls-by-luxotica-flock-velvet-wallpaper-flock-5121",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T01:29:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/7700091666483",
+    "title": "Fusion Blue Dusk Flock Wallpaper Wallcovering | 1838 Wallcoverings",
+    "handle": "fusion-blue-dusk-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "description": "Fire Rating: This product meets Class \"A\" fire rating for commercial wallcoverings.A dramatic fusion of effects – look through the bold, geometric grid to the contrastingly coloured marble background beyond. Blue dusk, bracken and mineral are overlaid with soft tactile flock, whilst the lightly textured pearl overlay is surface printed.Product Specifications Type: Flock Product Type: Wallcovering Width: 52cm (20.5ins) Length: 10.05m (11yds) Vertical Repeat: 26cm / 10.25ins Repeat: 26cm / 10.25ins Match: Straight Pattern Match: Straight Material: Flock Roll Size: 52cm x 10.05m (20.5ins x 11yds) Fire Rating: B-s1, d0 Care Instructions: Sponge Care: Sponge Note: Paste the Wall, Strippable, Good Light fastness WHY SHOP AT DESIGNERWALLCOVERINGS.COM?",
+    "vendor": "1838 Wallcoverings",
+    "productType": "Wallpaper in decor",
+    "tags": [
+      "1838-wallcoverings",
+      "blue",
+      "blue-dusk",
+      "decor wallpaper",
+      "flock",
+      "fusion",
+      "geometric",
+      "grid-pattern",
+      "luxury",
+      "marble",
+      "tactile",
+      "Trending Wallpaper Collection 2025",
+      "wallpaper",
+      "willow-collection"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWWC-505890-Sample"
+    ],
+    "primarySku": "DWWC-505890-Sample",
+    "price": "4.25",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fusion-blue-dusk-flock-wallpaper.webp?v=1762018062",
+    "imageAlt": "Fusion Blue Dusk Flock Wallpaper - Image 1",
+    "productUrl": "https://designerwallcoverings.com/products/fusion-blue-dusk-flock-wallpaper-wallcovering-1838-wallcoverings",
+    "status": "ACTIVE",
+    "createdAt": "2025-11-01T17:27:27Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495195582576",
+    "title": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "handle": "iconic-woman-silhouette-putty-flock-velvet-icon-100",
+    "description": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Icon-100-sample",
+      "Icon-100"
+    ],
+    "primarySku": "Icon-100-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/63697c45da440e371e4498b892aef3f1.jpg?v=1572308975",
+    "imageAlt": "Iconic Woman Silhouette - Putty Flock Velvet",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-putty-flock-velvet-icon-100",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:26Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494871081072",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7005",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Blue",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Luxury Restoration Wallpaper",
+      "Metallic",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7005-sample"
+    ],
+    "primarySku": "Flock-7005-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ad74dfe9fcf39937d54a38e046ef26b2.jpg?v=1572308926",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7005",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:45:37Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494876487792",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7040",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - 27\" wide x 5 yards long per single - Priced as a single, but only sold in a triple roll",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Luxury Restoration Wallpaper",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7040-sample"
+    ],
+    "primarySku": "Flock-7040-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d5b0604895b491752d70d733232164c9_628c87fd-7940-4db7-bab7-4474a94b78f6.jpg?v=1572308926",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7040",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:31Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365710913",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7041",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Java Velvet On Blue",
+      "Orange",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "Flock-7041-sample"
+    ],
+    "primarySku": "Flock-7041-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FLOCK-7041.png?v=1608079735",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7041",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:29Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421489643571",
+    "title": "Pugin Palace Flock - Hyacin Blue By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "handle": "dwkk-g8cf798a7",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "Cole & Son",
+    "productType": "Wallpaper",
+    "tags": [
+      "116/9033.Cs.0",
+      "20.5In",
+      "Blue",
+      "Cole & Son",
+      "Cole & Son Pearwood",
+      "Damask",
+      "Dark Blue",
+      "display_variant",
+      "Hyacin",
+      "Neutral",
+      "Paper - 100%",
+      "Pugin Palace Flock",
+      "United Kingdom",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Blue",
+    "skus": [
+      "DWKK-133962-Sample",
+      "DWKK-133962"
+    ],
+    "primarySku": "DWKK-133962-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/116_9033_CS_758cd36b-cd90-4dfe-b4d3-72b704237955.jpg?v=1753305065",
+    "imageAlt": "Pugin Palace Flock - Hyacin Blue By Cole & Son | Cole & Son Pearwood | Damask Wallcovering",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-g8cf798a7",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T02:19:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621006102579",
+    "title": "Alicante Velvet Walls Hunter Green",
+    "handle": "dwve-430700",
+    "description": "Alicante Velvet Walls Hunter Green Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockAlicante Velvet Walls Hunter Green features a rich velvet texture in deep green, creating a luxurious, sophisticated ambiance perfect for elegant interiors. #luxuryinteriors #velvetwallcovering #elegantdesign Alicante Velvet Walls in deep hunter green showcases a lush, velvety texture that adds rich depth and sophistication to any space. Perfect for elevating interiors with timeless elegance. #luxuryinteriors #velvetwallcoverings #elegantwalls Alicante Velvet Walls Hunter Green features a rich, deep green velvet texture that adds warmth and sophistication to any space. Its lush pile creates a soft, inviting surface perfect for elegant interiors. #luxurywallcoverings #velluminance #interiortextureA serene composition unfolds with delicate textures and subtle hues, creating an atmosphere of quiet sophistication. Layers of tone blend seamlessly, inviting depth and refined ambiance. #wallart #moderninteriors #luxuryspaces",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Hunter Green",
+      "Real Velvet",
+      "RM_410_63",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Green",
+    "skus": [
+      "DWVE-430760",
+      "DWVE-430760"
+    ],
+    "primarySku": "DWVE-430760",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_63_c7211a54-a518-428d-a7de-728ff9fb9f8c.jpg?v=1635521117",
+    "imageAlt": "Alicante Velvet Walls Hunter Green  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-430700",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:18:14Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497608421488",
+    "title": "Arc de Triomphe Flock Wallpaper",
+    "handle": "arc-de-triomphe-flock-wallpaper-ere-44505",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Ala Dulce Wallpaper",
+      "Damask",
+      "European",
+      "European Import",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Green",
+      "new flock",
+      "Printed Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Green",
+    "skus": [
+      "ERE-44505-sample",
+      "ERE-44505"
+    ],
+    "primarySku": "ERE-44505-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8edab614cfb86ff4b85961b92de8c8db.jpg?v=1734414997",
+    "imageAlt": "Arc de Triomphe Flock Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/arc-de-triomphe-flock-wallpaper-ere-44505",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T18:14:45Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005774899",
+    "title": "Alicante Velvet Walls Rust",
+    "handle": "dwve-429900",
+    "description": "Alicante Velvet Walls Rust Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stockRich rust tones and luxurious texture define the Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano. A warm, tactile backdrop that brings depth and elegance to any interior. #luxuryinteriors #velvetwallcovering #moderntexture #homedecorstyle Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano stuns with its deep rust hue and rich, velvety texture. A sophisticated choice for timeless interiors. #luxurydecor #velvetywalls #interiorstyle Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano features a luxurious rust-toned velvet texture with a soft, sophisticated sheen. Its rich depth and tactile surface add timeless elegance to any interior space. #luxuryinteriors #velvetwalls #texturaldesign Alicante Velvet Walls Rust by Velvet Walls by Phillipe Romano features a rich, textured rust hue with a luxe velvet finish. Sophisticated depth and warmth make it perfect for refined interiors. #luxuryinteriors #velvetwallcovering #texturaldesign #rustdecor #elegantwalls",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Amber",
+      "Brass",
+      "Bronze",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gold",
+      "Golden",
+      "Ochre",
+      "Real Velvet",
+      "RM_410_21",
+      "Rust",
+      "Sienna",
+      "Umber",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "DWVE-429960"
+    ],
+    "primarySku": "DWVE-429960",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_21_627f2b9c-be92-4c85-9f00-942b8c71e364.jpg?v=1635521104",
+    "imageAlt": "Alicante Velvet Walls Rust  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429900",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:56Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785292337203",
+    "title": "Neko's Griffons Flocked Velvet Wallpaper",
+    "handle": "nekos-griffons-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-1031-sample",
+      "FLOCK-1031"
+    ],
+    "primarySku": "FLOCK-1031-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV232_griffons_GOLDEN_1021x_df3e6a60-e510-4ebe-a3df-8ae3eefe5671.webp?v=1734414910",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/nekos-griffons-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T22:29:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494879961200",
+    "title": "Retro Velvet Flocked Wallpaper",
+    "handle": "retro-velvet-flocked-wallpapers-flock-9000",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Orange",
+      "Retro Flock Velvet Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-9000-sample",
+      "FLOCK-9000"
+    ],
+    "primarySku": "FLOCK-9000-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/867809a699142a7d59d249d0916e01ee.jpg?v=1734415086",
+    "imageAlt": "Retro Velvet Flocked Wallpapers",
+    "productUrl": "https://designerwallcoverings.com/products/retro-velvet-flocked-wallpapers-flock-9000",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/6785286963251",
+    "title": "Veronica's Madison Flocked Velvet Wallpaper",
+    "handle": "veronicas-madison-flocked-velvet-wallpaper-2",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless styleA serene composition of soft neutrals and subtle texture, this wallpaper evokes tranquility and refined sophistication—perfect for elevating any interior space. #luxurywalls #elegantinteriors #modernwallcoveringsA serene composition unfolds, featuring soft, interwoven hues that evoke a sense of depth and tranquility. The detail reveals an artful blend of texture and tone, creating a sophisticated backdrop for any refined space. #interiorstyle #wallartinspo #luxurywalls",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "new flock",
+      "Pastel",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Yellow"
+    ],
+    "primaryColor": "Yellow",
+    "skus": [
+      "FLOCK-1015-sample",
+      "FLOCK-1015"
+    ],
+    "primarySku": "FLOCK-1015-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV216_madison_GOLDEN_install_682x_49a65f26-1d07-400d-81df-9d34982a4b4c.webp?v=1734414941",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/veronicas-madison-flocked-velvet-wallpaper-2",
+    "status": "ACTIVE",
+    "createdAt": "2022-08-03T21:54:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494881140848",
+    "title": "Flocked Velvet Stripe Wallpaper Light Green",
+    "handle": "retro-light-avocado-velvet-stripe-flocked-wallpaper-flock-9011",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Retro Flock Velvet Wallpaper",
+      "Stripe",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "FLOCK-9011-sample",
+      "FLOCK-9011"
+    ],
+    "primarySku": "FLOCK-9011-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/b1a4a43ffa0198ed7e42926872f453c5.jpg?v=1734415082",
+    "imageAlt": "Retro Light Avocado Velvet Stripe Flocked Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/retro-light-avocado-velvet-stripe-flocked-wallpaper-flock-9011",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:50:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/1957365252161",
+    "title": "Kelly Deco Velvet Flocked Wallpapers",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-flock-7013",
+    "description": "",
+    "vendor": "Limited Stock Flocked",
+    "productType": "",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Velvet Wallpaper",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "Flock-7013-sample"
+    ],
+    "primarySku": "Flock-7013-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2020-12-15at4.54.11PM.png?v=1608080094",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-flock-7013",
+    "status": "ACTIVE",
+    "createdAt": "2019-01-10T01:32:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216090224",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69419",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69419-sample",
+      "XCD-69419"
+    ],
+    "primarySku": "XCD-69419-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/92d765b4a7dc75c90a6522aaac5c09a8.jpg?v=1734415017",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69419",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:19Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216450672",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69424",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69424-sample",
+      "XCD-69424"
+    ],
+    "primarySku": "XCD-69424-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e67a84cc635a1785ec9da01a16efc926.jpg?v=1734415014",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69424",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:30Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223233648",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69430",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Orange",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "XCD-69430-sample",
+      "XCD-69430"
+    ],
+    "primarySku": "XCD-69430-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f1a10209afac0ebb07e92b17b292341f.jpg?v=1734415004",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69430",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:10Z"
+  },
+  {
+    "id": "gid://shopify/Product/7421967794227",
+    "title": "Sundra Flock - Sand  By G P & J Baker | Langdale |Animal Skins  Wallcovering Print",
+    "handle": "dwkk-137719",
+    "description": "Looking for the Best Price or a Sample? We’ve got you covered. Simply order your sample here then reach out to us directly for the best exclusive pricing today. Our online chat doesn’t offer prices. We’re happy to help and always here to make your wallpaper and fabric dreams come true.",
+    "vendor": "G P & J Baker",
+    "productType": "Wallpaper",
+    "tags": [
+      "20.488In",
+      "Animal Skins",
+      "Bw45078.3.0",
+      "display_variant",
+      "G P & J Baker",
+      "Langdale",
+      "Non Woven - 100%",
+      "Orange",
+      "Print",
+      "Sand",
+      "Sundra Flock",
+      "Texture",
+      "United Kingdom",
+      "Wallcovering"
+    ],
+    "primaryColor": "Orange",
+    "skus": [
+      "DWKK-137719-Sample",
+      "DWKK-137719"
+    ],
+    "primarySku": "DWKK-137719-Sample",
+    "price": "4.95",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BW45078_3_e6cef43a-24f1-4ae6-8961-05d12f4518d6.jpg?v=1753303598",
+    "imageAlt": "Sundra Flock - Sand  By G P & J Baker | Langdale |Animal Skins  Wallcovering Print",
+    "productUrl": "https://designerwallcoverings.com/products/dwkk-137719",
+    "status": "ACTIVE",
+    "createdAt": "2024-09-12T17:27:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6621005676595",
+    "title": "Alicante Velvet Walls Light Beige",
+    "handle": "dwve-429600",
+    "description": "Alicante Velvet Walls Light Beige Velvet Walls by Phillipe Romano Showroom Collection Ready to Install - Fine Velvet with Acrylic BackingWalls you can enjoy in its luxurious softness.Warm hues, beautiful greens, intense blues and gentle yellows: the finest colors make a common wish to invoke the sanctity of the boudoir! - Made in BelgiumPlus product : Permanent fire resistant, Washable, Very good light resistanceNon-inflammable: Certificate on demandComposition : 100% PLCare : WashableWidth +/- 3% : Useful width 130cm (51\")Pattern match : NoneSales units : MTWeight : 14.7 oz per sq.yd Sold Per Yard Lead time 2-4 weeks for production if not in stock",
+    "vendor": "Velvet Walls by Phillipe Romano",
+    "productType": "Textile Wallpaper Sample",
+    "tags": [
+      "51\"",
+      "Alicante Velvet Walls",
+      "Flock Look",
+      "Flock Velvet",
+      "Flock Walls",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Light Beige",
+      "Real Velvet",
+      "RM_410_03",
+      "Velvet",
+      "Velvet Wallpaper",
+      "Velvet Walls",
+      "Velvet Walls by Phillipe Romano",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Beige",
+    "skus": [
+      "DWVE-429660"
+    ],
+    "primarySku": "DWVE-429660",
+    "price": "4.67",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RM_410_03_d1ad45bc-f68a-4a4e-b755-260011c0da85.jpg?v=1635521099",
+    "imageAlt": "Alicante Velvet Walls Light Beige  ",
+    "productUrl": "https://designerwallcoverings.com/products/dwve-429600",
+    "status": "ACTIVE",
+    "createdAt": "2021-10-29T15:17:49Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495226417264",
+    "title": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work",
+    "handle": "kelly-deco-velvet-flocked-wallpapers-lattice-work-wflo-9455",
+    "description": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work White Flock on Silver Mylar",
+    "vendor": "Limited Stock Flocked",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Geometric",
+      "Gray",
+      "Trellis",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "WFLO-9455"
+    ],
+    "primarySku": "WFLO-9455",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/eed78dd6035d632ce2cf1d124c9298dd.jpg?v=1572308981",
+    "imageAlt": "Kelly Deco Velvet Flocked Wallpapers - Lattice Work",
+    "productUrl": "https://designerwallcoverings.com/products/kelly-deco-velvet-flocked-wallpapers-lattice-work-wflo-9455",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:26:34Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497215828080",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69418",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69418-sample",
+      "XCD-69418"
+    ],
+    "primarySku": "XCD-69418-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d1951c89467108b3104edc17c7950981.jpg?v=1734415019",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69418",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:13Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222545520",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69427",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69427-sample",
+      "XCD-69427"
+    ],
+    "primarySku": "XCD-69427-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/517bad6d73b3f05b629224eea10b20ae.jpg?v=1734415008",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69427",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:52Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223004272",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69429",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69429-sample",
+      "XCD-69429"
+    ],
+    "primarySku": "XCD-69429-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/a4e377463e8f85f4776e4e0386074306.jpg?v=1734415005",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69429",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:04Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223757936",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69433",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Gray",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "XCD-69433-sample",
+      "XCD-69433"
+    ],
+    "primarySku": "XCD-69433-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/294103b9d78684b070727da47a071220.jpg?v=1734415001",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69433",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:21Z"
+  },
+  {
+    "id": "gid://shopify/Product/6944708395059",
+    "title": "Tiger Flock Light Grey Wallpaper | Thibaut Wallpaper",
+    "handle": "dwtt-71307-designer-wallcoverings-los-angeles",
+    "description": "Designer Wallcoverings is revolutionizing the world of interior design with their latest offering from Thibaut. This stunning wallpaper effortlessly combines timeless elegance with a contemporary twist, making it the perfect choice for architects and interior designers looking to create a statement in any space. And the best part? Designer Wallcoverings is offering no charge memo samples, allowing professionals to experience the luxurious texture and intricate design firsthand before making a commitment.",
+    "vendor": "Thibaut Wallpaper",
+    "productType": "Wallpaper",
+    "tags": [
+      "Animal Print",
+      "Gray",
+      "Light Grey",
+      "Natural Resource 2",
+      "new flock",
+      "Salmon",
+      "T83063",
+      "TIGER FLOCK",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Gray",
+    "skus": [
+      "DWTT-71307-SAMPLE"
+    ],
+    "primarySku": "DWTT-71307-SAMPLE",
+    "price": "3.50",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T83063_c9148d70-f238-4ecc-b4e2-9159b120af72.jpg?v=1733894249",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/dwtt-71307-designer-wallcoverings-los-angeles",
+    "status": "ACTIVE",
+    "createdAt": "2023-09-06T01:14:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497215664240",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69417",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69417-sample",
+      "XCD-69417"
+    ],
+    "primarySku": "XCD-69417-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/551caab534ad0a832598a21bb077f9d7.jpg?v=1734415021",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69417",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:07Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497216221296",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69420",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Pastel",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69420-sample",
+      "XCD-69420"
+    ],
+    "primarySku": "XCD-69420-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e8a245ed987a78e35c19bef76e68cc09.jpg?v=1734415016",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69420",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:53:24Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222185072",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69426",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69426-sample",
+      "XCD-69426"
+    ],
+    "primarySku": "XCD-69426-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/899dbd7f1062f683a40d5dacd151abb2.jpg?v=1734415010",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69426",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:46Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497223430256",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69432",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Neutral",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Neutral",
+    "skus": [
+      "XCD-69432-sample",
+      "XCD-69432"
+    ],
+    "primarySku": "XCD-69432-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4c32f183f7127f7204e5b67b0d5bb32d.jpg?v=1734415002",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69432",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:56:16Z"
+  },
+  {
+    "id": "gid://shopify/Product/7675357233203",
+    "title": "Daphney's Heirloom Damask Wallpaper - Java & North Sea Blue",
+    "handle": "daphneys-heirloom-flocked-velvet-wallpaper-russet-orange-north-sea-blue",
+    "description": "Phillipe Romano Damask Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. T. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style t",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Velvet Wallpaper",
+    "tags": [
+      "Damask",
+      "Luxury Restoration Wallpaper",
+      "Trending Wallpaper Collection 2025",
+      "Wallcovering",
+      "Wallpaper"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "AI-Print-DigFlock-1003AI-North_Sea_Blue",
+      "AI-Print-Dig-FLOCK-1003AI-North_Sea_Blue"
+    ],
+    "primarySku": "AI-Print-DigFlock-1003AI-North_Sea_Blue",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/recolored__704d3e.jpg?v=1758754688",
+    "imageAlt": "#704d3e variant",
+    "productUrl": "https://designerwallcoverings.com/products/daphneys-heirloom-flocked-velvet-wallpaper-russet-orange-north-sea-blue",
+    "status": "ACTIVE",
+    "createdAt": "2025-09-24T22:57:55Z"
+  },
+  {
+    "id": "gid://shopify/Product/1498307297392",
+    "title": "Florentina Damasco Gilded Flock Wallpaper - Spice",
+    "handle": "florentina-damasco-gilded-flock-wallpaper-spice-fln-10989",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Check",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "new flock",
+      "Polyester",
+      "Spongable",
+      "Velvet Wallpaper",
+      "Viscose",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "FLN-10989-sample",
+      "FLN-10989"
+    ],
+    "primarySku": "FLN-10989-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4a6a7c017be3334f5c14096e53543110.jpg?v=1734414993",
+    "imageAlt": "Florentina Damasco Gilded Flock Wallpaper - Spice",
+    "productUrl": "https://designerwallcoverings.com/products/florentina-damasco-gilded-flock-wallpaper-spice-fln-10989",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T22:31:51Z"
+  },
+  {
+    "id": "gid://shopify/Product/1495196139632",
+    "title": "Iconic Woman Silhouette - White Putty",
+    "handle": "iconic-woman-silhouette-white-putty-icon-400",
+    "description": "Iconic Woman Silhouette - White Putty",
+    "vendor": "Traditional Whimsy",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "ICON-400-sample",
+      "ICON-400"
+    ],
+    "primarySku": "ICON-400-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e6e7838a1103214b3a93bfc134f84c24.jpg?v=1572308976",
+    "imageAlt": "Iconic Woman Silhouette - White Putty",
+    "productUrl": "https://designerwallcoverings.com/products/iconic-woman-silhouette-white-putty-icon-400",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T23:09:42Z"
+  },
+  {
+    "id": "gid://shopify/Product/1494875865200",
+    "title": "Katie Damask - White on Silver",
+    "handle": "katie-damask-white-on-silver-print-7034",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Flocked Wallpaper",
+    "tags": [
+      "Damask",
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Luxury Restoration Wallpaper",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "PRINT-7034-sample"
+    ],
+    "primarySku": "PRINT-7034-sample",
+    "price": "0.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/bd7973dcd77166a24805c136cd47ef7d_7a4033e4-81bd-4010-ab15-8a75a1b3892c.jpg?v=1734415090",
+    "imageAlt": "",
+    "productUrl": "https://designerwallcoverings.com/products/katie-damask-white-on-silver-print-7034",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-29T20:48:08Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497221726320",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69425",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "XCD-69425-sample",
+      "XCD-69425"
+    ],
+    "primarySku": "XCD-69425-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/36b8aee3a53c4c76d09b3a6edcf8e626.jpg?v=1734415012",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69425",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:40Z"
+  },
+  {
+    "id": "gid://shopify/Product/1497222709360",
+    "title": "La Mayorca Flock Wallpaper",
+    "handle": "la-mayorca-flock-lounge-wallpaper-xcd-69428",
+    "description": "Phillipe Romano Flocked Velvet Wallpaper combines sophistication and luxury, offering exquisite designs for home and garden decor. This exclusive collection, crafted from premium flocked velvet, adds a rich, tactile dimension to any space. Perfect for accent walls or full-room applications, the wallpapers are available through Designer Wallcoverings, ensuring unparalleled elegance for both classic and contemporary interiors. Explore the collection to transform your decor with timeless style",
+    "vendor": "Phillipe Romano",
+    "productType": "Wallcoverings, Wallpapers, Walls",
+    "tags": [
+      "Flock Velvet",
+      "Flocked Velvet",
+      "Flocked Wallpaper",
+      "Phillip Romano Commercial Vol. 2",
+      "Screen Print",
+      "Velvet Wallpaper",
+      "Wallcovering"
+    ],
+    "primaryColor": "Other",
+    "skus": [
+      "XCD-69428-sample",
+      "XCD-69428"
+    ],
+    "primarySku": "XCD-69428-sample",
+    "price": "5.00",
+    "image": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/068e859d26c0ad13bda14adc93d2ca9e.jpg?v=1734415006",
+    "imageAlt": "La Mayorca Flock Lounge Wallpaper",
+    "productUrl": "https://designerwallcoverings.com/products/la-mayorca-flock-lounge-wallpaper-xcd-69428",
+    "status": "ACTIVE",
+    "createdAt": "2018-09-30T14:55:58Z"
+  }
+]
\ No newline at end of file
diff --git a/index-desktop-backup.html b/index-desktop-backup.html
new file mode 100644
index 0000000..e49ff53
--- /dev/null
+++ b/index-desktop-backup.html
@@ -0,0 +1,491 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
+    <meta http-equiv="Pragma" content="no-cache">
+    <meta http-equiv="Expires" content="0">
+    <title>FlockedWallpaper.com - Premium Flocked & Velvet Wallcoverings</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Shop premium flocked and velvet wallcoverings. Curated collection of 300+ luxury textured wallpapers from top designers including Osborne & Little, Cole & Son, Designers Guild. Free samples available.">
+    <meta name="keywords" content="flocked wallpaper, velvet wallcoverings, textured wallpaper, luxury wallpaper, flock velvet wallpaper, designer wallcoverings, damask wallpaper, velvet flock, textured wall coverings, premium wallpaper">
+    <meta name="author" content="FlockedWallpaper.com">
+    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
+    <link rel="canonical" href="https://flockedwallpaper.com/">
+
+    <!-- Open Graph / Facebook -->
+    <meta property="og:type" content="website">
+    <meta property="og:url" content="https://flockedwallpaper.com/">
+    <meta property="og:site_name" content="FlockedWallpaper.com">
+    <meta property="og:title" content="Premium Flocked & Velvet Wallcoverings | 300+ Luxury Designer Wallpapers">
+    <meta property="og:description" content="Discover our curated collection of 300+ luxurious flocked and velvet textured wallpapers from the world's leading designers. Order samples today.">
+    <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642">
+    <meta property="og:image:width" content="1200">
+    <meta property="og:image:height" content="630">
+    <meta property="og:image:alt" content="Premium flocked and velvet wallpaper collection">
+
+    <!-- Twitter -->
+    <meta name="twitter:card" content="summary_large_image">
+    <meta name="twitter:url" content="https://flockedwallpaper.com/">
+    <meta name="twitter:title" content="Premium Flocked & Velvet Wallcoverings | 300+ Luxury Designer Wallpapers">
+    <meta name="twitter:description" content="Discover our curated collection of 300+ luxurious flocked and velvet textured wallpapers from the world's leading designers.">
+    <meta name="twitter:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642">
+
+    <!-- Additional SEO -->
+    <meta name="geo.region" content="US">
+    <meta name="geo.placename" content="United States">
+    <meta name="language" content="English">
+
+    <link rel="stylesheet" href="https://flockedwallpaper.com/styles.css?v=12">
+
+    <!-- Structured Data (JSON-LD) -->
+    <script type="application/ld+json">
+    {
+      "@context": "https://schema.org",
+      "@type": "WebSite",
+      "name": "FlockedWallpaper.com",
+      "url": "https://flockedwallpaper.com",
+      "description": "Premium flocked and velvet wallcoverings from top designers",
+      "potentialAction": {
+        "@type": "SearchAction",
+        "target": "https://flockedwallpaper.com/?search={search_term_string}",
+        "query-input": "required name=search_term_string"
+      }
+    }
+    </script>
+    <script type="application/ld+json">
+    {
+      "@context": "https://schema.org",
+      "@type": "Organization",
+      "name": "FlockedWallpaper.com",
+      "url": "https://flockedwallpaper.com",
+      "logo": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642",
+      "sameAs": [
+        "https://designerwallcoverings.com"
+      ]
+    }
+    </script>
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div class="header-left">
+                <div>
+                    <a href="/" style="text-decoration: none; color: inherit;">
+                        <div class="logo">FlockedWallpaper.com</div>
+                        <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+                    </a>
+                </div>
+                <button class="mobile-menu-toggle" onclick="toggleMobileMenu()" aria-label="Toggle menu">☰</button>
+            </div>
+            <nav class="main-nav" id="mainNav">
+                <a href="/">Browse Collection</a>
+                <a href="/about-flock-wallpaper.html">About Flock Wallpaper</a>
+                <a href="/custom-flock.html">Custom Flock Services</a>
+                <a href="/about-us.html">About Us</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a>
+            </nav>
+            <div class="product-count" id="productCount">Loading products...</div>
+        </div>
+    </header>
+
+    <!-- Hero Section -->
+    <section class="hero">
+        <h1>Premium Flocked & Velvet Wallcoverings</h1>
+        <p>Discover our exquisite collection of flocked and velvet textured wallpapers. Each design combines luxurious tactile appeal with stunning visual elegance.</p>
+        <div class="product-count-hero" id="productCountHero">Loading collection...</div>
+    </section>
+
+    <!-- Products Container -->
+    <div class="container">
+        <div id="productsGrid" class="products-grid">
+            <div class="loading-message">
+                <div class="spinner"></div>
+                Loading flocked wallpapers...
+            </div>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="/">Browse Collection</a></li>
+                    <li><a href="/about-flock-wallpaper.html">About Flock Wallpaper</a></li>
+                    <li><a href="/custom-flock.html">Custom Flock Services</a></li>
+                    <li><a href="/about-us.html">About Us</a></li>
+                    <li><a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Load flocked products from JSON
+        let allProducts = [];
+        let filteredProducts = [];
+        let displayedProducts = 0;
+        let selectedColor = null;
+        const batchSize = 40;
+
+        // Color mapping for swatches and sorting
+        const colorSwatches = {
+            'Black': '#000000',
+            'White': '#FFFFFF',
+            'Red': '#DC143C',
+            'Blue': '#4169E1',
+            'Green': '#228B22',
+            'Gold': '#FFD700',
+            'Silver': '#C0C0C0',
+            'Pink': '#FF69B4',
+            'Purple': '#9370DB',
+            'Beige': '#F5F5DC',
+            'Cream': '#FFFDD0',
+            'Gray': '#808080',
+            'Grey': '#808080',
+            'Brown': '#8B4513',
+            'Yellow': '#FFD700',
+            'Orange': '#FF8C00',
+            'Burgundy': '#800020',
+            'Navy': '#000080',
+            'Aqua': '#00FFFF',
+            'Teal': '#008080',
+            'Ivory': '#FFFFF0',
+            'Charcoal': '#36454F',
+            'Other': '#999999'
+        };
+
+        // Convert hex to HSL for better color sorting
+        function hexToHSL(hex) {
+            const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
+            if (!result) return { h: 0, s: 0, l: 0 };
+
+            let r = parseInt(result[1], 16) / 255;
+            let g = parseInt(result[2], 16) / 255;
+            let b = parseInt(result[3], 16) / 255;
+
+            const max = Math.max(r, g, b);
+            const min = Math.min(r, g, b);
+            let h, s, l = (max + min) / 2;
+
+            if (max === min) {
+                h = s = 0; // achromatic
+            } else {
+                const d = max - min;
+                s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
+
+                switch (max) {
+                    case r: h = ((g - b) / d + (g < b ? 6 : 0)) / 6; break;
+                    case g: h = ((b - r) / d + 2) / 6; break;
+                    case b: h = ((r - g) / d + 4) / 6; break;
+                }
+            }
+
+            return { h: h * 360, s: s * 100, l: l * 100 };
+        }
+
+        // Get color hex value for a product
+        function getProductColorHex(product) {
+            // If product has primaryColor and it matches a swatch, use it
+            if (product && product.primaryColor && colorSwatches[product.primaryColor]) {
+                return colorSwatches[product.primaryColor];
+            }
+
+            // Try to find a color from tags
+            if (product && product.tags && Array.isArray(product.tags)) {
+                for (const tag of product.tags) {
+                    const tagLower = tag.toLowerCase();
+                    for (const [colorName, hex] of Object.entries(colorSwatches)) {
+                        if (tagLower.includes(colorName.toLowerCase())) {
+                            return hex;
+                        }
+                    }
+                }
+            }
+
+            // Default gray for unknown colors
+            return '#999999';
+        }
+
+        // Sort products by color (HSL)
+        function sortProductsByColor(products) {
+            return products.sort((a, b) => {
+                const colorA = getProductColorHex(a);
+                const colorB = getProductColorHex(b);
+
+                const hslA = hexToHSL(colorA);
+                const hslB = hexToHSL(colorB);
+
+                // Sort by: Lightness first (dark to light), then by Hue
+                if (Math.abs(hslA.l - hslB.l) > 10) {
+                    return hslA.l - hslB.l; // Dark to light
+                }
+
+                // If similar lightness, sort by hue (creates rainbow effect)
+                return hslA.h - hslB.h;
+            });
+        }
+
+        async function loadProducts() {
+            const grid = document.getElementById('productsGrid');
+            console.log('Loading products...');
+
+            try {
+                // Add cache busting parameter
+                const cacheBuster = new Date().getTime();
+                console.log('Fetching products with cache buster:', cacheBuster);
+                const response = await fetch(`flocked-products.json?v=${cacheBuster}`);
+
+                if (!response.ok) {
+                    console.error('Response not OK:', response.status, response.statusText);
+                    throw new Error(`Failed to load products: ${response.status}`);
+                }
+
+                console.log('Response received, parsing JSON...');
+                allProducts = await response.json();
+                filteredProducts = allProducts;
+
+                console.log(`✓ Loaded ${allProducts.length} flocked products`);
+
+                // Sort products by color on load
+                try {
+                    allProducts = sortProductsByColor(allProducts);
+                    filteredProducts = allProducts;
+                    console.log('Products sorted by color');
+                } catch (err) {
+                    console.error('Error sorting products:', err);
+                }
+
+                // Clear loading message
+                console.log('Clearing loading message and displaying products...');
+                grid.innerHTML = '';
+
+                // Display first batch
+                displayBatch();
+                console.log(`✓ Displayed ${displayedProducts} products`);
+
+                // Update counts
+                updateCount();
+
+                // Setup infinite scroll
+                setupInfiniteScroll();
+
+            } catch (error) {
+                console.error('✗ ERROR loading products:', error);
+                console.error('Error stack:', error.stack);
+                grid.innerHTML = `<div class="loading-message">Error loading products: ${error.message}<br>Please check console and refresh the page.</div>`;
+            }
+        }
+
+        // Build color filters
+        function buildColorFilters() {
+            const colorCounts = {};
+
+            // Count products for each color
+            allProducts.forEach(product => {
+                if (!product || !product.tags || !Array.isArray(product.tags)) return;
+
+                product.tags.forEach(tag => {
+                    if (!tag) return;
+                    const colorMatch = Object.keys(colorSwatches).find(color =>
+                        tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                    if (colorMatch) {
+                        colorCounts[colorMatch] = (colorCounts[colorMatch] || 0) + 1;
+                    }
+                });
+            });
+
+            // Create color chips
+            const filtersContainer = document.getElementById('colorFilters');
+
+            // Add "All" filter
+            const allChip = document.createElement('div');
+            allChip.className = 'color-chip active';
+            allChip.innerHTML = `All Colors <span class="filter-count">(${allProducts.length})</span>`;
+            allChip.onclick = () => filterByColor(null);
+            filtersContainer.appendChild(allChip);
+
+            // Sort colors by count and add chips
+            Object.entries(colorCounts)
+                .sort((a, b) => b[1] - a[1])
+                .forEach(([color, count]) => {
+                    const chip = document.createElement('div');
+                    chip.className = 'color-chip';
+                    chip.innerHTML = `
+                        <span class="color-swatch" style="background-color: ${colorSwatches[color]}"></span>
+                        ${color}
+                        <span class="filter-count">(${count})</span>
+                    `;
+                    chip.onclick = () => filterByColor(color);
+                    filtersContainer.appendChild(chip);
+                });
+        }
+
+        // Filter products by color
+        function filterByColor(color) {
+            selectedColor = color;
+            displayedProducts = 0;
+
+            if (color === null) {
+                filteredProducts = allProducts;
+            } else {
+                filteredProducts = allProducts.filter(product => {
+                    if (!product || !product.tags || !Array.isArray(product.tags)) return false;
+                    return product.tags.some(tag =>
+                        tag && tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                });
+            }
+
+            // Sort filtered products by color hex
+            filteredProducts = sortProductsByColor([...filteredProducts]);
+
+            // Update active state on chips
+            document.querySelectorAll('.color-chip').forEach(chip => {
+                chip.classList.remove('active');
+            });
+            event.target.closest('.color-chip').classList.add('active');
+
+            // Clear grid and display filtered products
+            const grid = document.getElementById('productsGrid');
+            grid.innerHTML = '';
+            displayBatch();
+            updateCount();
+        }
+
+        // Display a batch of products
+        function displayBatch() {
+            const grid = document.getElementById('productsGrid');
+            const start = displayedProducts;
+            const end = Math.min(start + batchSize, filteredProducts.length);
+
+            for (let i = start; i < end; i++) {
+                const product = filteredProducts[i];
+                const card = createProductCard(product);
+                grid.appendChild(card);
+            }
+
+            displayedProducts = end;
+        }
+
+        // Create product card element
+        function createProductCard(product) {
+            const card = document.createElement('div');
+            card.className = 'product-card';
+            card.onclick = () => window.open(product.productUrl, '_blank');
+
+            const imageDiv = document.createElement('div');
+            imageDiv.className = 'product-image loading';
+
+            const img = document.createElement('img');
+            img.src = product.image || 'placeholder.jpg';
+            img.alt = product.imageAlt || product.title;
+            img.loading = 'lazy';
+
+            img.onload = () => {
+                imageDiv.classList.remove('loading');
+            };
+
+            img.onerror = () => {
+                imageDiv.classList.remove('loading');
+                img.src = `data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"%3E%3Crect width="200" height="200" fill="%23E8D4B0"/%3E%3Ctext x="50%25" y="45%25" text-anchor="middle" fill="%236B4423" font-family="sans-serif" font-size="16" font-weight="bold"%3E${product.primarySku}%3C/text%3E%3Ctext x="50%25" y="55%25" text-anchor="middle" fill="%238B6F47" font-family="sans-serif" font-size="12"%3EFlocked%3C/text%3E%3C/svg%3E`;
+            };
+
+            imageDiv.appendChild(img);
+
+            const info = document.createElement('div');
+            info.className = 'product-info';
+
+            const sku = document.createElement('div');
+            sku.className = 'product-sku';
+            sku.textContent = product.primarySku;
+
+            const name = document.createElement('div');
+            name.className = 'product-name';
+            name.textContent = product.title;
+
+            const link = document.createElement('div');
+            link.className = 'product-link';
+            link.innerHTML = 'View on DesignerWallcoverings.com →';
+
+            info.appendChild(sku);
+            info.appendChild(name);
+            info.appendChild(link);
+
+            card.appendChild(imageDiv);
+            card.appendChild(info);
+
+            return card;
+        }
+
+        // Update product count
+        function updateCount() {
+            const countEl = document.getElementById('productCount');
+            const countHeroEl = document.getElementById('productCountHero');
+            const count = selectedColor
+                ? `${filteredProducts.length} ${selectedColor} Products`
+                : `${allProducts.length} Products`;
+
+            countEl.textContent = count;
+            countHeroEl.textContent = count;
+        }
+
+        // Setup infinite scroll
+        function setupInfiniteScroll() {
+            let isLoading = false;
+
+            window.addEventListener('scroll', () => {
+                if (isLoading) return;
+
+                const scrollHeight = document.documentElement.scrollHeight;
+                const scrollTop = window.scrollY;
+                const clientHeight = window.innerHeight;
+
+                if (scrollTop + clientHeight >= scrollHeight - 500) {
+                    if (displayedProducts < filteredProducts.length) {
+                        isLoading = true;
+                        displayBatch();
+                        isLoading = false;
+                    }
+                }
+            });
+        }
+
+        // Initialize on page load
+        document.addEventListener('DOMContentLoaded', () => {
+            loadProducts();
+        });
+
+        // Mobile menu toggle
+        function toggleMobileMenu() {
+            const nav = document.getElementById('mainNav');
+            nav.classList.toggle('active');
+        }
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
diff --git a/index-fresh.html b/index-fresh.html
new file mode 100644
index 0000000..8080a48
--- /dev/null
+++ b/index-fresh.html
@@ -0,0 +1,447 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
+    <meta http-equiv="Pragma" content="no-cache">
+    <meta http-equiv="Expires" content="0">
+    <title>FlockedWallpaper.com - Premium Flocked & Velvet Wallcoverings</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Discover premium flocked and velvet wallcoverings. Browse our curated collection of luxurious textured wallpapers perfect for elegant interiors.">
+    <meta name="keywords" content="flocked wallpaper, velvet wallcoverings, textured wallpaper, luxury wallpaper, flock velvet, designer wallcoverings">
+    <meta name="author" content="FlockedWallpaper.com">
+    <meta name="robots" content="index, follow">
+    <link rel="canonical" href="https://flockedwallpaper.com/">
+
+    <!-- Open Graph / Facebook -->
+    <meta property="og:type" content="website">
+    <meta property="og:url" content="https://flockedwallpaper.com/">
+    <meta property="og:title" content="Premium Flocked & Velvet Wallcoverings">
+    <meta property="og:description" content="Discover our curated collection of luxurious flocked and velvet textured wallpapers.">
+
+    <!-- Twitter -->
+    <meta property="twitter:card" content="summary_large_image">
+    <meta property="twitter:url" content="https://flockedwallpaper.com/">
+    <meta property="twitter:title" content="Premium Flocked & Velvet Wallcoverings">
+
+    <link rel="stylesheet" href="styles.css?v=2">
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div>
+                <div class="logo">FlockedWallpaper.com</div>
+                <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+            </div>
+            <div class="product-count" id="productCount">Loading products...</div>
+        </div>
+    </header>
+
+    <!-- Hero Section -->
+    <section class="hero">
+        <h1>Premium Flocked & Velvet Wallcoverings</h1>
+        <p>Discover our exquisite collection of flocked and velvet textured wallpapers. Each design combines luxurious tactile appeal with stunning visual elegance.</p>
+        <div class="product-count-hero" id="productCountHero">Loading collection...</div>
+    </section>
+
+    <!-- Products Container -->
+    <div class="container">
+        <!-- Color Filters (no header) -->
+        <div class="filters-section">
+            <div class="color-filters" id="colorFilters">
+                <!-- Color chips will be dynamically added here -->
+            </div>
+        </div>
+
+        <div id="productsGrid" class="products-grid">
+            <div class="loading-message">
+                <div class="spinner"></div>
+                Loading flocked wallpapers...
+            </div>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com">Designer Wallcoverings</a></li>
+                    <li><a href="#products">Browse Collection</a></li>
+                    <li><a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Load flocked products from JSON
+        let allProducts = [];
+        let filteredProducts = [];
+        let displayedProducts = 0;
+        let selectedColor = null;
+        const batchSize = 40;
+
+        // Color mapping for swatches and sorting
+        const colorSwatches = {
+            'Black': '#000000',
+            'White': '#FFFFFF',
+            'Red': '#DC143C',
+            'Blue': '#4169E1',
+            'Green': '#228B22',
+            'Gold': '#FFD700',
+            'Silver': '#C0C0C0',
+            'Pink': '#FF69B4',
+            'Purple': '#9370DB',
+            'Beige': '#F5F5DC',
+            'Cream': '#FFFDD0',
+            'Gray': '#808080',
+            'Grey': '#808080',
+            'Brown': '#8B4513',
+            'Yellow': '#FFD700',
+            'Orange': '#FF8C00',
+            'Burgundy': '#800020',
+            'Navy': '#000080',
+            'Aqua': '#00FFFF',
+            'Teal': '#008080',
+            'Ivory': '#FFFFF0',
+            'Charcoal': '#36454F',
+            'Other': '#999999'
+        };
+
+        // Convert hex to HSL for better color sorting
+        function hexToHSL(hex) {
+            const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
+            if (!result) return { h: 0, s: 0, l: 0 };
+
+            let r = parseInt(result[1], 16) / 255;
+            let g = parseInt(result[2], 16) / 255;
+            let b = parseInt(result[3], 16) / 255;
+
+            const max = Math.max(r, g, b);
+            const min = Math.min(r, g, b);
+            let h, s, l = (max + min) / 2;
+
+            if (max === min) {
+                h = s = 0; // achromatic
+            } else {
+                const d = max - min;
+                s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
+
+                switch (max) {
+                    case r: h = ((g - b) / d + (g < b ? 6 : 0)) / 6; break;
+                    case g: h = ((b - r) / d + 2) / 6; break;
+                    case b: h = ((r - g) / d + 4) / 6; break;
+                }
+            }
+
+            return { h: h * 360, s: s * 100, l: l * 100 };
+        }
+
+        // Get color hex value for a product
+        function getProductColorHex(product) {
+            // If product has primaryColor and it matches a swatch, use it
+            if (product && product.primaryColor && colorSwatches[product.primaryColor]) {
+                return colorSwatches[product.primaryColor];
+            }
+
+            // Try to find a color from tags
+            if (product && product.tags && Array.isArray(product.tags)) {
+                for (const tag of product.tags) {
+                    const tagLower = tag.toLowerCase();
+                    for (const [colorName, hex] of Object.entries(colorSwatches)) {
+                        if (tagLower.includes(colorName.toLowerCase())) {
+                            return hex;
+                        }
+                    }
+                }
+            }
+
+            // Default gray for unknown colors
+            return '#999999';
+        }
+
+        // Sort products by color (HSL)
+        function sortProductsByColor(products) {
+            return products.sort((a, b) => {
+                const colorA = getProductColorHex(a);
+                const colorB = getProductColorHex(b);
+
+                const hslA = hexToHSL(colorA);
+                const hslB = hexToHSL(colorB);
+
+                // Sort by: Lightness first (dark to light), then by Hue
+                if (Math.abs(hslA.l - hslB.l) > 10) {
+                    return hslA.l - hslB.l; // Dark to light
+                }
+
+                // If similar lightness, sort by hue (creates rainbow effect)
+                return hslA.h - hslB.h;
+            });
+        }
+
+        async function loadProducts() {
+            const grid = document.getElementById('productsGrid');
+            console.log('Loading products...');
+
+            try {
+                // Add cache busting parameter
+                const cacheBuster = new Date().getTime();
+                console.log('Fetching products with cache buster:', cacheBuster);
+                const response = await fetch(`flocked-products.json?v=${cacheBuster}`);
+
+                if (!response.ok) {
+                    console.error('Response not OK:', response.status, response.statusText);
+                    throw new Error(`Failed to load products: ${response.status}`);
+                }
+
+                console.log('Response received, parsing JSON...');
+                allProducts = await response.json();
+                filteredProducts = allProducts;
+
+                console.log(`✓ Loaded ${allProducts.length} flocked products`);
+
+                // Sort products by color on load
+                try {
+                    allProducts = sortProductsByColor(allProducts);
+                    filteredProducts = allProducts;
+                    console.log('Products sorted by color');
+                } catch (err) {
+                    console.error('Error sorting products:', err);
+                }
+
+                // Build color filters
+                try {
+                    buildColorFilters();
+                    console.log('Color filters built');
+                } catch (err) {
+                    console.error('Error building filters:', err);
+                }
+
+                // Clear loading message
+                console.log('Clearing loading message and displaying products...');
+                grid.innerHTML = '';
+
+                // Display first batch
+                displayBatch();
+                console.log(`✓ Displayed ${displayedProducts} products`);
+
+                // Update counts
+                updateCount();
+
+                // Setup infinite scroll
+                setupInfiniteScroll();
+
+            } catch (error) {
+                console.error('✗ ERROR loading products:', error);
+                console.error('Error stack:', error.stack);
+                grid.innerHTML = `<div class="loading-message">Error loading products: ${error.message}<br>Please check console and refresh the page.</div>`;
+            }
+        }
+
+        // Build color filters
+        function buildColorFilters() {
+            const colorCounts = {};
+
+            // Count products for each color
+            allProducts.forEach(product => {
+                if (!product || !product.tags || !Array.isArray(product.tags)) return;
+
+                product.tags.forEach(tag => {
+                    if (!tag) return;
+                    const colorMatch = Object.keys(colorSwatches).find(color =>
+                        tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                    if (colorMatch) {
+                        colorCounts[colorMatch] = (colorCounts[colorMatch] || 0) + 1;
+                    }
+                });
+            });
+
+            // Create color chips
+            const filtersContainer = document.getElementById('colorFilters');
+
+            // Add "All" filter
+            const allChip = document.createElement('div');
+            allChip.className = 'color-chip active';
+            allChip.innerHTML = `All Colors <span class="filter-count">(${allProducts.length})</span>`;
+            allChip.onclick = () => filterByColor(null);
+            filtersContainer.appendChild(allChip);
+
+            // Sort colors by count and add chips
+            Object.entries(colorCounts)
+                .sort((a, b) => b[1] - a[1])
+                .forEach(([color, count]) => {
+                    const chip = document.createElement('div');
+                    chip.className = 'color-chip';
+                    chip.innerHTML = `
+                        <span class="color-swatch" style="background-color: ${colorSwatches[color]}"></span>
+                        ${color}
+                        <span class="filter-count">(${count})</span>
+                    `;
+                    chip.onclick = () => filterByColor(color);
+                    filtersContainer.appendChild(chip);
+                });
+        }
+
+        // Filter products by color
+        function filterByColor(color) {
+            selectedColor = color;
+            displayedProducts = 0;
+
+            if (color === null) {
+                filteredProducts = allProducts;
+            } else {
+                filteredProducts = allProducts.filter(product => {
+                    if (!product || !product.tags || !Array.isArray(product.tags)) return false;
+                    return product.tags.some(tag =>
+                        tag && tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                });
+            }
+
+            // Sort filtered products by color hex
+            filteredProducts = sortProductsByColor([...filteredProducts]);
+
+            // Update active state on chips
+            document.querySelectorAll('.color-chip').forEach(chip => {
+                chip.classList.remove('active');
+            });
+            event.target.closest('.color-chip').classList.add('active');
+
+            // Clear grid and display filtered products
+            const grid = document.getElementById('productsGrid');
+            grid.innerHTML = '';
+            displayBatch();
+            updateCount();
+        }
+
+        // Display a batch of products
+        function displayBatch() {
+            const grid = document.getElementById('productsGrid');
+            const start = displayedProducts;
+            const end = Math.min(start + batchSize, filteredProducts.length);
+
+            for (let i = start; i < end; i++) {
+                const product = filteredProducts[i];
+                const card = createProductCard(product);
+                grid.appendChild(card);
+            }
+
+            displayedProducts = end;
+        }
+
+        // Create product card element
+        function createProductCard(product) {
+            const card = document.createElement('div');
+            card.className = 'product-card';
+            card.onclick = () => window.open(product.productUrl, '_blank');
+
+            const imageDiv = document.createElement('div');
+            imageDiv.className = 'product-image loading';
+
+            const img = document.createElement('img');
+            img.src = product.image || 'placeholder.jpg';
+            img.alt = product.imageAlt || product.title;
+            img.loading = 'lazy';
+
+            img.onload = () => {
+                imageDiv.classList.remove('loading');
+            };
+
+            img.onerror = () => {
+                imageDiv.classList.remove('loading');
+                img.src = `data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"%3E%3Crect width="200" height="200" fill="%23E8D4B0"/%3E%3Ctext x="50%25" y="45%25" text-anchor="middle" fill="%236B4423" font-family="sans-serif" font-size="16" font-weight="bold"%3E${product.primarySku}%3C/text%3E%3Ctext x="50%25" y="55%25" text-anchor="middle" fill="%238B6F47" font-family="sans-serif" font-size="12"%3EFlocked%3C/text%3E%3C/svg%3E`;
+            };
+
+            imageDiv.appendChild(img);
+
+            const info = document.createElement('div');
+            info.className = 'product-info';
+
+            const sku = document.createElement('div');
+            sku.className = 'product-sku';
+            sku.textContent = product.primarySku;
+
+            const name = document.createElement('div');
+            name.className = 'product-name';
+            name.textContent = product.title;
+
+            const link = document.createElement('div');
+            link.className = 'product-link';
+            link.innerHTML = 'View on DesignerWallcoverings.com →';
+
+            info.appendChild(sku);
+            info.appendChild(name);
+            info.appendChild(link);
+
+            card.appendChild(imageDiv);
+            card.appendChild(info);
+
+            return card;
+        }
+
+        // Update product count
+        function updateCount() {
+            const countEl = document.getElementById('productCount');
+            const countHeroEl = document.getElementById('productCountHero');
+            const count = selectedColor
+                ? `${filteredProducts.length} ${selectedColor} Products`
+                : `${allProducts.length} Products`;
+
+            countEl.textContent = count;
+            countHeroEl.textContent = count;
+        }
+
+        // Setup infinite scroll
+        function setupInfiniteScroll() {
+            let isLoading = false;
+
+            window.addEventListener('scroll', () => {
+                if (isLoading) return;
+
+                const scrollHeight = document.documentElement.scrollHeight;
+                const scrollTop = window.scrollY;
+                const clientHeight = window.innerHeight;
+
+                if (scrollTop + clientHeight >= scrollHeight - 500) {
+                    if (displayedProducts < filteredProducts.length) {
+                        isLoading = true;
+                        displayBatch();
+                        isLoading = false;
+                    }
+                }
+            });
+        }
+
+        // Initialize on page load
+        document.addEventListener('DOMContentLoaded', () => {
+            loadProducts();
+        });
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
+<!-- Version: 1760479784 -->
diff --git a/index-old-backup.html b/index-old-backup.html
new file mode 100644
index 0000000..e49ff53
--- /dev/null
+++ b/index-old-backup.html
@@ -0,0 +1,491 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
+    <meta http-equiv="Pragma" content="no-cache">
+    <meta http-equiv="Expires" content="0">
+    <title>FlockedWallpaper.com - Premium Flocked & Velvet Wallcoverings</title>
+
+    <!-- SEO Meta Tags -->
+    <meta name="description" content="Shop premium flocked and velvet wallcoverings. Curated collection of 300+ luxury textured wallpapers from top designers including Osborne & Little, Cole & Son, Designers Guild. Free samples available.">
+    <meta name="keywords" content="flocked wallpaper, velvet wallcoverings, textured wallpaper, luxury wallpaper, flock velvet wallpaper, designer wallcoverings, damask wallpaper, velvet flock, textured wall coverings, premium wallpaper">
+    <meta name="author" content="FlockedWallpaper.com">
+    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
+    <link rel="canonical" href="https://flockedwallpaper.com/">
+
+    <!-- Open Graph / Facebook -->
+    <meta property="og:type" content="website">
+    <meta property="og:url" content="https://flockedwallpaper.com/">
+    <meta property="og:site_name" content="FlockedWallpaper.com">
+    <meta property="og:title" content="Premium Flocked & Velvet Wallcoverings | 300+ Luxury Designer Wallpapers">
+    <meta property="og:description" content="Discover our curated collection of 300+ luxurious flocked and velvet textured wallpapers from the world's leading designers. Order samples today.">
+    <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642">
+    <meta property="og:image:width" content="1200">
+    <meta property="og:image:height" content="630">
+    <meta property="og:image:alt" content="Premium flocked and velvet wallpaper collection">
+
+    <!-- Twitter -->
+    <meta name="twitter:card" content="summary_large_image">
+    <meta name="twitter:url" content="https://flockedwallpaper.com/">
+    <meta name="twitter:title" content="Premium Flocked & Velvet Wallcoverings | 300+ Luxury Designer Wallpapers">
+    <meta name="twitter:description" content="Discover our curated collection of 300+ luxurious flocked and velvet textured wallpapers from the world's leading designers.">
+    <meta name="twitter:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642">
+
+    <!-- Additional SEO -->
+    <meta name="geo.region" content="US">
+    <meta name="geo.placename" content="United States">
+    <meta name="language" content="English">
+
+    <link rel="stylesheet" href="https://flockedwallpaper.com/styles.css?v=12">
+
+    <!-- Structured Data (JSON-LD) -->
+    <script type="application/ld+json">
+    {
+      "@context": "https://schema.org",
+      "@type": "WebSite",
+      "name": "FlockedWallpaper.com",
+      "url": "https://flockedwallpaper.com",
+      "description": "Premium flocked and velvet wallcoverings from top designers",
+      "potentialAction": {
+        "@type": "SearchAction",
+        "target": "https://flockedwallpaper.com/?search={search_term_string}",
+        "query-input": "required name=search_term_string"
+      }
+    }
+    </script>
+    <script type="application/ld+json">
+    {
+      "@context": "https://schema.org",
+      "@type": "Organization",
+      "name": "FlockedWallpaper.com",
+      "url": "https://flockedwallpaper.com",
+      "logo": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642",
+      "sameAs": [
+        "https://designerwallcoverings.com"
+      ]
+    }
+    </script>
+</head>
+<body>
+    <!-- Header -->
+    <header class="header">
+        <div class="header-content">
+            <div class="header-left">
+                <div>
+                    <a href="/" style="text-decoration: none; color: inherit;">
+                        <div class="logo">FlockedWallpaper.com</div>
+                        <div class="tagline">Luxury Flocked & Velvet Wallcoverings</div>
+                    </a>
+                </div>
+                <button class="mobile-menu-toggle" onclick="toggleMobileMenu()" aria-label="Toggle menu">☰</button>
+            </div>
+            <nav class="main-nav" id="mainNav">
+                <a href="/">Browse Collection</a>
+                <a href="/about-flock-wallpaper.html">About Flock Wallpaper</a>
+                <a href="/custom-flock.html">Custom Flock Services</a>
+                <a href="/about-us.html">About Us</a>
+                <a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a>
+            </nav>
+            <div class="product-count" id="productCount">Loading products...</div>
+        </div>
+    </header>
+
+    <!-- Hero Section -->
+    <section class="hero">
+        <h1>Premium Flocked & Velvet Wallcoverings</h1>
+        <p>Discover our exquisite collection of flocked and velvet textured wallpapers. Each design combines luxurious tactile appeal with stunning visual elegance.</p>
+        <div class="product-count-hero" id="productCountHero">Loading collection...</div>
+    </section>
+
+    <!-- Products Container -->
+    <div class="container">
+        <div id="productsGrid" class="products-grid">
+            <div class="loading-message">
+                <div class="spinner"></div>
+                Loading flocked wallpapers...
+            </div>
+        </div>
+    </div>
+
+    <!-- Footer -->
+    <footer class="footer">
+        <div class="footer-content">
+            <div class="footer-section">
+                <h3>About Us</h3>
+                <p>FlockedWallpaper.com specializes in premium flocked and velvet textured wallcoverings. We curate the finest designs for discerning designers and homeowners.</p>
+            </div>
+            <div class="footer-section">
+                <h3>Quick Links</h3>
+                <ul>
+                    <li><a href="/">Browse Collection</a></li>
+                    <li><a href="/about-flock-wallpaper.html">About Flock Wallpaper</a></li>
+                    <li><a href="/custom-flock.html">Custom Flock Services</a></li>
+                    <li><a href="/about-us.html">About Us</a></li>
+                    <li><a href="https://www.designerwallcoverings.com/pages/contact-us?contact_posted=true">Contact Us</a></li>
+                </ul>
+            </div>
+            <div class="footer-section">
+                <h3>Resources</h3>
+                <ul>
+                    <li><a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/care">Care Instructions</a></li>
+                    <li><a href="https://designerwallcoverings.com/pages/samples">Order Samples</a></li>
+                </ul>
+            </div>
+        </div>
+        <div class="footer-bottom">
+            <p>&copy; 2025 FlockedWallpaper.com - Part of Designer Wallcoverings Collection</p>
+        </div>
+    </footer>
+
+    <script>
+        // Load flocked products from JSON
+        let allProducts = [];
+        let filteredProducts = [];
+        let displayedProducts = 0;
+        let selectedColor = null;
+        const batchSize = 40;
+
+        // Color mapping for swatches and sorting
+        const colorSwatches = {
+            'Black': '#000000',
+            'White': '#FFFFFF',
+            'Red': '#DC143C',
+            'Blue': '#4169E1',
+            'Green': '#228B22',
+            'Gold': '#FFD700',
+            'Silver': '#C0C0C0',
+            'Pink': '#FF69B4',
+            'Purple': '#9370DB',
+            'Beige': '#F5F5DC',
+            'Cream': '#FFFDD0',
+            'Gray': '#808080',
+            'Grey': '#808080',
+            'Brown': '#8B4513',
+            'Yellow': '#FFD700',
+            'Orange': '#FF8C00',
+            'Burgundy': '#800020',
+            'Navy': '#000080',
+            'Aqua': '#00FFFF',
+            'Teal': '#008080',
+            'Ivory': '#FFFFF0',
+            'Charcoal': '#36454F',
+            'Other': '#999999'
+        };
+
+        // Convert hex to HSL for better color sorting
+        function hexToHSL(hex) {
+            const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
+            if (!result) return { h: 0, s: 0, l: 0 };
+
+            let r = parseInt(result[1], 16) / 255;
+            let g = parseInt(result[2], 16) / 255;
+            let b = parseInt(result[3], 16) / 255;
+
+            const max = Math.max(r, g, b);
+            const min = Math.min(r, g, b);
+            let h, s, l = (max + min) / 2;
+
+            if (max === min) {
+                h = s = 0; // achromatic
+            } else {
+                const d = max - min;
+                s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
+
+                switch (max) {
+                    case r: h = ((g - b) / d + (g < b ? 6 : 0)) / 6; break;
+                    case g: h = ((b - r) / d + 2) / 6; break;
+                    case b: h = ((r - g) / d + 4) / 6; break;
+                }
+            }
+
+            return { h: h * 360, s: s * 100, l: l * 100 };
+        }
+
+        // Get color hex value for a product
+        function getProductColorHex(product) {
+            // If product has primaryColor and it matches a swatch, use it
+            if (product && product.primaryColor && colorSwatches[product.primaryColor]) {
+                return colorSwatches[product.primaryColor];
+            }
+
+            // Try to find a color from tags
+            if (product && product.tags && Array.isArray(product.tags)) {
+                for (const tag of product.tags) {
+                    const tagLower = tag.toLowerCase();
+                    for (const [colorName, hex] of Object.entries(colorSwatches)) {
+                        if (tagLower.includes(colorName.toLowerCase())) {
+                            return hex;
+                        }
+                    }
+                }
+            }
+
+            // Default gray for unknown colors
+            return '#999999';
+        }
+
+        // Sort products by color (HSL)
+        function sortProductsByColor(products) {
+            return products.sort((a, b) => {
+                const colorA = getProductColorHex(a);
+                const colorB = getProductColorHex(b);
+
+                const hslA = hexToHSL(colorA);
+                const hslB = hexToHSL(colorB);
+
+                // Sort by: Lightness first (dark to light), then by Hue
+                if (Math.abs(hslA.l - hslB.l) > 10) {
+                    return hslA.l - hslB.l; // Dark to light
+                }
+
+                // If similar lightness, sort by hue (creates rainbow effect)
+                return hslA.h - hslB.h;
+            });
+        }
+
+        async function loadProducts() {
+            const grid = document.getElementById('productsGrid');
+            console.log('Loading products...');
+
+            try {
+                // Add cache busting parameter
+                const cacheBuster = new Date().getTime();
+                console.log('Fetching products with cache buster:', cacheBuster);
+                const response = await fetch(`flocked-products.json?v=${cacheBuster}`);
+
+                if (!response.ok) {
+                    console.error('Response not OK:', response.status, response.statusText);
+                    throw new Error(`Failed to load products: ${response.status}`);
+                }
+
+                console.log('Response received, parsing JSON...');
+                allProducts = await response.json();
+                filteredProducts = allProducts;
+
+                console.log(`✓ Loaded ${allProducts.length} flocked products`);
+
+                // Sort products by color on load
+                try {
+                    allProducts = sortProductsByColor(allProducts);
+                    filteredProducts = allProducts;
+                    console.log('Products sorted by color');
+                } catch (err) {
+                    console.error('Error sorting products:', err);
+                }
+
+                // Clear loading message
+                console.log('Clearing loading message and displaying products...');
+                grid.innerHTML = '';
+
+                // Display first batch
+                displayBatch();
+                console.log(`✓ Displayed ${displayedProducts} products`);
+
+                // Update counts
+                updateCount();
+
+                // Setup infinite scroll
+                setupInfiniteScroll();
+
+            } catch (error) {
+                console.error('✗ ERROR loading products:', error);
+                console.error('Error stack:', error.stack);
+                grid.innerHTML = `<div class="loading-message">Error loading products: ${error.message}<br>Please check console and refresh the page.</div>`;
+            }
+        }
+
+        // Build color filters
+        function buildColorFilters() {
+            const colorCounts = {};
+
+            // Count products for each color
+            allProducts.forEach(product => {
+                if (!product || !product.tags || !Array.isArray(product.tags)) return;
+
+                product.tags.forEach(tag => {
+                    if (!tag) return;
+                    const colorMatch = Object.keys(colorSwatches).find(color =>
+                        tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                    if (colorMatch) {
+                        colorCounts[colorMatch] = (colorCounts[colorMatch] || 0) + 1;
+                    }
+                });
+            });
+
+            // Create color chips
+            const filtersContainer = document.getElementById('colorFilters');
+
+            // Add "All" filter
+            const allChip = document.createElement('div');
+            allChip.className = 'color-chip active';
+            allChip.innerHTML = `All Colors <span class="filter-count">(${allProducts.length})</span>`;
+            allChip.onclick = () => filterByColor(null);
+            filtersContainer.appendChild(allChip);
+
+            // Sort colors by count and add chips
+            Object.entries(colorCounts)
+                .sort((a, b) => b[1] - a[1])
+                .forEach(([color, count]) => {
+                    const chip = document.createElement('div');
+                    chip.className = 'color-chip';
+                    chip.innerHTML = `
+                        <span class="color-swatch" style="background-color: ${colorSwatches[color]}"></span>
+                        ${color}
+                        <span class="filter-count">(${count})</span>
+                    `;
+                    chip.onclick = () => filterByColor(color);
+                    filtersContainer.appendChild(chip);
+                });
+        }
+
+        // Filter products by color
+        function filterByColor(color) {
+            selectedColor = color;
+            displayedProducts = 0;
+
+            if (color === null) {
+                filteredProducts = allProducts;
+            } else {
+                filteredProducts = allProducts.filter(product => {
+                    if (!product || !product.tags || !Array.isArray(product.tags)) return false;
+                    return product.tags.some(tag =>
+                        tag && tag.toLowerCase().includes(color.toLowerCase())
+                    );
+                });
+            }
+
+            // Sort filtered products by color hex
+            filteredProducts = sortProductsByColor([...filteredProducts]);
+
+            // Update active state on chips
+            document.querySelectorAll('.color-chip').forEach(chip => {
+                chip.classList.remove('active');
+            });
+            event.target.closest('.color-chip').classList.add('active');
+
+            // Clear grid and display filtered products
+            const grid = document.getElementById('productsGrid');
+            grid.innerHTML = '';
+            displayBatch();
+            updateCount();
+        }
+
+        // Display a batch of products
+        function displayBatch() {
+            const grid = document.getElementById('productsGrid');
+            const start = displayedProducts;
+            const end = Math.min(start + batchSize, filteredProducts.length);
+
+            for (let i = start; i < end; i++) {
+                const product = filteredProducts[i];
+                const card = createProductCard(product);
+                grid.appendChild(card);
+            }
+
+            displayedProducts = end;
+        }
+
+        // Create product card element
+        function createProductCard(product) {
+            const card = document.createElement('div');
+            card.className = 'product-card';
+            card.onclick = () => window.open(product.productUrl, '_blank');
+
+            const imageDiv = document.createElement('div');
+            imageDiv.className = 'product-image loading';
+
+            const img = document.createElement('img');
+            img.src = product.image || 'placeholder.jpg';
+            img.alt = product.imageAlt || product.title;
+            img.loading = 'lazy';
+
+            img.onload = () => {
+                imageDiv.classList.remove('loading');
+            };
+
+            img.onerror = () => {
+                imageDiv.classList.remove('loading');
+                img.src = `data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"%3E%3Crect width="200" height="200" fill="%23E8D4B0"/%3E%3Ctext x="50%25" y="45%25" text-anchor="middle" fill="%236B4423" font-family="sans-serif" font-size="16" font-weight="bold"%3E${product.primarySku}%3C/text%3E%3Ctext x="50%25" y="55%25" text-anchor="middle" fill="%238B6F47" font-family="sans-serif" font-size="12"%3EFlocked%3C/text%3E%3C/svg%3E`;
+            };
+
+            imageDiv.appendChild(img);
+
+            const info = document.createElement('div');
+            info.className = 'product-info';
+
+            const sku = document.createElement('div');
+            sku.className = 'product-sku';
+            sku.textContent = product.primarySku;
+
+            const name = document.createElement('div');
+            name.className = 'product-name';
+            name.textContent = product.title;
+
+            const link = document.createElement('div');
+            link.className = 'product-link';
+            link.innerHTML = 'View on DesignerWallcoverings.com →';
+
+            info.appendChild(sku);
+            info.appendChild(name);
+            info.appendChild(link);
+
+            card.appendChild(imageDiv);
+            card.appendChild(info);
+
+            return card;
+        }
+
+        // Update product count
+        function updateCount() {
+            const countEl = document.getElementById('productCount');
+            const countHeroEl = document.getElementById('productCountHero');
+            const count = selectedColor
+                ? `${filteredProducts.length} ${selectedColor} Products`
+                : `${allProducts.length} Products`;
+
+            countEl.textContent = count;
+            countHeroEl.textContent = count;
+        }
+
+        // Setup infinite scroll
+        function setupInfiniteScroll() {
+            let isLoading = false;
+
+            window.addEventListener('scroll', () => {
+                if (isLoading) return;
+
+                const scrollHeight = document.documentElement.scrollHeight;
+                const scrollTop = window.scrollY;
+                const clientHeight = window.innerHeight;
+
+                if (scrollTop + clientHeight >= scrollHeight - 500) {
+                    if (displayedProducts < filteredProducts.length) {
+                        isLoading = true;
+                        displayBatch();
+                        isLoading = false;
+                    }
+                }
+            });
+        }
+
+        // Initialize on page load
+        document.addEventListener('DOMContentLoaded', () => {
+            loadProducts();
+        });
+
+        // Mobile menu toggle
+        function toggleMobileMenu() {
+            const nav = document.getElementById('mainNav');
+            nav.classList.toggle('active');
+        }
+    </script>
+
+    <!-- Start of  Zendesk Widget script -->
+    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"> </script>
+    <!-- End of  Zendesk Widget script -->
+</body>
+</html>
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0d23170
--- /dev/null
+++ b/index.html
@@ -0,0 +1,549 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<!-- Google tag (gtag.js) -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-RH5FHVMMX2"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'G-RH5FHVMMX2');
+</script>
+
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+<title>Casa Cremisi — flocked. The romance of texture.</title>
+<link rel="icon" type="image/svg+xml" href="/favicon.svg">
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
+<style>
+*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
+:root{--black:#1A1614;--cream:#F5F0EB;--gold:#C4995C;--espresso:#2C2421;--gray:#8A7D74;--green:#4ADE80}
+body{font-family:'Inter',sans-serif;background:var(--cream);color:var(--black);overflow-x:hidden;-webkit-font-smoothing:antialiased}
+.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--black)}
+.header-center{display:flex;flex-direction:column;align-items:center}
+.header-logo{font-family:'Playfair Display',serif;font-weight:700;font-size:15px;color:#fff}
+.header-sub{font-family:'Inter',sans-serif;font-weight:400;font-size:9px;color:var(--gold);letter-spacing:.15em;text-transform:uppercase}
+.icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}
+.icon-btn svg{width:22px;height:22px}
+.hero{position:relative;width:100%;height:520px;overflow:hidden}
+.hero img{width:100%;height:100%;object-fit:cover}
+.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,22,20,.15),rgba(26,22,20,.85));display:flex;flex-direction:column;justify-content:flex-end;padding:32px 24px}
+.hero-label{font-weight:500;font-size:11px;color:var(--gold);letter-spacing:.2em;text-transform:uppercase}
+.hero-title{font-family:'Playfair Display',serif;font-weight:900;font-size:38px;color:#fff;line-height:44px;margin-top:8px}
+.hero-desc{font-weight:300;font-size:14px;color:rgba(255,255,255,.8);line-height:22px;margin-top:12px}
+.hero-btns{display:flex;gap:12px;margin-top:24px}
+.btn-gold{display:flex;align-items:center;justify-content:center;padding:14px 28px;background:var(--gold);border-radius:2px;border:none;cursor:pointer}
+.btn-gold span{font-weight:600;font-size:13px;color:var(--black);letter-spacing:.05em}
+.btn-outline{display:flex;align-items:center;justify-content:center;padding:14px 20px;border:1px solid rgba(255,255,255,.4);border-radius:2px;cursor:pointer}
+.btn-outline span{font-weight:400;font-size:13px;color:#fff}
+.section-header{display:flex;align-items:center;justify-content:space-between;padding:32px 24px 16px}
+.section-title{font-family:'Playfair Display',serif;font-weight:700;font-size:22px;color:var(--black)}
+.section-sub{font-size:12px;color:var(--gray);margin-top:4px}
+.section-link{font-weight:500;font-size:12px;color:var(--gold)}
+.featured-scroll{display:flex;gap:12px;padding:0 24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-left:24px}
+.featured-scroll::-webkit-scrollbar{display:none}
+.featured-scroll::after{content:'';flex-shrink:0;width:12px}
+.featured-card{flex-shrink:0;width:150px;scroll-snap-align:start;cursor:pointer}
+.featured-card img{width:150px;height:180px;object-fit:cover;border-radius:8px;background:#F0EAE2}
+.featured-card .name{font-weight:600;font-size:12px;color:var(--black);margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
+.featured-card .color{font-size:11px;color:var(--gray);margin-top:2px}
+.featured-card .price{font-weight:600;font-size:12px;color:var(--gold);margin-top:4px}
+.color-filters{padding:0 24px;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
+.color-chip{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:20px;background:rgba(26,22,20,.06);cursor:pointer;border:none;font-family:'Inter',sans-serif}
+.color-chip.active{background:var(--black)}
+.color-chip.active .chip-label{color:#fff}
+.chip-dot{width:12px;height:12px;border-radius:6px;flex-shrink:0}
+.chip-label{font-weight:500;font-size:12px;color:var(--black)}
+.product-grid{display:flex;flex-wrap:wrap;gap:14px;padding:20px 24px}
+.product-card{width:calc(50% - 7px);cursor:pointer}
+.product-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:#F0EAE2}
+.product-card .name{font-weight:600;font-size:12px;color:var(--black);margin-top:8px}
+.product-card .color{font-size:11px;color:var(--gray);margin-top:2px}
+.product-card .shop-link{font-weight:600;font-size:11px;color:var(--gold);margin-top:2px;display:flex;align-items:center;gap:4px}
+.load-more{display:flex;align-items:center;justify-content:center;padding:16px;margin:0 24px 24px;background:var(--black);border-radius:4px;cursor:pointer;border:none}
+.load-more span{font-weight:500;font-size:13px;color:#fff}
+footer{background:var(--cream);padding:32px 24px 24px;border-top:1px solid rgba(26,22,20,.1)}
+footer .footer-logo{font-family:'Playfair Display',serif;font-weight:700;font-size:18px;color:var(--black)}
+footer .footer-desc{font-weight:300;font-size:12px;color:var(--gray);line-height:18px;margin-top:6px}
+.footer-cols{display:flex;gap:40px;margin-top:24px}
+.footer-col-title{font-weight:600;font-size:11px;color:var(--gold);letter-spacing:.1em;text-transform:uppercase}
+.footer-col a{display:block;font-size:13px;color:var(--gray);text-decoration:none;margin-top:10px}
+.footer-cta{display:flex;align-items:center;justify-content:center;padding:14px;background:var(--gold);border-radius:4px;margin-top:24px;cursor:pointer;border:none;width:100%}
+.footer-cta span{font-weight:600;font-size:13px;color:var(--black)}
+.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:24px;border-top:1px solid rgba(26,22,20,.1)}
+.footer-copy{font-size:10px;color:var(--gray)}
+.chat-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(26,22,20,.06);border-radius:12px;cursor:pointer;border:none}
+.chat-dot{width:8px;height:8px;border-radius:4px;background:var(--green)}
+.chat-label{font-weight:500;font-size:10px;color:var(--gray)}
+.share-btn{position:fixed;bottom:80px;right:20px;width:48px;height:48px;border-radius:24px;background:var(--gold);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2);cursor:pointer;border:none;z-index:90}
+.share-btn svg{width:20px;height:20px}
+</style>
+<style id="rebrand-tokens-flockedwallpaper">
+:root { --primary: #D70000; --paper: #FFF; --ink: #000; --accent: #D70000; --line: #000; --muted: #D70000; }
+.sample-btn, .cta, .submit-btn { background: transparent !important; color: var(--muted, var(--accent)) !important; border: 1px solid var(--muted, var(--accent)) !important; transition: background 0.15s, color 0.15s; }
+.sample-btn:hover, .cta:hover, .submit-btn:hover { background: var(--muted, var(--accent)) !important; color: var(--paper, #fff) !important; }
+</style>
+</head>
+<body>
+<style id="ns-header-modal-styles">
+        .ns-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 36px; background: rgba(10,10,10,0.92) !important; backdrop-filter: blur(8px); border-bottom: 1px solid rgba(245,241,232,0.06); }
+        .ns-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
+        .ns-dot { width: 28px; height: 28px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #D70000 0%, #760000 60%, #410000 100%); box-shadow: 0 0 0 1px rgba(245,241,232,0.10), 0 2px 12px rgba(180,90,60,0.30); flex-shrink: 0; }
+        .ns-name { font-family: -apple-system, "SF Pro Display", "Helvetica Neue", system-ui, sans-serif; font-size: 18px !important; font-weight: 300 !important; letter-spacing: 0.02em !important; color: #f5f1e8 !important; text-transform: none !important; margin: 0 !important; }
+        .ns-name sup { font-size: 0.55em; font-weight: 300; margin-left: 1px; }
+        .ns-nav { display: flex; gap: 32px; align-items: center; list-style: none; padding: 0; margin: 0; }
+        .ns-nav a, .ns-nav button { font-family: -apple-system, "SF Pro Text", system-ui, sans-serif; font-size: 15px !important; font-weight: 400 !important; color: #f5f1e8 !important; text-decoration: none !important; background: none !important; border: 0 !important; cursor: pointer; padding: 0 !important; transition: color 200ms; letter-spacing: 0 !important; text-transform: none !important; }
+        .ns-nav a:hover, .ns-nav button:hover { color: #ffffff !important; }
+        @media (max-width: 820px) { .ns-header { padding: 14px 18px; } .ns-nav { gap: 16px; } .ns-nav a, .ns-nav button { font-size: 13px !important; } }
+        @media (max-width: 760px) {
+          .ns-header { flex-wrap: wrap; }
+          .ns-nav { display: none !important; flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 0 4px; }
+          .ns-nav.open { display: flex !important; }
+          .ns-nav a, .ns-nav button { padding: 10px 0 !important; border-bottom: 1px solid rgba(245,241,232,0.08); width: 100%; text-align: left; }
+          .ns-nav a:nth-child(n+5), .ns-nav button:nth-child(n+5) { display: block !important; }
+          .ns-header .mobile-toggle { display: flex !important; }
+        }
+        @media (min-width: 761px) {
+          .ns-header .mobile-toggle { display: none !important; }
+        }
+        .ns-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.78); z-index: 200; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(6px); }
+        .ns-modal.show { display: flex; }
+        .ns-modal-card { max-width: 460px; width: 100%; background: #141414 !important; border: 1px solid rgba(245,241,232,0.14); border-radius: 6px; padding: 28px 30px 30px; position: relative; }
+        .ns-modal-card .close-x { position: absolute; top: 12px; right: 14px; width: 30px; height: 30px; background: none; border: 1px solid rgba(245,241,232,0.18); color: rgba(245,241,232,0.6) !important; border-radius: 50%; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; }
+        .ns-modal-card .close-x:hover { color: #ffffff !important; border-color: #ffffff; }
+        .ns-modal-card h3 { font-family: -apple-system, "SF Pro Display", system-ui; font-weight: 300 !important; font-size: 22px !important; margin: 0 0 6px !important; color: #f5f1e8 !important; }
+        .ns-modal-card .sub { color: rgba(245,241,232,0.65) !important; font-size: 13px; margin: 0 0 22px; }
+        .ns-actions { display: flex; flex-direction: column; gap: 10px; }
+        .ns-action { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: rgba(245,241,232,0.04) !important; border: 1px solid rgba(245,241,232,0.12) !important; color: #f5f1e8 !important; text-decoration: none !important; cursor: pointer; transition: all 200ms; font: inherit; text-align: left; }
+        .ns-action:hover { background: rgba(245,241,232,0.08) !important; border-color: #d4b683 !important; }
+        .ns-action .ico { width: 32px; height: 32px; border-radius: 50%; background: rgba(212,182,131,0.12); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
+        .ns-action .txt { flex: 1; }
+        .ns-action .txt b { display: block; font-weight: 500; font-size: 14px; color: #f5f1e8 !important; }
+        .ns-action .txt span { font-size: 12px; color: rgba(245,241,232,0.55) !important; }
+
+        /* ─── FINAL CONTRAST PASS — kill remaining gold-solid + white-island defects ─── */
+        /* Replace all gold-fill accents with off-white (Gucci-aesthetic, no DW gold solids) */
+        .new-badge, .new-arrivals-pill,
+        .color-filter-btn.active,
+        .drapery-btn, .sample-btn-chip, .cb-cta {
+          background: #f5f1e8 !important;
+          color: #0a0a0a !important;
+          border-color: #f5f1e8 !important;
+        }
+        .new-badge:hover, .new-arrivals-pill:hover,
+        .color-filter-btn.active:hover,
+        .drapery-btn:hover, .sample-btn-chip:hover, .cb-cta:hover {
+          background: #fff !important;
+          color: #0a0a0a !important;
+        }
+        /* Gold accents stay only as edge color (links, glyphs) — not fills */
+        a { color: #d4b683; }
+        a:hover { color: #f5d97a; }
+        /* Authorized-dealer footer line — small caps tracked, muted ink, no gold pill */
+        .authorized, .authorized-dealer p {
+          background: transparent !important;
+          color: rgba(245,241,232,0.5) !important;
+          font-size: 10px !important;
+          letter-spacing: 0.22em !important;
+          text-transform: uppercase !important;
+          padding: 0 !important;
+          border: none !important;
+          margin-top: 14px !important;
+        }
+        /* Kill any straggler white bg in info-card / sample-related cards */
+        .info-card, .info-card-link, .care-highlight, .feature-card, .spec-item {
+          background-color: rgba(245,241,232,0.04) !important;
+          border-color: rgba(245,241,232,0.12) !important;
+        }
+        /* Ensure modal content stays readable — Steve's earlier sweep made it #141414 with white text */
+        .modal-content { background: #141414 !important; color: #f5f1e8 !important; }
+        .modal-content * { color: #f5f1e8 !important; }
+        .modal-content input, .modal-content textarea, .modal-content select {
+          background: rgba(245,241,232,0.05) !important;
+          color: #f5f1e8 !important;
+          border-color: rgba(245,241,232,0.2) !important;
+        }
+        .modal-content label { color: rgba(245,241,232,0.6) !important; }
+        /* Force the wide-tracked NOVASUEDE wordmark to stay white */
+        .ns-wordmark, .ns-wordmark sup { color: #f5f1e8 !important; }
+
+        /* ─── Modal-internal contrast (post-QA defects) ─── */
+        /* Backdrop covers full viewport */
+        .modal { width: 100vw !important; height: 100vh !important; left: 0 !important; top: 0 !important; background: rgba(0, 0, 0, 0.78) !important; backdrop-filter: blur(6px); }
+        /* Chip — flip from white-on-white island to dark card */
+        .request-chip {
+          background: rgba(245, 241, 232, 0.06) !important;
+          color: #f5f1e8 !important;
+          border: 1px solid rgba(245, 241, 232, 0.18) !important;
+          border-radius: 4px !important;
+        }
+        .request-chip * { color: #f5f1e8 !important; }
+        .request-chip .chip-swatch {
+          /* swatch dot ALWAYS displays the inline-style hex from JS — fight any sweep */
+          border: 1px solid rgba(0, 0, 0, 0.4) !important;
+        }
+        /* + Add to request — hairline white-border on transparent (no gold) */
+        .add-to-request-btn {
+          background: transparent !important;
+          color: #f5f1e8 !important;
+          border: 1px solid rgba(245, 241, 232, 0.6) !important;
+          border-radius: 0 !important;
+          padding: 12px 22px !important;
+          font-size: 11px !important;
+          letter-spacing: 0.32em !important;
+          text-transform: uppercase !important;
+          font-weight: 400 !important;
+        }
+        .add-to-request-btn:hover {
+          background: #f5f1e8 !important;
+          color: #0a0a0a !important;
+          border-color: #f5f1e8 !important;
+        }
+        /* Hex caption visible */
+        .preview-hex, #colorPreviewHex {
+          display: block !important;
+          color: rgba(245, 241, 232, 0.55) !important;
+          font-family: ui-monospace, "SF Mono", Menlo, monospace !important;
+          font-size: 11px !important;
+          margin-top: 4px !important;
+          letter-spacing: 0.04em !important;
+          text-transform: lowercase !important;
+        }
+        /* Color preview name — stays single, prominent */
+        #colorPreviewName {
+          color: #f5f1e8 !important;
+          font-size: 11px !important;
+          letter-spacing: 0.32em !important;
+          text-transform: uppercase !important;
+          font-weight: 500 !important;
+          display: block !important;
+          margin-top: 12px !important;
+        }
+
+        /* ─── Mobile hamburger nav (replaces the overflow at <760px) ─── */
+        @media (max-width: 760px) {
+          header .nav-container { flex-wrap: wrap; }
+          header nav { display: none; flex-basis: 100%; flex-direction: column; gap: 6px; padding: 16px 0 6px; }
+          header nav.open { display: flex; }
+          header nav a { padding: 10px 0; border-bottom: 1px solid rgba(245,241,232,0.1); }
+          header .mobile-toggle {
+            display: flex !important;
+            flex-direction: column;
+            gap: 5px;
+            background: transparent;
+            border: 0;
+            cursor: pointer;
+            padding: 8px;
+          }
+          header .mobile-toggle span {
+            width: 22px; height: 1.5px;
+            background: #f5f1e8;
+            display: block;
+          }
+        }
+        @media (min-width: 761px) {
+          header .mobile-toggle { display: none !important; }
+        }
+
+    </style>
+<style id="ns-gold-kill">
+    /* novasuede: kill gold-solid fills, off-white instead. Edge color stays gold. */
+    .new-badge, .new-arrivals-pill,
+    .color-filter-btn.active, .drapery-btn,
+    .sample-btn-chip, .cb-cta {
+      background: #f5f1e8 !important;
+      color: #0a0a0a !important;
+      border-color: #f5f1e8 !important;
+    }
+    .new-badge:hover, .new-arrivals-pill:hover,
+    .color-filter-btn.active:hover, .drapery-btn:hover,
+    .sample-btn-chip:hover, .cb-cta:hover {
+      background: #fff !important;
+      color: #0a0a0a !important;
+    }
+  </style>
+<header class="ns-header">
+        <a href="/" class="ns-brand" aria-label="Home">
+            <span class="ns-dot"></span>
+            <span class="ns-name">Casa Cremisi</span>
+        </a>
+        <nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
+            <a href="/">Home</a>
+            <a href="/about">About</a>
+            <button type="button" onclick="nsContactOpen()">Contact</button>
+        </nav>
+        <button type="button" class="mobile-toggle" aria-label="Toggle menu" aria-controls="nsPrimaryNav" aria-expanded="false" onclick="nsToggleNav(this)">
+            <span></span><span></span><span></span>
+        </button>
+    </header>
+
+<div class="ns-modal" id="nsContactModal" role="dialog" aria-modal="true" aria-labelledby="nsContactTitle" onclick="if(event.target===this)nsContactClose()">
+        <div class="ns-modal-card">
+            <button type="button" class="close-x" onclick="nsContactClose()" aria-label="Close">×</button>
+            <h3 id="nsContactTitle">How can we help?</h3>
+            <p class="sub">Trade-account replies within one business day.</p>
+            <div class="ns-actions">
+                <a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
+                <a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
+                <a class="ns-action" href="mailto:info@flockedwallpaper.com?subject=Casa%20Cremisi%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@flockedwallpaper.com</span></div></a>
+                <a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
+            </div>
+        </div>
+    </div>
+<script>
+  function nsContactOpen() { var m = document.getElementById('nsContactModal'); if (m) m.classList.add('show'); }
+  function nsContactClose() { var m = document.getElementById('nsContactModal'); if (m) m.classList.remove('show'); }
+  function nsToggleNav(btn) {
+    var nav = document.getElementById('nsPrimaryNav');
+    if (!nav) return;
+    var open = nav.classList.toggle('open');
+    btn.setAttribute('aria-expanded', open ? 'true' : 'false');
+  }
+  document.addEventListener('keydown', function(e){ if (e.key === 'Escape') nsContactClose(); });
+</script>
+
+
+
+
+
+<!-- Header -->
+<header class="header">
+  <button class="icon-btn" onclick="document.getElementById('nav-menu').style.display='flex'">
+    <svg viewBox="0 0 20 20" fill="none"><rect x="2" y="4" width="16" height="2" rx="1" fill="#C4995C"/><rect x="2" y="9" width="16" height="2" rx="1" fill="#C4995C"/><rect x="2" y="14" width="16" height="2" rx="1" fill="#C4995C"/></svg>
+  </button>
+  <div class="header-center">
+    <span class="header-logo">FlockedWallpaper</span>
+    <span class="header-sub">Luxury Velvet Wallcoverings</span>
+  </div>
+  <button class="icon-btn" onclick="document.getElementById('search-bar').style.display=document.getElementById('search-bar').style.display==='flex'?'none':'flex'">
+    <svg viewBox="0 0 20 20" fill="none"><circle cx="8.5" cy="8.5" r="5.5" stroke="#C4995C" stroke-width="1.5"/><line x1="12.5" y1="12.5" x2="17" y2="17" stroke="#C4995C" stroke-width="1.5" stroke-linecap="round"/></svg>
+  </button>
+</header>
+
+<!-- Search Bar (hidden) -->
+<div id="search-bar" style="display:none;padding:12px 20px;background:var(--black)">
+  <input type="text" id="searchInput" placeholder="Search flocked wallpapers..." oninput="filterProducts()" style="width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:rgba(255,255,255,.06);color:#fff;font-family:'Inter',sans-serif;font-size:14px;outline:none">
+</div>
+
+<!-- Nav Menu Overlay -->
+<div id="nav-menu" style="display:none;position:fixed;inset:0;z-index:200;background:var(--black);flex-direction:column;padding:20px">
+  <div style="display:flex;justify-content:flex-end"><button class="icon-btn" onclick="this.parentElement.parentElement.style.display='none'"><svg viewBox="0 0 20 20" fill="none"><line x1="4" y1="4" x2="16" y2="16" stroke="#C4995C" stroke-width="1.5" stroke-linecap="round"/><line x1="16" y1="4" x2="4" y2="16" stroke="#C4995C" stroke-width="1.5" stroke-linecap="round"/></svg></button></div>
+  <nav style="display:flex;flex-direction:column;gap:24px;padding:40px 24px">
+    <a href="/" style="font-family:'Playfair Display',serif;font-size:28px;color:#fff;text-decoration:none">Browse Collection</a>
+    <a href="https://flockedwallpaper.com/about-flock-wallpaper.html" style="font-family:'Playfair Display',serif;font-size:28px;color:#fff;text-decoration:none">About Flock</a>
+    <a href="https://flockedwallpaper.com/custom-flock.html" style="font-family:'Playfair Display',serif;font-size:28px;color:#fff;text-decoration:none">Custom Services</a>
+    <a href="https://www.designerwallcoverings.com/pages/contact-us" style="font-family:'Playfair Display',serif;font-size:28px;color:#fff;text-decoration:none">Contact Us</a>
+    <a href="https://designer-laboratory-sandbox.myshopify.com/account/login" style="font-family:'Playfair Display',serif;font-size:28px;color:var(--gold);text-decoration:none">Sign In</a>
+  </nav>
+</div>
+
+<!-- Hero -->
+<section class="hero" id="heroSection">
+  <img src="https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV241_art_deco_fans_BLACKGOLD_install_913x_04f5f81c-8fff-4df7-85da-40c679e15e00.webp?v=1734414891" alt="Art Deco Fans Flocked Velvet">
+  <div class="hero-overlay">
+    <span class="hero-label">Curated Collection</span>
+    <h1 class="hero-title">Touch the<br>Extraordinary</h1>
+    <p class="hero-desc" id="heroCount">Loading collection...</p>
+    <div class="hero-btns">
+      <button class="btn-gold" onclick="document.getElementById('products').scrollIntoView({behavior:'smooth'})"><span>Browse Collection</span></button>
+      <a href="https://www.designerwallcoverings.com/pages/samples" class="btn-outline" style="text-decoration:none"><span>Free Samples</span></a>
+    </div>
+  </div>
+</section>
+
+<!-- Featured -->
+<div class="section-header">
+  <div>
+    <div class="section-title">Featured</div>
+    <div class="section-sub">Editor's picks from our velvet collection</div>
+  </div>
+  <span class="section-link">See All</span>
+</div>
+<div class="featured-scroll" id="featuredScroll"></div>
+
+<!-- Shop by Color -->
+<div class="section-header" style="padding-bottom:0">
+  <div><div class="section-title">Shop by Color</div></div>
+</div>
+<div class="color-filters" id="colorFilters"></div>
+
+<!-- Product Grid -->
+<div id="products">
+  <div class="controls-bar" style="display:flex;gap:18px;align-items:center;justify-content:flex-end;padding:12px 24px;flex-wrap:wrap">
+  <input type="search" id="grid-search" placeholder="Search…" aria-label="Search products" style="background:transparent;border:1px solid var(--line,#333);color:var(--ink,#f5f1e8);padding:7px 12px;font:inherit;font-size:13px;outline:none;min-width:200px">
+  <label style="font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted,#A98B5B)">Sort</label>
+  <select id="sort" aria-label="Sort products" style="background:transparent;border:1px solid var(--line,#333);color:var(--ink,#f5f1e8);padding:7px 12px;font:inherit;font-size:12px;cursor:pointer;outline:none">
+    <option value="newest">Newest</option>
+    <option value="color">Color</option>
+    <option value="style">Style</option>
+    <option value="sku">SKU A→Z</option>
+    <option value="title">Title A→Z</option>
+  </select>
+  <label style="font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted,#A98B5B);margin-left:14px">Density</label>
+  <input id="density" type="range" min="180" max="380" step="10" value="240" style="accent-color:var(--accent,#A98B5B);width:140px;cursor:pointer">
+</div>
+<script>
+(function(){
+  const grid = document.getElementById('productGrid') || document.getElementById('productsGrid');
+  const dens = document.getElementById('density');
+  const sortSel = document.getElementById('sort');
+  const search = document.getElementById('grid-search');
+  if (!grid) return;
+  const STORE = 'flockedwallpaper_grid';
+  const saved = (() => { try { return JSON.parse(localStorage.getItem(STORE) || '{}'); } catch { return {}; } })();
+  function applyDensity(v){ grid.style.gridTemplateColumns = 'repeat(auto-fill,minmax(' + v + 'px,1fr))'; }
+  if (dens) {
+    dens.value = saved.density || 240;
+    applyDensity(dens.value);
+    dens.addEventListener('input', () => { applyDensity(dens.value); saved.density = dens.value; localStorage.setItem(STORE, JSON.stringify(saved)); });
+  }
+  if (sortSel) {
+    sortSel.value = saved.sort || 'newest';
+    sortSel.addEventListener('change', () => { saved.sort = sortSel.value; localStorage.setItem(STORE, JSON.stringify(saved)); /* TODO: re-sort live */ });
+  }
+  if (search) {
+    search.addEventListener('input', () => {
+      const q = search.value.toLowerCase().trim();
+      Array.from(grid.children).forEach(card => {
+        const t = (card.textContent || '').toLowerCase();
+        card.style.display = !q || t.includes(q) ? '' : 'none';
+      });
+    });
+  }
+})();
+</script>
+
+<div class="product-grid" id="productGrid"></div>
+  <button class="load-more" id="loadMore" onclick="displayBatch()" style="display:none"><span>Load More</span></button>
+</div>
+
+<!-- Footer -->
+<footer>
+  <div class="footer-logo">FlockedWallpaper.com</div>
+  <div class="footer-desc">Casa Cremisi — flocked. The romance of texture.. Premium flocked & velvet wallcoverings curated for designers and homeowners.</div>
+  <div class="footer-cols">
+    <div>
+      <div class="footer-col-title">Explore</div>
+      <a href="/">Browse Collection</a>
+      <a href="https://flockedwallpaper.com/about-flock-wallpaper.html">About Flock</a>
+      <a href="https://flockedwallpaper.com/custom-flock.html">Custom Services</a>
+    </div>
+    <div>
+      <div class="footer-col-title">Support</div>
+      <a href="https://www.designerwallcoverings.com/pages/contact-us">Contact Us</a>
+      <a href="https://designerwallcoverings.com/pages/installation">Installation Guide</a>
+      <a href="https://designerwallcoverings.com/pages/samples">Order Samples</a>
+    </div>
+  </div>
+  <button class="footer-cta" onclick="window.open('https://designerwallcoverings.com','_blank')"><span>Shop on DesignerWallcoverings.com &rarr;</span></button>
+  <div class="footer-bottom">
+    <span class="footer-copy">&copy; 2026 FlockedWallpaper.com</span>
+    <button class="chat-badge" onclick="if(window.zE)zE('messenger','open')"><span class="chat-dot"></span><span class="chat-label">Live Chat</span></button>
+  </div>
+</footer>
+
+<!-- Share FAB -->
+<button class="share-btn" onclick="shareProduct()">
+  <svg viewBox="0 0 20 20" fill="none"><path d="M15 7a2 2 0 100-4 2 2 0 000 4zM5 12a2 2 0 100-4 2 2 0 000 4zM15 17a2 2 0 100-4 2 2 0 000 4zM7 11l6 3M13 6L7 9" stroke="#1A1614" stroke-width="1.5" stroke-linecap="round"/></svg>
+</button>
+
+<script>
+let allProducts=[], filteredProducts=[], displayed=0;
+const BATCH=20;
+const colors={Black:'#000',Gold:'#FFD700',Red:'#DC143C',Silver:'#C0C0C0',Green:'#228B22',Burgundy:'#800020',Blue:'#4169E1',Purple:'#9370DB',Cream:'#FFFDD0',Brown:'#8B4513',White:'#FFF',Beige:'#F5F5DC',Gray:'#808080',Pink:'#FF69B4',Orange:'#E8820C',Yellow:'#DAA520',Neutral:'#C4B5A2'};
+
+async function init(){
+  try{
+    const r=await fetch('/api/products');
+    allProducts=await r.json();
+    filteredProducts=[...allProducts];
+    document.getElementById('heroCount').textContent=allProducts.length+' luxurious flocked & velvet wallcoverings from the world\'s finest makers.';
+    buildFeatured();
+    buildColorFilters();
+    displayBatch();
+  }catch(e){console.error(e)}
+}
+
+function buildFeatured(){
+  const container=document.getElementById('featuredScroll');
+  const picks=[0,8,20,35,50,70].map(i=>allProducts[i]).filter(Boolean);
+  picks.forEach(p=>{
+    const card=document.createElement('div');
+    card.className='featured-card';
+    card.onclick=()=>window.open(p.productUrl,'_blank');
+    card.innerHTML=`<img src="${p.image}" alt="${p.title}" loading="lazy"><div class="name">${shortTitle(p.title)}</div><div class="color">${p.primaryColor||'Flocked Velvet'}</div><div class="price">From $${Math.round(parseFloat(p.price)||425)}</div>`;
+    container.appendChild(card);
+  });
+}
+
+function buildColorFilters(){
+  const counts={};
+  allProducts.forEach(p=>{
+    if(p.primaryColor&&colors[p.primaryColor])counts[p.primaryColor]=(counts[p.primaryColor]||0)+1;
+  });
+  const container=document.getElementById('colorFilters');
+  // All chip
+  const all=document.createElement('button');
+  all.className='color-chip active';
+  all.innerHTML='<span class="chip-label">All</span>';
+  all.onclick=()=>filterByColor(null,all);
+  container.appendChild(all);
+  Object.entries(counts).sort((a,b)=>b[1]-a[1]).slice(0,8).forEach(([c,n])=>{
+    const chip=document.createElement('button');
+    chip.className='color-chip';
+    chip.innerHTML=`<span class="chip-dot" style="background:${colors[c]};${c==='White'||c==='Cream'?'border:1px solid #ccc':''}"></span><span class="chip-label">${c}</span>`;
+    chip.onclick=()=>filterByColor(c,chip);
+    container.appendChild(chip);
+  });
+}
+
+function filterByColor(color,el){
+  document.querySelectorAll('.color-chip').forEach(c=>c.classList.remove('active'));
+  el.classList.add('active');
+  displayed=0;
+  document.getElementById('productGrid').innerHTML='';
+  filteredProducts=color?allProducts.filter(p=>p.primaryColor===color):[...allProducts];
+  displayBatch();
+}
+
+function filterProducts(){
+  const q=document.getElementById('searchInput').value.toLowerCase();
+  displayed=0;
+  document.getElementById('productGrid').innerHTML='';
+  filteredProducts=q?allProducts.filter(p=>(p.title||'').toLowerCase().includes(q)||(p.primaryColor||'').toLowerCase().includes(q)):[...allProducts];
+  displayBatch();
+}
+
+function displayBatch(){
+  const grid=document.getElementById('productGrid');
+  const end=Math.min(displayed+BATCH,filteredProducts.length);
+  for(let i=displayed;i<end;i++){
+    const p=filteredProducts[i];
+    const card=document.createElement('div');
+    card.className='product-card';
+    card.onclick=()=>window.open(p.productUrl,'_blank');
+    card.innerHTML=`<img src="${p.image}" alt="${p.title}" loading="lazy"><div class="name">${shortTitle(p.title)}</div><div class="color">${p.primaryColor||'Flocked Velvet'}</div><div class="shop-link">Shop on DW &rarr;</div>`;
+    grid.appendChild(card);
+  }
+  displayed=end;
+  document.getElementById('loadMore').style.display=displayed<filteredProducts.length?'flex':'none';
+}
+
+function shortTitle(t){return(t||'').replace(/\s*\|.*$/,'').replace(/Wallpaper Wallcovering/gi,'').replace(/Wallcovering/gi,'').replace(/Wallpaper/gi,'').trim().slice(0,40)}
+
+function shareProduct(){
+  if(navigator.share){
+    navigator.share({title:'FlockedWallpaper.com',text:'Check out these luxury flocked & velvet wallcoverings!',url:window.location.href});
+  }else{
+    navigator.clipboard.writeText(window.location.href).then(()=>alert('Link copied!'));
+  }
+}
+
+init();
+</script>
+
+<!-- Zendesk Widget -->
+<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=4d4f52ea-1e3e-4837-8859-51f9abd5a82b"></script>
+</body>
+</html>
diff --git a/migrate-supabase-to-postgres.js b/migrate-supabase-to-postgres.js
new file mode 100644
index 0000000..584c984
--- /dev/null
+++ b/migrate-supabase-to-postgres.js
@@ -0,0 +1,62 @@
+#!/usr/bin/env node
+// One-shot import: JSON -> Postgres dw_unified.flocked_products
+require('dotenv').config({ path: '/root/DW-Agents/claudette-agent/.env' });
+const fs = require('fs');
+const { Pool } = require('pg');
+
+const SRC = '/root/Projects/Designer-Wallcoverings/DW-Websites/flockedwallpaper/flocked-products.json';
+const data = JSON.parse(fs.readFileSync(SRC, 'utf8'));
+console.log(`loaded ${data.length} records`);
+
+const pool = new Pool({ connectionString: process.env.DB_URL || process.env.DATABASE_URL });
+
+(async () => {
+  await pool.query(`
+    CREATE TABLE IF NOT EXISTS flocked_products (
+      id            TEXT PRIMARY KEY,
+      title         TEXT,
+      handle        TEXT,
+      description   TEXT,
+      vendor        TEXT,
+      product_type  TEXT,
+      tags          TEXT[],
+      primary_color TEXT,
+      skus          TEXT[],
+      primary_sku   TEXT,
+      price         NUMERIC(10,2),
+      image         TEXT,
+      image_alt     TEXT,
+      product_url   TEXT,
+      status        TEXT,
+      created_at    TIMESTAMPTZ,
+      updated_at    TIMESTAMPTZ DEFAULT NOW()
+    );
+    CREATE INDEX IF NOT EXISTS flocked_products_color_idx ON flocked_products(primary_color);
+    CREATE INDEX IF NOT EXISTS flocked_products_handle_idx ON flocked_products(handle);
+  `);
+
+  const cols = ['id','title','handle','description','vendor','product_type','tags','primary_color','skus','primary_sku','price','image','image_alt','product_url','status','created_at'];
+  const ph = cols.map((_, i) => `$${i + 1}`).join(',');
+  const updates = cols.filter(c => c !== 'id').map(c => `${c}=EXCLUDED.${c}`).join(',');
+  const sql = `INSERT INTO flocked_products (${cols.join(',')}) VALUES (${ph})
+               ON CONFLICT (id) DO UPDATE SET ${updates}, updated_at=NOW()`;
+
+  let n = 0;
+  for (const r of data) {
+    const vals = [
+      r.id, r.title, r.handle, r.description, r.vendor, r.productType,
+      Array.isArray(r.tags) ? r.tags : null,
+      r.primaryColor,
+      Array.isArray(r.skus) ? r.skus : null,
+      r.primarySku,
+      r.price != null ? Number(r.price) : null,
+      r.image, r.imageAlt, r.productUrl, r.status,
+      r.createdAt || null
+    ];
+    await pool.query(sql, vals);
+    if (++n % 50 === 0) process.stdout.write(`. ${n}\n`);
+  }
+  const { rows } = await pool.query(`SELECT COUNT(*) total, COUNT(image) with_image FROM flocked_products`);
+  console.log('done:', rows[0]);
+  await pool.end();
+})().catch(e => { console.error(e); process.exit(1); });
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..4c27116
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,732 @@
+{
+  "name": "flockedwallpaper.com",
+  "version": "1.0.0",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "name": "flockedwallpaper.com",
+      "version": "1.0.0",
+      "license": "ISC",
+      "dependencies": {
+        "@shopify/shopify-api": "^11.6.0",
+        "axios": "^1.12.2",
+        "dotenv": "^17.4.2",
+        "pg": "^8.20.0"
+      }
+    },
+    "node_modules/@shopify/admin-api-client": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/@shopify/admin-api-client/-/admin-api-client-1.1.1.tgz",
+      "integrity": "sha512-J/cdodM7jmk9yKxHnkrnVHP2Gm70w2dFA4O3ehPvIBsXvK0PwXmiRjQOCCPfyLo442awON5soQ/XuWVSUmZL/g==",
+      "license": "MIT",
+      "dependencies": {
+        "@shopify/graphql-client": "^1.4.1"
+      }
+    },
+    "node_modules/@shopify/graphql-client": {
+      "version": "1.4.1",
+      "resolved": "https://registry.npmjs.org/@shopify/graphql-client/-/graphql-client-1.4.1.tgz",
+      "integrity": "sha512-/w4Uchx8ueI8gwmJd1ZbbIGndsjfMEFlzmay3P7rya5zj7K308xne/ggIvWDweueIut2qf1A8lI58xQl9Pu22w==",
+      "license": "MIT"
+    },
+    "node_modules/@shopify/network": {
+      "version": "3.3.0",
+      "resolved": "https://registry.npmjs.org/@shopify/network/-/network-3.3.0.tgz",
+      "integrity": "sha512-Lln7vglzLK9KiYhl9ucQFVM7ArlpUM21xkDriBX8kVrqsoBsi+4vFIjf1wjhNPT0J/zHMjky7jiTnxVfdm+xXw==",
+      "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
+      "license": "MIT",
+      "engines": {
+        "node": ">=18.12.0"
+      }
+    },
+    "node_modules/@shopify/shopify-api": {
+      "version": "11.14.1",
+      "resolved": "https://registry.npmjs.org/@shopify/shopify-api/-/shopify-api-11.14.1.tgz",
+      "integrity": "sha512-5VyQZyNhMN2PJLosA6OytYL1ENmdpqslcTcr1jFjGn6sEuxhXtLav+I74ygdL2iTdjEud4aDBZycgDVxPIH+uw==",
+      "license": "MIT",
+      "dependencies": {
+        "@shopify/admin-api-client": "^1.1.1",
+        "@shopify/graphql-client": "^1.4.1",
+        "@shopify/network": "^3.3.0",
+        "@shopify/storefront-api-client": "^1.0.9",
+        "compare-versions": "^6.1.1",
+        "isbot": "^5.1.26",
+        "jose": "^5.9.6",
+        "jsonwebtoken": "^9.0.2",
+        "node-fetch": "^2.6.1",
+        "tslib": "^2.8.1",
+        "uuid": "^11.1.0"
+      }
+    },
+    "node_modules/@shopify/storefront-api-client": {
+      "version": "1.0.9",
+      "resolved": "https://registry.npmjs.org/@shopify/storefront-api-client/-/storefront-api-client-1.0.9.tgz",
+      "integrity": "sha512-vgc0ZczMvrbsQQFYcIIONnIiqiafpcMyq5osI8X6PB65DhnmCQEp3kSlXKOjBPzyAWYvp28nLHS0+r4xsp4yQA==",
+      "license": "MIT",
+      "dependencies": {
+        "@shopify/graphql-client": "^1.4.1"
+      }
+    },
+    "node_modules/asynckit": {
+      "version": "0.4.0",
+      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+      "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+      "license": "MIT"
+    },
+    "node_modules/axios": {
+      "version": "1.12.2",
+      "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
+      "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
+      "license": "MIT",
+      "dependencies": {
+        "follow-redirects": "^1.15.6",
+        "form-data": "^4.0.4",
+        "proxy-from-env": "^1.1.0"
+      }
+    },
+    "node_modules/buffer-equal-constant-time": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
+      "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
+      "license": "BSD-3-Clause"
+    },
+    "node_modules/call-bind-apply-helpers": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+      "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+      "license": "MIT",
+      "dependencies": {
+        "es-errors": "^1.3.0",
+        "function-bind": "^1.1.2"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/combined-stream": {
+      "version": "1.0.8",
+      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+      "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+      "license": "MIT",
+      "dependencies": {
+        "delayed-stream": "~1.0.0"
+      },
+      "engines": {
+        "node": ">= 0.8"
+      }
+    },
+    "node_modules/compare-versions": {
+      "version": "6.1.1",
+      "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
+      "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==",
+      "license": "MIT"
+    },
+    "node_modules/delayed-stream": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+      "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=0.4.0"
+      }
+    },
+    "node_modules/dotenv": {
+      "version": "17.4.2",
+      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
+      "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
+      "license": "BSD-2-Clause",
+      "engines": {
+        "node": ">=12"
+      },
+      "funding": {
+        "url": "https://dotenvx.com"
+      }
+    },
+    "node_modules/dunder-proto": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+      "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+      "license": "MIT",
+      "dependencies": {
+        "call-bind-apply-helpers": "^1.0.1",
+        "es-errors": "^1.3.0",
+        "gopd": "^1.2.0"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/ecdsa-sig-formatter": {
+      "version": "1.0.11",
+      "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
+      "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
+      "license": "Apache-2.0",
+      "dependencies": {
+        "safe-buffer": "^5.0.1"
+      }
+    },
+    "node_modules/es-define-property": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+      "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/es-errors": {
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+      "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/es-object-atoms": {
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+      "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+      "license": "MIT",
+      "dependencies": {
+        "es-errors": "^1.3.0"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/es-set-tostringtag": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
+      "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
+      "license": "MIT",
+      "dependencies": {
+        "es-errors": "^1.3.0",
+        "get-intrinsic": "^1.2.6",
+        "has-tostringtag": "^1.0.2",
+        "hasown": "^2.0.2"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/follow-redirects": {
+      "version": "1.15.11",
+      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
+      "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
+      "funding": [
+        {
+          "type": "individual",
+          "url": "https://github.com/sponsors/RubenVerborgh"
+        }
+      ],
+      "license": "MIT",
+      "engines": {
+        "node": ">=4.0"
+      },
+      "peerDependenciesMeta": {
+        "debug": {
+          "optional": true
+        }
+      }
+    },
+    "node_modules/form-data": {
+      "version": "4.0.4",
+      "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
+      "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
+      "license": "MIT",
+      "dependencies": {
+        "asynckit": "^0.4.0",
+        "combined-stream": "^1.0.8",
+        "es-set-tostringtag": "^2.1.0",
+        "hasown": "^2.0.2",
+        "mime-types": "^2.1.12"
+      },
+      "engines": {
+        "node": ">= 6"
+      }
+    },
+    "node_modules/function-bind": {
+      "version": "1.1.2",
+      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+      "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+      "license": "MIT",
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
+    "node_modules/get-intrinsic": {
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+      "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+      "license": "MIT",
+      "dependencies": {
+        "call-bind-apply-helpers": "^1.0.2",
+        "es-define-property": "^1.0.1",
+        "es-errors": "^1.3.0",
+        "es-object-atoms": "^1.1.1",
+        "function-bind": "^1.1.2",
+        "get-proto": "^1.0.1",
+        "gopd": "^1.2.0",
+        "has-symbols": "^1.1.0",
+        "hasown": "^2.0.2",
+        "math-intrinsics": "^1.1.0"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
+    "node_modules/get-proto": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+      "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+      "license": "MIT",
+      "dependencies": {
+        "dunder-proto": "^1.0.1",
+        "es-object-atoms": "^1.0.0"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/gopd": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+      "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.4"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
+    "node_modules/has-symbols": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+      "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.4"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
+    "node_modules/has-tostringtag": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+      "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+      "license": "MIT",
+      "dependencies": {
+        "has-symbols": "^1.0.3"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
+    "node_modules/hasown": {
+      "version": "2.0.2",
+      "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+      "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+      "license": "MIT",
+      "dependencies": {
+        "function-bind": "^1.1.2"
+      },
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/isbot": {
+      "version": "5.1.31",
+      "resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.31.tgz",
+      "integrity": "sha512-DPgQshehErHAqSCKDb3rNW03pa2wS/v5evvUqtxt6TTnHRqAG8FdzcSSJs9656pK6Y+NT7K9R4acEYXLHYfpUQ==",
+      "license": "Unlicense",
+      "engines": {
+        "node": ">=18"
+      }
+    },
+    "node_modules/jose": {
+      "version": "5.10.0",
+      "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
+      "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
+      "license": "MIT",
+      "funding": {
+        "url": "https://github.com/sponsors/panva"
+      }
+    },
+    "node_modules/jsonwebtoken": {
+      "version": "9.0.2",
+      "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
+      "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
+      "license": "MIT",
+      "dependencies": {
+        "jws": "^3.2.2",
+        "lodash.includes": "^4.3.0",
+        "lodash.isboolean": "^3.0.3",
+        "lodash.isinteger": "^4.0.4",
+        "lodash.isnumber": "^3.0.3",
+        "lodash.isplainobject": "^4.0.6",
+        "lodash.isstring": "^4.0.1",
+        "lodash.once": "^4.0.0",
+        "ms": "^2.1.1",
+        "semver": "^7.5.4"
+      },
+      "engines": {
+        "node": ">=12",
+        "npm": ">=6"
+      }
+    },
+    "node_modules/jwa": {
+      "version": "1.4.2",
+      "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz",
+      "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==",
+      "license": "MIT",
+      "dependencies": {
+        "buffer-equal-constant-time": "^1.0.1",
+        "ecdsa-sig-formatter": "1.0.11",
+        "safe-buffer": "^5.0.1"
+      }
+    },
+    "node_modules/jws": {
+      "version": "3.2.2",
+      "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
+      "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
+      "license": "MIT",
+      "dependencies": {
+        "jwa": "^1.4.1",
+        "safe-buffer": "^5.0.1"
+      }
+    },
+    "node_modules/lodash.includes": {
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
+      "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isboolean": {
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
+      "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isinteger": {
+      "version": "4.0.4",
+      "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
+      "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isnumber": {
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
+      "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isplainobject": {
+      "version": "4.0.6",
+      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
+      "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.isstring": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
+      "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
+      "license": "MIT"
+    },
+    "node_modules/lodash.once": {
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
+      "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
+      "license": "MIT"
+    },
+    "node_modules/math-intrinsics": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+      "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.4"
+      }
+    },
+    "node_modules/mime-db": {
+      "version": "1.52.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
+      "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.6"
+      }
+    },
+    "node_modules/mime-types": {
+      "version": "2.1.35",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
+      "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+      "license": "MIT",
+      "dependencies": {
+        "mime-db": "1.52.0"
+      },
+      "engines": {
+        "node": ">= 0.6"
+      }
+    },
+    "node_modules/ms": {
+      "version": "2.1.3",
+      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+      "license": "MIT"
+    },
+    "node_modules/node-fetch": {
+      "version": "2.7.0",
+      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+      "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+      "license": "MIT",
+      "dependencies": {
+        "whatwg-url": "^5.0.0"
+      },
+      "engines": {
+        "node": "4.x || >=6.0.0"
+      },
+      "peerDependencies": {
+        "encoding": "^0.1.0"
+      },
+      "peerDependenciesMeta": {
+        "encoding": {
+          "optional": true
+        }
+      }
+    },
+    "node_modules/pg": {
+      "version": "8.20.0",
+      "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz",
+      "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==",
+      "license": "MIT",
+      "dependencies": {
+        "pg-connection-string": "^2.12.0",
+        "pg-pool": "^3.13.0",
+        "pg-protocol": "^1.13.0",
+        "pg-types": "2.2.0",
+        "pgpass": "1.0.5"
+      },
+      "engines": {
+        "node": ">= 16.0.0"
+      },
+      "optionalDependencies": {
+        "pg-cloudflare": "^1.3.0"
+      },
+      "peerDependencies": {
+        "pg-native": ">=3.0.1"
+      },
+      "peerDependenciesMeta": {
+        "pg-native": {
+          "optional": true
+        }
+      }
+    },
+    "node_modules/pg-cloudflare": {
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz",
+      "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==",
+      "license": "MIT",
+      "optional": true
+    },
+    "node_modules/pg-connection-string": {
+      "version": "2.12.0",
+      "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz",
+      "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==",
+      "license": "MIT"
+    },
+    "node_modules/pg-int8": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
+      "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
+      "license": "ISC",
+      "engines": {
+        "node": ">=4.0.0"
+      }
+    },
+    "node_modules/pg-pool": {
+      "version": "3.13.0",
+      "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz",
+      "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==",
+      "license": "MIT",
+      "peerDependencies": {
+        "pg": ">=8.0"
+      }
+    },
+    "node_modules/pg-protocol": {
+      "version": "1.13.0",
+      "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz",
+      "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==",
+      "license": "MIT"
+    },
+    "node_modules/pg-types": {
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
+      "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
+      "license": "MIT",
+      "dependencies": {
+        "pg-int8": "1.0.1",
+        "postgres-array": "~2.0.0",
+        "postgres-bytea": "~1.0.0",
+        "postgres-date": "~1.0.4",
+        "postgres-interval": "^1.1.0"
+      },
+      "engines": {
+        "node": ">=4"
+      }
+    },
+    "node_modules/pgpass": {
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
+      "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
+      "license": "MIT",
+      "dependencies": {
+        "split2": "^4.1.0"
+      }
+    },
+    "node_modules/postgres-array": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
+      "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=4"
+      }
+    },
+    "node_modules/postgres-bytea": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
+      "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/postgres-date": {
+      "version": "1.0.7",
+      "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
+      "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/postgres-interval": {
+      "version": "1.2.0",
+      "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
+      "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
+      "license": "MIT",
+      "dependencies": {
+        "xtend": "^4.0.0"
+      },
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/proxy-from-env": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+      "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
+      "license": "MIT"
+    },
+    "node_modules/safe-buffer": {
+      "version": "5.2.1",
+      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/feross"
+        },
+        {
+          "type": "patreon",
+          "url": "https://www.patreon.com/feross"
+        },
+        {
+          "type": "consulting",
+          "url": "https://feross.org/support"
+        }
+      ],
+      "license": "MIT"
+    },
+    "node_modules/semver": {
+      "version": "7.7.3",
+      "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
+      "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
+      "license": "ISC",
+      "bin": {
+        "semver": "bin/semver.js"
+      },
+      "engines": {
+        "node": ">=10"
+      }
+    },
+    "node_modules/split2": {
+      "version": "4.2.0",
+      "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
+      "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
+      "license": "ISC",
+      "engines": {
+        "node": ">= 10.x"
+      }
+    },
+    "node_modules/tr46": {
+      "version": "0.0.3",
+      "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+      "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+      "license": "MIT"
+    },
+    "node_modules/tslib": {
+      "version": "2.8.1",
+      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+      "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+      "license": "0BSD"
+    },
+    "node_modules/uuid": {
+      "version": "11.1.0",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
+      "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
+      "funding": [
+        "https://github.com/sponsors/broofa",
+        "https://github.com/sponsors/ctavan"
+      ],
+      "license": "MIT",
+      "bin": {
+        "uuid": "dist/esm/bin/uuid"
+      }
+    },
+    "node_modules/webidl-conversions": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+      "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+      "license": "BSD-2-Clause"
+    },
+    "node_modules/whatwg-url": {
+      "version": "5.0.0",
+      "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+      "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+      "license": "MIT",
+      "dependencies": {
+        "tr46": "~0.0.3",
+        "webidl-conversions": "^3.0.0"
+      }
+    },
+    "node_modules/xtend": {
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+      "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
+      "license": "MIT",
+      "engines": {
+        "node": ">=0.4"
+      }
+    }
+  }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..09a246b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+  "name": "flockedwallpaper.com",
+  "version": "1.0.0",
+  "description": "Flocked Wallpaper Collection",
+  "main": "server.js",
+  "scripts": {
+    "start": "node server.js",
+    "fetch-products": "node fetch-flocked-products.js"
+  },
+  "keywords": [
+    "flocked",
+    "wallpaper",
+    "velvet"
+  ],
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "@shopify/shopify-api": "^11.6.0",
+    "axios": "^1.12.2",
+    "dotenv": "^17.4.2",
+    "pg": "^8.20.0"
+  }
+}
diff --git a/remove-dwdg.js b/remove-dwdg.js
new file mode 100644
index 0000000..9c9afc6
--- /dev/null
+++ b/remove-dwdg.js
@@ -0,0 +1,19 @@
+const fs = require('fs');
+
+const products = JSON.parse(fs.readFileSync('flocked-products.json', 'utf8'));
+
+// Filter out DWDG-985665
+const filtered = products.filter(p => {
+  const skuMatch = p.primarySku && p.primarySku === 'DWDG-985665';
+  const anySkuMatch = p.skus && p.skus.includes('DWDG-985665');
+
+  // Return true to keep, false to remove
+  return !skuMatch && !anySkuMatch;
+});
+
+console.log('Original count:', products.length);
+console.log('Removed:', products.length - filtered.length);
+console.log('New count:', filtered.length);
+
+fs.writeFileSync('flocked-products.json', JSON.stringify(filtered, null, 2));
+console.log('✓ Products file updated');
diff --git a/remove-flk.js b/remove-flk.js
new file mode 100644
index 0000000..cedd554
--- /dev/null
+++ b/remove-flk.js
@@ -0,0 +1,19 @@
+const fs = require('fs');
+
+const products = JSON.parse(fs.readFileSync('flocked-products.json', 'utf8'));
+
+// Filter out FLK-0643
+const filtered = products.filter(p => {
+  const skuMatch = p.primarySku && p.primarySku.toLowerCase() === 'flk-0643-sample';
+  const anySkuMatch = p.skus && p.skus.some(sku => sku.toLowerCase() === 'flk-0643-sample');
+
+  // Return true to keep, false to remove
+  return !skuMatch && !anySkuMatch;
+});
+
+console.log('Original count:', products.length);
+console.log('Removed:', products.length - filtered.length);
+console.log('New count:', filtered.length);
+
+fs.writeFileSync('flocked-products.json', JSON.stringify(filtered, null, 2));
+console.log('✓ Products file updated');
diff --git a/remove-products.js b/remove-products.js
new file mode 100644
index 0000000..70b6df9
--- /dev/null
+++ b/remove-products.js
@@ -0,0 +1,21 @@
+const fs = require('fs');
+
+const products = JSON.parse(fs.readFileSync('flocked-products.json', 'utf8'));
+
+// Filter out ZEU-, dwjs-, dwwd-, GRS-, and DWJS- items
+const filtered = products.filter(p => {
+  // Check title and SKUs
+  const titleMatch = p.title && (p.title.includes('ZEU-') || p.title.includes('dwjs-') || p.title.includes('dwwd-') || p.title.includes('GRS-') || p.title.includes('DWJS-'));
+  const skuMatch = p.primarySku && (p.primarySku.includes('ZEU-') || p.primarySku.includes('dwjs-') || p.primarySku.includes('dwwd-') || p.primarySku.includes('GRS-') || p.primarySku.includes('DWJS-'));
+  const anySkuMatch = p.skus && p.skus.some(sku => sku.includes('ZEU-') || sku.includes('dwjs-') || sku.includes('dwwd-') || sku.includes('GRS-') || sku.includes('DWJS-'));
+
+  // Return true to keep, false to remove
+  return !titleMatch && !skuMatch && !anySkuMatch;
+});
+
+console.log('Original count:', products.length);
+console.log('Removed:', products.length - filtered.length);
+console.log('New count:', filtered.length);
+
+fs.writeFileSync('flocked-products.json', JSON.stringify(filtered, null, 2));
+console.log('✓ Products file updated');
diff --git a/remove-specific-products.js b/remove-specific-products.js
new file mode 100644
index 0000000..90840e0
--- /dev/null
+++ b/remove-specific-products.js
@@ -0,0 +1,25 @@
+const fs = require('fs');
+
+const products = JSON.parse(fs.readFileSync('flocked-products.json', 'utf8'));
+
+// Filter out specific products
+const filtered = products.filter(p => {
+  // Remove ERE-44504-sample
+  const ere44504 = p.primarySku && p.primarySku === 'ERE-44504-sample';
+
+  // Remove all Arc de Triomphe Flock Wallpaper products
+  const arcTitle = p.title && p.title.toLowerCase().includes('arc de triomphe flock wallpaper');
+
+  // Remove CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER
+  const chennaiCobalt = p.title && p.title.toUpperCase() === 'CHENNAI COBALT FLOCK VELVET BLUE WALLPAPER';
+
+  // Return true to keep, false to remove
+  return !ere44504 && !arcTitle && !chennaiCobalt;
+});
+
+console.log('Original count:', products.length);
+console.log('Removed:', products.length - filtered.length);
+console.log('New count:', filtered.length);
+
+fs.writeFileSync('flocked-products.json', JSON.stringify(filtered, null, 2));
+console.log('✓ Products file updated');
diff --git a/remove-specific.js b/remove-specific.js
new file mode 100644
index 0000000..26130b2
--- /dev/null
+++ b/remove-specific.js
@@ -0,0 +1,29 @@
+const fs = require('fs');
+
+console.log('🗑️  Removing specific products...\n');
+
+// Load current products
+const allProducts = JSON.parse(fs.readFileSync('./flocked-products.json', 'utf8'));
+console.log(`Total products before: ${allProducts.length}`);
+
+// SKUs to remove
+const skusToRemove = ['WFLO-3015-sample'];
+
+// Filter out the products
+const filteredProducts = allProducts.filter(product => {
+    return !skusToRemove.includes(product.primarySku);
+});
+
+console.log(`Total products after: ${filteredProducts.length}`);
+console.log(`Removed: ${allProducts.length - filteredProducts.length} products\n`);
+
+// Show what was removed
+const removed = allProducts.filter(p => skusToRemove.includes(p.primarySku));
+console.log('Removed products:');
+removed.forEach(p => {
+    console.log(`  - ${p.title} (${p.primarySku})`);
+});
+
+// Save
+fs.writeFileSync('./flocked-products.json', JSON.stringify(filteredProducts, null, 2));
+console.log('\n✅ Updated flocked-products.json');
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..5896a3e
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,12 @@
+User-agent: *
+Allow: /
+
+# Block CopyrightAgent crawlers
+User-agent: CopyrightAgent
+Disallow: /
+
+User-agent: *copyrightbot*
+Disallow: /
+
+User-agent: *copyrightagent*
+Disallow: /
diff --git a/server-old-backup.js b/server-old-backup.js
new file mode 100644
index 0000000..a1e3205
--- /dev/null
+++ b/server-old-backup.js
@@ -0,0 +1,62 @@
+const http = require('http');
+const fs = require('fs');
+const path = require('path');
+
+const PORT = process.env.PORT || 3200;
+
+const mimeTypes = {
+    '.html': 'text/html',
+    '.css': 'text/css',
+    '.js': 'text/javascript',
+    '.json': 'application/json',
+    '.png': 'image/png',
+    '.jpg': 'image/jpeg',
+    '.jpeg': 'image/jpeg',
+    '.gif': 'image/gif',
+    '.svg': 'image/svg+xml',
+    '.ico': 'image/x-icon'
+};
+
+const server = http.createServer((req, res) => {
+    // Add CORS headers for all requests
+    res.setHeader('Access-Control-Allow-Origin', '*');
+    res.setHeader('Access-Control-Allow-Methods', 'GET, OPTIONS');
+    res.setHeader('Access-Control-Allow-Headers', 'Content-Type');
+
+    // Prevent caching
+    res.setHeader('Cache-Control', 'no-cache, no-store, must-revalidate');
+    res.setHeader('Pragma', 'no-cache');
+    res.setHeader('Expires', '0');
+
+    // Remove query string parameters from URL
+    let requestPath = req.url.split('?')[0];
+    let filePath = '.' + requestPath;
+    if (filePath === './') {
+        filePath = './index.html';
+    }
+
+    const extname = String(path.extname(filePath)).toLowerCase();
+    const contentType = mimeTypes[extname] || 'application/octet-stream';
+
+    fs.readFile(filePath, (error, content) => {
+        if (error) {
+            if (error.code === 'ENOENT') {
+                res.writeHead(404, { 'Content-Type': 'text/html' });
+                res.end('<h1>404 - File Not Found</h1>', 'utf-8');
+            } else {
+                res.writeHead(500);
+                res.end(`Server Error: ${error.code}`, 'utf-8');
+            }
+        } else {
+            res.writeHead(200, { 'Content-Type': contentType });
+            res.end(content, 'utf-8');
+        }
+    });
+});
+
+server.listen(PORT, '0.0.0.0', () => {
+    console.log(`FlockedWallpaper.com server running at:`);
+    console.log(`  Local: http://localhost:${PORT}/`);
+    console.log(`  External: http://45.61.58.125:${PORT}/`);
+    console.log('Press Ctrl+C to stop the server');
+});
diff --git a/server.js b/server.js
new file mode 100644
index 0000000..8237c85
--- /dev/null
+++ b/server.js
@@ -0,0 +1,98 @@
+const http = require('http');
+const fs = require('fs');
+const path = require('path');
+require('dotenv').config({ path: '/root/DW-Agents/claudette-agent/.env' });
+const { Pool } = require('pg');
+
+const PORT = process.env.PORT || 3200;
+const pool = new Pool({ connectionString: process.env.DB_URL || process.env.DATABASE_URL });
+
+let productsCache = null;
+let productsCacheAt = 0;
+async function getProducts() {
+    const now = Date.now();
+    if (productsCache && now - productsCacheAt < 60_000) return productsCache;
+    const { rows } = await pool.query(`
+        SELECT id, title, handle, description, vendor, product_type AS "productType",
+               tags, primary_color AS "primaryColor", skus, primary_sku AS "primarySku",
+               price, image, image_alt AS "imageAlt", product_url AS "productUrl",
+               status, created_at AS "createdAt"
+        FROM flocked_products
+        WHERE image IS NOT NULL
+        ORDER BY title
+    `);
+    productsCache = rows;
+    productsCacheAt = now;
+    return rows;
+}
+
+const mimeTypes = {
+    '.html': 'text/html',
+    '.css': 'text/css',
+    '.js': 'text/javascript',
+    '.json': 'application/json',
+    '.png': 'image/png',
+    '.jpg': 'image/jpeg',
+    '.jpeg': 'image/jpeg',
+    '.gif': 'image/gif',
+    '.svg': 'image/svg+xml',
+    '.ico': 'image/x-icon'
+};
+
+const server = http.createServer((req, res) => {
+    // Add CORS headers for all requests
+    res.setHeader('Access-Control-Allow-Origin', '*');
+    res.setHeader('Access-Control-Allow-Methods', 'GET, OPTIONS');
+    res.setHeader('Access-Control-Allow-Headers', 'Content-Type');
+
+    // Prevent caching
+    res.setHeader('Cache-Control', 'no-cache, no-store, must-revalidate');
+    res.setHeader('Pragma', 'no-cache');
+    res.setHeader('Expires', '0');
+
+    if (req.url === '/api/products' || req.url.startsWith('/api/products?')) {
+        getProducts()
+            .then(rows => {
+                res.writeHead(200, { 'Content-Type': 'application/json', 'Cache-Control': 'public, max-age=60' });
+                res.end(JSON.stringify(rows));
+            })
+            .catch(err => {
+                console.error('/api/products error:', err.message);
+                res.writeHead(500, { 'Content-Type': 'application/json' });
+                res.end(JSON.stringify({ error: 'db_error', message: err.message }));
+            });
+        return;
+    }
+
+    // Remove query string parameters from URL
+    let requestPath = req.url.split('?')[0];
+    let filePath = '.' + requestPath;
+    if (filePath === './') {
+        filePath = './index.html';
+    }
+
+    const extname = String(path.extname(filePath)).toLowerCase();
+    const contentType = mimeTypes[extname] || 'application/octet-stream';
+
+    fs.readFile(filePath, (error, content) => {
+        if (error) {
+            if (error.code === 'ENOENT') {
+                res.writeHead(404, { 'Content-Type': 'text/html' });
+                res.end('<h1>404 - File Not Found</h1>', 'utf-8');
+            } else {
+                res.writeHead(500);
+                res.end(`Server Error: ${error.code}`, 'utf-8');
+            }
+        } else {
+            res.writeHead(200, { 'Content-Type': contentType });
+            res.end(content, 'utf-8');
+        }
+    });
+});
+
+server.listen(PORT, '0.0.0.0', () => {
+    console.log(`FlockedWallpaper.com server running at:`);
+    console.log(`  Local: http://localhost:${PORT}/`);
+    console.log(`  External: http://45.61.58.125:${PORT}/`);
+    console.log('Press Ctrl+C to stop the server');
+});
diff --git a/simple-test.html b/simple-test.html
new file mode 100644
index 0000000..cb11126
--- /dev/null
+++ b/simple-test.html
@@ -0,0 +1,1041 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
+    <title>All Flocked Wallpapers | FlockedWallpaper.com</title>
+    <meta name="description" content="Browse our complete collection of luxury flocked and velvet wallcoverings. Filter by color, search by name or SKU.">
+    <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600&display=swap" rel="stylesheet">
+    <style>
+        *, *::before, *::after {
+            margin: 0;
+            padding: 0;
+            box-sizing: border-box;
+        }
+
+        :root {
+            --plum: #6B3769;
+            --plum-light: #8B4789;
+            --plum-dark: #4A2548;
+            --velvet: #2C1A2E;
+            --cream: #FAF7F5;
+            --warm-white: #FFF9F5;
+            --gold-mist: #C9A96E;
+            --text-primary: #1A1018;
+            --text-secondary: #6B5E6E;
+            --text-muted: #9E929F;
+            --border: #E8DFE8;
+            --card-shadow: 0 2px 12px rgba(107, 55, 105, 0.08);
+            --card-hover: 0 8px 32px rgba(107, 55, 105, 0.16);
+            --radius: 6px;
+            --font-display: 'Cormorant Garamond', Georgia, serif;
+            --font-body: 'Outfit', -apple-system, sans-serif;
+        }
+
+        html {
+            scroll-behavior: smooth;
+            -webkit-text-size-adjust: 100%;
+        }
+
+        body {
+            font-family: var(--font-body);
+            background: var(--cream);
+            color: var(--text-primary);
+            line-height: 1.5;
+            min-height: 100vh;
+        }
+
+        /* Sticky Header */
+        .site-header {
+            position: sticky;
+            top: 0;
+            z-index: 100;
+            background: rgba(255, 255, 255, 0.92);
+            backdrop-filter: blur(16px);
+            -webkit-backdrop-filter: blur(16px);
+            border-bottom: 1px solid var(--border);
+            transition: box-shadow 0.3s ease;
+        }
+
+        .site-header.scrolled {
+            box-shadow: 0 4px 20px rgba(107, 55, 105, 0.1);
+        }
+
+        .header-inner {
+            max-width: 1440px;
+            margin: 0 auto;
+            padding: 14px 16px;
+            display: flex;
+            align-items: center;
+            justify-content: space-between;
+            gap: 12px;
+        }
+
+        .brand {
+            text-decoration: none;
+            color: inherit;
+            flex-shrink: 0;
+        }
+
+        .brand-name {
+            font-family: var(--font-display);
+            font-size: 20px;
+            font-weight: 700;
+            letter-spacing: 0.3px;
+            color: var(--velvet);
+        }
+
+        .brand-tag {
+            font-size: 9px;
+            font-weight: 400;
+            letter-spacing: 2.5px;
+            text-transform: uppercase;
+            color: var(--text-muted);
+            margin-top: 1px;
+        }
+
+        .header-search {
+            flex: 1;
+            max-width: 360px;
+            position: relative;
+        }
+
+        .header-search input {
+            width: 100%;
+            padding: 10px 14px 10px 38px;
+            border: 1px solid var(--border);
+            border-radius: 40px;
+            font-family: var(--font-body);
+            font-size: 14px;
+            font-weight: 400;
+            color: var(--text-primary);
+            background: var(--cream);
+            outline: none;
+            transition: border-color 0.2s, box-shadow 0.2s;
+        }
+
+        .header-search input::placeholder {
+            color: var(--text-muted);
+        }
+
+        .header-search input:focus {
+            border-color: var(--plum-light);
+            box-shadow: 0 0 0 3px rgba(139, 71, 137, 0.1);
+        }
+
+        .search-icon {
+            position: absolute;
+            left: 14px;
+            top: 50%;
+            transform: translateY(-50%);
+            width: 16px;
+            height: 16px;
+            color: var(--text-muted);
+            pointer-events: none;
+        }
+
+        .header-count {
+            font-size: 12px;
+            font-weight: 500;
+            color: var(--text-secondary);
+            letter-spacing: 0.5px;
+            white-space: nowrap;
+            flex-shrink: 0;
+        }
+
+        .header-count strong {
+            color: var(--plum);
+            font-weight: 600;
+        }
+
+        /* Hero Banner */
+        .hero-banner {
+            background: var(--velvet);
+            padding: 48px 16px 40px;
+            text-align: center;
+            position: relative;
+            overflow: hidden;
+        }
+
+        .hero-banner::before {
+            content: '';
+            position: absolute;
+            inset: 0;
+            background:
+                radial-gradient(ellipse at 20% 50%, rgba(139, 71, 137, 0.15) 0%, transparent 60%),
+                radial-gradient(ellipse at 80% 50%, rgba(201, 169, 110, 0.1) 0%, transparent 60%);
+            pointer-events: none;
+        }
+
+        .hero-banner::after {
+            content: '';
+            position: absolute;
+            inset: 0;
+            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+            pointer-events: none;
+        }
+
+        .hero-banner h1 {
+            font-family: var(--font-display);
+            font-size: 32px;
+            font-weight: 700;
+            color: #fff;
+            letter-spacing: 0.5px;
+            margin-bottom: 8px;
+            position: relative;
+        }
+
+        .hero-banner p {
+            font-size: 14px;
+            font-weight: 300;
+            color: rgba(255, 255, 255, 0.6);
+            max-width: 480px;
+            margin: 0 auto;
+            line-height: 1.6;
+            position: relative;
+        }
+
+        /* Color Filter Bar */
+        .filter-bar {
+            background: #fff;
+            border-bottom: 1px solid var(--border);
+            padding: 12px 0;
+            overflow: hidden;
+        }
+
+        .filter-scroll {
+            display: flex;
+            gap: 8px;
+            padding: 0 16px;
+            overflow-x: auto;
+            -webkit-overflow-scrolling: touch;
+            scrollbar-width: none;
+        }
+
+        .filter-scroll::-webkit-scrollbar {
+            display: none;
+        }
+
+        .color-pill {
+            display: inline-flex;
+            align-items: center;
+            gap: 6px;
+            padding: 7px 14px;
+            border: 1.5px solid var(--border);
+            border-radius: 40px;
+            font-family: var(--font-body);
+            font-size: 12px;
+            font-weight: 500;
+            color: var(--text-secondary);
+            background: #fff;
+            cursor: pointer;
+            white-space: nowrap;
+            transition: all 0.2s ease;
+            -webkit-tap-highlight-color: transparent;
+            user-select: none;
+            flex-shrink: 0;
+        }
+
+        .color-pill:hover {
+            border-color: var(--plum-light);
+            color: var(--plum);
+        }
+
+        .color-pill:active {
+            transform: scale(0.96);
+        }
+
+        .color-pill.active {
+            background: var(--plum);
+            border-color: var(--plum);
+            color: #fff;
+        }
+
+        .color-pill.active .pill-dot {
+            border-color: rgba(255, 255, 255, 0.4);
+        }
+
+        .pill-dot {
+            width: 12px;
+            height: 12px;
+            border-radius: 50%;
+            border: 1px solid rgba(0, 0, 0, 0.1);
+            flex-shrink: 0;
+        }
+
+        .pill-count {
+            font-size: 11px;
+            opacity: 0.6;
+        }
+
+        /* Results Summary */
+        .results-bar {
+            padding: 14px 16px;
+            display: flex;
+            align-items: center;
+            justify-content: space-between;
+            max-width: 1440px;
+            margin: 0 auto;
+        }
+
+        .results-text {
+            font-size: 13px;
+            color: var(--text-muted);
+            font-weight: 400;
+        }
+
+        .results-text strong {
+            color: var(--text-primary);
+            font-weight: 600;
+        }
+
+        .sort-toggle {
+            font-family: var(--font-body);
+            font-size: 12px;
+            font-weight: 500;
+            color: var(--text-secondary);
+            background: none;
+            border: 1px solid var(--border);
+            border-radius: 4px;
+            padding: 6px 12px;
+            cursor: pointer;
+            transition: all 0.2s;
+        }
+
+        .sort-toggle:hover {
+            border-color: var(--plum-light);
+            color: var(--plum);
+        }
+
+        /* Product Grid */
+        .grid-container {
+            max-width: 1440px;
+            margin: 0 auto;
+            padding: 0 12px 60px;
+        }
+
+        .product-grid {
+            display: grid;
+            grid-template-columns: repeat(2, 1fr);
+            gap: 10px;
+        }
+
+        .product-card {
+            background: #fff;
+            border-radius: var(--radius);
+            overflow: hidden;
+            box-shadow: var(--card-shadow);
+            cursor: pointer;
+            transition: transform 0.25s ease, box-shadow 0.25s ease;
+            -webkit-tap-highlight-color: transparent;
+            opacity: 0;
+            transform: translateY(12px);
+            animation: cardReveal 0.4s ease forwards;
+        }
+
+        @keyframes cardReveal {
+            to {
+                opacity: 1;
+                transform: translateY(0);
+            }
+        }
+
+        .product-card:hover {
+            transform: translateY(-3px);
+            box-shadow: var(--card-hover);
+        }
+
+        .card-img-wrap {
+            position: relative;
+            width: 100%;
+            padding-top: 120%;
+            overflow: hidden;
+            background: linear-gradient(135deg, #f3edf3 0%, #ece4ec 100%);
+        }
+
+        .card-img-wrap img {
+            position: absolute;
+            inset: 0;
+            width: 100%;
+            height: 100%;
+            object-fit: cover;
+            transition: transform 0.4s ease;
+        }
+
+        .product-card:hover .card-img-wrap img {
+            transform: scale(1.04);
+        }
+
+        .card-img-wrap.loading::after {
+            content: '';
+            position: absolute;
+            inset: 0;
+            background: linear-gradient(90deg, transparent 25%, rgba(255,255,255,0.4) 50%, transparent 75%);
+            background-size: 200% 100%;
+            animation: shimmer 1.4s infinite;
+        }
+
+        @keyframes shimmer {
+            from { background-position: 200% 0; }
+            to { background-position: -200% 0; }
+        }
+
+        .card-color-dot {
+            position: absolute;
+            top: 8px;
+            right: 8px;
+            width: 18px;
+            height: 18px;
+            border-radius: 50%;
+            border: 2px solid rgba(255, 255, 255, 0.8);
+            box-shadow: 0 1px 4px rgba(0,0,0,0.2);
+        }
+
+        .card-vendor {
+            position: absolute;
+            bottom: 0;
+            left: 0;
+            right: 0;
+            padding: 24px 10px 8px;
+            background: linear-gradient(transparent, rgba(0,0,0,0.5));
+            font-size: 10px;
+            font-weight: 500;
+            letter-spacing: 1.5px;
+            text-transform: uppercase;
+            color: rgba(255, 255, 255, 0.85);
+        }
+
+        .card-body {
+            padding: 10px 10px 12px;
+        }
+
+        .card-sku {
+            font-size: 10px;
+            font-weight: 500;
+            letter-spacing: 1px;
+            text-transform: uppercase;
+            color: var(--text-muted);
+            margin-bottom: 3px;
+        }
+
+        .card-title {
+            font-family: var(--font-display);
+            font-size: 15px;
+            font-weight: 600;
+            color: var(--text-primary);
+            line-height: 1.3;
+            display: -webkit-box;
+            -webkit-line-clamp: 2;
+            -webkit-box-orient: vertical;
+            overflow: hidden;
+            min-height: 39px;
+        }
+
+        .card-meta {
+            display: flex;
+            align-items: center;
+            justify-content: space-between;
+            margin-top: 8px;
+            padding-top: 8px;
+            border-top: 1px solid var(--border);
+        }
+
+        .card-price {
+            font-size: 13px;
+            font-weight: 600;
+            color: var(--plum);
+        }
+
+        .card-cta {
+            font-size: 11px;
+            font-weight: 500;
+            color: var(--gold-mist);
+            letter-spacing: 0.3px;
+        }
+
+        /* Infinite Scroll Loader */
+        .scroll-loader {
+            text-align: center;
+            padding: 40px 16px;
+            color: var(--text-muted);
+            font-size: 13px;
+        }
+
+        .scroll-loader .dots {
+            display: inline-flex;
+            gap: 4px;
+        }
+
+        .scroll-loader .dots span {
+            width: 6px;
+            height: 6px;
+            border-radius: 50%;
+            background: var(--plum-light);
+            animation: dotPulse 1.2s ease infinite;
+        }
+
+        .scroll-loader .dots span:nth-child(2) { animation-delay: 0.2s; }
+        .scroll-loader .dots span:nth-child(3) { animation-delay: 0.4s; }
+
+        @keyframes dotPulse {
+            0%, 80%, 100% { opacity: 0.2; transform: scale(0.8); }
+            40% { opacity: 1; transform: scale(1); }
+        }
+
+        /* Back to Top */
+        .back-to-top {
+            position: fixed;
+            bottom: 20px;
+            right: 20px;
+            width: 44px;
+            height: 44px;
+            border-radius: 50%;
+            background: var(--plum);
+            color: #fff;
+            border: none;
+            cursor: pointer;
+            display: flex;
+            align-items: center;
+            justify-content: center;
+            box-shadow: 0 4px 16px rgba(107, 55, 105, 0.3);
+            opacity: 0;
+            transform: translateY(20px);
+            transition: opacity 0.3s, transform 0.3s;
+            z-index: 90;
+            -webkit-tap-highlight-color: transparent;
+        }
+
+        .back-to-top.visible {
+            opacity: 1;
+            transform: translateY(0);
+        }
+
+        .back-to-top:active {
+            transform: scale(0.92);
+        }
+
+        /* Empty State */
+        .empty-state {
+            grid-column: 1 / -1;
+            text-align: center;
+            padding: 60px 20px;
+        }
+
+        .empty-state h3 {
+            font-family: var(--font-display);
+            font-size: 24px;
+            color: var(--text-secondary);
+            margin-bottom: 8px;
+        }
+
+        .empty-state p {
+            font-size: 14px;
+            color: var(--text-muted);
+        }
+
+        .empty-state button {
+            margin-top: 16px;
+            padding: 10px 24px;
+            border: 1.5px solid var(--plum);
+            border-radius: 40px;
+            background: none;
+            color: var(--plum);
+            font-family: var(--font-body);
+            font-size: 13px;
+            font-weight: 500;
+            cursor: pointer;
+            transition: all 0.2s;
+        }
+
+        .empty-state button:hover {
+            background: var(--plum);
+            color: #fff;
+        }
+
+        /* Footer */
+        .site-footer {
+            background: var(--velvet);
+            padding: 32px 16px;
+            text-align: center;
+        }
+
+        .site-footer p {
+            font-size: 12px;
+            color: rgba(255, 255, 255, 0.4);
+            letter-spacing: 0.5px;
+        }
+
+        .site-footer a {
+            color: var(--gold-mist);
+            text-decoration: none;
+        }
+
+        /* Tablet (600px+) */
+        @media (min-width: 600px) {
+            .header-inner {
+                padding: 16px 24px;
+            }
+
+            .brand-name { font-size: 24px; }
+
+            .hero-banner {
+                padding: 64px 24px 56px;
+            }
+
+            .hero-banner h1 { font-size: 42px; }
+            .hero-banner p { font-size: 15px; }
+
+            .filter-scroll { padding: 0 24px; }
+
+            .grid-container { padding: 0 20px 80px; }
+
+            .product-grid {
+                grid-template-columns: repeat(3, 1fr);
+                gap: 16px;
+            }
+
+            .card-body { padding: 12px 14px 14px; }
+            .card-title { font-size: 16px; }
+        }
+
+        /* Desktop (960px+) */
+        @media (min-width: 960px) {
+            .header-inner { padding: 18px 40px; }
+
+            .brand-name { font-size: 28px; }
+            .brand-tag { font-size: 10px; }
+
+            .hero-banner {
+                padding: 80px 40px 68px;
+            }
+
+            .hero-banner h1 { font-size: 52px; }
+            .hero-banner p { font-size: 16px; max-width: 560px; }
+
+            .filter-scroll {
+                padding: 0 40px;
+                gap: 10px;
+            }
+
+            .color-pill {
+                padding: 8px 18px;
+                font-size: 13px;
+            }
+
+            .results-bar { padding: 16px 40px; }
+
+            .grid-container { padding: 0 36px 100px; }
+
+            .product-grid {
+                grid-template-columns: repeat(4, 1fr);
+                gap: 20px;
+            }
+
+            .card-img-wrap { padding-top: 130%; }
+            .card-body { padding: 14px 16px 16px; }
+            .card-title { font-size: 17px; min-height: 44px; }
+
+            .product-card:hover {
+                transform: translateY(-5px);
+            }
+        }
+
+        /* Wide Desktop (1280px+) */
+        @media (min-width: 1280px) {
+            .product-grid {
+                grid-template-columns: repeat(5, 1fr);
+                gap: 22px;
+            }
+        }
+    </style>
+</head>
+<body>
+
+<!-- Header -->
+<header class="site-header" id="siteHeader">
+    <div class="header-inner">
+        <a href="/" class="brand">
+            <div class="brand-name">FlockedWallpaper.com</div>
+            <div class="brand-tag">Luxury Velvet Wallcoverings</div>
+        </a>
+        <div class="header-search">
+            <svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>
+            <input type="text" id="searchInput" placeholder="Search name, SKU, or color..." autocomplete="off">
+        </div>
+        <div class="header-count" id="headerCount"></div>
+    </div>
+</header>
+
+<!-- Hero -->
+<section class="hero-banner">
+    <h1>The Complete Collection</h1>
+    <p>Every flocked and velvet wallcovering we carry &mdash; browse, filter, and find your perfect texture.</p>
+</section>
+
+<!-- Color Filters -->
+<div class="filter-bar">
+    <div class="filter-scroll" id="filterScroll"></div>
+</div>
+
+<!-- Results -->
+<div class="results-bar">
+    <div class="results-text" id="resultsText"></div>
+    <button class="sort-toggle" id="sortToggle" title="Toggle sort order">Sort: Color</button>
+</div>
+
+<!-- Product Grid -->
+<div class="grid-container">
+    <div class="product-grid" id="productGrid">
+        <div class="scroll-loader" style="grid-column:1/-1;">
+            <div class="dots"><span></span><span></span><span></span></div>
+            <div style="margin-top:12px;">Loading flocked wallpapers...</div>
+        </div>
+    </div>
+    <div class="scroll-loader" id="scrollLoader" style="display:none;">
+        <div class="dots"><span></span><span></span><span></span></div>
+    </div>
+</div>
+
+<!-- Footer -->
+<footer class="site-footer">
+    <p>&copy; 2025 <a href="/">FlockedWallpaper.com</a> &mdash; Part of the Designer Wallcoverings Collection</p>
+</footer>
+
+<!-- Back to Top -->
+<button class="back-to-top" id="backToTop" aria-label="Back to top">
+    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><path d="M12 19V5"/><path d="m5 12 7-7 7 7"/></svg>
+</button>
+
+<script>
+(function() {
+    'use strict';
+
+    var allProducts = [];
+    var filtered = [];
+    var displayed = 0;
+    var activeColor = null;
+    var searchQuery = '';
+    var sortMode = 'color';
+    var BATCH = 30;
+
+    var COLORS = {
+        Black:'#1A1A1A', White:'#F5F5F5', Red:'#C0392B', Blue:'#3B6DB5',
+        Green:'#3A7D44', Gold:'#C9A96E', Silver:'#A8A8A8', Pink:'#D4708A',
+        Purple:'#7D4E8A', Beige:'#D4C5A9', Cream:'#F0E8D8', Gray:'#808080',
+        Grey:'#808080', Brown:'#7B5B3A', Yellow:'#D4A843', Orange:'#D47735',
+        Burgundy:'#6E1A2C', Navy:'#1E3A5F', Aqua:'#4EB8B0', Teal:'#2A7B72',
+        Ivory:'#F5F0E1', Charcoal:'#3A3A3A', Neutral:'#B5AA9A'
+    };
+
+    var grid = document.getElementById('productGrid');
+    var filterScroll = document.getElementById('filterScroll');
+    var resultsText = document.getElementById('resultsText');
+    var headerCount = document.getElementById('headerCount');
+    var searchInput = document.getElementById('searchInput');
+    var scrollLoader = document.getElementById('scrollLoader');
+    var sortToggle = document.getElementById('sortToggle');
+    var backToTop = document.getElementById('backToTop');
+    var siteHeader = document.getElementById('siteHeader');
+
+    function init() {
+        var xhr = new XMLHttpRequest();
+        xhr.open('GET', 'flocked-products.json?v=' + Date.now());
+        xhr.onload = function() {
+            if (xhr.status >= 200 && xhr.status < 300) {
+                allProducts = JSON.parse(xhr.responseText);
+                buildFilters();
+                applyFilters();
+            } else {
+                grid.innerHTML = '<div class="empty-state"><h3>Could not load products</h3><p>HTTP ' + xhr.status + '</p></div>';
+            }
+        };
+        xhr.onerror = function() {
+            grid.innerHTML = '<div class="empty-state"><h3>Network error</h3><p>Please refresh the page.</p></div>';
+        };
+        xhr.send();
+    }
+
+    function productColor(p) {
+        if (p.primaryColor && COLORS[p.primaryColor]) return p.primaryColor;
+        if (p.tags) {
+            for (var i = 0; i < p.tags.length; i++) {
+                var keys = Object.keys(COLORS);
+                for (var j = 0; j < keys.length; j++) {
+                    if (p.tags[i].toLowerCase().indexOf(keys[j].toLowerCase()) !== -1) return keys[j];
+                }
+            }
+        }
+        return null;
+    }
+
+    function productHex(p) {
+        var c = productColor(p);
+        return c ? COLORS[c] : '#999';
+    }
+
+    function hexHSL(hex) {
+        var m = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
+        if (!m) return [0,0,0];
+        var r = parseInt(m[1],16)/255, g = parseInt(m[2],16)/255, b = parseInt(m[3],16)/255;
+        var mx = Math.max(r,g,b), mn = Math.min(r,g,b);
+        var h = 0, s = 0, l = (mx+mn)/2;
+        if (mx !== mn) {
+            var d = mx-mn;
+            s = l>0.5 ? d/(2-mx-mn) : d/(mx+mn);
+            if (mx === r) h = ((g-b)/d+(g<b?6:0))/6;
+            else if (mx === g) h = ((b-r)/d+2)/6;
+            else h = ((r-g)/d+4)/6;
+        }
+        return [h*360, s*100, l*100];
+    }
+
+    function sortProducts(arr) {
+        var copy = arr.slice();
+        if (sortMode === 'color') {
+            copy.sort(function(a,b) {
+                var ha = hexHSL(productHex(a)), hb = hexHSL(productHex(b));
+                if (Math.abs(ha[2]-hb[2]) > 12) return ha[2]-hb[2];
+                return ha[0]-hb[0];
+            });
+        } else if (sortMode === 'name') {
+            copy.sort(function(a,b) { return a.title.localeCompare(b.title); });
+        } else {
+            copy.sort(function(a,b) { return new Date(b.createdAt) - new Date(a.createdAt); });
+        }
+        return copy;
+    }
+
+    function buildFilters() {
+        var counts = {};
+        allProducts.forEach(function(p) {
+            var c = productColor(p);
+            if (c) counts[c] = (counts[c]||0) + 1;
+        });
+
+        filterScroll.innerHTML = '';
+        filterScroll.appendChild(makePill('All', null, allProducts.length, true));
+
+        var entries = Object.keys(counts).map(function(k) { return [k, counts[k]]; });
+        entries.sort(function(a,b) { return b[1]-a[1]; });
+        entries.forEach(function(e) {
+            filterScroll.appendChild(makePill(e[0], COLORS[e[0]], e[1], false));
+        });
+    }
+
+    function makePill(label, hex, count, isActive) {
+        var el = document.createElement('button');
+        el.className = 'color-pill' + (isActive ? ' active' : '');
+        el.innerHTML = (hex ? '<span class="pill-dot" style="background:'+hex+'"></span>' : '') +
+            escHTML(label) + ' <span class="pill-count">'+count+'</span>';
+        el.addEventListener('click', function() {
+            activeColor = (label === 'All') ? null : label;
+            var pills = document.querySelectorAll('.color-pill');
+            for (var i = 0; i < pills.length; i++) pills[i].classList.remove('active');
+            el.classList.add('active');
+            applyFilters();
+        });
+        return el;
+    }
+
+    function applyFilters() {
+        var results = allProducts;
+
+        if (activeColor) {
+            results = results.filter(function(p) {
+                if (!p.tags) return false;
+                return p.tags.some(function(t) { return t && t.toLowerCase().indexOf(activeColor.toLowerCase()) !== -1; });
+            });
+        }
+
+        if (searchQuery) {
+            var q = searchQuery.toLowerCase();
+            results = results.filter(function(p) {
+                return (p.title && p.title.toLowerCase().indexOf(q) !== -1) ||
+                    (p.primarySku && p.primarySku.toLowerCase().indexOf(q) !== -1) ||
+                    (p.primaryColor && p.primaryColor.toLowerCase().indexOf(q) !== -1) ||
+                    (p.vendor && p.vendor.toLowerCase().indexOf(q) !== -1) ||
+                    (p.tags && p.tags.some(function(t) { return t.toLowerCase().indexOf(q) !== -1; }));
+            });
+        }
+
+        filtered = sortProducts(results);
+        displayed = 0;
+        grid.innerHTML = '';
+
+        if (filtered.length === 0) {
+            grid.innerHTML = '<div class="empty-state"><h3>No wallpapers found</h3><p>Try a different color or search term.</p><button onclick="clearFilters()">Clear Filters</button></div>';
+        } else {
+            renderBatch();
+        }
+
+        updateCounts();
+    }
+
+    function renderBatch() {
+        var end = Math.min(displayed + BATCH, filtered.length);
+        var fragment = document.createDocumentFragment();
+
+        for (var i = displayed; i < end; i++) {
+            fragment.appendChild(createCard(filtered[i], i - displayed));
+        }
+
+        grid.appendChild(fragment);
+        displayed = end;
+        scrollLoader.style.display = (displayed < filtered.length) ? 'block' : 'none';
+    }
+
+    function createCard(p, index) {
+        var card = document.createElement('article');
+        card.className = 'product-card';
+        card.style.animationDelay = (index * 30) + 'ms';
+        card.setAttribute('role', 'link');
+        card.setAttribute('tabindex', '0');
+        card.setAttribute('aria-label', p.title);
+
+        var hex = productHex(p);
+        var samplePrice = p.price ? '$' + parseFloat(p.price).toFixed(2) : '';
+        var safeAlt = (p.imageAlt || p.title || '').replace(/"/g, '&quot;');
+
+        card.innerHTML =
+            '<div class="card-img-wrap loading">' +
+                '<img data-src="' + (p.image || '') + '" alt="' + safeAlt + '" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">' +
+                '<span class="card-color-dot" style="background:' + hex + '"></span>' +
+                (p.vendor ? '<span class="card-vendor">' + escHTML(p.vendor) + '</span>' : '') +
+            '</div>' +
+            '<div class="card-body">' +
+                '<div class="card-sku">' + escHTML(p.primarySku || '') + '</div>' +
+                '<div class="card-title">' + escHTML(p.title) + '</div>' +
+                '<div class="card-meta">' +
+                    (samplePrice ? '<span class="card-price">Sample ' + samplePrice + '</span>' : '<span></span>') +
+                    '<span class="card-cta">View Details &#8594;</span>' +
+                '</div>' +
+            '</div>';
+
+        // Lazy load image with IntersectionObserver
+        var img = card.querySelector('img');
+        var wrap = card.querySelector('.card-img-wrap');
+        lazyImages.push({ img: img, wrap: wrap });
+
+        card.addEventListener('click', function() {
+            if (p.productUrl) window.open(p.productUrl, '_blank', 'noopener');
+        });
+        card.addEventListener('keydown', function(e) {
+            if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); if (p.productUrl) window.open(p.productUrl, '_blank', 'noopener'); }
+        });
+
+        return card;
+    }
+
+    function escHTML(s) {
+        var d = document.createElement('div');
+        d.textContent = s || '';
+        return d.innerHTML;
+    }
+
+    function updateCounts() {
+        resultsText.innerHTML = '<strong>' + filtered.length + '</strong> ' +
+            (activeColor ? escHTML(activeColor) + ' ' : '') + 'wallpaper' + (filtered.length !== 1 ? 's' : '') +
+            (searchQuery ? ' matching &ldquo;' + escHTML(searchQuery) + '&rdquo;' : '');
+
+        headerCount.innerHTML = '<strong>' + filtered.length + '</strong> / ' + allProducts.length;
+    }
+
+    // Lazy image loading
+    var lazyImages = [];
+    var imgObserver = new IntersectionObserver(function(entries) {
+        entries.forEach(function(entry) {
+            if (entry.isIntersecting) {
+                var img = entry.target;
+                var src = img.getAttribute('data-src');
+                if (src) {
+                    img.src = src;
+                    img.removeAttribute('data-src');
+                    img.addEventListener('load', function() {
+                        img.parentElement.classList.remove('loading');
+                    });
+                    img.addEventListener('error', function() {
+                        img.parentElement.classList.remove('loading');
+                        var sku = img.alt || 'Image';
+                        img.src = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='400' viewBox='0 0 300 400'%3E%3Crect fill='%23f3edf3' width='300' height='400'/%3E%3Ctext x='50%25' y='48%25' text-anchor='middle' fill='%239E929F' font-family='sans-serif' font-size='14'%3EFlocked Velvet%3C/text%3E%3C/svg%3E";
+                    });
+                }
+                imgObserver.unobserve(img);
+            }
+        });
+    }, { rootMargin: '200px' });
+
+    // Observe images after render
+    var origRenderBatch = renderBatch;
+    renderBatch = function() {
+        var prevLen = lazyImages.length;
+        origRenderBatch();
+        for (var i = prevLen; i < lazyImages.length; i++) {
+            imgObserver.observe(lazyImages[i].img);
+        }
+    };
+
+    // Search (debounced)
+    var searchTimer;
+    searchInput.addEventListener('input', function() {
+        clearTimeout(searchTimer);
+        searchTimer = setTimeout(function() {
+            searchQuery = searchInput.value.trim();
+            applyFilters();
+        }, 250);
+    });
+
+    // Sort toggle
+    var sortModes = ['color', 'name', 'newest'];
+    var sortLabels = { color: 'Sort: Color', name: 'Sort: A-Z', newest: 'Sort: Newest' };
+    sortToggle.addEventListener('click', function() {
+        var idx = (sortModes.indexOf(sortMode) + 1) % sortModes.length;
+        sortMode = sortModes[idx];
+        sortToggle.textContent = sortLabels[sortMode];
+        applyFilters();
+    });
+
+    // Infinite scroll
+    var scrollObserver = new IntersectionObserver(function(entries) {
+        if (entries[0].isIntersecting && displayed < filtered.length) {
+            renderBatch();
+        }
+    }, { rootMargin: '400px' });
+    scrollObserver.observe(scrollLoader);
+
+    // Header shadow + back-to-top
+    var ticking = false;
+    window.addEventListener('scroll', function() {
+        if (!ticking) {
+            requestAnimationFrame(function() {
+                var y = window.scrollY;
+                siteHeader.classList.toggle('scrolled', y > 10);
+                backToTop.classList.toggle('visible', y > 600);
+                ticking = false;
+            });
+            ticking = true;
+        }
+    });
+
+    backToTop.addEventListener('click', function() {
+        window.scrollTo({ top: 0, behavior: 'smooth' });
+    });
+
+    window.clearFilters = function() {
+        activeColor = null;
+        searchQuery = '';
+        searchInput.value = '';
+        var pills = document.querySelectorAll('.color-pill');
+        for (var i = 0; i < pills.length; i++) pills[i].classList.remove('active');
+        if (pills[0]) pills[0].classList.add('active');
+        applyFilters();
+    };
+
+    init();
+})();
+</script>
+
+</body>
+</html>
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..ce8775a
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,502 @@
+* {
+    margin: 0;
+    padding: 0;
+    box-sizing: border-box;
+}
+
+@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');
+
+body {
+    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
+    background: #ffffff;
+    color: #000000;
+}
+
+/* Header */
+.header {
+    background: white;
+    border-bottom: 1px solid #e0e0e0;
+    padding: 24px 0;
+    position: sticky;
+    top: 0;
+    z-index: 100;
+}
+
+.header-content {
+    max-width: 1400px;
+    margin: 0 auto;
+    padding: 0 40px;
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    flex-wrap: wrap;
+    gap: 20px;
+}
+
+.header-left {
+    display: flex;
+    align-items: center;
+    gap: 40px;
+}
+
+.logo {
+    font-family: 'Playfair Display', Georgia, serif;
+    font-size: 26px;
+    font-weight: 600;
+    color: #000000;
+    letter-spacing: 0.5px;
+}
+
+.tagline {
+    font-family: 'Montserrat', sans-serif;
+    font-size: 11px;
+    font-weight: 400;
+    color: #666666;
+    margin-top: 6px;
+    letter-spacing: 2px;
+    text-transform: uppercase;
+}
+
+/* Navigation */
+.main-nav {
+    display: flex;
+    gap: 30px;
+    align-items: center;
+}
+
+.main-nav a {
+    font-family: 'Montserrat', sans-serif;
+    font-size: 13px;
+    font-weight: 400;
+    color: #333333;
+    text-decoration: none;
+    letter-spacing: 0.5px;
+    transition: color 0.3s ease;
+    white-space: nowrap;
+}
+
+.main-nav a:hover {
+    color: #000000;
+}
+
+.mobile-menu-toggle {
+    display: none;
+    font-family: 'Montserrat', sans-serif;
+    font-size: 24px;
+    background: none;
+    border: none;
+    cursor: pointer;
+    padding: 0;
+    color: #000000;
+}
+
+/* Hero Section */
+.hero {
+    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
+                url('https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flockedvelvetwallpaper_0c84de5f-7a44-4f3b-b8fe-c91417d0efdb.png?v=1760485642');
+    background-size: cover;
+    background-position: center;
+    background-repeat: no-repeat;
+    padding: 120px 40px 100px;
+    text-align: center;
+    position: relative;
+}
+
+.hero h1 {
+    font-family: 'Playfair Display', Georgia, serif;
+    font-size: 56px;
+    color: #FFFFFF;
+    margin-bottom: 24px;
+    font-weight: 600;
+    letter-spacing: 1px;
+    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
+}
+
+.hero p {
+    font-family: 'Montserrat', sans-serif;
+    font-size: 16px;
+    font-weight: 300;
+    color: #FFFFFF;
+    max-width: 650px;
+    margin: 0 auto 36px;
+    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
+    line-height: 1.8;
+    letter-spacing: 0.3px;
+}
+
+.product-count {
+    font-family: 'Montserrat', sans-serif;
+    background: white;
+    display: inline-block;
+    padding: 8px 20px;
+    border-radius: 2px;
+    color: #000000;
+    font-weight: 500;
+    font-size: 12px;
+    letter-spacing: 1px;
+    border: 1px solid #e0e0e0;
+}
+
+.product-count-hero {
+    font-family: 'Montserrat', sans-serif;
+    background: rgba(255, 255, 255, 0.95);
+    border: 1px solid rgba(255, 255, 255, 0.3);
+    display: inline-block;
+    padding: 14px 32px;
+    border-radius: 2px;
+    color: #000000;
+    font-weight: 500;
+    font-size: 13px;
+    letter-spacing: 1.5px;
+    text-transform: uppercase;
+}
+
+/* Main Container */
+.container {
+    max-width: 1400px;
+    margin: 0 auto;
+    padding: 60px 40px;
+    background: #ffffff;
+}
+
+/* Color Filters */
+.filters-section {
+    background: white;
+    padding: 30px;
+    border-radius: 12px;
+    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
+    margin-bottom: 40px;
+}
+
+.filters-section h2 {
+    font-size: 20px;
+    color: #8B4789;
+    margin-bottom: 20px;
+    font-weight: 600;
+}
+
+.color-filters {
+    display: flex;
+    flex-wrap: wrap;
+    gap: 12px;
+}
+
+.color-chip {
+    padding: 10px 20px;
+    border-radius: 25px;
+    border: 2px solid #e0e0e0;
+    background: white;
+    cursor: pointer;
+    transition: all 0.3s ease;
+    font-size: 14px;
+    color: #555;
+    font-weight: 500;
+    display: flex;
+    align-items: center;
+    gap: 8px;
+}
+
+.color-chip:hover {
+    border-color: #8B4789;
+    color: #8B4789;
+    transform: translateY(-2px);
+    box-shadow: 0 4px 8px rgba(139, 71, 137, 0.15);
+}
+
+.color-chip.active {
+    background: #8B4789;
+    color: white;
+    border-color: #8B4789;
+}
+
+.color-chip .color-swatch {
+    width: 20px;
+    height: 20px;
+    border-radius: 50%;
+    border: 1px solid rgba(0,0,0,0.1);
+}
+
+.filter-count {
+    font-size: 13px;
+    color: #888;
+    margin-left: 4px;
+}
+
+/* Product Grid */
+.products-grid {
+    display: grid;
+    grid-template-columns: repeat(4, 1fr);
+    gap: 30px;
+    max-width: 1400px;
+    margin: 0 auto;
+}
+
+/* Product Card */
+.product-card {
+    background: white;
+    border-radius: 8px;
+    overflow: hidden;
+    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
+    transition: all 0.3s ease;
+    cursor: pointer;
+    width: 100%;
+}
+
+.product-card:hover {
+    transform: translateY(-4px);
+    box-shadow: 0 4px 16px rgba(139, 71, 137, 0.2);
+}
+
+.product-image {
+    width: 100%;
+    height: 320px;
+    position: relative;
+    overflow: hidden;
+    background: #f0f0f0;
+}
+
+.product-image img {
+    width: 100%;
+    height: 100%;
+    object-fit: cover;
+    transition: transform 0.3s ease;
+}
+
+.product-card:hover .product-image img {
+    transform: scale(1.05);
+}
+
+.product-image.loading {
+    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
+    background-size: 200% 100%;
+    animation: loading 1.5s infinite;
+}
+
+@keyframes loading {
+    0% { background-position: 200% 0; }
+    100% { background-position: -200% 0; }
+}
+
+.product-info {
+    padding: 16px;
+    text-align: center;
+}
+
+.product-sku {
+    font-size: 13px;
+    color: #999;
+    font-weight: 500;
+    letter-spacing: 0.5px;
+}
+
+.product-name {
+    font-size: 15px;
+    color: #333;
+    margin-top: 6px;
+    font-weight: 500;
+    line-height: 1.4;
+    min-height: 42px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: -webkit-box;
+    -webkit-line-clamp: 2;
+    -webkit-box-orient: vertical;
+}
+
+.product-link {
+    font-size: 13px;
+    color: #8B4789;
+    margin-top: 8px;
+    font-weight: 500;
+    transition: color 0.3s ease;
+}
+
+.product-card:hover .product-link {
+    color: #6B3769;
+}
+
+/* Loading State */
+.loading-message {
+    text-align: center;
+    padding: 60px 20px;
+    color: #888;
+    font-size: 18px;
+    grid-column: 1 / -1;
+}
+
+.spinner {
+    border: 3px solid #f3f3f3;
+    border-top: 3px solid #8B4789;
+    border-radius: 50%;
+    width: 40px;
+    height: 40px;
+    animation: spin 1s linear infinite;
+    margin: 0 auto 20px;
+}
+
+@keyframes spin {
+    0% { transform: rotate(0deg); }
+    100% { transform: rotate(360deg); }
+}
+
+/* Footer */
+.footer {
+    background: #000000;
+    color: white;
+    padding: 80px 40px 40px;
+    margin-top: 100px;
+}
+
+.footer-content {
+    max-width: 1400px;
+    margin: 0 auto;
+    display: grid;
+    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+    gap: 60px;
+    margin-bottom: 50px;
+}
+
+.footer-section h3 {
+    font-family: 'Playfair Display', Georgia, serif;
+    color: #FFFFFF;
+    margin-bottom: 20px;
+    font-size: 18px;
+    font-weight: 600;
+    letter-spacing: 0.5px;
+}
+
+.footer-section p {
+    font-family: 'Montserrat', sans-serif;
+    line-height: 1.8;
+    color: #999999;
+    font-size: 14px;
+    font-weight: 300;
+}
+
+.footer-section ul {
+    list-style: none;
+}
+
+.footer-section ul li {
+    margin-bottom: 12px;
+}
+
+.footer-section a {
+    font-family: 'Montserrat', sans-serif;
+    color: #CCCCCC;
+    text-decoration: none;
+    transition: color 0.3s ease;
+    font-size: 14px;
+    font-weight: 300;
+}
+
+.footer-section a:hover {
+    color: #FFFFFF;
+}
+
+.footer-bottom {
+    font-family: 'Montserrat', sans-serif;
+    text-align: center;
+    padding-top: 30px;
+    border-top: 1px solid #222222;
+    color: #666666;
+    font-size: 12px;
+    letter-spacing: 0.5px;
+}
+
+/* Responsive */
+@media (max-width: 1200px) {
+    .products-grid {
+        grid-template-columns: repeat(3, 1fr);
+        gap: 25px;
+    }
+
+    .product-image {
+        height: 280px;
+    }
+}
+
+@media (max-width: 900px) {
+    .products-grid {
+        grid-template-columns: repeat(2, 1fr);
+        gap: 20px;
+    }
+
+    .product-image {
+        height: 260px;
+    }
+}
+
+@media (max-width: 768px) {
+    .hero h1 {
+        font-size: 28px;
+    }
+
+    .hero p {
+        font-size: 16px;
+    }
+
+    .products-grid {
+        grid-template-columns: repeat(2, 1fr);
+        gap: 15px;
+    }
+
+    .product-image {
+        height: 200px;
+    }
+
+    .header-content {
+        padding: 0 20px;
+    }
+
+    .header-left {
+        width: 100%;
+        justify-content: space-between;
+    }
+
+    .main-nav {
+        display: none;
+        width: 100%;
+        flex-direction: column;
+        align-items: flex-start;
+        gap: 15px;
+        padding-top: 20px;
+        border-top: 1px solid #e0e0e0;
+    }
+
+    .main-nav.active {
+        display: flex;
+    }
+
+    .mobile-menu-toggle {
+        display: block;
+    }
+
+    .product-count {
+        width: 100%;
+        text-align: center;
+    }
+
+    .footer-content {
+        grid-template-columns: 1fr;
+        gap: 30px;
+    }
+
+    .filters-section {
+        padding: 20px;
+    }
+
+    .filters-section h2 {
+        font-size: 18px;
+    }
+
+    .color-chip {
+        padding: 8px 16px;
+        font-size: 13px;
+    }
+
+    .color-chip .color-swatch {
+        width: 16px;
+        height: 16px;
+    }
+}
diff --git a/test-hex-sort.html b/test-hex-sort.html
new file mode 100644
index 0000000..426b52e
--- /dev/null
+++ b/test-hex-sort.html
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Color Sorting Test</title>
+    <style>
+        body { font-family: sans-serif; padding: 20px; }
+        .color-box {
+            display: inline-block;
+            width: 100px;
+            height: 100px;
+            margin: 5px;
+            border: 1px solid #ccc;
+            text-align: center;
+            line-height: 100px;
+            color: white;
+            text-shadow: 1px 1px 2px black;
+            font-size: 12px;
+        }
+        h2 { margin-top: 30px; }
+    </style>
+</head>
+<body>
+    <h1>Flocked Wallpaper Color Sorting Test</h1>
+    <p>Products sorted by HSL (Lightness → Hue)</p>
+
+    <h2>Color Swatches (Sorted)</h2>
+    <div id="swatches"></div>
+
+    <h2>Sample Products by Primary Color</h2>
+    <div id="products"></div>
+
+    <script>
+        const colorSwatches = {
+            'Black': '#000000',
+            'White': '#FFFFFF',
+            'Red': '#DC143C',
+            'Blue': '#4169E1',
+            'Green': '#228B22',
+            'Gold': '#FFD700',
+            'Silver': '#C0C0C0',
+            'Pink': '#FF69B4',
+            'Purple': '#9370DB',
+            'Beige': '#F5F5DC',
+            'Cream': '#FFFDD0',
+            'Gray': '#808080',
+            'Brown': '#8B4513',
+            'Yellow': '#FFD700',
+            'Orange': '#FF8C00',
+            'Burgundy': '#800020',
+            'Navy': '#000080',
+            'Aqua': '#00FFFF',
+            'Teal': '#008080',
+            'Ivory': '#FFFFF0',
+            'Charcoal': '#36454F',
+            'Other': '#999999'
+        };
+
+        function hexToHSL(hex) {
+            const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
+            if (!result) return { h: 0, s: 0, l: 0 };
+
+            let r = parseInt(result[1], 16) / 255;
+            let g = parseInt(result[2], 16) / 255;
+            let b = parseInt(result[3], 16) / 255;
+
+            const max = Math.max(r, g, b);
+            const min = Math.min(r, g, b);
+            let h, s, l = (max + min) / 2;
+
+            if (max === min) {
+                h = s = 0;
+            } else {
+                const d = max - min;
+                s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
+
+                switch (max) {
+                    case r: h = ((g - b) / d + (g < b ? 6 : 0)) / 6; break;
+                    case g: h = ((b - r) / d + 2) / 6; break;
+                    case b: h = ((r - g) / d + 4) / 6; break;
+                }
+            }
+
+            return { h: Math.round(h * 360), s: Math.round(s * 100), l: Math.round(l * 100) };
+        }
+
+        // Sort colors
+        const sortedColors = Object.entries(colorSwatches).sort((a, b) => {
+            const hslA = hexToHSL(a[1]);
+            const hslB = hexToHSL(b[1]);
+
+            if (Math.abs(hslA.l - hslB.l) > 10) {
+                return hslA.l - hslB.l;
+            }
+            return hslA.h - hslB.h;
+        });
+
+        // Display swatches
+        const swatchesDiv = document.getElementById('swatches');
+        sortedColors.forEach(([name, hex]) => {
+            const hsl = hexToHSL(hex);
+            const box = document.createElement('div');
+            box.className = 'color-box';
+            box.style.backgroundColor = hex;
+            box.innerHTML = `${name}<br>L:${hsl.l}`;
+            swatchesDiv.appendChild(box);
+        });
+
+        // Show color order
+        const productsDiv = document.getElementById('products');
+        productsDiv.innerHTML = '<ol>' + sortedColors.map(([name, hex]) => {
+            const hsl = hexToHSL(hex);
+            return `<li><strong>${name}</strong> - ${hex} - HSL(${hsl.h}, ${hsl.s}%, ${hsl.l}%)</li>`;
+        }).join('') + '</ol>';
+    </script>
+</body>
+</html>
diff --git a/test-load.html b/test-load.html
new file mode 100644
index 0000000..5157bb1
--- /dev/null
+++ b/test-load.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head><title>Test</title></head>
+<body>
+<div id="result"></div>
+<script>
+fetch('flocked-products.json')
+  .then(r => r.json())
+  .then(data => {
+    document.getElementById('result').textContent = 'SUCCESS: Loaded ' + data.length + ' products';
+    console.log('First product:', data[0]);
+  })
+  .catch(err => {
+    document.getElementById('result').textContent = 'ERROR: ' + err.message;
+    console.error(err);
+  });
+</script>
+</body>
+</html>
diff --git a/update-zawaya-images.js b/update-zawaya-images.js
new file mode 100644
index 0000000..ac0549d
--- /dev/null
+++ b/update-zawaya-images.js
@@ -0,0 +1,46 @@
+const fs = require('fs');
+
+const products = JSON.parse(fs.readFileSync('flocked-products.json', 'utf8'));
+
+// Map of SKU variants to their best quality image URLs from Shopify CDN
+const imageMap = {
+  'w7851-01': 'https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7851-01_ny3ngrwnlau6idto.webp?v=1738617147',
+  'w7851-02': 'https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7851-02_pvayxmrp02vym6gk.webp?v=1738617151',
+  'w7851-03': 'https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7851-03_i7itxxcasldfo47y.webp?v=1738617156',
+  'w7851-04': 'https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7851-04_pgmu5htsqjcifxmp.webp?v=1738617161'
+};
+
+let updated = 0;
+
+// Update Zawaya products with better images
+const updatedProducts = products.map(p => {
+  if (p.tags && p.tags.includes('W7851') && p.tags.includes('Zawaya Tribal')) {
+    // Determine which variant this is based on color
+    let imageKey;
+    if (p.primaryColor === 'White' || p.title.includes('Cream')) {
+      imageKey = 'w7851-02';
+    } else if (p.primaryColor === 'Blue') {
+      imageKey = 'w7851-03';
+    } else if (p.primaryColor === 'Green') {
+      imageKey = 'w7851-04';
+    } else {
+      // Default variant (w7851-01)
+      imageKey = 'w7851-01';
+    }
+
+    const newImage = imageMap[imageKey];
+    if (p.image !== newImage) {
+      console.log(`Updating ${p.title}`);
+      console.log(`  Old: ${p.image}`);
+      console.log(`  New: ${newImage}`);
+      p.image = newImage;
+      updated++;
+    }
+  }
+  return p;
+});
+
+console.log(`\nUpdated ${updated} Zawaya products with better images`);
+
+fs.writeFileSync('flocked-products.json', JSON.stringify(updatedProducts, null, 2));
+console.log('✓ Products file updated');

(oldest)  ·  back to Flockedwallpaper  ·  Hamburger always visible on right — propagated from novasued f426863 →