[object Object]

← back to Dw Silver Mylar Rename

silver mylar->metallic: scope export, live scan, apply/rollback scripts + restore-map

40921babddfdc8d040a61b17e8111cbaf39f8e55 · 2026-09-15 13:31:34 -0700 · Steve Abrams

Files touched

Diff

commit 40921babddfdc8d040a61b17e8111cbaf39f8e55
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 15 13:31:34 2026 -0700

    silver mylar->metallic: scope export, live scan, apply/rollback scripts + restore-map
---
 .gitignore            |    7 +
 apply.mjs             |   54 +++
 data/plan.json        | 1044 ++++++++++++++++++++++++++++++++++++++++++++++++
 data/restore-map.json | 1048 +++++++++++++++++++++++++++++++++++++++++++++++++
 data/scope.json       |    1 +
 lib.mjs               |   45 +++
 rollback.mjs          |   27 ++
 scan.mjs              |   80 ++++
 8 files changed, 2306 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..08240ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
diff --git a/apply.mjs b/apply.mjs
new file mode 100644
index 0000000..428653b
--- /dev/null
+++ b/apply.mjs
@@ -0,0 +1,54 @@
+// Apply the title/descriptionHtml swaps to LIVE Shopify. No option changes (scan found 0).
+// Usage: node apply.mjs --ids gid1,gid2      (canary subset)
+//        node apply.mjs --all                (everything not already done)
+//        node apply.mjs --all --exclude gid1,gid2
+import { readFileSync, appendFileSync, existsSync } from 'node:fs';
+import { gql, has } from './lib.mjs';
+
+const plan = JSON.parse(readFileSync(new URL('./data/plan.json', import.meta.url)));
+const args = process.argv.slice(2);
+const idsArg = args.includes('--ids') ? args[args.indexOf('--ids') + 1].split(',') : null;
+const exclArg = args.includes('--exclude') ? new Set(args[args.indexOf('--exclude') + 1].split(',')) : new Set();
+const all = args.includes('--all');
+if (!idsArg && !all) { console.error('pass --ids <gid,gid> or --all'); process.exit(1); }
+
+const LOG = new URL('./data/apply-results.jsonl', import.meta.url);
+// resume-safe: skip gids already successfully applied
+const done = new Set();
+if (existsSync(LOG)) for (const l of readFileSync(LOG, 'utf8').split('\n').filter(Boolean)) {
+  try { const r = JSON.parse(l); if (r.ok) done.add(r.gid); } catch {}
+}
+
+let targets = plan;
+if (idsArg) targets = plan.filter(p => idsArg.includes(p.gid));
+targets = targets.filter(p => !exclArg.has(p.gid) && !done.has(p.gid));
+
+const M = `mutation($input: ProductInput!){
+  productUpdate(input:$input){ product{ id title descriptionHtml } userErrors{ field message } }
+}`;
+
+let ok = 0, fail = 0; const failures = [];
+console.log(`applying to ${targets.length} products...`);
+for (const p of targets) {
+  const input = { id: p.gid };
+  if (p.changes.title) input.title = p.changes.title.to;
+  if (p.changes.descriptionHtml) input.descriptionHtml = p.changes.descriptionHtml.to;
+  try {
+    const d = await gql(M, { input });
+    const ue = d.productUpdate.userErrors;
+    if (ue && ue.length) throw new Error('userErrors: ' + JSON.stringify(ue));
+    const prod = d.productUpdate.product;
+    // verify no residual token in returned fields
+    const residual = has(prod.title) || has(prod.descriptionHtml);
+    const rec = { ts: new Date().toISOString(), gid: p.gid, status: p.status, ok: !residual,
+      title_changed: !!p.changes.title, body_changed: !!p.changes.descriptionHtml, residual };
+    appendFileSync(LOG, JSON.stringify(rec) + '\n');
+    if (residual) { fail++; failures.push({ gid: p.gid, reason: 'residual token after write' }); }
+    else ok++;
+  } catch (e) {
+    fail++; failures.push({ gid: p.gid, reason: String(e.message || e) });
+    appendFileSync(LOG, JSON.stringify({ ts: new Date().toISOString(), gid: p.gid, ok: false, error: String(e.message || e) }) + '\n');
+  }
+}
+console.log(`DONE  ok=${ok}  fail=${fail}`);
+if (failures.length) { console.log('FAILURES:'); for (const f of failures) console.log('  ', f.gid, f.reason); }
diff --git a/data/plan.json b/data/plan.json
new file mode 100644
index 0000000..d978915
--- /dev/null
+++ b/data/plan.json
@@ -0,0 +1,1044 @@
+[
+  {
+    "gid": "gid://shopify/Product/6882876063795",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Umberto Paper on Silver Mylar Naturals | Phillipe Romano",
+        "to": "Umberto Paper on Silver Metallic Naturals | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features an abstract pattern with a textured effect on a silver mylar background. It evokes a modern and sophisticated mood with an organic touch.</p>",
+        "to": "<p>This wallcovering features an abstract pattern with a textured effect on a Silver Metallic background. It evokes a modern and sophisticated mood with an organic touch.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054071859",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862283239475",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Red Circles on Silver Mylar Red Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Red Circles on Silver Metallic Red Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Red Circles on Silver Mylar wallcovering in Red Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Red Circles on Silver Metallic wallcovering in Red Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067932723",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067768883",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067801651",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067965491",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7780158046259",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Digital Print on Reflective Silver Mylar - Wallcovering | Bespoke",
+        "to": "Digital Print on Reflective Silver Metallic - Wallcovering | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This digital print on reflective silver mylar wallcovering features a Victorian-inspired damask pattern with ornate oval frames. The reflective silver mylar adds a touch of luxury and sophistication, making it suitable for creating a statement wall or adding visual interest to a space.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask, Abstract</p>\n<p><strong>Colors:</strong> silver, gray, black</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Living Room, Dining Room, Bedroom</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This digital print on reflective Silver Metallic wallcovering features a Victorian-inspired damask pattern with ornate oval frames. The reflective Silver Metallic adds a touch of luxury and sophistication, making it suitable for creating a statement wall or adding visual interest to a space.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask, Abstract</p>\n<p><strong>Colors:</strong> silver, gray, black</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Living Room, Dining Room, Bedroom</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7783112212531",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Walls on Demand Digital Printing on Silver Mylar - Pattern Desig | Bespoke",
+        "to": "Walls on Demand Digital Printing on Silver Metallic - Pattern Desig | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold floral damask pattern printed on a silver mylar background, creating a luxurious and eye-catching effect. The metallic sheen adds depth and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Traditional, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Damask</p>\n<p><strong>Colors:</strong> gold, silver, blue</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Retail</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold floral damask pattern printed on a Silver Metallic background, creating a luxurious and eye-catching effect. The metallic sheen adds depth and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Traditional, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Damask</p>\n<p><strong>Colors:</strong> gold, silver, blue</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Retail</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7785747513395",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Japonae - 1970's Mylar Japanese Lattice Trellis - Silver Mylar - | Bespoke",
+        "to": "Japonae - 1970's Mylar Japanese Lattice Trellis - Silver Metallic - | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Japonae wallcovering evokes a sense of refined elegance with its silver mylar finish and intricate Japanese lattice trellis design. The floral accents add a touch of botanical charm, making it a sophisticated choice for commercial spaces seeking a blend of traditional and art deco aesthetics.</p>\n<p><strong>Style:</strong> Chinoiserie, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Trellis</p>\n<p><strong>Colors:</strong> silver, light blue, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Japonae wallcovering evokes a sense of refined elegance with its Silver Metallic finish and intricate Japanese lattice trellis design. The floral accents add a touch of botanical charm, making it a sophisticated choice for commercial spaces seeking a blend of traditional and art deco aesthetics.</p>\n<p><strong>Style:</strong> Chinoiserie, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Trellis</p>\n<p><strong>Colors:</strong> silver, light blue, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862271967283",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Chanel Grass on Metal Copper Brown On Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Chanel Grass on Metal Copper Brown On Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Copper Brown On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Copper Brown On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862272131123",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Chanel Grass on Metal Deep Seagreen Teal Blue On Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Chanel Grass on Metal Deep Seagreen Teal Blue On Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Deep Seagreen Teal Blue On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Deep Seagreen Teal Blue On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054170163",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition featuring intricate details and balanced tones, this wallcovering evokes sophistication through its subtle texture and elegant design. A statement of quiet luxury for any interior space.  \n#luxuryinteriors #wallart #decorinspiration\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition featuring intricate details and balanced tones, this wallcovering evokes sophistication through its subtle texture and elegant design. A statement of quiet luxury for any interior space.  \n#luxuryinteriors #wallart #decorinspiration\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054301235",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054334003",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054366771",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054399539",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054432307",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054465075",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467072913459",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067867187",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Experience the timeless elegance of Ogival Taupe On Silver Sisal Wallcovering by Paul Montgomery. #LuxuryDesign #ElegantInteriors #PaulMontgomery\n\n",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Experience the timeless elegance of Ogival Taupe On Silver Sisal Wallcovering by Paul Montgomery. #LuxuryDesign #ElegantInteriors #PaulMontgomery\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067899955",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070685235",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070718003",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070849075",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495627104368",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Red Circles on Silver Mylar",
+        "to": "Red Circles on Silver Metallic"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a pattern of red circles on a reflective silver mylar background. The design offers a modern and glamorous aesthetic, suitable for creating a bold statement. </p>",
+        "to": "<p>This wallcovering features a pattern of red circles on a reflective Silver Metallic background. The design offers a modern and glamorous aesthetic, suitable for creating a bold statement. </p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070914611",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070980147",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Ottoman 5 Grey Blue On Silver Sisal Wallcovering by Paul Montgomery showcases a refined textured sisal base in silver, overlaid with an elegant grey-blue geometric ottoman pattern, creating a sophisticated, tactile statement for upscale interiors. #LuxuryWallcoverings #ElegantDesign\n\n\n",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Ottoman 5 Grey Blue On Silver Sisal Wallcovering by Paul Montgomery showcases a refined textured sisal base in silver, overlaid with an elegant grey-blue geometric ottoman pattern, creating a sophisticated, tactile statement for upscale interiors. #LuxuryWallcoverings #ElegantDesign\n\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467071471667",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467071569971",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467072749619",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7783115456563",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Mylo - Silverado - the Original Solid Silver Mylar Wallpper | Bespoke",
+        "to": "Mylo - Silverado - the Original Solid Silver Metallic Wallpper | Bespoke"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7964449996851",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Zanzibar Trellis Mylar, Silver Mylar Wallcoverings | Schumacher",
+        "to": "Zanzibar Trellis Mylar, Silver Metallic Wallcoverings | Schumacher"
+      },
+      "descriptionHtml": {
+        "from": "<p>Zanzibar Trellis Mylar in Silver Mylar is a designer wallcovering from the MOON RIVER collection by Schumacher. Priced per single roll.</p>",
+        "to": "<p>Zanzibar Trellis Mylar in Silver Metallic is a designer wallcovering from the MOON RIVER collection by Schumacher. Priced per single roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621649971",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Norfolk 1970's Silver Mylar Floral Retro | Architectural Wallcoverings",
+        "to": "Norfolk 1970's Silver Metallic Floral Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This is a silver mylar wallcovering with a floral pattern. It evokes a retro and glamorous mood, reminiscent of the 1970s.</p>",
+        "to": "<p>This is a Silver Metallic wallcovering with a floral pattern. It evokes a retro and glamorous mood, reminiscent of the 1970s.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621748275",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "New Haven 1970's on Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "New Haven 1970's on Silver Metallic Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>",
+        "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a Silver Metallic background. It evokes a mid-century modern style with a touch of glam.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495789273200",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Sensimille - Sueded Silver Mylar",
+        "to": "Sensimille - Sueded Silver Metallic"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495162880112",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Armani Metal Natural Jute on Silver Mylar Wallcovering | Phillipe Romano",
+        "to": "Armani Metal Natural Jute on Silver Metallic Wallcovering | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Armani Metal Natural Jute on Silver Mylar Wallcovering is a designer wallcovering from Phillipe Romano. A refined choice that brings texture, color, and character to residential and commercial interiors. Order a sample to evaluate the color and finish in your own space before committing to full rolls.</p>",
+        "to": "<p>Armani Metal Natural Jute on Silver Metallic Wallcovering is a designer wallcovering from Phillipe Romano. A refined choice that brings texture, color, and character to residential and commercial interiors. Order a sample to evaluate the color and finish in your own space before committing to full rolls.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862901506099",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Palakua Classic Grasscloth Natural On Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Palakua Classic Grasscloth Natural On Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Palakua Classic Grasscloth wallcovering in Natural On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Palakua Classic Grasscloth wallcovering in Natural On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495789928560",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Sensimille - Sueded Silver Mylar",
+        "to": "Sensimille - Sueded Silver Metallic"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070652467",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054104627",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition of texture and tone, the wallcovering features a delicate interplay of color and form, creating a serene yet sophisticated ambiance. Ideal for elevating contemporary or classic spaces. #luxuryinteriors #wallart #modernwallcoverings\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition of texture and tone, the wallcovering features a delicate interplay of color and form, creating a serene yet sophisticated ambiance. Ideal for elevating contemporary or classic spaces. #luxuryinteriors #wallart #modernwallcoverings\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054202931",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054235699",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A serene arrangement of organic forms and muted tones creates a sophisticated ambiance in this wallcovering. Subtle textures and refined contrasts add depth, making it a timeless choice for curated spaces. #luxurywalls #interiorstyle #elegantspaces\n",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A serene arrangement of organic forms and muted tones creates a sophisticated ambiance in this wallcovering. Subtle textures and refined contrasts add depth, making it a timeless choice for curated spaces. #luxurywalls #interiorstyle #elegantspaces\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067605043",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067703347",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n\n",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1496108433520",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Kioshiba Luxury Grasscloth - Natural and Black on Silver Mylar",
+        "to": "Kioshiba Luxury Grasscloth - Natural and Black on Silver Metallic"
+      },
+      "descriptionHtml": {
+        "from": "<p>This is a grasscloth wallcovering with natural and black fibers on a silver mylar background. The wallcovering evokes a modern and glamorous mood with an organic touch.</p>",
+        "to": "<p>This is a grasscloth wallcovering with natural and black fibers on a Silver Metallic background. The wallcovering evokes a modern and glamorous mood with an organic touch.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070783539",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467070816307",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495787896944",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Sunshine - Silver Mylar",
+        "to": "Sunshine - Silver Metallic"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495180509296",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Sansai Metallics Natural Sisal on Silver Mylar | Phillipe Romano",
+        "to": "Sansai Metallics Natural Sisal on Silver Metallic | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Tish Sisal Weave Natural on Silver Mylar</p>\n\n",
+        "to": "<p>Tish Sisal Weave Natural on Silver Metallic</p>\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467067670579",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7785747382323",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Silverskin Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke",
+        "to": "Silverskin Digital Wallcovering - Smooth Shiny Silver Metallic | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin Digital Wallcovering features a smooth, shiny silver mylar finish, creating a modern and edgy aesthetic. The bold black graphics contrast sharply against the metallic background, making it a statement piece for any commercial space.</p>\n<p><strong>Style:</strong> Contemporary</p>\n<p><strong>Pattern:</strong> Stripe, Abstract</p>\n<p><strong>Colors:</strong> silver, black, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Retail</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin Digital Wallcovering features a smooth, shiny Silver Metallic finish, creating a modern and edgy aesthetic. The bold black graphics contrast sharply against the metallic background, making it a statement piece for any commercial space.</p>\n<p><strong>Style:</strong> Contemporary</p>\n<p><strong>Pattern:</strong> Stripe, Abstract</p>\n<p><strong>Colors:</strong> silver, black, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Retail</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/4720969121843",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p><meta charset=\"utf-8\"><span data-mce-fragment=\"1\">is a unique piece featuring modern banana leaves. This tropical mural consists 5 panels before repeating. Use as a mural, or purchase individual panels to frame as an accent. Each panel is 36\" wide by 120\" tall. Design height: 120\". Available on 2 paper types: MuralPro wallcovering for a matte finish look, OR, NEW, Printed on Metallic Silver Mylar(Shown in last image) for more dramatic depth.</span></p>\n<p>6 Panels in Set, Width-36in, Design Height-120in, Total Height-120in</p>",
+        "to": "<p><meta charset=\"utf-8\"><span data-mce-fragment=\"1\">is a unique piece featuring modern banana leaves. This tropical mural consists 5 panels before repeating. Use as a mural, or purchase individual panels to frame as an accent. Each panel is 36\" wide by 120\" tall. Design height: 120\". Available on 2 paper types: MuralPro wallcovering for a matte finish look, OR, NEW, Printed on Metallic Silver Metallic(Shown in last image) for more dramatic depth.</span></p>\n<p>6 Panels in Set, Width-36in, Design Height-120in, Total Height-120in</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495175364720",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Tea Green on Silver Mylar</p><br><br>A captivating design unfolds across the wallcovering, blending delicate textures with refined elegance. Subtle contrasts invite a closer look, creating a serene yet sophisticated atmosphere. #luxurydesign #wallartinspo #moderninteriors\n",
+        "to": "<p>Tea Green on Silver Metallic</p><br><br>A captivating design unfolds across the wallcovering, blending delicate textures with refined elegance. Subtle contrasts invite a closer look, creating a serene yet sophisticated atmosphere. #luxurydesign #wallartinspo #moderninteriors\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495175528560",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Copper Brown on Silver Mylar</p>\n\n\n\n",
+        "to": "<p>Copper Brown on Silver Metallic</p>\n\n\n\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495176478832",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Basket Weave Taupe Natural on Silver Mylar</p>",
+        "to": "<p>Basket Weave Taupe Natural on Silver Metallic</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495226417264",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Kelly Deco Velvet Flocked Wallcoverings - Lattice Work White Flock on Silver Mylar</p>",
+        "to": "<p>Kelly Deco Velvet Flocked Wallcoverings - Lattice Work White Flock on Silver Metallic</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054497843",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/6604505448499",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Lyford Trellis New Blue Navy Terracotta on Silver Mylar Screen Printed | China Seas",
+        "to": "Lyford Trellis New Blue Navy Terracotta on Silver Metallic Screen Printed | China Seas"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495789568112",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Sensimille - Sueded Silver Mylar",
+        "to": "Sensimille - Sueded Silver Metallic"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1496071143536",
+    "status": "ACTIVE",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Basket Weave White on Silver Mylar</p>",
+        "to": "<p>Basket Weave White on Silver Metallic</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/6604505186355",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Lyford Trellis Beige Salmon on Silver Mylar Screen Printed | China Seas",
+        "to": "Lyford Trellis Beige Salmon on Silver Metallic Screen Printed | China Seas"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7784804646963",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Skull Damask - Purple on Silver Mylar - Pattern Design Lab | Bespoke",
+        "to": "Skull Damask - Purple on Silver Metallic - Pattern Design Lab | Bespoke"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7785747152947",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Silverskin™ Full Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke",
+        "to": "Silverskin™ Full Digital Wallcovering - Smooth Shiny Silver Metallic | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin™ Full Digital Wallcovering offers a smooth, shiny silver mylar finish, perfect for creating a modern and sophisticated ambiance. Its reflective surface can enhance lighting and add a touch of luxury to commercial spaces.</p>\n<p><strong>Style:</strong> Modern, Minimalist</p>\n<p><strong>Pattern:</strong> Solid</p>\n<p><strong>Colors:</strong> pink, silver, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Lobby</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin™ Full Digital Wallcovering offers a smooth, shiny Silver Metallic finish, perfect for creating a modern and sophisticated ambiance. Its reflective surface can enhance lighting and add a touch of luxury to commercial spaces.</p>\n<p><strong>Style:</strong> Modern, Minimalist</p>\n<p><strong>Pattern:</strong> Solid</p>\n<p><strong>Colors:</strong> pink, silver, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Lobby</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7784804089907",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Silverado Custom Wallcovering - Custom Digitally Print Silver Mylar | Bespoke",
+        "to": "Silverado Custom Wallcovering - Custom Digitally Print Silver Metallic | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Silverado Custom Wallcovering features a digitally printed silver mylar effect, creating a unique and modern look. The abstract pattern and textured appearance make it a versatile choice for commercial spaces seeking a touch of sophistication and visual interest.</p>\n<p><strong>Style:</strong> Contemporary, Abstract</p>\n<p><strong>Pattern:</strong> Abstract, Textured</p>\n<p><strong>Colors:</strong> gold, black, silver</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Office, Lobby, Retail Space</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Silverado Custom Wallcovering features a digitally printed Silver Metallic effect, creating a unique and modern look. The abstract pattern and textured appearance make it a versatile choice for commercial spaces seeking a touch of sophistication and visual interest.</p>\n<p><strong>Style:</strong> Contemporary, Abstract</p>\n<p><strong>Pattern:</strong> Abstract, Textured</p>\n<p><strong>Colors:</strong> gold, black, silver</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Office, Lobby, Retail Space</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862276063283",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Sansai Metallics Natural Sisal On Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Sansai Metallics Natural Sisal On Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Sansai Metallics wallcovering in Natural Sisal On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Sansai Metallics wallcovering in Natural Sisal On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7785747611699",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Japanese Fans on Silver Mylar - Pattern Design Lab | Bespoke",
+        "to": "Japanese Fans on Silver Metallic - Pattern Design Lab | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold geometric pattern with floral accents, reminiscent of Japanese fans. The silver mylar background adds a touch of glamour and sophistication, making it suitable for creating a statement wall in commercial spaces.</p>\n<p><strong>Style:</strong> Mid-Century Modern, Art Deco</p>\n<p><strong>Pattern:</strong> Geometric, Floral</p>\n<p><strong>Colors:</strong> silver, brown, white</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold geometric pattern with floral accents, reminiscent of Japanese fans. The Silver Metallic background adds a touch of glamour and sophistication, making it suitable for creating a statement wall in commercial spaces.</p>\n<p><strong>Style:</strong> Mid-Century Modern, Art Deco</p>\n<p><strong>Pattern:</strong> Geometric, Floral</p>\n<p><strong>Colors:</strong> silver, brown, white</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/6940360310835",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Tulips On Silver Mylar - Closeup Art Deco | Architectural Wallcoverings",
+        "to": "Tulips On Silver Metallic - Closeup Art Deco | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a close-up of tulips on a silver mylar background. The design evokes an art deco style with a glamorous and sophisticated mood.</p>",
+        "to": "<p>This wallcovering features a close-up of tulips on a Silver Metallic background. The design evokes an art deco style with a glamorous and sophisticated mood.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495790256240",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Sensimille - Sueded Silver Mylar",
+        "to": "Sensimille - Sueded Silver Metallic"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7785747578931",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Retro Tulips on Silver Mylar - Closeup | Bespoke",
+        "to": "Retro Tulips on Silver Metallic - Closeup | Bespoke"
+      },
+      "descriptionHtml": {
+        "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features stylized tulip motifs in a retro-inspired design. The combination of yellow, white, and gray against a silver mylar background creates a visually striking and sophisticated look, perfect for adding a touch of vintage glamour to commercial spaces.</p>\n<p><strong>Style:</strong> Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Geometric</p>\n<p><strong>Colors:</strong> yellow, white, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Office</p>\n</div>",
+        "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features stylized tulip motifs in a retro-inspired design. The combination of yellow, white, and gray against a Silver Metallic background creates a visually striking and sophisticated look, perfect for adding a touch of vintage glamour to commercial spaces.</p>\n<p><strong>Style:</strong> Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Geometric</p>\n<p><strong>Colors:</strong> yellow, white, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Office</p>\n</div>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7862287564851",
+    "status": "DRAFT",
+    "changes": {
+      "title": {
+        "from": "Iwate Luxury Grasscloth Green Tones On Silver Mylar Memo Sample | Phillipe Romano",
+        "to": "Iwate Luxury Grasscloth Green Tones On Silver Metallic Memo Sample | Phillipe Romano"
+      },
+      "descriptionHtml": {
+        "from": "<p>Memo sample of the Iwate Luxury Grasscloth wallcovering in Green Tones On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+        "to": "<p>Memo sample of the Iwate Luxury Grasscloth wallcovering in Green Tones On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495175725168",
+    "status": "DRAFT",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>Deep Seagreen Teal Blue on Silver Mylar</p><br><br>A serene composition featuring soft, textured tones and subtle detailing creates a refined, calming ambiance. The design evokes understated elegance, perfect for modern or classic interiors. #luxuryinteriors #wallartdesign #modernwallcoverings\n",
+        "to": "<p>Deep Seagreen Teal Blue on Silver Metallic</p><br><br>A serene composition featuring soft, textured tones and subtle detailing creates a refined, calming ambiance. The design evokes understated elegance, perfect for modern or classic interiors. #luxuryinteriors #wallartdesign #modernwallcoverings\n"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495527030896",
+    "status": "ARCHIVED",
+    "changes": {
+      "title": {
+        "from": "Steve's Silver Grey Grasscloth on Silver Mylar",
+        "to": "Steve's Silver Grey Grasscloth on Silver Metallic"
+      },
+      "descriptionHtml": {
+        "from": "<p>Steve's Silver Grey Grasscloth on Silver Mylar</p>",
+        "to": "<p>Steve's Silver Grey Grasscloth on Silver Metallic</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664620994611",
+    "status": "ACTIVE",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric art deco pattern on a silver mylar background. The design evokes a glamorous and sophisticated 1970s aesthetic.</p>",
+        "to": "<p>This wallcovering features a geometric art deco pattern on a Silver Metallic background. The design evokes a glamorous and sophisticated 1970s aesthetic.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621125683",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Oxford 1970's on Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings",
+        "to": "Oxford 1970's on Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621223987",
+    "status": "ACTIVE",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a 1970's bamboo geometric design on a silver mylar background. It evokes a retro and slightly industrial mood.</p>",
+        "to": "<p>This wallcovering features a 1970's bamboo geometric design on a Silver Metallic background. It evokes a retro and slightly industrial mood.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621322291",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Burlington Bamboo 1970's (Shown on SIlver Mylar) Mid-Century Modern | Architectural Wallcoverings",
+        "to": "Burlington Bamboo 1970's (Shown on Silver Metallic) Mid-Century Modern | Architectural Wallcoverings"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664622174259",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Milford 1970's Pop Art on Shiny Silver Mylar | Architectural Wallcoverings",
+        "to": "Milford 1970's Pop Art on Shiny Silver Metallic | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a bold geometric pattern on a shiny silver mylar background. The design evokes a retro, glamorous, and energetic mood reminiscent of the 1970s pop art era.</p>",
+        "to": "<p>This wallcovering features a bold geometric pattern on a shiny Silver Metallic background. The design evokes a retro, glamorous, and energetic mood reminiscent of the 1970s pop art era.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664622960691",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Sardo's Silver Mylar Stripe 1970's Contemporary | Architectural Wallcoverings",
+        "to": "Sardo's Silver Metallic Stripe 1970's Contemporary | Architectural Wallcoverings"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664623157299",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "Litchfield 1970's on Silver Metallic Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a vintage, stylish, and slightly glamorous mood.</p>",
+        "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a Silver Metallic background. It evokes a vintage, stylish, and slightly glamorous mood.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664623452211",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Harwinton 1970's on Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "Harwinton 1970's on Silver Metallic Retro | Architectural Wallcoverings"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664620961843",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings",
+        "to": "Oxford 1970'S On Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. The design evokes a mid-century modern aesthetic with a touch of glam.</p>",
+        "to": "<p>This wallcovering features a geometric pattern on a shiny Silver Metallic background. The design evokes a mid-century modern aesthetic with a touch of glam.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621551667",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Norwich Bamboo Trellis 1970's on Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "Norwich Bamboo Trellis 1970's on Silver Metallic Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a bamboo trellis pattern on a silver mylar background. It evokes a retro, mid-century modern style with a touch of glam.</p>",
+        "to": "<p>This wallcovering features a bamboo trellis pattern on a Silver Metallic background. It evokes a retro, mid-century modern style with a touch of glam.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664623255603",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "Litchfield 1970's on Silver Metallic Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern with a retro vibe. The silver mylar background enhances the mid-century modern style.</p>",
+        "to": "<p>This wallcovering features a geometric pattern with a retro vibe. The Silver Metallic background enhances the mid-century modern style.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664623288371",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Hilldale 1970's on Shiny Silver Mylar Retro | Architectural Wallcoverings",
+        "to": "Hilldale 1970's on Shiny Silver Metallic Retro | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a shiny silver mylar background. The design evokes a mid-century modern style with a touch of glam.</p>",
+        "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a shiny Silver Metallic background. The design evokes a mid-century modern style with a touch of glam.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664650125363",
+    "status": "ACTIVE",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a bold stripe pattern with purple guns and bullet crests on a shiny silver mylar background. The design evokes a gothic and maximalist style, creating a dramatic and edgy mood.</p>",
+        "to": "<p>This wallcovering features a bold stripe pattern with purple guns and bullet crests on a shiny Silver Metallic background. The design evokes a gothic and maximalist style, creating a dramatic and edgy mood.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664621092915",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings",
+        "to": "Oxford 1970'S On Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>",
+        "to": "<p>This wallcovering features a geometric pattern on a shiny Silver Metallic background. It evokes a mid-century modern style with a touch of glam.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/1495687921776",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil",
+        "to": "Le Dot - Polka Dot Wallcovering - White on Bright Silver Metallic Foil"
+      },
+      "descriptionHtml": {
+        "from": "<p>Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil</p>",
+        "to": "<p>Le Dot - Polka Dot Wallcovering - White on Bright Silver Metallic Foil</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7467054137395",
+    "status": "ARCHIVED",
+    "changes": {
+      "descriptionHtml": {
+        "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+        "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/7664591732787",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Tulips On Silver Mylar Art Deco | Architectural Wallcoverings",
+        "to": "Tulips On Silver Metallic Art Deco | Architectural Wallcoverings"
+      },
+      "descriptionHtml": {
+        "from": "<p>This wallcovering features a tulip pattern on a silver mylar background. The design evokes a glamorous and art-deco aesthetic.</p>",
+        "to": "<p>This wallcovering features a tulip pattern on a Silver Metallic background. The design evokes a glamorous and art-deco aesthetic.</p>"
+      }
+    }
+  },
+  {
+    "gid": "gid://shopify/Product/6604505219123",
+    "status": "ACTIVE",
+    "changes": {
+      "title": {
+        "from": "Lyford Trellis Beiges Green on Silver Mylar Screen Printed | China Seas",
+        "to": "Lyford Trellis Beiges Green on Silver Metallic Screen Printed | China Seas"
+      }
+    }
+  }
+]
\ No newline at end of file
diff --git a/data/restore-map.json b/data/restore-map.json
new file mode 100644
index 0000000..d802c4b
--- /dev/null
+++ b/data/restore-map.json
@@ -0,0 +1,1048 @@
+{
+  "ts": "2026-09-15T20:30:25.620Z",
+  "note": "Reverse map: apply .to to set values BACK to pre-change state (Silver Metallic -> original).",
+  "restore": [
+    {
+      "gid": "gid://shopify/Product/6882876063795",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Umberto Paper on Silver Metallic Naturals | Phillipe Romano",
+          "to": "Umberto Paper on Silver Mylar Naturals | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features an abstract pattern with a textured effect on a Silver Metallic background. It evokes a modern and sophisticated mood with an organic touch.</p>",
+          "to": "<p>This wallcovering features an abstract pattern with a textured effect on a silver mylar background. It evokes a modern and sophisticated mood with an organic touch.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054071859",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862283239475",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Red Circles on Silver Metallic Red Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Red Circles on Silver Mylar Red Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Red Circles on Silver Metallic wallcovering in Red Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Red Circles on Silver Mylar wallcovering in Red Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067932723",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067768883",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067801651",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067965491",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7780158046259",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Digital Print on Reflective Silver Metallic - Wallcovering | Bespoke",
+          "to": "Digital Print on Reflective Silver Mylar - Wallcovering | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This digital print on reflective Silver Metallic wallcovering features a Victorian-inspired damask pattern with ornate oval frames. The reflective Silver Metallic adds a touch of luxury and sophistication, making it suitable for creating a statement wall or adding visual interest to a space.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask, Abstract</p>\n<p><strong>Colors:</strong> silver, gray, black</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Living Room, Dining Room, Bedroom</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This digital print on reflective silver mylar wallcovering features a Victorian-inspired damask pattern with ornate oval frames. The reflective silver mylar adds a touch of luxury and sophistication, making it suitable for creating a statement wall or adding visual interest to a space.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask, Abstract</p>\n<p><strong>Colors:</strong> silver, gray, black</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Living Room, Dining Room, Bedroom</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7783112212531",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Walls on Demand Digital Printing on Silver Metallic - Pattern Desig | Bespoke",
+          "to": "Walls on Demand Digital Printing on Silver Mylar - Pattern Desig | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold floral damask pattern printed on a Silver Metallic background, creating a luxurious and eye-catching effect. The metallic sheen adds depth and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Traditional, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Damask</p>\n<p><strong>Colors:</strong> gold, silver, blue</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Retail</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold floral damask pattern printed on a silver mylar background, creating a luxurious and eye-catching effect. The metallic sheen adds depth and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Traditional, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Damask</p>\n<p><strong>Colors:</strong> gold, silver, blue</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Retail</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7785747513395",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Japonae - 1970's Mylar Japanese Lattice Trellis - Silver Metallic - | Bespoke",
+          "to": "Japonae - 1970's Mylar Japanese Lattice Trellis - Silver Mylar - | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Japonae wallcovering evokes a sense of refined elegance with its Silver Metallic finish and intricate Japanese lattice trellis design. The floral accents add a touch of botanical charm, making it a sophisticated choice for commercial spaces seeking a blend of traditional and art deco aesthetics.</p>\n<p><strong>Style:</strong> Chinoiserie, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Trellis</p>\n<p><strong>Colors:</strong> silver, light blue, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Japonae wallcovering evokes a sense of refined elegance with its silver mylar finish and intricate Japanese lattice trellis design. The floral accents add a touch of botanical charm, making it a sophisticated choice for commercial spaces seeking a blend of traditional and art deco aesthetics.</p>\n<p><strong>Style:</strong> Chinoiserie, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Trellis</p>\n<p><strong>Colors:</strong> silver, light blue, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862271967283",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Chanel Grass on Metal Copper Brown On Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Chanel Grass on Metal Copper Brown On Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Copper Brown On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Copper Brown On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862272131123",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Chanel Grass on Metal Deep Seagreen Teal Blue On Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Chanel Grass on Metal Deep Seagreen Teal Blue On Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Deep Seagreen Teal Blue On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Chanel Grass on Metal wallcovering in Deep Seagreen Teal Blue On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054170163",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition featuring intricate details and balanced tones, this wallcovering evokes sophistication through its subtle texture and elegant design. A statement of quiet luxury for any interior space.  \n#luxuryinteriors #wallart #decorinspiration\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition featuring intricate details and balanced tones, this wallcovering evokes sophistication through its subtle texture and elegant design. A statement of quiet luxury for any interior space.  \n#luxuryinteriors #wallart #decorinspiration\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054301235",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054334003",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054366771",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054399539",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054432307",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054465075",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467072913459",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067867187",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Experience the timeless elegance of Ogival Taupe On Silver Sisal Wallcovering by Paul Montgomery. #LuxuryDesign #ElegantInteriors #PaulMontgomery\n\n",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Experience the timeless elegance of Ogival Taupe On Silver Sisal Wallcovering by Paul Montgomery. #LuxuryDesign #ElegantInteriors #PaulMontgomery\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067899955",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070685235",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070718003",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070849075",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495627104368",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Red Circles on Silver Metallic",
+          "to": "Red Circles on Silver Mylar"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a pattern of red circles on a reflective Silver Metallic background. The design offers a modern and glamorous aesthetic, suitable for creating a bold statement. </p>",
+          "to": "<p>This wallcovering features a pattern of red circles on a reflective silver mylar background. The design offers a modern and glamorous aesthetic, suitable for creating a bold statement. </p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070914611",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070980147",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Ottoman 5 Grey Blue On Silver Sisal Wallcovering by Paul Montgomery showcases a refined textured sisal base in silver, overlaid with an elegant grey-blue geometric ottoman pattern, creating a sophisticated, tactile statement for upscale interiors. #LuxuryWallcoverings #ElegantDesign\n\n\n",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Ottoman 5 Grey Blue On Silver Sisal Wallcovering by Paul Montgomery showcases a refined textured sisal base in silver, overlaid with an elegant grey-blue geometric ottoman pattern, creating a sophisticated, tactile statement for upscale interiors. #LuxuryWallcoverings #ElegantDesign\n\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467071471667",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467071569971",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467072749619",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7783115456563",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Mylo - Silverado - the Original Solid Silver Metallic Wallpper | Bespoke",
+          "to": "Mylo - Silverado - the Original Solid Silver Mylar Wallpper | Bespoke"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7964449996851",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Zanzibar Trellis Mylar, Silver Metallic Wallcoverings | Schumacher",
+          "to": "Zanzibar Trellis Mylar, Silver Mylar Wallcoverings | Schumacher"
+        },
+        "descriptionHtml": {
+          "from": "<p>Zanzibar Trellis Mylar in Silver Metallic is a designer wallcovering from the MOON RIVER collection by Schumacher. Priced per single roll.</p>",
+          "to": "<p>Zanzibar Trellis Mylar in Silver Mylar is a designer wallcovering from the MOON RIVER collection by Schumacher. Priced per single roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621649971",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Norfolk 1970's Silver Metallic Floral Retro | Architectural Wallcoverings",
+          "to": "Norfolk 1970's Silver Mylar Floral Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This is a Silver Metallic wallcovering with a floral pattern. It evokes a retro and glamorous mood, reminiscent of the 1970s.</p>",
+          "to": "<p>This is a silver mylar wallcovering with a floral pattern. It evokes a retro and glamorous mood, reminiscent of the 1970s.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621748275",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "New Haven 1970's on Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "New Haven 1970's on Silver Mylar Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a Silver Metallic background. It evokes a mid-century modern style with a touch of glam.</p>",
+          "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495789273200",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Sensimille - Sueded Silver Metallic",
+          "to": "Sensimille - Sueded Silver Mylar"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495162880112",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Armani Metal Natural Jute on Silver Metallic Wallcovering | Phillipe Romano",
+          "to": "Armani Metal Natural Jute on Silver Mylar Wallcovering | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Armani Metal Natural Jute on Silver Metallic Wallcovering is a designer wallcovering from Phillipe Romano. A refined choice that brings texture, color, and character to residential and commercial interiors. Order a sample to evaluate the color and finish in your own space before committing to full rolls.</p>",
+          "to": "<p>Armani Metal Natural Jute on Silver Mylar Wallcovering is a designer wallcovering from Phillipe Romano. A refined choice that brings texture, color, and character to residential and commercial interiors. Order a sample to evaluate the color and finish in your own space before committing to full rolls.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862901506099",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Palakua Classic Grasscloth Natural On Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Palakua Classic Grasscloth Natural On Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Palakua Classic Grasscloth wallcovering in Natural On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Palakua Classic Grasscloth wallcovering in Natural On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495789928560",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Sensimille - Sueded Silver Metallic",
+          "to": "Sensimille - Sueded Silver Mylar"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070652467",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054104627",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition of texture and tone, the wallcovering features a delicate interplay of color and form, creating a serene yet sophisticated ambiance. Ideal for elevating contemporary or classic spaces. #luxuryinteriors #wallart #modernwallcoverings\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition of texture and tone, the wallcovering features a delicate interplay of color and form, creating a serene yet sophisticated ambiance. Ideal for elevating contemporary or classic spaces. #luxuryinteriors #wallart #modernwallcoverings\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054202931",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054235699",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A serene arrangement of organic forms and muted tones creates a sophisticated ambiance in this wallcovering. Subtle textures and refined contrasts add depth, making it a timeless choice for curated spaces. #luxurywalls #interiorstyle #elegantspaces\n",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A serene arrangement of organic forms and muted tones creates a sophisticated ambiance in this wallcovering. Subtle textures and refined contrasts add depth, making it a timeless choice for curated spaces. #luxurywalls #interiorstyle #elegantspaces\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067605043",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067703347",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n\n",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1496108433520",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Kioshiba Luxury Grasscloth - Natural and Black on Silver Metallic",
+          "to": "Kioshiba Luxury Grasscloth - Natural and Black on Silver Mylar"
+        },
+        "descriptionHtml": {
+          "from": "<p>This is a grasscloth wallcovering with natural and black fibers on a Silver Metallic background. The wallcovering evokes a modern and glamorous mood with an organic touch.</p>",
+          "to": "<p>This is a grasscloth wallcovering with natural and black fibers on a silver mylar background. The wallcovering evokes a modern and glamorous mood with an organic touch.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070783539",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467070816307",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of Silver Metallic behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495787896944",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Sunshine - Silver Metallic",
+          "to": "Sunshine - Silver Mylar"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495180509296",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Sansai Metallics Natural Sisal on Silver Metallic | Phillipe Romano",
+          "to": "Sansai Metallics Natural Sisal on Silver Mylar | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Tish Sisal Weave Natural on Silver Metallic</p>\n\n",
+          "to": "<p>Tish Sisal Weave Natural on Silver Mylar</p>\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467067670579",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Metallic Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7785747382323",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Silverskin Digital Wallcovering - Smooth Shiny Silver Metallic | Bespoke",
+          "to": "Silverskin Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin Digital Wallcovering features a smooth, shiny Silver Metallic finish, creating a modern and edgy aesthetic. The bold black graphics contrast sharply against the metallic background, making it a statement piece for any commercial space.</p>\n<p><strong>Style:</strong> Contemporary</p>\n<p><strong>Pattern:</strong> Stripe, Abstract</p>\n<p><strong>Colors:</strong> silver, black, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Retail</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin Digital Wallcovering features a smooth, shiny silver mylar finish, creating a modern and edgy aesthetic. The bold black graphics contrast sharply against the metallic background, making it a statement piece for any commercial space.</p>\n<p><strong>Style:</strong> Contemporary</p>\n<p><strong>Pattern:</strong> Stripe, Abstract</p>\n<p><strong>Colors:</strong> silver, black, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Retail</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/4720969121843",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p><meta charset=\"utf-8\"><span data-mce-fragment=\"1\">is a unique piece featuring modern banana leaves. This tropical mural consists 5 panels before repeating. Use as a mural, or purchase individual panels to frame as an accent. Each panel is 36\" wide by 120\" tall. Design height: 120\". Available on 2 paper types: MuralPro wallcovering for a matte finish look, OR, NEW, Printed on Metallic Silver Metallic(Shown in last image) for more dramatic depth.</span></p>\n<p>6 Panels in Set, Width-36in, Design Height-120in, Total Height-120in</p>",
+          "to": "<p><meta charset=\"utf-8\"><span data-mce-fragment=\"1\">is a unique piece featuring modern banana leaves. This tropical mural consists 5 panels before repeating. Use as a mural, or purchase individual panels to frame as an accent. Each panel is 36\" wide by 120\" tall. Design height: 120\". Available on 2 paper types: MuralPro wallcovering for a matte finish look, OR, NEW, Printed on Metallic Silver Mylar(Shown in last image) for more dramatic depth.</span></p>\n<p>6 Panels in Set, Width-36in, Design Height-120in, Total Height-120in</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495175364720",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Tea Green on Silver Metallic</p><br><br>A captivating design unfolds across the wallcovering, blending delicate textures with refined elegance. Subtle contrasts invite a closer look, creating a serene yet sophisticated atmosphere. #luxurydesign #wallartinspo #moderninteriors\n",
+          "to": "<p>Tea Green on Silver Mylar</p><br><br>A captivating design unfolds across the wallcovering, blending delicate textures with refined elegance. Subtle contrasts invite a closer look, creating a serene yet sophisticated atmosphere. #luxurydesign #wallartinspo #moderninteriors\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495175528560",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Copper Brown on Silver Metallic</p>\n\n\n\n",
+          "to": "<p>Copper Brown on Silver Mylar</p>\n\n\n\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495176478832",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Basket Weave Taupe Natural on Silver Metallic</p>",
+          "to": "<p>Basket Weave Taupe Natural on Silver Mylar</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495226417264",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Kelly Deco Velvet Flocked Wallcoverings - Lattice Work White Flock on Silver Metallic</p>",
+          "to": "<p>Kelly Deco Velvet Flocked Wallcoverings - Lattice Work White Flock on Silver Mylar</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054497843",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/6604505448499",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Lyford Trellis New Blue Navy Terracotta on Silver Metallic Screen Printed | China Seas",
+          "to": "Lyford Trellis New Blue Navy Terracotta on Silver Mylar Screen Printed | China Seas"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495789568112",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Sensimille - Sueded Silver Metallic",
+          "to": "Sensimille - Sueded Silver Mylar"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1496071143536",
+      "status": "ACTIVE",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Basket Weave White on Silver Metallic</p>",
+          "to": "<p>Basket Weave White on Silver Mylar</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/6604505186355",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Lyford Trellis Beige Salmon on Silver Metallic Screen Printed | China Seas",
+          "to": "Lyford Trellis Beige Salmon on Silver Mylar Screen Printed | China Seas"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7784804646963",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Skull Damask - Purple on Silver Metallic - Pattern Design Lab | Bespoke",
+          "to": "Skull Damask - Purple on Silver Mylar - Pattern Design Lab | Bespoke"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7785747152947",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Silverskin™ Full Digital Wallcovering - Smooth Shiny Silver Metallic | Bespoke",
+          "to": "Silverskin™ Full Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin™ Full Digital Wallcovering offers a smooth, shiny Silver Metallic finish, perfect for creating a modern and sophisticated ambiance. Its reflective surface can enhance lighting and add a touch of luxury to commercial spaces.</p>\n<p><strong>Style:</strong> Modern, Minimalist</p>\n<p><strong>Pattern:</strong> Solid</p>\n<p><strong>Colors:</strong> pink, silver, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Lobby</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin™ Full Digital Wallcovering offers a smooth, shiny silver mylar finish, perfect for creating a modern and sophisticated ambiance. Its reflective surface can enhance lighting and add a touch of luxury to commercial spaces.</p>\n<p><strong>Style:</strong> Modern, Minimalist</p>\n<p><strong>Pattern:</strong> Solid</p>\n<p><strong>Colors:</strong> pink, silver, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Lobby</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7784804089907",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Silverado Custom Wallcovering - Custom Digitally Print Silver Metallic | Bespoke",
+          "to": "Silverado Custom Wallcovering - Custom Digitally Print Silver Mylar | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Silverado Custom Wallcovering features a digitally printed Silver Metallic effect, creating a unique and modern look. The abstract pattern and textured appearance make it a versatile choice for commercial spaces seeking a touch of sophistication and visual interest.</p>\n<p><strong>Style:</strong> Contemporary, Abstract</p>\n<p><strong>Pattern:</strong> Abstract, Textured</p>\n<p><strong>Colors:</strong> gold, black, silver</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Office, Lobby, Retail Space</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Silverado Custom Wallcovering features a digitally printed silver mylar effect, creating a unique and modern look. The abstract pattern and textured appearance make it a versatile choice for commercial spaces seeking a touch of sophistication and visual interest.</p>\n<p><strong>Style:</strong> Contemporary, Abstract</p>\n<p><strong>Pattern:</strong> Abstract, Textured</p>\n<p><strong>Colors:</strong> gold, black, silver</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Office, Lobby, Retail Space</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862276063283",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Sansai Metallics Natural Sisal On Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Sansai Metallics Natural Sisal On Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Sansai Metallics wallcovering in Natural Sisal On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Sansai Metallics wallcovering in Natural Sisal On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7785747611699",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Japanese Fans on Silver Metallic - Pattern Design Lab | Bespoke",
+          "to": "Japanese Fans on Silver Mylar - Pattern Design Lab | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold geometric pattern with floral accents, reminiscent of Japanese fans. The Silver Metallic background adds a touch of glamour and sophistication, making it suitable for creating a statement wall in commercial spaces.</p>\n<p><strong>Style:</strong> Mid-Century Modern, Art Deco</p>\n<p><strong>Pattern:</strong> Geometric, Floral</p>\n<p><strong>Colors:</strong> silver, brown, white</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold geometric pattern with floral accents, reminiscent of Japanese fans. The silver mylar background adds a touch of glamour and sophistication, making it suitable for creating a statement wall in commercial spaces.</p>\n<p><strong>Style:</strong> Mid-Century Modern, Art Deco</p>\n<p><strong>Pattern:</strong> Geometric, Floral</p>\n<p><strong>Colors:</strong> silver, brown, white</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/6940360310835",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Tulips On Silver Metallic - Closeup Art Deco | Architectural Wallcoverings",
+          "to": "Tulips On Silver Mylar - Closeup Art Deco | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a close-up of tulips on a Silver Metallic background. The design evokes an art deco style with a glamorous and sophisticated mood.</p>",
+          "to": "<p>This wallcovering features a close-up of tulips on a silver mylar background. The design evokes an art deco style with a glamorous and sophisticated mood.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495790256240",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Sensimille - Sueded Silver Metallic",
+          "to": "Sensimille - Sueded Silver Mylar"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7785747578931",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Retro Tulips on Silver Metallic - Closeup | Bespoke",
+          "to": "Retro Tulips on Silver Mylar - Closeup | Bespoke"
+        },
+        "descriptionHtml": {
+          "from": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features stylized tulip motifs in a retro-inspired design. The combination of yellow, white, and gray against a Silver Metallic background creates a visually striking and sophisticated look, perfect for adding a touch of vintage glamour to commercial spaces.</p>\n<p><strong>Style:</strong> Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Geometric</p>\n<p><strong>Colors:</strong> yellow, white, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Office</p>\n</div>",
+          "to": "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features stylized tulip motifs in a retro-inspired design. The combination of yellow, white, and gray against a silver mylar background creates a visually striking and sophisticated look, perfect for adding a touch of vintage glamour to commercial spaces.</p>\n<p><strong>Style:</strong> Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Geometric</p>\n<p><strong>Colors:</strong> yellow, white, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Office</p>\n</div>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7862287564851",
+      "status": "DRAFT",
+      "fields": {
+        "title": {
+          "from": "Iwate Luxury Grasscloth Green Tones On Silver Metallic Memo Sample | Phillipe Romano",
+          "to": "Iwate Luxury Grasscloth Green Tones On Silver Mylar Memo Sample | Phillipe Romano"
+        },
+        "descriptionHtml": {
+          "from": "<p>Memo sample of the Iwate Luxury Grasscloth wallcovering in Green Tones On Silver Metallic by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>",
+          "to": "<p>Memo sample of the Iwate Luxury Grasscloth wallcovering in Green Tones On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495175725168",
+      "status": "DRAFT",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>Deep Seagreen Teal Blue on Silver Metallic</p><br><br>A serene composition featuring soft, textured tones and subtle detailing creates a refined, calming ambiance. The design evokes understated elegance, perfect for modern or classic interiors. #luxuryinteriors #wallartdesign #modernwallcoverings\n",
+          "to": "<p>Deep Seagreen Teal Blue on Silver Mylar</p><br><br>A serene composition featuring soft, textured tones and subtle detailing creates a refined, calming ambiance. The design evokes understated elegance, perfect for modern or classic interiors. #luxuryinteriors #wallartdesign #modernwallcoverings\n"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495527030896",
+      "status": "ARCHIVED",
+      "fields": {
+        "title": {
+          "from": "Steve's Silver Grey Grasscloth on Silver Metallic",
+          "to": "Steve's Silver Grey Grasscloth on Silver Mylar"
+        },
+        "descriptionHtml": {
+          "from": "<p>Steve's Silver Grey Grasscloth on Silver Metallic</p>",
+          "to": "<p>Steve's Silver Grey Grasscloth on Silver Mylar</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664620994611",
+      "status": "ACTIVE",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric art deco pattern on a Silver Metallic background. The design evokes a glamorous and sophisticated 1970s aesthetic.</p>",
+          "to": "<p>This wallcovering features a geometric art deco pattern on a silver mylar background. The design evokes a glamorous and sophisticated 1970s aesthetic.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621125683",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Oxford 1970's on Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings",
+          "to": "Oxford 1970's on Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621223987",
+      "status": "ACTIVE",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a 1970's bamboo geometric design on a Silver Metallic background. It evokes a retro and slightly industrial mood.</p>",
+          "to": "<p>This wallcovering features a 1970's bamboo geometric design on a silver mylar background. It evokes a retro and slightly industrial mood.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621322291",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Burlington Bamboo 1970's (Shown on Silver Metallic) Mid-Century Modern | Architectural Wallcoverings",
+          "to": "Burlington Bamboo 1970's (Shown on SIlver Mylar) Mid-Century Modern | Architectural Wallcoverings"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664622174259",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Milford 1970's Pop Art on Shiny Silver Metallic | Architectural Wallcoverings",
+          "to": "Milford 1970's Pop Art on Shiny Silver Mylar | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a bold geometric pattern on a shiny Silver Metallic background. The design evokes a retro, glamorous, and energetic mood reminiscent of the 1970s pop art era.</p>",
+          "to": "<p>This wallcovering features a bold geometric pattern on a shiny silver mylar background. The design evokes a retro, glamorous, and energetic mood reminiscent of the 1970s pop art era.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664622960691",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Sardo's Silver Metallic Stripe 1970's Contemporary | Architectural Wallcoverings",
+          "to": "Sardo's Silver Mylar Stripe 1970's Contemporary | Architectural Wallcoverings"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664623157299",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Litchfield 1970's on Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a Silver Metallic background. It evokes a vintage, stylish, and slightly glamorous mood.</p>",
+          "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a vintage, stylish, and slightly glamorous mood.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664623452211",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Harwinton 1970's on Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "Harwinton 1970's on Silver Mylar Retro | Architectural Wallcoverings"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664620961843",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Oxford 1970'S On Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings",
+          "to": "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern on a shiny Silver Metallic background. The design evokes a mid-century modern aesthetic with a touch of glam.</p>",
+          "to": "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. The design evokes a mid-century modern aesthetic with a touch of glam.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621551667",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Norwich Bamboo Trellis 1970's on Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "Norwich Bamboo Trellis 1970's on Silver Mylar Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a bamboo trellis pattern on a Silver Metallic background. It evokes a retro, mid-century modern style with a touch of glam.</p>",
+          "to": "<p>This wallcovering features a bamboo trellis pattern on a silver mylar background. It evokes a retro, mid-century modern style with a touch of glam.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664623255603",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Litchfield 1970's on Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern with a retro vibe. The Silver Metallic background enhances the mid-century modern style.</p>",
+          "to": "<p>This wallcovering features a geometric pattern with a retro vibe. The silver mylar background enhances the mid-century modern style.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664623288371",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Hilldale 1970's on Shiny Silver Metallic Retro | Architectural Wallcoverings",
+          "to": "Hilldale 1970's on Shiny Silver Mylar Retro | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a shiny Silver Metallic background. The design evokes a mid-century modern style with a touch of glam.</p>",
+          "to": "<p>This wallcovering features a geometric pattern with a retro aesthetic on a shiny silver mylar background. The design evokes a mid-century modern style with a touch of glam.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664650125363",
+      "status": "ACTIVE",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a bold stripe pattern with purple guns and bullet crests on a shiny Silver Metallic background. The design evokes a gothic and maximalist style, creating a dramatic and edgy mood.</p>",
+          "to": "<p>This wallcovering features a bold stripe pattern with purple guns and bullet crests on a shiny silver mylar background. The design evokes a gothic and maximalist style, creating a dramatic and edgy mood.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664621092915",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Oxford 1970'S On Shiny Silver Metallic Mid-Century Modern | Architectural Wallcoverings",
+          "to": "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a geometric pattern on a shiny Silver Metallic background. It evokes a mid-century modern style with a touch of glam.</p>",
+          "to": "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/1495687921776",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Le Dot - Polka Dot Wallcovering - White on Bright Silver Metallic Foil",
+          "to": "Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil"
+        },
+        "descriptionHtml": {
+          "from": "<p>Le Dot - Polka Dot Wallcovering - White on Bright Silver Metallic Foil</p>",
+          "to": "<p>Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7467054137395",
+      "status": "ARCHIVED",
+      "fields": {
+        "descriptionHtml": {
+          "from": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the Silver Metallic shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>",
+          "to": "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/7664591732787",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Tulips On Silver Metallic Art Deco | Architectural Wallcoverings",
+          "to": "Tulips On Silver Mylar Art Deco | Architectural Wallcoverings"
+        },
+        "descriptionHtml": {
+          "from": "<p>This wallcovering features a tulip pattern on a Silver Metallic background. The design evokes a glamorous and art-deco aesthetic.</p>",
+          "to": "<p>This wallcovering features a tulip pattern on a silver mylar background. The design evokes a glamorous and art-deco aesthetic.</p>"
+        }
+      }
+    },
+    {
+      "gid": "gid://shopify/Product/6604505219123",
+      "status": "ACTIVE",
+      "fields": {
+        "title": {
+          "from": "Lyford Trellis Beiges Green on Silver Metallic Screen Printed | China Seas",
+          "to": "Lyford Trellis Beiges Green on Silver Mylar Screen Printed | China Seas"
+        }
+      }
+    }
+  ]
+}
\ No newline at end of file
diff --git a/data/scope.json b/data/scope.json
new file mode 100644
index 0000000..6e6daf9
--- /dev/null
+++ b/data/scope.json
@@ -0,0 +1 @@
+[{"gid" : "gid://shopify/Product/6882876063795", "status" : "ACTIVE", "old_title" : "Umberto Paper on Silver Mylar Naturals | Phillipe Romano", "old_body" : "<p>This wallcovering features an abstract pattern with a textured effect on a silver mylar background. It evokes a modern and sophisticated mood with an organic touch.</p>"}, {"gid" : "gid://shopify/Product/7467054071859", "status" : "ARCHIVED", "old_title" : "Damask 5 Blue Beige On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7862283239475", "status" : "DRAFT", "old_title" : "Red Circles on Silver Mylar Red Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Red Circles on Silver Mylar wallcovering in Red Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/7467067932723", "status" : "ARCHIVED", "old_title" : "Ogival Green On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467067768883", "status" : "ARCHIVED", "old_title" : "Ogival Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467067801651", "status" : "ARCHIVED", "old_title" : "Ogival Olive Green On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467067965491", "status" : "ARCHIVED", "old_title" : "Ogival Sky Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7780158046259", "status" : "ARCHIVED", "old_title" : "Digital Print on Reflective Silver Mylar - Wallcovering | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This digital print on reflective silver mylar wallcovering features a Victorian-inspired damask pattern with ornate oval frames. The reflective silver mylar adds a touch of luxury and sophistication, making it suitable for creating a statement wall or adding visual interest to a space.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask, Abstract</p>\n<p><strong>Colors:</strong> silver, gray, black</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Living Room, Dining Room, Bedroom</p>\n</div>"}, {"gid" : "gid://shopify/Product/7783112212531", "status" : "ARCHIVED", "old_title" : "Walls on Demand Digital Printing on Silver Mylar - Pattern Desig | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold floral damask pattern printed on a silver mylar background, creating a luxurious and eye-catching effect. The metallic sheen adds depth and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Traditional, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Damask</p>\n<p><strong>Colors:</strong> gold, silver, blue</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Retail</p>\n</div>"}, {"gid" : "gid://shopify/Product/7785747513395", "status" : "ARCHIVED", "old_title" : "Japonae - 1970's Mylar Japanese Lattice Trellis - Silver Mylar - | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Japonae wallcovering evokes a sense of refined elegance with its silver mylar finish and intricate Japanese lattice trellis design. The floral accents add a touch of botanical charm, making it a sophisticated choice for commercial spaces seeking a blend of traditional and art deco aesthetics.</p>\n<p><strong>Style:</strong> Chinoiserie, Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Trellis</p>\n<p><strong>Colors:</strong> silver, light blue, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"}, {"gid" : "gid://shopify/Product/7862271967283", "status" : "DRAFT", "old_title" : "Chanel Grass on Metal Copper Brown On Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Chanel Grass on Metal wallcovering in Copper Brown On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/7862272131123", "status" : "DRAFT", "old_title" : "Chanel Grass on Metal Deep Seagreen Teal Blue On Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Chanel Grass on Metal wallcovering in Deep Seagreen Teal Blue On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/7467054170163", "status" : "ARCHIVED", "old_title" : "Damask 5 Cream Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition featuring intricate details and balanced tones, this wallcovering evokes sophistication through its subtle texture and elegant design. A statement of quiet luxury for any interior space.  \n#luxuryinteriors #wallart #decorinspiration\n"}, {"gid" : "gid://shopify/Product/7467054301235", "status" : "ARCHIVED", "old_title" : "Damask 5 Grey Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"}, {"gid" : "gid://shopify/Product/7467054334003", "status" : "ARCHIVED", "old_title" : "Damask 5 Light Blue Rose On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n"}, {"gid" : "gid://shopify/Product/7467054366771", "status" : "ARCHIVED", "old_title" : "Damask 5 Light Blue Taupe On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467054399539", "status" : "ARCHIVED", "old_title" : "Damask 5 Olive On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467054432307", "status" : "ARCHIVED", "old_title" : "Damask 5 Rose Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467054465075", "status" : "ARCHIVED", "old_title" : "Damask 5 Taupe On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467072913459", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Taupe On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467067867187", "status" : "ARCHIVED", "old_title" : "Ogival Taupe On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Experience the timeless elegance of Ogival Taupe On Silver Sisal Wallcovering by Paul Montgomery. #LuxuryDesign #ElegantInteriors #PaulMontgomery\n\n"}, {"gid" : "gid://shopify/Product/7467067899955", "status" : "ARCHIVED", "old_title" : "Ogival Rose On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467070685235", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Black Cream On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467070718003", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Blue Beige On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467070849075", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Green Beige On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/1495627104368", "status" : "ACTIVE", "old_title" : "Red Circles on Silver Mylar", "old_body" : "<p>This wallcovering features a pattern of red circles on a reflective silver mylar background. The design offers a modern and glamorous aesthetic, suitable for creating a bold statement. </p>"}, {"gid" : "gid://shopify/Product/7467070914611", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467070980147", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Grey Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p><br><br>Ottoman 5 Grey Blue On Silver Sisal Wallcovering by Paul Montgomery showcases a refined textured sisal base in silver, overlaid with an elegant grey-blue geometric ottoman pattern, creating a sophisticated, tactile statement for upscale interiors. #LuxuryWallcoverings #ElegantDesign\n\n\n"}, {"gid" : "gid://shopify/Product/7467071471667", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Olive Beige On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467071569971", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Pink Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467072749619", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Red Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"}, {"gid" : "gid://shopify/Product/7783115456563", "status" : "ARCHIVED", "old_title" : "Mylo - Silverado - the Original Solid Silver Mylar Wallpper | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold yellow color with a textured silver reflective surface. Its durable vinyl construction makes it suitable for high-traffic commercial environments, adding a touch of modern flair.</p>\n<p><strong>Style:</strong> Modern</p>\n<p><strong>Pattern:</strong> Solid, Textured</p>\n<p><strong>Colors:</strong> yellow, silver</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Restaurant</p>\n</div>"}, {"gid" : "gid://shopify/Product/7964449996851", "status" : "DRAFT", "old_title" : "Zanzibar Trellis Mylar, Silver Mylar Wallcoverings | Schumacher", "old_body" : "<p>Zanzibar Trellis Mylar in Silver Mylar is a designer wallcovering from the MOON RIVER collection by Schumacher. Priced per single roll.</p>"}, {"gid" : "gid://shopify/Product/7664621649971", "status" : "ACTIVE", "old_title" : "Norfolk 1970's Silver Mylar Floral Retro | Architectural Wallcoverings", "old_body" : "<p>This is a silver mylar wallcovering with a floral pattern. It evokes a retro and glamorous mood, reminiscent of the 1970s.</p>"}, {"gid" : "gid://shopify/Product/7664621748275", "status" : "ACTIVE", "old_title" : "New Haven 1970's on Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/1495789273200", "status" : "ACTIVE", "old_title" : "Sensimille - Sueded Silver Mylar", "old_body" : "<p>This wallcovering features a woven grasscloth texture with a subtle stripe pattern. The neutral color palette evokes a sense of calm and natural elegance. It is ideal for creating a serene and inviting atmosphere in living rooms, bedrooms, or hospitality spaces.</p>"}, {"gid" : "gid://shopify/Product/1495162880112", "status" : "ARCHIVED", "old_title" : "Armani Metal Natural Jute on Silver Mylar Wallcovering | Phillipe Romano", "old_body" : "<p>Armani Metal Natural Jute on Silver Mylar Wallcovering is a designer wallcovering from Phillipe Romano. A refined choice that brings texture, color, and character to residential and commercial interiors. Order a sample to evaluate the color and finish in your own space before committing to full rolls.</p>"}, {"gid" : "gid://shopify/Product/7862901506099", "status" : "DRAFT", "old_title" : "Palakua Classic Grasscloth Natural On Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Palakua Classic Grasscloth wallcovering in Natural On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/1495789928560", "status" : "ACTIVE", "old_title" : "Sensimille - Sueded Silver Mylar", "old_body" : "<p>This wallcovering features a woven texture with alternating beige and off-white strands. The design evokes a sense of natural simplicity and understated elegance. Ideal for creating a serene and inviting atmosphere in residential spaces.</p>"}, {"gid" : "gid://shopify/Product/7467070652467", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Black & White On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467054104627", "status" : "ARCHIVED", "old_title" : "Damask 5 Blue Satin On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A refined composition of texture and tone, the wallcovering features a delicate interplay of color and form, creating a serene yet sophisticated ambiance. Ideal for elevating contemporary or classic spaces. #luxuryinteriors #wallart #modernwallcoverings\n"}, {"gid" : "gid://shopify/Product/7467054202931", "status" : "ARCHIVED", "old_title" : "Damask 5 Egg Satin Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>\n\n"}, {"gid" : "gid://shopify/Product/7467054235699", "status" : "ARCHIVED", "old_title" : "Damask 5 Grey On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p><br><br>A serene arrangement of organic forms and muted tones creates a sophisticated ambiance in this wallcovering. Subtle textures and refined contrasts add depth, making it a timeless choice for curated spaces. #luxurywalls #interiorstyle #elegantspaces\n"}, {"gid" : "gid://shopify/Product/7467067605043", "status" : "ARCHIVED", "old_title" : "Ogival Black On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n"}, {"gid" : "gid://shopify/Product/7467067703347", "status" : "ARCHIVED", "old_title" : "Ogival Golden On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>\n\n"}, {"gid" : "gid://shopify/Product/1496108433520", "status" : "ACTIVE", "old_title" : "Kioshiba Luxury Grasscloth - Natural and Black on Silver Mylar", "old_body" : "<p>This is a grasscloth wallcovering with natural and black fibers on a silver mylar background. The wallcovering evokes a modern and glamorous mood with an organic touch.</p>"}, {"gid" : "gid://shopify/Product/7467070783539", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Blush Green On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7467070816307", "status" : "ARCHIVED", "old_title" : "Ottoman 5 Brown Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>Another fascinating take on the popular Leopard Spot and Tiger Stripe pattern. Check out the interesting color ways. The shimmer of silver mylar behind the Sisal texture enhances the overall effect. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/1495787896944", "status" : "ARCHIVED", "old_title" : "Sunshine - Silver Mylar", "old_body" : "<p>Commercial Mylar Wallcovering</p>"}, {"gid" : "gid://shopify/Product/1495180509296", "status" : "ARCHIVED", "old_title" : "Sansai Metallics Natural Sisal on Silver Mylar | Phillipe Romano", "old_body" : "<p>Tish Sisal Weave Natural on Silver Mylar</p>\n\n"}, {"gid" : "gid://shopify/Product/7467067670579", "status" : "ARCHIVED", "old_title" : "Ogival Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>A classic Oval based design is transformed into a moving pattern which shimmers on Silver Mylar Sisal as its base and is at home in modern settings. This pattern is crafted by combining hand-painted finishing with geometric design. Sold in standard lengths from 1 to 4 yards. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7785747382323", "status" : "ARCHIVED", "old_title" : "Silverskin Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin Digital Wallcovering features a smooth, shiny silver mylar finish, creating a modern and edgy aesthetic. The bold black graphics contrast sharply against the metallic background, making it a statement piece for any commercial space.</p>\n<p><strong>Style:</strong> Contemporary</p>\n<p><strong>Pattern:</strong> Stripe, Abstract</p>\n<p><strong>Colors:</strong> silver, black, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Retail</p>\n</div>"}, {"gid" : "gid://shopify/Product/4720969121843", "status" : "ARCHIVED", "old_title" : "Northcott Forest Bamboo  by Et Cie Wall Panels", "old_body" : "<p><meta charset=\"utf-8\"><span data-mce-fragment=\"1\">is a unique piece featuring modern banana leaves. This tropical mural consists 5 panels before repeating. Use as a mural, or purchase individual panels to frame as an accent. Each panel is 36\" wide by 120\" tall. Design height: 120\". Available on 2 paper types: MuralPro wallcovering for a matte finish look, OR, NEW, Printed on Metallic Silver Mylar(Shown in last image) for more dramatic depth.</span></p>\n<p>6 Panels in Set, Width-36in, Design Height-120in, Total Height-120in</p>"}, {"gid" : "gid://shopify/Product/1495175364720", "status" : "ARCHIVED", "old_title" : "Chanel Grass on Metal | Phillipe Romano", "old_body" : "<p>Tea Green on Silver Mylar</p><br><br>A captivating design unfolds across the wallcovering, blending delicate textures with refined elegance. Subtle contrasts invite a closer look, creating a serene yet sophisticated atmosphere. #luxurydesign #wallartinspo #moderninteriors\n"}, {"gid" : "gid://shopify/Product/1495175528560", "status" : "ARCHIVED", "old_title" : "Chanel Grass on Metal | Phillipe Romano", "old_body" : "<p>Copper Brown on Silver Mylar</p>\n\n\n\n"}, {"gid" : "gid://shopify/Product/1495176478832", "status" : "ARCHIVED", "old_title" : "Bumble Basketweave Wallcovering | Phillipe Romano", "old_body" : "<p>Basket Weave Taupe Natural on Silver Mylar</p>"}, {"gid" : "gid://shopify/Product/1495226417264", "status" : "ARCHIVED", "old_title" : "Kelly Deco Velvet Flocked Wallcoverings - Lattice Work", "old_body" : "<p>Kelly Deco Velvet Flocked Wallcoverings - Lattice Work White Flock on Silver Mylar</p>"}, {"gid" : "gid://shopify/Product/7467054497843", "status" : "ARCHIVED", "old_title" : "Damask 5 White Olive On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/6604505448499", "status" : "ACTIVE", "old_title" : "Lyford Trellis New Blue Navy Terracotta on Silver Mylar Screen Printed | China Seas", "old_body" : "<p>This wallcovering features a classic trellis pattern in navy and light blue. The design evokes a coastal or traditional style, creating a serene and inviting atmosphere. Ideal for residential spaces, this Wallcovering adds a touch of elegance and sophistication to any room.</p>"}, {"gid" : "gid://shopify/Product/1495789568112", "status" : "ARCHIVED", "old_title" : "Sensimille - Sueded Silver Mylar", "old_body" : "<p>This wallcovering features a subtle woven geometric pattern, creating a textured effect. Its neutral color palette and minimalist style evoke a sense of calm and sophistication. Ideal for adding depth and visual interest to any interior space, from residential to commercial settings.</p>"}, {"gid" : "gid://shopify/Product/1496071143536", "status" : "ACTIVE", "old_title" : "Bumble Basketweave | Phillipe Romano", "old_body" : "<p>Basket Weave White on Silver Mylar</p>"}, {"gid" : "gid://shopify/Product/6604505186355", "status" : "ACTIVE", "old_title" : "Lyford Trellis Beige Salmon on Silver Mylar Screen Printed | China Seas", "old_body" : "<p>This wallcovering features a bamboo trellis design, creating a light and airy feel. The neutral color palette evokes a sense of calm and sophistication. Ideal for adding a touch of coastal or Chinoiserie style to any residential space.</p>"}, {"gid" : "gid://shopify/Product/7784804646963", "status" : "ARCHIVED", "old_title" : "Skull Damask - Purple on Silver Mylar - Pattern Design Lab | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a classic damask pattern with a modern twist. The purple and silver color combination adds a touch of elegance and sophistication, making it suitable for high-end commercial spaces.</p>\n<p><strong>Style:</strong> Victorian</p>\n<p><strong>Pattern:</strong> Damask</p>\n<p><strong>Colors:</strong> purple, silver, gold</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Hotel</p>\n</div>"}, {"gid" : "gid://shopify/Product/7785747152947", "status" : "ARCHIVED", "old_title" : "Silverskin™ Full Digital Wallcovering - Smooth Shiny Silver Mylar | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This SilverSkin™ Full Digital Wallcovering offers a smooth, shiny silver mylar finish, perfect for creating a modern and sophisticated ambiance. Its reflective surface can enhance lighting and add a touch of luxury to commercial spaces.</p>\n<p><strong>Style:</strong> Modern, Minimalist</p>\n<p><strong>Pattern:</strong> Solid</p>\n<p><strong>Colors:</strong> pink, silver, white</p>\n<p><strong>Material:</strong> Vinyl</p>\n<p><strong>Best For:</strong> Office, Retail, Lobby</p>\n</div>"}, {"gid" : "gid://shopify/Product/7784804089907", "status" : "ARCHIVED", "old_title" : "Silverado Custom Wallcovering - Custom Digitally Print Silver Mylar | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This Silverado Custom Wallcovering features a digitally printed silver mylar effect, creating a unique and modern look. The abstract pattern and textured appearance make it a versatile choice for commercial spaces seeking a touch of sophistication and visual interest.</p>\n<p><strong>Style:</strong> Contemporary, Abstract</p>\n<p><strong>Pattern:</strong> Abstract, Textured</p>\n<p><strong>Colors:</strong> gold, black, silver</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Office, Lobby, Retail Space</p>\n</div>"}, {"gid" : "gid://shopify/Product/7862276063283", "status" : "DRAFT", "old_title" : "Sansai Metallics Natural Sisal On Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Sansai Metallics wallcovering in Natural Sisal On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/7785747611699", "status" : "ARCHIVED", "old_title" : "Japanese Fans on Silver Mylar - Pattern Design Lab | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features a bold geometric pattern with floral accents, reminiscent of Japanese fans. The silver mylar background adds a touch of glamour and sophistication, making it suitable for creating a statement wall in commercial spaces.</p>\n<p><strong>Style:</strong> Mid-Century Modern, Art Deco</p>\n<p><strong>Pattern:</strong> Geometric, Floral</p>\n<p><strong>Colors:</strong> silver, brown, white</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Office, Restaurant</p>\n</div>"}, {"gid" : "gid://shopify/Product/6940360310835", "status" : "ACTIVE", "old_title" : "Tulips On Silver Mylar - Closeup Art Deco | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a close-up of tulips on a silver mylar background. The design evokes an art deco style with a glamorous and sophisticated mood.</p>"}, {"gid" : "gid://shopify/Product/1495790256240", "status" : "ACTIVE", "old_title" : "Sensimille - Sueded Silver Mylar", "old_body" : "<p>This wallcovering features a woven texture with a subtle stripe pattern. The light, neutral color palette evokes a sense of calm and serenity. It is ideal for creating a relaxed and inviting atmosphere in residential spaces.</p>"}, {"gid" : "gid://shopify/Product/7785747578931", "status" : "ARCHIVED", "old_title" : "Retro Tulips on Silver Mylar - Closeup | Bespoke", "old_body" : "<div class=\"specs\" style=\"margin-top:1em\">\n<p><strong>Specifications</strong></p>\n<ul></ul>\n</div><div style=\"margin-top:1em;padding:1em;background:#f8f9fa;border-left:3px solid #7c3aed;border-radius:4px\">\n<p style=\"font-weight:600;color:#7c3aed;margin:0 0 0.5em\">Interior Design Notes</p>\n<p>This wallcovering features stylized tulip motifs in a retro-inspired design. The combination of yellow, white, and gray against a silver mylar background creates a visually striking and sophisticated look, perfect for adding a touch of vintage glamour to commercial spaces.</p>\n<p><strong>Style:</strong> Art Deco</p>\n<p><strong>Pattern:</strong> Floral, Geometric</p>\n<p><strong>Colors:</strong> yellow, white, gray</p>\n<p><strong>Material:</strong> Paper</p>\n<p><strong>Best For:</strong> Lobby, Restaurant, Office</p>\n</div>"}, {"gid" : "gid://shopify/Product/7862287564851", "status" : "DRAFT", "old_title" : "Iwate Luxury Grasscloth Green Tones On Silver Mylar Memo Sample | Phillipe Romano", "old_body" : "<p>Memo sample of the Iwate Luxury Grasscloth wallcovering in Green Tones On Silver Mylar by Phillipe Romano. A physical swatch sent to you so you can confirm color and texture before ordering the full roll.</p>"}, {"gid" : "gid://shopify/Product/1495175725168", "status" : "DRAFT", "old_title" : "Chanel Grass on Metal | Phillipe Romano", "old_body" : "<p>Deep Seagreen Teal Blue on Silver Mylar</p><br><br>A serene composition featuring soft, textured tones and subtle detailing creates a refined, calming ambiance. The design evokes understated elegance, perfect for modern or classic interiors. #luxuryinteriors #wallartdesign #modernwallcoverings\n"}, {"gid" : "gid://shopify/Product/1495527030896", "status" : "ARCHIVED", "old_title" : "Steve's Silver Grey Grasscloth on Silver Mylar", "old_body" : "<p>Steve's Silver Grey Grasscloth on Silver Mylar</p>"}, {"gid" : "gid://shopify/Product/7664620994611", "status" : "ACTIVE", "old_title" : "Newport 1970's on Silver Art Deco | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric art deco pattern on a silver mylar background. The design evokes a glamorous and sophisticated 1970s aesthetic.</p>"}, {"gid" : "gid://shopify/Product/7664621125683", "status" : "ACTIVE", "old_title" : "Oxford 1970's on Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with overlapping shapes. The design evokes a mid-century modern aesthetic with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/7664621223987", "status" : "ACTIVE", "old_title" : "Burlington Bamboo 1970's on Silver Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a 1970's bamboo geometric design on a silver mylar background. It evokes a retro and slightly industrial mood.</p>"}, {"gid" : "gid://shopify/Product/7664621322291", "status" : "ACTIVE", "old_title" : "Burlington Bamboo 1970's (Shown on SIlver Mylar) Mid-Century Modern | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a bamboo pattern on a mylar background. The design evokes a mid-century modern style with a touch of natural elegance.</p>"}, {"gid" : "gid://shopify/Product/7664622174259", "status" : "ACTIVE", "old_title" : "Milford 1970's Pop Art on Shiny Silver Mylar | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a bold geometric pattern on a shiny silver mylar background. The design evokes a retro, glamorous, and energetic mood reminiscent of the 1970s pop art era.</p>"}, {"gid" : "gid://shopify/Product/7664622960691", "status" : "ACTIVE", "old_title" : "Sardo's Silver Mylar Stripe 1970's Contemporary | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features alternating silver and gray stripes. The design evokes a retro contemporary style with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/7664623157299", "status" : "ACTIVE", "old_title" : "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with a retro aesthetic on a silver mylar background. It evokes a vintage, stylish, and slightly glamorous mood.</p>"}, {"gid" : "gid://shopify/Product/7664623452211", "status" : "ACTIVE", "old_title" : "Harwinton 1970's on Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with overlapping shapes. The color palette and design evoke a retro, mid-century modern aesthetic.</p>"}, {"gid" : "gid://shopify/Product/7664620961843", "status" : "ACTIVE", "old_title" : "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. The design evokes a mid-century modern aesthetic with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/7664621551667", "status" : "ACTIVE", "old_title" : "Norwich Bamboo Trellis 1970's on Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a bamboo trellis pattern on a silver mylar background. It evokes a retro, mid-century modern style with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/7664623255603", "status" : "ACTIVE", "old_title" : "Litchfield 1970's on Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with a retro vibe. The silver mylar background enhances the mid-century modern style.</p>"}, {"gid" : "gid://shopify/Product/7664623288371", "status" : "ACTIVE", "old_title" : "Hilldale 1970's on Shiny Silver Mylar Retro | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern with a retro aesthetic on a shiny silver mylar background. The design evokes a mid-century modern style with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/7664650125363", "status" : "ACTIVE", "old_title" : "Thug Stripe - Purple Guns and Bullet Crest on Silver Shiny Mylar Gothic | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a bold stripe pattern with purple guns and bullet crests on a shiny silver mylar background. The design evokes a gothic and maximalist style, creating a dramatic and edgy mood.</p>"}, {"gid" : "gid://shopify/Product/7664621092915", "status" : "ACTIVE", "old_title" : "Oxford 1970'S On Shiny Silver Mylar Mid-Century Modern | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a geometric pattern on a shiny silver mylar background. It evokes a mid-century modern style with a touch of glam.</p>"}, {"gid" : "gid://shopify/Product/1495687921776", "status" : "ACTIVE", "old_title" : "Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil", "old_body" : "<p>Le Dot - Polka Dot Wallcovering - White on Bright Silver Mylar Foil</p>"}, {"gid" : "gid://shopify/Product/7467054137395", "status" : "ARCHIVED", "old_title" : "Damask 5 Brown Blue On Silver Sisal Wallcovering | Paul Montgomery", "old_body" : "<p>An Egyptian inspired Art Deco pattern gives a nod to the Memphis design movement. Nuanced coloring and the subtle shimmer of the silver mylar shining through the texture of Sisal lends a casual yet sophisticated effect. Sold by the panel in standard lengths. Pattern is 35\" wide after trim by installer.</p>"}, {"gid" : "gid://shopify/Product/7664591732787", "status" : "ACTIVE", "old_title" : "Tulips On Silver Mylar Art Deco | Architectural Wallcoverings", "old_body" : "<p>This wallcovering features a tulip pattern on a silver mylar background. The design evokes a glamorous and art-deco aesthetic.</p>"}, {"gid" : "gid://shopify/Product/6604505219123", "status" : "ACTIVE", "old_title" : "Lyford Trellis Beiges Green on Silver Mylar Screen Printed | China Seas", "old_body" : "<p>This wallcovering features a bamboo trellis design, creating a light and airy feel. The Chinoiserie style adds a touch of elegance and sophistication. It is recommended for residential use in living rooms, bedrooms, or dining areas.</p>"}]
diff --git a/lib.mjs b/lib.mjs
new file mode 100644
index 0000000..e99b2b4
--- /dev/null
+++ b/lib.mjs
@@ -0,0 +1,45 @@
+// Shared lib: token load, GraphQL client, transform.
+import { readFileSync } from 'node:fs';
+
+const ENV = readFileSync(process.env.HOME + '/Projects/secrets-manager/.env', 'utf8');
+function envVal(k) {
+  const m = ENV.match(new RegExp('^' + k + '=(.*)$', 'm'));
+  return m ? m[1].trim().replace(/^["']|["']$/g, '') : undefined;
+}
+// Prefer FULL access (write_products); fall back to admin token.
+export const TOKEN = envVal('SHOPIFY_FULL_ACCESS_TOKEN') || envVal('SHOPIFY_ADMIN_TOKEN');
+export const TOKEN_NAME = envVal('SHOPIFY_FULL_ACCESS_TOKEN') ? 'SHOPIFY_FULL_ACCESS_TOKEN' : 'SHOPIFY_ADMIN_TOKEN';
+export const DOMAIN = 'designer-laboratory-sandbox.myshopify.com';
+export const API = '2024-10';
+const GQL = `https://${DOMAIN}/admin/api/${API}/graphql.json`;
+
+if (!TOKEN) { console.error('NO SHOPIFY TOKEN FOUND'); process.exit(1); }
+
+export async function gql(query, variables = {}) {
+  for (let attempt = 0; attempt < 6; attempt++) {
+    const res = await fetch(GQL, {
+      method: 'POST',
+      headers: { 'X-Shopify-Access-Token': TOKEN, 'Content-Type': 'application/json' },
+      body: JSON.stringify({ query, variables }),
+    });
+    if (res.status === 429 || res.status >= 500) {
+      await new Promise(r => setTimeout(r, 2000 * (attempt + 1)));
+      continue;
+    }
+    const j = await res.json();
+    if (j.errors) throw new Error('GQL errors: ' + JSON.stringify(j.errors));
+    // throttle courtesy
+    const cost = j.extensions?.cost?.throttleStatus;
+    if (cost && cost.currentlyAvailable < 200) await new Promise(r => setTimeout(r, 800));
+    return j.data;
+  }
+  throw new Error('GQL retries exhausted');
+}
+
+// SUBSTRING swap: case-insensitive match, normalized replacement, preserve surrounding text.
+export const RE = /silver mylar/gi;
+export function swap(s) {
+  if (s == null) return s;
+  return s.replace(RE, 'Silver Metallic');
+}
+export function has(s) { return s != null && /silver mylar/i.test(s); }
diff --git a/rollback.mjs b/rollback.mjs
new file mode 100644
index 0000000..1e95b3b
--- /dev/null
+++ b/rollback.mjs
@@ -0,0 +1,27 @@
+// UNDO: re-apply the restore-map in reverse — sets title/descriptionHtml BACK to
+// the original "Silver Mylar" values. Usage: node rollback.mjs [--ids gid,gid]
+import { readFileSync } from 'node:fs';
+import { gql } from './lib.mjs';
+
+const rm = JSON.parse(readFileSync(new URL('./data/restore-map.json', import.meta.url)));
+const args = process.argv.slice(2);
+const idsArg = args.includes('--ids') ? new Set(args[args.indexOf('--ids') + 1].split(',')) : null;
+
+const M = `mutation($input: ProductInput!){
+  productUpdate(input:$input){ product{ id } userErrors{ field message } }
+}`;
+let ok = 0, fail = 0;
+for (const e of rm.restore) {
+  if (idsArg && !idsArg.has(e.gid)) continue;
+  const input = { id: e.gid };
+  if (e.fields.title) input.title = e.fields.title.to;             // .to = original value
+  if (e.fields.descriptionHtml) input.descriptionHtml = e.fields.descriptionHtml.to;
+  if (!input.title && !input.descriptionHtml) continue;
+  try {
+    const d = await gql(M, { input });
+    const ue = d.productUpdate.userErrors;
+    if (ue && ue.length) throw new Error(JSON.stringify(ue));
+    ok++;
+  } catch (err) { fail++; console.log('ROLLBACK FAIL', e.gid, String(err.message || err)); }
+}
+console.log(`rollback DONE ok=${ok} fail=${fail}`);
diff --git a/scan.mjs b/scan.mjs
new file mode 100644
index 0000000..7ed61a3
--- /dev/null
+++ b/scan.mjs
@@ -0,0 +1,80 @@
+// READ-ONLY scan: fetch each scoped product live, measure the option/variant
+// surface, and build the full plan + restore-map for title / body / option values.
+import { readFileSync, writeFileSync } from 'node:fs';
+import { gql, swap, has, TOKEN_NAME } from './lib.mjs';
+
+const scope = JSON.parse(readFileSync(new URL('./data/scope.json', import.meta.url)));
+console.log(`token=${TOKEN_NAME}  scope=${scope.length}`);
+
+const Q = `query($id: ID!){
+  product(id:$id){
+    id status title descriptionHtml
+    options { id name optionValues { id name } }
+    variants(first:100){ nodes { id title selectedOptions { name value } } }
+  }
+}`;
+
+const plan = [];      // per product: what will change
+const restore = [];   // reverse map for undo
+let titleN = 0, bodyN = 0, optN = 0, variantHitN = 0;
+const missing = [];
+
+for (const row of scope) {
+  const d = await gql(Q, { id: row.gid });
+  const p = d.product;
+  if (!p) { missing.push(row.gid); continue; }
+
+  const entry = { gid: p.id, status: p.status, changes: {} };
+  const rEntry = { gid: p.id, status: p.status, fields: {} };
+
+  // TITLE (live truth, not mirror)
+  if (has(p.title)) {
+    const nt = swap(p.title);
+    entry.changes.title = { from: p.title, to: nt };
+    rEntry.fields.title = { from: nt, to: p.title }; // reverse
+    titleN++;
+  }
+  // BODY / descriptionHtml
+  if (has(p.descriptionHtml)) {
+    const nb = swap(p.descriptionHtml);
+    entry.changes.descriptionHtml = { from: p.descriptionHtml, to: nb };
+    rEntry.fields.descriptionHtml = { from: nb, to: p.descriptionHtml };
+    bodyN++;
+  }
+  // OPTION VALUES (buyable) — collect per-option value ids that need renaming
+  const optionUpdates = [];
+  for (const opt of p.options) {
+    const vals = opt.optionValues.filter(v => has(v.name));
+    if (vals.length) {
+      optionUpdates.push({
+        optionId: opt.id, optionName: opt.name,
+        values: vals.map(v => ({ id: v.id, from: v.name, to: swap(v.name) })),
+      });
+      optN += vals.length;
+    }
+  }
+  if (optionUpdates.length) {
+    entry.changes.options = optionUpdates;
+    rEntry.fields.options = optionUpdates.map(o => ({
+      optionId: o.optionId,
+      values: o.values.map(v => ({ id: v.id, from: v.to, to: v.from })),
+    }));
+  }
+  // variant title hits (informational — variant titles derive from option values)
+  const vhits = p.variants.nodes.filter(v => has(v.title) || v.selectedOptions.some(so => has(so.value)));
+  if (vhits.length) variantHitN += vhits.length;
+
+  if (Object.keys(entry.changes).length) { plan.push(entry); restore.push(rEntry); }
+}
+
+writeFileSync(new URL('./data/plan.json', import.meta.url), JSON.stringify(plan, null, 2));
+const ts = new Date().toISOString();
+writeFileSync(new URL('./data/restore-map.json', import.meta.url), JSON.stringify({ ts, note: 'Reverse map: apply .to to set values BACK to pre-change state (Silver Metallic -> original).', restore }, null, 2));
+
+console.log('--- SCAN RESULT ---');
+console.log('products with any change :', plan.length);
+console.log('title fields to change   :', titleN);
+console.log('body  fields to change   :', bodyN);
+console.log('option VALUES to change  :', optN);
+console.log('variant rows w/ token    :', variantHitN, '(derive from option values)');
+if (missing.length) console.log('MISSING/unfetchable gids :', missing.length, missing);

(oldest)  ·  back to Dw Silver Mylar Rename  ·  applied Silver Mylar->Silver Metallic to 91 live products; v bb96e43 →