[object Object]

← back to Designer Wallcoverings

auto-data-snapshot: 2026-08-07T09:37:33 (3 data files) — pending-approval/tile-images-fix-2026-08-07/README.md pending-approval/tile-images-fix-2026-08-07/audit-full.json pending-approval/tile-images-fix-2026-08-07/replacement-swaps.json

a9a87f41ad67cee36c4b3f036e9688014bef540d · 2026-08-07 09:38:41 -0700 · auto-commit-fleet

Files touched

Diff

commit a9a87f41ad67cee36c4b3f036e9688014bef540d
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date:   Fri Aug 7 09:38:41 2026 -0700

    auto-data-snapshot: 2026-08-07T09:37:33 (3 data files) — pending-approval/tile-images-fix-2026-08-07/README.md pending-approval/tile-images-fix-2026-08-07/audit-full.json pending-approval/tile-images-fix-2026-08-07/replacement-swaps.json
---
 .../tile-images-fix-2026-08-07/README.md           |   81 +
 .../tile-images-fix-2026-08-07/audit-full.json     | 3123 ++++++++++++++++++++
 .../replacement-swaps.json                         | 1181 ++++++++
 3 files changed, 4385 insertions(+)

diff --git a/pending-approval/tile-images-fix-2026-08-07/README.md b/pending-approval/tile-images-fix-2026-08-07/README.md
new file mode 100644
index 00000000..c804efcb
--- /dev/null
+++ b/pending-approval/tile-images-fix-2026-08-07/README.md
@@ -0,0 +1,81 @@
+# GATED: Fix ~42% dead tile images across 4 DW storefront category Pages
+
+**Drafted:** 2026-08-07 · **Owner:** vp-dw-commerce · **Status:** AWAITING STEVE'S GO
+**Surface:** Online Store → Pages `body_html` (NOT a theme push). Customer-facing, live store.
+
+## Problem (verified live, HEAD→GET confirmed, $0)
+
+Four top-nav category Pages render tile grids whose image URLs are **hardcoded
+`cdn.shopify.com` snapshots baked into the page body**. A large batch of the underlying
+collection images / brand-logo Files were re-uploaded ~Feb 2026 (dead URLs cluster at
+`?v=17719…` / `?v=17744…`), which changed their CDN paths — so the hardcoded copies now 404.
+The page never re-reads the live image, so it can't self-heal.
+
+| Page | Tile imgs | Broken (404) | % dead |
+|---|---|---|---|
+| /pages/shop-by-material | 24 | 9 | 38% |
+| /pages/brands | 152 | 68 | 45% |
+| /pages/collections | 177 | 68 | 38% |
+| /pages/designer-wallpaper-styles | 90 | 40 | 44% |
+| **TOTAL** | **443** | **185** | **~42%** |
+
+Full per-tile data: `audit-full.json`. Replacement map: `replacement-swaps.json`.
+
+## Fix status
+
+- **166 / 185** broken tiles have a **verified-live (HTTP 200) replacement image** already
+  sourced (each collection's own current product image). Ready to swap. See
+  `replacement-swaps.json` → `swaps[<page>][]` = `{label, href, old, new}`.
+- **19 / 185** could NOT be auto-fixed and need Steve's call — see below.
+
+### The 19 that need a decision (`replacement-swaps.json` → `unresolved[]`)
+
+**A. DEAD LINKS (collection 404/301 — tile is broken twice: no image AND click → 404):**
+- Hygge & West `/collections/hygge-west-wallcoverings` (404)
+- Mind the Gap `/collections/mind-the-gap-1` (404)
+- NLXL `/collections/nlxl` (404)
+- Phillip Jeffries `/collections/phillip-jeffries-wallcoverings` (404)
+- Mid Century Modern `/collections/mid-century-modern-1` (404) — on BOTH collections + styles
+- Stripe `/collections/stripe-collection-1` (404)
+- Tropical `/collections/tropical-prints` (404) — on BOTH collections + styles
+- Leaf `/collections/leaf-pattern-wallpaper` (404)
+- Glass Beads `/collections/glass-beaded-walls` (301 redirect)
+→ These need the LINK repointed to the correct live handle, not just a new image.
+
+**B. EMPTY but live collections (exist, 0 products → no image to pull):**
+- Boråstapeter `/collections/borastapeter`
+- Versa Designed Surfaces `/collections/versa-designed-surfaces-wallcoverings`
+→ Need a manually-assigned collection/tile image, or hide the tile.
+
+**C. Vendor landing pages (no product grid to source from):**
+- Ananbo, Clarence House, Farrow & Ball, Morris and Company (all `/pages/...`)
+→ Need a brand logo or curated image.
+
+## Separate issue — MISLABELS (label ≠ where the tile links; not 404s)
+
+Clear-wrong (recommend repoint): Mica→shiny-mylar-mirror & Mica→art-deco-metallics-1,
+Lincrusta→japonisme-wallpaper, Jute→madagascar-cloth, Linen→faux-silk.
+Acceptable curatorial redirects (leave): Regency/Georgian→damask-traditional,
+Rococo→baroque, Suzani→ikat, Tribal→bohemian, Arabesque→ogee, Blue Green→turquoise.
+
+## How to apply (NO token-scope change needed)
+
+Neither DW token has `read_content`/`write_content`, so automation can't read/write `/pages`.
+Workflow: **per page** — Admin → Online Store → Pages → open page → `<>` (Edit code) →
+copy the raw HTML → paste it to Claude → Claude applies the 166 swaps + injects the
+error-guard → paste the finished HTML back → Save. One copy + one paste per page.
+
+## Permanent cure (recommended follow-up, separate approval)
+
+These grids re-rot on every image churn because they hardcode URLs. Converting the tile
+grid to a theme section/template that loops the collection list and renders live
+`collection.image` (with the first-product-image fallback) makes them un-rottable.
+Bigger change (Pages don't render Liquid — needs a theme template). Not in this pass.
+
+## Also included
+
+`error-guard.html` — capture-phase `<style>`+`<script>` block: any FUTURE dead tile image
+fades to a labeled CSS gradient instead of a broken-image icon. Safe to paste on all 4 pages
+regardless of the URL swaps.
+
+**$ cost:** $0 (local + read-only public products.json + paced CDN HEAD/GET probes). No metered API.
diff --git a/pending-approval/tile-images-fix-2026-08-07/audit-full.json b/pending-approval/tile-images-fix-2026-08-07/audit-full.json
new file mode 100644
index 00000000..2df5d7c8
--- /dev/null
+++ b/pending-approval/tile-images-fix-2026-08-07/audit-full.json
@@ -0,0 +1,3123 @@
+{
+  "shop-by-material": {
+    "total": 24,
+    "results": [
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_175x100.png?v=1613539653",
+        "alt": "",
+        "href": "",
+        "label": "Designer",
+        "status": 200
+      },
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/t/182/assets/close-icon.svg?v=10995484173163861811784148375",
+        "alt": "",
+        "href": "",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AC637D0C-404C-445C-A29A-4686115D2C43.jpg?v=1774495088",
+        "alt": "Cork",
+        "href": "/collections/cork-wallpaper-collection",
+        "label": "Cork",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/0468626473dd718fc9e3ec55f1618944.png?width=600",
+        "alt": "Fabric-Backed",
+        "href": "/collections/ultrasuede",
+        "label": "Fabric-Backed",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_988ffd8c-a0ee-4be0-8c00-adb02cc5798b.jpg?v=1774494870",
+        "alt": "Faux Leather",
+        "href": "/collections/faux-leather",
+        "label": "Faux Leather",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Mettalized-Plain_Det_HR_d472e3f1-031b-49f1-8ad9-2e1356ad8af0.jpg?v=1774494830",
+        "alt": "Faux Suede",
+        "href": "/collections/suede",
+        "label": "Faux Suede",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/69a302b51d3ed05446036615c680c285.jpg?width=600",
+        "alt": "Flocked Velvet",
+        "href": "/collections/flocked-velvet-wallpaper-collection",
+        "label": "Flocked Velvet",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/5225_7c2e9dd4-8359-4309-8408-e6049b03658b.webp?width=600",
+        "alt": "Foil",
+        "href": "/collections/shiny-mylar-3d-foils",
+        "label": "Foil",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Bandeaux_RM_Nature_precieuse11_22827455-5310-4f6d-bcb7-6b8a6069e7e0.jpg?width=600",
+        "alt": "Glass Beads",
+        "href": "/collections/glass-bead",
+        "label": "Glass Beads",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GRS-27600.jpg?v=1776879838&width=600",
+        "alt": "Grasscloth",
+        "href": "/collections/grasscloth-wallpaper-collection",
+        "label": "Grasscloth",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/IMG-3875.jpg?width=600",
+        "alt": "Jute",
+        "href": "/collections/madagascar-cloth",
+        "label": "Jute",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245&width=600",
+        "alt": "Linen",
+        "href": "/collections/faux-silk",
+        "label": "Linen",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Phillipe_Romano_Milano_Madagascar_20020_SET_1_f5f6d837-dd40-4a37-aaa2-97c63c62cd8c.jpg?width=600",
+        "alt": "Madagascar Cloth",
+        "href": "/collections/madagascar-cloth",
+        "label": "Madagascar Cloth",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GleamingGlambeadsWhiteandSilverGlassBeadWallpaper.jpg?v=1774039650",
+        "alt": "Metallic",
+        "href": "/collections/metallic-wallpaper-collection",
+        "label": "Metallic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ba5992b1c25ab22cc218884acebb67b6.jpg?width=600",
+        "alt": "Mica",
+        "href": "/collections/shiny-mylar-mirror",
+        "label": "Mica",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/csm_Avenir-Room-A204-323-15NL_fb0de2cbd8_fe26c6eb-a874-45cf-a153-f29c06422ece.jpg?width=600",
+        "alt": "Mylar",
+        "href": "/collections/mylar-wallpaper",
+        "label": "Mylar",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_19da8159-4771-4a99-8426-8e41a683d472.jpg?v=1774495371",
+        "alt": "Natural Fiber",
+        "href": "/collections/grasscloth-natural-fiber",
+        "label": "Natural Fiber",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/3a0fd8b66a3d2408ce2da549ff1ce1b3_4ca64be5-ba10-4b53-8df2-e4c567fee31f.png?v=1774494601",
+        "alt": "Non-Woven",
+        "href": "/collections/type-2-durable",
+        "label": "Non-Woven",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/SG6039.jpg?width=600",
+        "alt": "Paper",
+        "href": "/collections/fine-paper",
+        "label": "Paper",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/IMG_2487_08e99f0d-2f34-46c8-b962-9e9525ff3ed0.jpg?width=600",
+        "alt": "Paperweaves",
+        "href": "/collections/bella-italiano",
+        "label": "Paperweaves",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?width=600",
+        "alt": "Silk",
+        "href": "/collections/real-scala-silk",
+        "label": "Silk",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4b0f30861c3894b9bddf06f3745a6701.jpg?width=600",
+        "alt": "Sisal",
+        "href": "/collections/thick-natural-sisal",
+        "label": "Sisal",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/3fa90de5a75173afd6c3b3df45518928_b370a1d7-9aff-455b-b515-3bcc174389e7.jpg?v=1774495546",
+        "alt": "Vinyl (Type II)",
+        "href": "/collections/type-2-wallpaper-collection",
+        "label": "Vinyl (Type II)",
+        "status": 200
+      },
+      {
+        "src": "https://c.statcounter.com/11961678/0/9d9a53bd/1/",
+        "alt": "web statistics",
+        "href": "",
+        "label": "",
+        "status": 200
+      }
+    ]
+  },
+  "brands": {
+    "total": 152,
+    "results": [
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_175x100.png?v=1613539653",
+        "alt": "",
+        "href": "",
+        "label": "Designer",
+        "status": 200
+      },
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/t/182/assets/close-icon.svg?v=10995484173163861811784148375",
+        "alt": "",
+        "href": "",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/T44059_f058439f-1e87-48b6-8f59-7dcc72f6e29c.jpg?v=1781202730",
+        "alt": "Thibaut",
+        "href": "/collections/thibaut-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/thibaut.png?v=1771978235",
+        "alt": "Thibaut",
+        "href": "/collections/thibaut-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/114_28056_CS_6c018e4b-7608-414e-8335-51d302919964.jpg?v=1753305317",
+        "alt": "Cole & Son",
+        "href": "/collections/cole-son",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cole-son.png?v=1771978045",
+        "alt": "Cole & Son",
+        "href": "/collections/cole-son",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/173776_4811ce78-f7b7-4095-868e-d52887ba2a20.webp?v=1757455025",
+        "alt": "Ralph Lauren",
+        "href": "/collections/ralph-lauren",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ralph-lauren_175c0d4f-f904-4248-917e-75fbb18a4201.png?v=1771980405",
+        "alt": "Ralph Lauren",
+        "href": "/collections/ralph-lauren",
+        "label": "Featured Fabrics",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W3623_410_797abd21-9f19-4065-8968-c6eea64d8dc4.jpg?v=1753292518",
+        "alt": "Kravet",
+        "href": "/collections/kravet",
+        "label": "Featured Fabrics",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/kravet-logo.png?v=1771983130",
+        "alt": "Kravet",
+        "href": "/collections/kravet",
+        "label": "Featured Fabrics",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/DWC-206983-DesignerWallcoverings-Los-Angeles-1.png?v=1690501548",
+        "alt": "Pierre Frey",
+        "href": "/pages/vendor-pierre-frey",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/pierre-frey.png?v=1771978223",
+        "alt": "Pierre Frey",
+        "href": "/pages/vendor-pierre-frey",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PBFC-3530_13_9071e9a5-28f7-47ff-af34-d4c177ab2787.jpg?v=1753291849",
+        "alt": "Lee Jofa",
+        "href": "/collections/lee-jofa",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/lee-jofa_df3791bd-3d74-48a4-9cbe-fb6edeccf222.png?v=1771983214",
+        "alt": "Lee Jofa",
+        "href": "/collections/lee-jofa",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MW163-01-marelle-wallcovering-jasper-white_01.jpg?v=1776398680",
+        "alt": "Romo",
+        "href": "/collections/romo",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/romo.png?v=1771978225",
+        "alt": "Romo",
+        "href": "/collections/romo",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/140445.webp?v=1738201151",
+        "alt": "Designers Guild",
+        "href": "/collections/designers-guild-wallpaper",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/designers-guild.webp?v=1771978051",
+        "alt": "Designers Guild",
+        "href": "/collections/designers-guild-wallpaper",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DWC-256046-DesignerWallcoverings-Los-Angeles-1_a5243fc8-8c5f-40e8-99c7-be1dda9d1ea6.jpg?v=1720630213",
+        "alt": "Holland and Sherry",
+        "href": "/pages/vendor-holland-and-sherry",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/riviera.webp?v=1761541180",
+        "alt": "Ananbo",
+        "href": "/pages/ananbo-murals",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ananbo.png?v=1771978186",
+        "alt": "Ananbo",
+        "href": "/pages/ananbo-murals",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/42b07eccfd269295275825a48256cf52_76a36da6-6507-4ab1-b0cf-7bc029135645.jpg?v=1572310147",
+        "alt": "Andrew Martin",
+        "href": "/pages/vendor-andrew-martin",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/andrew-martin.png?v=1771978188",
+        "alt": "Andrew Martin",
+        "href": "/pages/vendor-andrew-martin",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7941.jpg?v=1773972162",
+        "alt": "Anna French",
+        "href": "/collections/anna-french-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/anna-french.png?v=1771979259",
+        "alt": "Anna French",
+        "href": "/collections/anna-french-1",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/47116_0a39d87f-2e3c-4e4f-85ef-f29f94b03fdd.jpg?v=1751962551",
+        "alt": "Arte International",
+        "href": "/collections/arte-international",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/arte-specialty.png?v=1771980380",
+        "alt": "Arte International",
+        "href": "/collections/arte-international",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/TABW-002.jpg?v=1781283018",
+        "alt": "Artmura",
+        "href": "/collections/artmura",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/6f6effc277433e2118d2ff30b01a2cbb_e9f9a86a-0353-4c62-a840-25074ff62e5b.jpg?v=1776187515",
+        "alt": "AS Creation",
+        "href": "/collections/as-creation-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/41-UNFINISHED-SCA.jpg?v=1773706633",
+        "alt": "Atomic 50 Ceilings",
+        "href": "/pages/vendor-atomic50",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/palazzo-4-panel-set-antique-blue.jpg?v=1761077997",
+        "alt": "Backdrop",
+        "href": "/collections/backdrop",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7261_aef94544-e91d-4ec9-b8e9-6a48fc7b9f7a.jpg?v=1652137775",
+        "alt": "Boråstapeter",
+        "href": "/collections/borastapeter",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/borastapeter_bf1482b7-cbb8-4aa1-bf5d-46fa08e5050b.png?v=1771983217",
+        "alt": "Boråstapeter",
+        "href": "/collections/borastapeter",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/animal-architecture-architecture-green_3_1874f4f2-71f6-4e7a-bb41-d4238db82f85.webp?v=1749758542",
+        "alt": "Brand McKenzie",
+        "href": "/collections/brand-mckenzie-wallpaper-collection",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/cf617677ba8601c0ea684a74a07a8278.jpg?v=1572309256",
+        "alt": "British Walls",
+        "href": "/collections/british-walls-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/P8015123_44_942b3f2a-c5bb-48c4-a40c-aa76ba87fb73.jpg?v=1753290654",
+        "alt": "Brunschwig & Fils",
+        "href": "/collections/brunschwig-fils",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/brunschwig-fils.png?v=1771979287",
+        "alt": "Brunschwig & Fils",
+        "href": "/collections/brunschwig-fils",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/CHINA_SEAS_WALLPAPER_DWC_721500_Cumberland-One-Color-on-Silver-Grasscloth-Silver-on-Silver-7155GC-06SIL_jpg_e02a2cdc-6ee7-4bab-aa9f-abcfb9ec4951.jpg?v=1748372468",
+        "alt": "China Seas",
+        "href": "/collections/china-seas",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/china-seas.png?v=1771979293",
+        "alt": "China Seas",
+        "href": "/collections/china-seas",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/123591_9c044def-01f4-4302-b257-072154e805c5.webp?v=1738951114",
+        "alt": "Christian Lacroix",
+        "href": "/collections/christian-lacroix-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/christian-lacroix.png?v=1771979431",
+        "alt": "Christian Lacroix",
+        "href": "/collections/christian-lacroix-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Claence_House_at_DW_1647906.jpg?v=1572310944",
+        "alt": "Clarence House",
+        "href": "/pages/clarence-house",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W0180_02_CAC_c26c55de-19ea-4d62-9b1a-ea770d114e11.jpg?v=1753292911",
+        "alt": "Clarke And Clarke",
+        "href": "/collections/clarke-and-clarke-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/clarkeandclarke_480x480.png?v=1618201668",
+        "alt": "Clarke And Clarke",
+        "href": "/collections/clarke-and-clarke-1",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/1436039_0_3d_0c33d108-c276-40ad-af7e-e5ccf5b791e1.jpg?v=1693060568",
+        "alt": "Contrado",
+        "href": "/pages/contrado",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cherry-blossom-turquoise-repeated-patterns-coordonne_e03f1a4e-d0e5-498b-8f05-76cdc6d02db9.jpg?v=1739302190",
+        "alt": "Coordonné",
+        "href": "/collections/coordonne",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/db11526.jpg?v=1602006818",
+        "alt": "Daisy Bennett",
+        "href": "/collections/daisy-bennett-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/1__74269.1773625470.jpg?v=1773712278",
+        "alt": "Dedar",
+        "href": "/pages/vendor-dedar",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Authentic_Reproduction_1940s_Wallpaper-72dpi-DIG-42141_3eab82eb-d0fb-43d5-b061-ff3fd25abf7e.jpg?v=1756877359",
+        "alt": "Designer Wallcoverings",
+        "href": "/pages/monterey-california",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/TCW001TCAI5UL033.jpg?v=1711558278",
+        "alt": "Dolce & Gabbana",
+        "href": "/collections/dolce-gabbana-casa-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DG-09715_008.jpg?v=1772818859",
+        "alt": "Donghia",
+        "href": "/collections/donghia-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/donghia.png?v=1771979300",
+        "alt": "Donghia",
+        "href": "/collections/donghia-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screenshot2025-11-20at1.58.18PM.png?v=1763675905",
+        "alt": "DW Bespoke Studio",
+        "href": "/collections/dw-bespoke-studio-wallpaper-collection",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DWC-211497-DesignerWallcoverings-Los-Angeles-4_7be9edb9-4fa6-4932-befb-1ff3ea511732.jpg?v=1694028327",
+        "alt": "DW Exclusive Wallpaper",
+        "href": "/pages/dw-exclusive",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/outdoor-tribus-wall-grasscloth-rm-1083-42-0022b1f368c5a97e9cdd4ebc0c.jpg?v=1772170438",
+        "alt": "Elitis",
+        "href": "/collections/elitis-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/elitis-panoramic_52925ba3-9927-41e1-8c2f-19d40c22439b.png?v=1771980902",
+        "alt": "Elitis",
+        "href": "/collections/elitis-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/emiliana-parati-valentin-yudashkin-5_fd21a6ff-0a87-4189-ae98-6b5f2d4db171.jpg?v=1761091282",
+        "alt": "Emiliana Parati",
+        "href": "/collections/emiliana-parati-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/5151803_2x_79e1d63a-e405-4ae1-92a1-7a1261699736.jpg?v=1773710464",
+        "alt": "Fabricut",
+        "href": "/pages/fabricut",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fabricut-stroheim.png?v=1771978199",
+        "alt": "Fabricut",
+        "href": "/pages/fabricut",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/purnon.jpg?v=1761344027",
+        "alt": "Farrow & Ball",
+        "href": "/pages/vendor-farrow-ball",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/farrow-ball_aec54a33-1f0f-41a9-a118-4ea526500af0.png?v=1771980733",
+        "alt": "Farrow & Ball",
+        "href": "/pages/vendor-farrow-ball",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2231714-A_8bc85a30-709c-4cd0-9127-92d0a736c841.jpg?v=1748379887",
+        "alt": "Fentucci",
+        "href": "/collections/fentucci",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Vine_Blots_Sunlit_Amber_Wallpaper_Sample_Franquemont_a4331b4b-4eed-494a-9b44-ac0297375aed.png?v=1771007952",
+        "alt": "Franquemont London",
+        "href": "/collections/franquemont-london",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/franquemont-london.png?v=1771981532",
+        "alt": "Franquemont London",
+        "href": "/collections/franquemont-london",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GDT5581_004_970cf725-37f0-4ae6-a595-437404734fba.jpg?v=1738180650",
+        "alt": "Gaston Y Daniela",
+        "href": "/collections/gaston-y-daniela",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cropped-1773881417622.jpg?v=1773881419",
+        "alt": "Glitter Walls",
+        "href": "/collections/glitter-walls-1",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BW45085_1_d9dcac20-fbfa-4918-a1d3-22c948b01d98.jpg?v=1753303566",
+        "alt": "GP & J Baker",
+        "href": "/collections/gp-j-baker",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/gp-j-baker.png?v=1771978065",
+        "alt": "GP & J Baker",
+        "href": "/collections/gp-j-baker",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GRD-8904-DesignerWallcoverings-Los-Angeles-1_d30a1059-c72c-4b5a-84b3-a863a568b776.jpg?v=1730490513",
+        "alt": "Graduate Collection",
+        "href": "/collections/the-graduate-collection",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/graduate-collection-shopify.jpg?v=1771978067",
+        "alt": "Graduate Collection",
+        "href": "/collections/the-graduate-collection",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/104299_TILE_ART_2520DECO_2520BLACKGOLD_01__80693.1769761676.jpg?v=1770831470",
+        "alt": "Graham & Brown",
+        "href": "/collections/graham-brown",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/graham-brown.png?v=1771978875",
+        "alt": "Graham & Brown",
+        "href": "/collections/graham-brown",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/gpr-76614-sample-glam-harlequin-on-linen-hollywood-wallcoverings.jpg?v=1775714504",
+        "alt": "Harlequin",
+        "href": "/collections/harlequin",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/harlequin.jpg?v=1771978074",
+        "alt": "Harlequin",
+        "href": "/collections/harlequin",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/gramercy-club_room.jpg?v=1777480757",
+        "alt": "Hollywood Wallcoverings",
+        "href": "/collections/hollywood-wallcovering-collection",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at11.17.12AM.png?v=1633717078",
+        "alt": "Hygge & West",
+        "href": "/collections/hygge-west-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/hygge-west.png?v=1771978076",
+        "alt": "Hygge & West",
+        "href": "/collections/hygge-west-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FEL-001.jpg?v=1736199530",
+        "alt": "Innovations USA",
+        "href": "/collections/innovations-usa",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/innovations_601d173c-c266-4c15-ad5e-1103617ab9ec.png?v=1771978204",
+        "alt": "Innovations USA",
+        "href": "/collections/innovations-usa",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/0091737_sheehan-neutral-faux-grasscloth-wallpaper_5656725e-0fd8-4032-ada3-243e2c340cc5.jpg?v=1775165182",
+        "alt": "Jeffrey Stevens",
+        "href": "/collections/jeffrey-stevens",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/signal-paper-ocean.jpg?v=1760979312",
+        "alt": "Kelly Wearstler",
+        "href": "/pages/kelly-wearstler-wallpaper",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-living_room-arco-rome-wallpaper-ra21-04-type-2-vinyl-sample-architectural-wallcoverings.jpg?v=1775758267",
+        "alt": "Koroseal",
+        "href": "/collections/koroseal",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/arbor-wood-wallcoverings.png?v=1771978024",
+        "alt": "Koroseal",
+        "href": "/collections/koroseal",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6927d546780cfe7430b01865e2759859_4578bc0a-8baa-456d-be09-4967045dff0b.jpg?v=1572309970",
+        "alt": "LA Walls",
+        "href": "/pages/la-walls",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-07-22at1.28.14PM.png?v=1658521777",
+        "alt": "Laura Ashley Wallpaper",
+        "href": "/collections/laura-ashley",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?v=1745457888",
+        "alt": "LEED Walls",
+        "href": "/collections/leed-walls",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Lincrusta-Wallcovering-RD1952FR-4-Italian-Renaissance-paint-effects-Distressed-Metal-Finish-1_927a4e7b-08f9-44eb-82b7-f8f19aa8568d.jpg?v=1773702654",
+        "alt": "Lincrusta",
+        "href": "/pages/lincrusta",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/lincrusta.png?v=1771978211",
+        "alt": "Lincrusta",
+        "href": "/pages/lincrusta",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PR10202-HD_20Crop_a8dc1548-1749-4b3e-966a-708ed8be9315.jpg?v=1748378023",
+        "alt": "Malibu Wallpaper",
+        "href": "/collections/malibu-wallpaper",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/marburg-papis-loveday-2_c0f268c0-dab9-47d7-a9f6-b06df455b4d1.jpg?v=1761153210",
+        "alt": "Marburg",
+        "href": "/collections/marburg",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/23340X-Veljekset-A.jpg?v=1609183425",
+        "alt": "Marimekko",
+        "href": "/collections/marimekko-exclusive-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-living_room-ajiro-burst-of-happiness-calm-winter-white-copy.jpg?v=1775767848",
+        "alt": "Maya Romanoff",
+        "href": "/collections/maya-romanoff",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/maya-romanoff.png?v=1771979335",
+        "alt": "Maya Romanoff",
+        "href": "/collections/maya-romanoff",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/great-oak-wallpaper.jpg?v=1760765930",
+        "alt": "Milton & King",
+        "href": "/pages/vendor-milton-king",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/milton-king.png?v=1771978215",
+        "alt": "Milton & King",
+        "href": "/pages/vendor-milton-king",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/THE_GARDEN_OF_IMMORTALITY_Mustard_Yellow_52x100cm_WP20590_2_76cf4469-6714-4726-890d-684153e89b40.jpg?v=1748367571",
+        "alt": "Mind the Gap",
+        "href": "/collections/mind-the-gap-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/mind-the-gap.png?v=1771978088",
+        "alt": "Mind the Gap",
+        "href": "/collections/mind-the-gap-1",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/MI10397_E99StripedSunset_RS1ex_650x_9ec8e0ae-bd90-450a-b9bd-0e987c3195fc.webp?v=1655138173",
+        "alt": "Missoni Wallpaper",
+        "href": "/pages/missoni-wallpaper-and-fabrics",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/missoni-home_e5019ea8-6552-4a79-85ff-26a2023bb102.png?v=1771983075",
+        "alt": "Missoni Wallpaper",
+        "href": "/pages/missoni-wallpaper-and-fabrics",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/DCMW216804.jpg?v=1645497134",
+        "alt": "Morris and Company",
+        "href": "/pages/morris-and-company",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/morris-and-co.png?v=1771978092",
+        "alt": "Morris and Company",
+        "href": "/pages/morris-and-company",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-living_room-dwk-29031-tak-ca01-08-designer-wallcoverings-los-angeles.jpg?v=1775756890",
+        "alt": "Mulberry",
+        "href": "/collections/mulberry-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/mulberry-home.png?v=1771978605",
+        "alt": "Mulberry",
+        "href": "/collections/mulberry-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/NEWMOR_ed57b6e5-41ac-4910-bed5-354bd9b2517f.jpg?v=1573939359",
+        "alt": "Newmor Wallcoverings",
+        "href": "/pages/newmor",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/newmorwallcoverings.png",
+        "alt": "Newmor Wallcoverings",
+        "href": "/pages/newmor",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-office-EUR-80274-Sample.jpg?v=1775523109",
+        "alt": "Nina Campbell",
+        "href": "/collections/nina-campbell",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/nina-campbell-shopify.jpg?v=1771978096",
+        "alt": "Nina Campbell",
+        "href": "/collections/nina-campbell",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VOS-18_Square_Webbing_Black_Crop_Samples_PRODUCT_e3611428-9a51-49fa-a65f-049228efb0af.jpg?v=1602007572",
+        "alt": "NLXL",
+        "href": "/collections/nlxl",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SID141.jpg?v=1772819045",
+        "alt": "Nobilis",
+        "href": "/collections/nobilis-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/nobilis.png?v=1771978217",
+        "alt": "Nobilis",
+        "href": "/collections/nobilis-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/novasuede-acorn.jpg?v=1761251816",
+        "alt": "Novasuede",
+        "href": "/collections/novasuede",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Stud_700x_423d7fd3-711e-4365-8447-ca4675354f41.jpg?v=1572310884",
+        "alt": "OLIVIA AND POPP",
+        "href": "/pages/olivia-and-popp-wallpaper",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/w7332-01_0a3b5251-ec1b-4a48-a5c4-1226a883c91d.jpg?v=1586920972",
+        "alt": "Osborne & Little",
+        "href": "/collections/osborne-little",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/osborne-little.png?v=1771978219",
+        "alt": "Osborne & Little",
+        "href": "/collections/osborne-little",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flying-west_43b5992a-cbb9-4b69-8a93-4216b22228dd.jpg?v=1760727581",
+        "alt": "Peg Norriss",
+        "href": "/collections/peg-norriss-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PhillipJeffriesLogo_0430ed58-e329-4f5c-9e77-1f6c52274729.png?v=1722462536",
+        "alt": "Phillip Jeffries",
+        "href": "/collections/phillip-jeffries-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/phillip-jeffries.png?v=1771979005",
+        "alt": "Phillip Jeffries",
+        "href": "/collections/phillip-jeffries-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Aire-Si_Muse_Mushroom_9833f4cf-e2ff-4d29-80c8-74d5f18e1ee6.jpg?v=1772569865",
+        "alt": "Phillipe Romano",
+        "href": "/collections/phillipe-romano",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ScreenShot2023-08-08at7.24.44AM.png?v=1691504727",
+        "alt": "PR Faux Leather",
+        "href": "/pages/faux",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/19f5102749dc1269102c08108172aca7.jpg?v=1572309753",
+        "alt": "Primo Leathers",
+        "href": "/collections/primo-leathers",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RS14121_image1.jpg?v=1756312996",
+        "alt": "Rebel Walls",
+        "href": "/collections/rebel-walls",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/rebel-walls_4dc95a13-4288-48af-a212-4be25532c715.png?v=1771982930",
+        "alt": "Rebel Walls",
+        "href": "/collections/rebel-walls",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2206baccd9fa961520125a7c0bcdaedd.jpg?v=1572309082",
+        "alt": "Retro Walls",
+        "href": "/collections/retro-walls-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/RC21014_7705b8e2-6e22-4efb-a09b-aaff24309dcc.jpg?v=1743188122",
+        "alt": "Roberto Cavalli",
+        "href": "/pages/roberto-cavalli",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/roberto-cavalli_766041a9-54d7-4bb8-b29c-8c0705cb8c88.png?v=1771983213",
+        "alt": "Roberto Cavalli",
+        "href": "/pages/roberto-cavalli",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/magical-forest-classic-wallpaper.jpg?v=1761326620",
+        "alt": "Sacha Walckhoff",
+        "href": "/collections/sacha-walckhoff-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/download_e7525d42-af27-4eb6-95c3-a53cdf877e34.jpg?v=1772172612",
+        "alt": "Sancar",
+        "href": "/collections/sancar",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/101-16_image1.jpg?v=1756388593",
+        "alt": "Sandberg",
+        "href": "/collections/sandberg",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SC_0001ADRASPILL.jpg?v=1778530846",
+        "alt": "Scalamandré",
+        "href": "/collections/scalamandre-fabrics",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/scalamandre.png?v=1771978227",
+        "alt": "Scalamandré",
+        "href": "/collections/scalamandre-fabrics",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cup-of-coffee-with-george-steve-abrams_3c6a5511-148f-4833-b886-67165ea1c167.jpg?v=1742835285",
+        "alt": "Steve Abrams Studios",
+        "href": "/pages/steve-abrams-studios",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/I_love_you_I_love_you_Roll_C_52x70cm.jpg?v=1748368156",
+        "alt": "SUGARBOO",
+        "href": "/collections/sugarboo",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/350bfe9758aac346572fb1d656e04633_c6120cfe-dc01-405e-b409-2ec46ff57f50.jpg?v=1572309667",
+        "alt": "Surface Stick",
+        "href": "",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BENGAL_THREADS_BE21-13__KOROSEAL_2b9bd85a-903a-444a-af6b-d3afea8a2bbf.jpg?v=1751948351",
+        "alt": "Threads",
+        "href": "/collections/threads",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/threads.png?v=1771978824",
+        "alt": "Threads",
+        "href": "/collections/threads",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JO1010-3_product.jpg?v=1756311904",
+        "alt": "Tres Tintas",
+        "href": "/collections/tres-tintas-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Ultrasuede_DesignerWallcoverings_5538-3910.jpg?v=1663623292",
+        "alt": "Ultrasuede",
+        "href": "/collections/ultrasuede-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/unearthed-woodburn.jpg?v=1761064322",
+        "alt": "Vahallan",
+        "href": "/pages/vendor-vahallan-wallcovering",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/vahallan.png?v=1771978116",
+        "alt": "Vahallan",
+        "href": "/pages/vendor-vahallan-wallcovering",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Sterling_Heights_A207-501-Sun_Ray_4295add6-766e-4386-ae08-73bb541bbfdf.jpg?v=1773880367",
+        "alt": "Versa Designed Surfaces",
+        "href": "/collections/versa-designed-surfaces-wallcoverings",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/versa.png?v=1771978237",
+        "alt": "Versa Designed Surfaces",
+        "href": "/collections/versa-designed-surfaces-wallcoverings",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/1c15af40cd4ffcc5e4583024df02f57c_d7d2143b-aa87-4d4b-8bf8-809c10ba6122.jpg?v=1776792967",
+        "alt": "Versace",
+        "href": "/collections/versace-wallpaper",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/versace-home-shopify.png?v=1771978118",
+        "alt": "Versace",
+        "href": "/collections/versace-wallpaper",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W538-02-zeta-wallcovering-shingle_02_8176564e-e7c7-4816-a64f-7a3d3b3d9416.jpg?v=1773707394",
+        "alt": "Villa Nova",
+        "href": "/pages/vendor-villa-nova",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/45166dec4bcfca6ab8ca028742b29554.jpg?v=1572309836",
+        "alt": "Wallpaper NYC",
+        "href": "/collections/wallpaper-nyc",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/acanthus-morris-and-co-manilla-stone-wallpaper-216441-image01.jpgmanilla-stone-wallpaper-216441-image01_38e1a81b-a6ec-4a56-8579-f72f71372417.jpg?v=1741110823",
+        "alt": "William Morris",
+        "href": "/collections/william-morris-1",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/william-morris-and-co.png?v=1771978122",
+        "alt": "William Morris",
+        "href": "/collections/william-morris-1",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/kbt-5123.jpg?v=1762298828",
+        "alt": "Wolf Gordon",
+        "href": "/collections/wolf-gordon",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/wolf-gordon.png?v=1771978124",
+        "alt": "Wolf Gordon",
+        "href": "/collections/wolf-gordon",
+        "label": "",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ZATW313046_457e.jpg?v=1773100651",
+        "alt": "Zoffany",
+        "href": "/pages/zoffany",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/zoffany.png?v=1771978814",
+        "alt": "Zoffany",
+        "href": "/pages/zoffany",
+        "label": "Recently Viewed",
+        "status": 404
+      },
+      {
+        "src": "https://c.statcounter.com/11961678/0/9d9a53bd/1/",
+        "alt": "web statistics",
+        "href": "",
+        "label": "",
+        "status": 200
+      }
+    ]
+  },
+  "collections": {
+    "total": 177,
+    "results": [
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_175x100.png?v=1613539653",
+        "alt": "",
+        "href": "",
+        "label": "Designer",
+        "status": 200
+      },
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/t/182/assets/close-icon.svg?v=10995484173163861811784148375",
+        "alt": "",
+        "href": "",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Authentic_Reproduction_1940s_Wallpaper-72dpi-DIG-42178_e918af58-4388-413e-8a8c-7351a73b5f27.jpg?width=400",
+        "alt": "1940",
+        "href": "/collections/authentic-1940s-reproduction-vintage-wallcoverings",
+        "label": "1940's Vintage",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DIG_540022_1_640x640_72d6b515-9323-49ca-b1d7-b774a4792673.jpg?width=400",
+        "alt": "1950",
+        "href": "/collections/authentic-1950s-reproduction-vintage-wallcoverings",
+        "label": "1950's Vintage",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2023-10-06at8.19.51AM_b9c245aa-01d7-4b58-b294-8ed8d3891b50.png?v=1774495566",
+        "alt": "1960",
+        "href": "/collections/authentic-1960s-reproduction-vintage-wallcoverings",
+        "label": "1960's Vintage",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DIG_740036_f533e5bf-66bd-4a83-bf72-5b37e1c410ab.jpg?width=400",
+        "alt": "1970",
+        "href": "/collections/authentic-1970s-reproduction-vintage-wallcoverings",
+        "label": "1970's Vintage",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Bellevue_A211-941-Upstream.jpg?v=1774494866",
+        "alt": "Abstract Vinyl",
+        "href": "/collections/abstract-durable-vinyl",
+        "label": "Abstract Vinyl",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Beyond_Acoustic_Agate.jpg?v=1773217053",
+        "alt": "Acoustical",
+        "href": "/collections/acoustical",
+        "label": "Acoustical",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-07-26at9.54.08AM_0db2af9a-b9ba-428b-a023-de6aea535290.png?width=400",
+        "alt": "Animal Print",
+        "href": "/collections/animal-print-wallpaper",
+        "label": "Animal Print",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_0b867495-d168-4b3d-8434-f168b5228756.jpg?v=1774494305",
+        "alt": "Animal Skin",
+        "href": "/collections/animal-skin",
+        "label": "Animal Skin",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Tekloom_Abaca_Pacific_1614199184.jpg?width=400",
+        "alt": "Architectural",
+        "href": "/collections/architectural-fabrics",
+        "label": "Architectural",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/104299_ROOMSET_01__38109.1769761676.jpg?v=1774494677",
+        "alt": "Art Deco",
+        "href": "/collections/decoglass-wallpaper",
+        "label": "Art Deco",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_3c452d3f-c0a3-40dd-ba85-dc562bbe4c34.png?v=1774495346",
+        "alt": "Art Deco Metallics",
+        "href": "/collections/art-deco-metallics-1",
+        "label": "Art Deco Metallics",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/50868088b2e1032b0a0f49706fc6ec5c_ff2f9577-dfa0-4af4-b6f8-59dba3daed43.jpg?width=400",
+        "alt": "Art Nouveau",
+        "href": "/collections/art-nouveau-wallpaper",
+        "label": "Art Nouveau",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?v=1774494074",
+        "alt": "Arts and Crafts",
+        "href": "/collections/arts-and-crafts-wallpaper",
+        "label": "Arts and Crafts",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/journey-to-eden_5d75c4b9-7cfd-4dd0-9f45-2cf2a367d36f.jpg?v=1774495328",
+        "alt": "Baroque",
+        "href": "/collections/baroque-wallpaper",
+        "label": "Baroque",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WPW1359_WT_be43a9bf-7428-4d42-ab93-6f670be839a1.jpg?width=400",
+        "alt": "Basket Weave",
+        "href": "/collections/basketweave-paper",
+        "label": "Basket Weave",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_a48ab978-c4fa-41fb-82f7-1f3a2947718d.jpg?v=1774495055",
+        "alt": "Beige & Cream Wallcovering Collection",
+        "href": "/collections/beige-cream-wallpaper-collection",
+        "label": "Beige & Cream Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/0289F08B-8DD9-4039-BE61-7D64C0DF99D5.jpg?width=400",
+        "alt": "Bella Italiano",
+        "href": "/collections/bella-italiano",
+        "label": "Bella Italiano",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot_2025-01-13_at_12.55.10_PM.png?width=400",
+        "alt": "Birds and Fowl",
+        "href": "/collections/birds",
+        "label": "Birds and Fowl",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-5a572698d6374e3eafd37a223d55208f.jpg?width=400",
+        "alt": "Black Wallcovering Collection",
+        "href": "/collections/black",
+        "label": "Black Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/33255_1635_ccf4a54f-d367-4ed9-9b66-7dc7db2ed3e3.jpg?width=400",
+        "alt": "Blue Green",
+        "href": "/collections/turquoise",
+        "label": "Blue Green",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.17.06PM_d9e03524-c1da-4c62-b5bc-6ab6862d166f.png?width=400",
+        "alt": "Blue Wallcovering Collection",
+        "href": "/collections/blue-wallpaper-collection",
+        "label": "Blue Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/balancing-act-nightfall_568e3b64-06ca-46dc-b876-7a27be95590b.jpg?width=400",
+        "alt": "Bohemian",
+        "href": "/collections/bohemian-wallpaper",
+        "label": "Bohemian",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w3905-84.jpg?width=400",
+        "alt": "Botanicals & Florals Wallcovering Collections",
+        "href": "/collections/botanicals-and-florals",
+        "label": "Botanicals & Florals Wallcovering Collections",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/TL10167_165_a680e04c-ba17-4bac-a45d-a632514576f0.jpg?v=1774494331",
+        "alt": "Braid / Tape",
+        "href": "/collections/braid-tape",
+        "label": "Braid / Tape",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/A_JOURNEY_TO_EDEN_6dcf4c79-e956-4cd1-b5c7-05aa23acfd2f.jpg?v=1774495059",
+        "alt": "Brown",
+        "href": "/collections/brown-wallpaper-collection",
+        "label": "Brown",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_2af08d59-d4a1-418b-8a0d-9870f9f56841.jpg?v=1774495354",
+        "alt": "Camel & Cognac",
+        "href": "/collections/camel-cognac-1",
+        "label": "Camel & Cognac",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-09-01at11.58.20AM.png?v=1774494745",
+        "alt": "Checks + Plaids",
+        "href": "/collections/checks-plaids-and-stripes-1",
+        "label": "Checks + Plaids",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/37125_51_486c4d4e-9b24-4d7b-a46a-f0aad7425db0.jpg?v=1774494664",
+        "alt": "Chenille",
+        "href": "/collections/chenille-fabric",
+        "label": "Chenille",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/41cbdaa499ed0c144d82e3fb78c3d712.png?v=1774494257",
+        "alt": "Chevron & Herringbone Wallcovering Collection",
+        "href": "/collections/chevron-herringbone-wallpaper-collection",
+        "label": "Chevron & Herringbone Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/In_the_Undergrowth_95201c59-34e6-46da-9834-2d4f337a66bf.jpg?v=1774495015",
+        "alt": "Children",
+        "href": "/collections/kids-wallpaper",
+        "label": "Children's Wallcovering Collections",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/CH-150-MS-4T_0eff34be-5184-496d-bc32-cc4bcb623911.jpg?width=400",
+        "alt": "Chinoiserie Collection",
+        "href": "/collections/chinoiserie-collection",
+        "label": "Chinoiserie Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2024-06-11_at_2.32.09_PM.png?width=400",
+        "alt": "Chinoiserie Murals",
+        "href": "/collections/chinoiserie",
+        "label": "Chinoiserie Murals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/heavy-madagascar-natural.jpg?v=1629846967",
+        "alt": "Coastal & Nautical",
+        "href": "/collections/coastal-nautical-1",
+        "label": "Coastal & Nautical",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/LN40512-A_d9377bfa-f59d-462c-bfcf-c3143d90f61a.jpg?width=400",
+        "alt": "Coastal Haven",
+        "href": "/collections/coastal-haven",
+        "label": "Coastal Haven",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-b3b85eb8f9454a6eb79ac8d6535c9ef5.jpg?width=400",
+        "alt": "Commercial",
+        "href": "/collections/commercial",
+        "label": "Commercial",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_6a07f7bb-5da5-4760-a300-e99b85c64d74.png?v=1774494886",
+        "alt": "Contemporary Style Wallcovering Collections",
+        "href": "/collections/contemporary",
+        "label": "Contemporary Style Wallcovering Collections",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/jungle-life-aquamarine-coral.jpg?width=400",
+        "alt": "Coral Wallcovering Collection",
+        "href": "/collections/coral",
+        "label": "Coral Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AC637D0C-404C-445C-A29A-4686115D2C43.jpg?v=1774495088",
+        "alt": "Cork Wallcovering Collection",
+        "href": "/collections/cork-wallpaper-collection",
+        "label": "Cork Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0bab358b3eec8ece80a4d4ffdf55be4f_54558f70-cc7e-4bf9-a77e-9ccb675ed7d0.jpg?width=400",
+        "alt": "Damask",
+        "href": "/collections/damasks-1",
+        "label": "Damask",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/WFT1689_WT_1f748914-6c6b-43e7-8889-92cb14f08a4f.jpg?v=1774494856",
+        "alt": "Dots and Circle",
+        "href": "/collections/dots",
+        "label": "Dots and Circle",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot_2024-06-04_at_3.22.22_PM.png?width=400",
+        "alt": "Dragon Motifs",
+        "href": "/collections/dragon-motifs",
+        "label": "Dragon Motifs",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GDT5749_001_0297652f-6887-4d5b-94a5-99a72fa0ca51.jpg?width=400",
+        "alt": "Drapery",
+        "href": "/collections/drapery-fabrics",
+        "label": "Drapery",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/journey-to-eden_a07194f5-18c7-459d-8261-abfd9121ed8d.jpg?v=1774495049",
+        "alt": "Durable",
+        "href": "/collections/durable-w-c",
+        "label": "Durable",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot_2023-09-06_at_3.28.02_PM-gigapixel-art-scale-4_00x_d5574bbf-f5aa-45ab-b30c-4f9c24ecaad9.png?width=400",
+        "alt": "Eden",
+        "href": "/collections/eden",
+        "label": "Eden",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/8fe84641482c25fff20af8a577b92e67.jpg?v=1774159242",
+        "alt": "Embossed Texture",
+        "href": "/collections/embossed",
+        "label": "Embossed Texture",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w7971-03_j38mfhvsedzty35k.jpg?width=400",
+        "alt": "European",
+        "href": "/collections/european-wallpapers",
+        "label": "European",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2024-06-24_at_11.39.28_AM.png?width=400",
+        "alt": "Fabric Trim",
+        "href": "/collections/fabric-trim",
+        "label": "Fabric Trim",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/b5c908a339d8836cc53d6f2bf072a750.png?width=400",
+        "alt": "Fantastic Frames",
+        "href": "/collections/fantastic-frames",
+        "label": "Fantastic Frames",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3c2ac84cbe04bbe26d7c388b57ed702c.jpg?v=1775116939",
+        "alt": "Farmhouse",
+        "href": "/collections/farmhouse-wallpaper",
+        "label": "Farmhouse",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2023-12-18_at_2.48.53_PM.png?width=400",
+        "alt": "Faux Animal Patterns",
+        "href": "/collections/faux-animal-skin",
+        "label": "Faux Animal Patterns",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/bb59071a9cc7dc1a6f4ff30837965537.jpg?v=1774494769",
+        "alt": "Faux Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "label": "Faux Grasscloth",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?width=400",
+        "alt": "Faux Leather - Vegan Upholstery Vinyl",
+        "href": "/collections/upholstery-vinyl",
+        "label": "Faux Leather - Vegan Upholstery Vinyl",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_988ffd8c-a0ee-4be0-8c00-adb02cc5798b.jpg?v=1774494870",
+        "alt": "Faux Leather Upholstery",
+        "href": "/collections/faux-leather",
+        "label": "Faux Leather Upholstery",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245",
+        "alt": "Faux Silk + Linen",
+        "href": "/collections/faux-silk",
+        "label": "Faux Silk + Linen",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/69a302b51d3ed05446036615c680c285.jpg?width=400",
+        "alt": "Flocked Velvet Wallcovering Collection",
+        "href": "/collections/flocked-velvet-wallpaper-collection",
+        "label": "Flocked Velvet Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/journey-to-eden_76e89235-1ee5-4da3-a9bb-085381a43168.jpg?v=1774495395",
+        "alt": "Florals & Botanicals",
+        "href": "/collections/florals-botanicals",
+        "label": "Florals & Botanicals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?width=400",
+        "alt": "French Country",
+        "href": "/collections/french-country-wallpaper-collection",
+        "label": "French Country",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-Flock-7001-sample.jpg?width=400",
+        "alt": "Fretwork Wallcovering",
+        "href": "/collections/fretwork-wallpaper",
+        "label": "Fretwork Wallcovering",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/689f28a9167ac521fea6b25572460e30.jpg?v=1745459624",
+        "alt": "Geometric Patterns",
+        "href": "/collections/geometric-durable-vinyl",
+        "label": "Geometric Patterns",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/gz127_036ec345-e731-407f-bddb-954e118e8f5d.jpg?width=400",
+        "alt": "Geometric Wallcovering Collections",
+        "href": "/collections/geometric",
+        "label": "Geometric Wallcovering Collections",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Bandeaux_RM_Nature_precieuse11_22827455-5310-4f6d-bcb7-6b8a6069e7e0.jpg?width=400",
+        "alt": "Glass Bead",
+        "href": "/collections/glass-bead",
+        "label": "Glass Bead",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/IMG_7895.jpg?v=1774494764",
+        "alt": "Glitter + Sequins",
+        "href": "/collections/glitter-wallpaper",
+        "label": "Glitter + Sequins",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Chameleon_Tile_26x26in_JUICY2_79dbaed4-0423-4e00-a3c1-5712ea5566e4.jpg?width=400",
+        "alt": "Gold Wallcovering Collection",
+        "href": "/collections/gold-wallpaper",
+        "label": "Gold Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_19da8159-4771-4a99-8426-8e41a683d472.jpg?v=1774495371",
+        "alt": "Grasscloth & Natural Fiber",
+        "href": "/collections/grasscloth-natural-fiber",
+        "label": "Grasscloth & Natural Fiber",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SG6013.jpg?width=400",
+        "alt": "Grasscloth Wallcovering",
+        "href": "/collections/grasscloth-wallpaper-collection",
+        "label": "Grasscloth Wallcovering",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-07-07at12.59.31PM_870e94d9-080f-4682-ab35-ebfb3c7f3529.png?width=400",
+        "alt": "Greek Key",
+        "href": "/collections/greek-key-wallpaper",
+        "label": "Greek Key",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w7904-04_mg0sky6oydr95alv.jpg?width=400",
+        "alt": "Green Wallcovering Collection",
+        "href": "/collections/green-wallpaper-collection",
+        "label": "Green Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.18.24PM.png?width=400",
+        "alt": "Grey Wallcovering Collection",
+        "href": "/collections/grey-wallcovering",
+        "label": "Grey Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/cfef8a782544b17a40482b386c34c93b_cdfe88ff-49d7-4f2a-b9e0-fa74f5482950.jpg?v=1774495574",
+        "alt": "Hand Made",
+        "href": "/collections/hand-made-wallcoverings",
+        "label": "Hand Made",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xja-47017-sample-abbingdon-type-ii-vinyl-hollywood-wallcoverings.jpg?v=1775696834",
+        "alt": "Hollywood",
+        "href": "/collections/hollywood-wallcovering-collection",
+        "label": "Hollywood",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DUR-72461-sample-clean.jpg?v=1774485655",
+        "alt": "Hollywood Hospitality",
+        "href": "/collections/hollywood-wallpaper-commercial-wallpaper",
+        "label": "Hollywood Hospitality",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/HWC-61200-sample-clean.jpg?v=1774485987",
+        "alt": "Hollywood Sunset Vinyl Collection",
+        "href": "/collections/hollywood-sunset-collection",
+        "label": "Hollywood Sunset Vinyl Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/layout-vapor_4fc4ca7b-11b1-45e8-abe8-500092c1ee08.jpg?v=1776039192",
+        "alt": "Hollywood Type 2",
+        "href": "/collections/hollywood-type-2-wallpaper-collection",
+        "label": "Hollywood Type 2",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/53862597b5963c0d410d47ddaf99615b.jpg?v=1774494878",
+        "alt": "Hospitality Resource",
+        "href": "/collections/quick-ship-hospitality",
+        "label": "Hospitality Resource",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DBW8002-A_ab7f74d3-ac35-4057-a40c-7fae6f38b4ce.jpg?width=400",
+        "alt": "Ikat",
+        "href": "/collections/ikat-wallpaper",
+        "label": "Ikat",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/07e0b5d221594a872fc2fe02b82bb1fd.png?width=400",
+        "alt": "Indoor / Outdoor Performance",
+        "href": "/collections/outdoor-fabric",
+        "label": "Indoor / Outdoor Performance",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/380fda2e968de4554a73d8f0f2a43ac0.png?width=400",
+        "alt": "Industrial Style",
+        "href": "/collections/industrial",
+        "label": "Industrial Style",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2021-10-08at11.12.51AM_23c7e3e8-7b06-4fd0-a2f6-a49547aee921.png?width=400",
+        "alt": "Japonisme",
+        "href": "/collections/japonisme-wallpaper",
+        "label": "Japonisme",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot_2023-09-06_at_3.27.26_PM-gigapixel-art-scale-4_00x_8806d46e-be75-4b15-930c-eb2eb5362b87.png?width=400",
+        "alt": "Kismet",
+        "href": "/collections/kismet",
+        "label": "Kismet",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/c850bf77abc6469437568741e78831e7.jpg?width=400",
+        "alt": "LA Walls Collection",
+        "href": "/collections/lawalls-collection",
+        "label": "LA Walls Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-11-26at1.37.18PM_11d6f82b-dabe-46bb-b975-1991f25e9475.png?v=1774494753",
+        "alt": "Lattice & Trellis",
+        "href": "/collections/lattice-and-trellis-patterns",
+        "label": "Lattice & Trellis",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?v=1745457888",
+        "alt": "LEED Walls",
+        "href": "/collections/leed-walls",
+        "label": "LEED Walls",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/LW51116-A_27f46026-e187-4982-9458-786496e3d400.jpg?width=400",
+        "alt": "Living with Art",
+        "href": "/collections/living-with-art",
+        "label": "Living with Art",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/image_e45f8137-539c-4b8f-b03f-a99ddb1c7cfe.jpg?v=1774494695",
+        "alt": "Lounge",
+        "href": "/collections/lounge",
+        "label": "Lounge",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/LN11312-A_f91ed8e1-b310-4dcf-990d-fcbf9a5d731e.jpg?width=400",
+        "alt": "Luxe Retreat",
+        "href": "/collections/luxe-retreat",
+        "label": "Luxe Retreat",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Phillipe_Romano_Milano_Madagascar_20016_Madagascar-Set10_1_1.jpg?v=1774494668",
+        "alt": "Madagascar Raffia",
+        "href": "/collections/madagascar-cloth",
+        "label": "Madagascar Raffia",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5260_43W7631-01_1dc4f89c-380a-4274-9aba-0d883c631393.jpg?width=400",
+        "alt": "Made in Italy Wallcovering",
+        "href": "/collections/madeinitaly",
+        "label": "Made in Italy Wallcovering",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AH40905_91979b3e-9192-40c2-9a85-0d3cc9d6c461.jpg?v=1774495289",
+        "alt": "Malibu",
+        "href": "/collections/malibu-wallpaper",
+        "label": "Malibu",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/TS81802-A.jpg?v=1774495601",
+        "alt": "Malibu",
+        "href": "/collections/malibu-walls-1",
+        "label": "Malibu",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GRD-87020-DesignerWallcoverings-Los-Angeles-1_960cae78-2e1d-416a-a1b6-f595f87cafca.png?width=400",
+        "alt": "Maximalist",
+        "href": "/collections/maximalist-wallpaper",
+        "label": "Maximalist",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-07-07at12.59.31PM_0b324143-692e-4e26-8020-de462f48cd82.png?width=400",
+        "alt": "Medallion",
+        "href": "/collections/medallion-wallpaper",
+        "label": "Medallion",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MTG_403567_WP20055_-_Rufous_Tile_9ac90288-6c5a-4126-8501-cab11861e4ee.jpg?width=400",
+        "alt": "Mediterranean",
+        "href": "/collections/mediterranean-wallpaper",
+        "label": "Mediterranean",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GleamingGlambeadsWhiteandSilverGlassBeadWallpaper.jpg?width=400",
+        "alt": "Metallic",
+        "href": "/collections/metallic-wallpaper-collection",
+        "label": "Metallic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2023-12-15_at_3.10.46_PM.png?width=400",
+        "alt": "Metallic Mylar",
+        "href": "/collections/shiny-mylar-mirror",
+        "label": "Metallic Mylar",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_e0815ced-2013-4473-ace3-0f6db5e7fcf6.jpg?width=400",
+        "alt": "Mid Century Modern",
+        "href": "/collections/mid-century-modern-1",
+        "label": "Mid Century Modern",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/bb59071a9cc7dc1a6f4ff30837965537.jpg?width=400",
+        "alt": "Minimalist Chic",
+        "href": "/collections/minimalist",
+        "label": "Minimalist Chic",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aforestmustardflat.jpg?width=400",
+        "alt": "Modern Hamptons",
+        "href": "/collections/modern-hamptons-1",
+        "label": "Modern Hamptons",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.22.18PM_c9bf165d-1b1e-44bb-b222-460645293d0a.png?width=400",
+        "alt": "Modern Originals",
+        "href": "/collections/modern-originals-1",
+        "label": "Modern Originals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_b93bfec9-fdfc-4201-b8f6-7c103e2f3e71.png?width=400",
+        "alt": "Modern Wallcovering",
+        "href": "/collections/modern-1",
+        "label": "Modern Wallcovering",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GRD-87020-DesignerWallcoverings-Los-Angeles-1_1bc66f1c-c35b-4a6c-8abe-ad7a64a33d46.png?width=400",
+        "alt": "Moody & Dark",
+        "href": "/collections/moody-dark",
+        "label": "Moody & Dark",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/CH-150-MS-4T_022a31e3-3a30-4739-acfd-24975b4cb193.jpg?width=400",
+        "alt": "Murals",
+        "href": "/collections/murals",
+        "label": "Murals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/csm_Avenir-Room-A204-323-15NL_fb0de2cbd8_fe26c6eb-a874-45cf-a153-f29c06422ece.jpg?width=400",
+        "alt": "Mylar",
+        "href": "/collections/mylar-wallpaper",
+        "label": "Mylar",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/INW23_1056x1056_cff109ff-3d8e-4810-91b7-c55c876f35b2.jpg?width=400",
+        "alt": "Natural Cork",
+        "href": "/collections/cork",
+        "label": "Natural Cork",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w3036-21.jpg?width=400",
+        "alt": "Natural Grasscloth",
+        "href": "/collections/grasscloth",
+        "label": "Natural Grasscloth",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-07-07at12.59.31PM_377b3f9a-2084-49dd-93e3-dce6fabc519f.png?width=400",
+        "alt": "Neoclassical",
+        "href": "/collections/neoclassical-wallpaper",
+        "label": "Neoclassical",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GRD-87020-DesignerWallcoverings-Los-Angeles-1_3b40bb0a-9698-4196-a7e3-b1c49a83d050.png?width=400",
+        "alt": "Novelty",
+        "href": "/collections/novelty",
+        "label": "Novelty",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-Flock-7027-sample_d683027a-2d9e-49ce-b55a-42ccc371334f.jpg?width=400",
+        "alt": "Ogee",
+        "href": "/collections/ogee-wallpaper",
+        "label": "Ogee",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/d1e291e3d5050e5ca28233c481968df2.png?width=400",
+        "alt": "Ombre",
+        "href": "/collections/ombre",
+        "label": "Ombre",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+        "alt": "Orange Wallcovering Collections",
+        "href": "/collections/orange",
+        "label": "Orange Wallcovering Collections",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/travel-map-clay-khaki.jpg?width=400",
+        "alt": "Original Vintage Wallcoverings",
+        "href": "/collections/vintage-patterns-on-demand",
+        "label": "Original Vintage Wallcoverings",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Lincrusta-Wallcovering-RD1956FR-3-Amelia-bathroom-shot_b9dfa7ba-b379-473e-ab5c-6d9c867995a3.jpg?width=400",
+        "alt": "Paintable Texture",
+        "href": "/collections/paintable",
+        "label": "Paintable Texture",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5d90ba897721142496f2eaf3befcc685.png?width=400",
+        "alt": "Paisley",
+        "href": "/collections/paisley-wallpaper",
+        "label": "Paisley",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_9d4b658c-2d17-4cad-8b7f-0e7a80bcceea.jpg?v=1774494656",
+        "alt": "Paper Backed Cotton Walls",
+        "href": "/collections/paper-backed-cotton-walls",
+        "label": "Paper Backed Cotton Walls",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/SG6039.jpg?width=400",
+        "alt": "Paperweave",
+        "href": "/collections/fine-paper",
+        "label": "Paperweave",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2024-03-18_at_12.29.49_PM.png?width=400",
+        "alt": "Pattern Design Lab",
+        "href": "/collections/pattern-design-lab-2",
+        "label": "Pattern Design Lab",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/3791fff03f6a427de7ec8840965a810e.jpg?v=1774495383",
+        "alt": "Peel & Stick",
+        "href": "/collections/peel-stick",
+        "label": "Peel & Stick",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/20182854_214975df-a4a5-4b71-a949-2d35a3b08f3c.jpg?width=400",
+        "alt": "Pillows",
+        "href": "/collections/finished-pillows",
+        "label": "Pillows",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/114324_ROOMSET_01__39015.1769761143.jpg?v=1774494946",
+        "alt": "Pink Wallcovering Collection",
+        "href": "/collections/pink-wallcovering-2",
+        "label": "Pink Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-11-02at11.57.50AM.png?width=400",
+        "alt": "Plaid",
+        "href": "/collections/plaid-fabric",
+        "label": "Plaid",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Bandeaux_RM_Nature_precieuse10.jpg?width=400",
+        "alt": "Plum & Aubergine",
+        "href": "/collections/plum-aubergine-1",
+        "label": "Plum & Aubergine",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/GRD-87020-DesignerWallcoverings-Los-Angeles-1.png?width=400",
+        "alt": "Powder Room Statements",
+        "href": "/collections/powder-room-statements-1",
+        "label": "Powder Room Statements",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/bronzeoil2_fe794aeb-369f-4c5c-b759-0472adcb21b6.jpg?width=400",
+        "alt": "Primary Suite",
+        "href": "/collections/primary-suite-1",
+        "label": "Primary Suite",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot_2024-11-26_at_4.47.22_PM.png?width=400",
+        "alt": "Purple Wallcovering and Fabric Patterns",
+        "href": "/collections/purple",
+        "label": "Purple Wallcovering and Fabric Patterns",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-Flock-7005-sample.jpg?width=400",
+        "alt": "Quatrefoil",
+        "href": "/collections/quatrefoil-wallpaper",
+        "label": "Quatrefoil",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_d66b808c-1720-4aa7-8500-c8048eb7f388.jpg?v=1774494898",
+        "alt": "Red Wallcovering Collection",
+        "href": "/collections/red-wallpaper-collection",
+        "label": "Red Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Bandeaux_RM_Nature_precieuse11_fb3c6185-a195-4cd0-be65-6482d11b54f8.jpg?width=400",
+        "alt": "Reflective",
+        "href": "/collections/reflective",
+        "label": "Reflective",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AT9677.jpg?v=1774494796",
+        "alt": "Regal Trellis and Lattice",
+        "href": "/collections/regal-trellis-and-lattice",
+        "label": "Regal Trellis and Lattice",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screen_Shot_2024-10-02_at_1.16.34_PM.png?v=1774495334",
+        "alt": "Renaissance",
+        "href": "/collections/renaissance-wallpaper",
+        "label": "Renaissance",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/884ea8394e4d6d3574bb0d7860129104_71c9a88d-1cba-4f8b-9d32-5af09e48f2cb.jpg?v=1774039866",
+        "alt": "Renaissance Metal Leaf",
+        "href": "/collections/renaissance-metal-leaf",
+        "label": "Renaissance Metal Leaf",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/BETTY-LILAC.jpg?width=400",
+        "alt": "Residential",
+        "href": "/collections/residential",
+        "label": "Residential",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/travel-map-clay-khaki_a621db56-edf1-475d-86ba-5a289df91058.jpg?width=400",
+        "alt": "Restoration",
+        "href": "/collections/restoration-wallpaper",
+        "label": "Restoration",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5c0ee32eb67d4c33cf86c28a114c2867_486ac458-e005-4acf-9218-ff68f18de3fe.jpg?v=1774495653",
+        "alt": "Retro Walls",
+        "href": "/collections/retro-walls-1",
+        "label": "Retro Walls",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WFLO-910C-sample_4777a1fc-d540-4374-9386-b9d537b115e3.jpg?width=400",
+        "alt": "Roses",
+        "href": "/collections/roses-wallpaper",
+        "label": "Roses",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/09977af386d5263bb4975d8909279efb.png?width=400",
+        "alt": "Rustic Charm",
+        "href": "/collections/rustic-charm-wallpaper-collection",
+        "label": "Rustic Charm",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2025-09-16at12.47.30PM.png?width=400",
+        "alt": "Sage & Olive",
+        "href": "/collections/sage-olive-1",
+        "label": "Sage & Olive",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ZW139-01-abercrombie-wallcovering-buff_02_5d5bf7b1-b82d-4dbf-ae17-ce711dd6dc9f.jpg?v=1774495320",
+        "alt": "Scandinavian",
+        "href": "/collections/scandinavian-wallpaper",
+        "label": "Scandinavian",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2025-09-16at12.47.30PM_1e5f8cf8-4e0c-4744-9f0f-f19d04924726.png?width=400",
+        "alt": "Scenic",
+        "href": "/collections/scenic-wallpaper",
+        "label": "Scenic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WOF-67016-sample.jpg?v=1774159295",
+        "alt": "Scroll",
+        "href": "/collections/scroll",
+        "label": "Scroll",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/gz127_663e539a-bd80-435f-bdd5-e55316d1f2ac.jpg?width=400",
+        "alt": "Sequin",
+        "href": "/collections/sequin-wallpapers",
+        "label": "Sequin",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/csm_Avenir-Room-A204-323-15NL_fb0de2cbd8_fe26c6eb-a874-45cf-a153-f29c06422ece.jpg?v=1774040241",
+        "alt": "Shiny Mylar & 3d Foils",
+        "href": "/collections/shiny-mylar-3d-foils",
+        "label": "Shiny Mylar & 3d Foils",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/finalsitustoneforestfinal_room_d57e8a55-dac8-48b7-9be0-797ab2507d81.jpg?v=1774495359",
+        "alt": "Slate & Charcoal",
+        "href": "/collections/slate-charcoal-1",
+        "label": "Slate & Charcoal",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_68ba810d-3124-4f34-8c27-ed9abba3cc06.jpg?v=1774495363",
+        "alt": "Steel Blue",
+        "href": "/collections/steel-blue-1",
+        "label": "Steel Blue",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/IMG_2487_7f26008a-3651-4ace-97ef-8bfe311c3d03.jpg?v=1774495093",
+        "alt": "String",
+        "href": "/collections/string",
+        "label": "String",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+        "alt": "Stripe Wallcovering Collections",
+        "href": "/collections/stripe-collection-1",
+        "label": "Stripe Wallcovering Collections",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_1b7c48bf-ca30-44b2-866b-87d26131d451.png?v=1774495392",
+        "alt": "Stripes & Geometrics",
+        "href": "/collections/stripes-geometrics",
+        "label": "Stripes & Geometrics",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.17.06PM_ae24b0b6-b3bb-4697-8975-d61652566adf.png?width=400",
+        "alt": "Study & Library",
+        "href": "/collections/study-library-1",
+        "label": "Study & Library",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/0468626473dd718fc9e3ec55f1618944.png?v=1774094452",
+        "alt": "Suede",
+        "href": "/collections/suede",
+        "label": "Suede",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/fa21fa59bf0a269895a073efd17f3e4a.jpg?v=1774495250",
+        "alt": "Surface Stick",
+        "href": "/collections/surface-stick",
+        "label": "Surface Stick",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DWRW-190006-sofa-room-setting.png?v=1774495388",
+        "alt": "Sustainable & Eco",
+        "href": "/collections/sustainable-eco",
+        "label": "Sustainable & Eco",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/bronzeoil2_47f6d15f-e3ff-4e86-be3e-9eed3947ec0e.jpg?width=400",
+        "alt": "Terracotta & Clay",
+        "href": "/collections/terracotta-clay-1",
+        "label": "Terracotta & Clay",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/BV30438.jpg?width=400",
+        "alt": "Texture Gallery",
+        "href": "/collections/texture-gallery",
+        "label": "Texture Gallery",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.22.18PM_b4a70e32-1251-43c5-aefd-74d628a8ba00.png?width=400",
+        "alt": "Textured",
+        "href": "/collections/textured-wallpaper",
+        "label": "Textured",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/30745_16_80b07fe6-a590-4e80-9bb5-10713f63468a.jpg?v=1774495375",
+        "alt": "Textures & Solids",
+        "href": "/collections/textures-solids",
+        "label": "Textures & Solids",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Vintage_Wallpaper_Reproduction1952_Dig-5211109.jpg?v=1774495114",
+        "alt": "The Equestrian Wallcovering Collection",
+        "href": "/collections/equestrian-collection",
+        "label": "The Equestrian Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/11837038-art-breasts-v2-by-designerwallcoverings_19-1112_7ea48495-cba3-46a9-bd2e-739d1d377b52.jpg?v=1774495590",
+        "alt": "Throw Blanket",
+        "href": "/collections/throw-blanket",
+        "label": "Throw Blanket",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-bedroom-shanghai-chinoiserie-grasscoth-print-blue-on-natural-cream-grp-74000.jpg?width=400",
+        "alt": "Toile",
+        "href": "/collections/toile-wallpaper",
+        "label": "Toile",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-f687415d84ee4d67b1b90b560a6c0e48.jpg?width=400",
+        "alt": "Traditional",
+        "href": "/collections/traditional",
+        "label": "Traditional",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Y6220205.jpg?width=400",
+        "alt": "Transitional",
+        "href": "/collections/transitional-wallpaper",
+        "label": "Transitional",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-11-26at1.37.18PM_11d6f82b-dabe-46bb-b975-1991f25e9475.png?v=1774494753",
+        "alt": "Trellis",
+        "href": "/collections/trellis",
+        "label": "Trellis",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+        "alt": "Tropical Wallcovering Collections",
+        "href": "/collections/tropical-prints",
+        "label": "Tropical Wallcovering Collections",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/TG60302_b94a24cd-99e9-496e-b6a5-b995b8c6da7f.jpg?v=1748378603",
+        "alt": "Type 2 Durable",
+        "href": "/collections/type-2-durable",
+        "label": "Type 2 Durable",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?v=1774040114",
+        "alt": "Upholstery",
+        "href": "/collections/upholstery-fabrics",
+        "label": "Upholstery",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_da314820-7efd-4d01-a3c9-96d24c2d34c8.jpg?v=1774495342",
+        "alt": "Vegan Leathers",
+        "href": "/collections/vegan-leathers",
+        "label": "Vegan Leathers",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/36096_19_7abf5f26-8d17-4b79-bca4-e72ccac5f388.jpg?v=1774495101",
+        "alt": "Velvet Upholstery",
+        "href": "/collections/velvet-upholstery",
+        "label": "Velvet Upholstery",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?v=1640713188",
+        "alt": "Victorian",
+        "href": "/collections/victorian-wallpaper",
+        "label": "Victorian",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WOF-67007-sample_fe33d67e-614d-449f-a887-80dc5a498716.jpg?width=400",
+        "alt": "Vine",
+        "href": "/collections/vine-pattern-wallpaper",
+        "label": "Vine",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Dig-540002-roomsetting_62674c3c-b59d-4d36-aa8a-b7a696cbbb51.jpg?width=400",
+        "alt": "Vintage Reproductions",
+        "href": "/collections/vintage",
+        "label": "Vintage Reproductions",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/bronzeoil2.jpg?width=400",
+        "alt": "Warm Taupe",
+        "href": "/collections/warm-taupe",
+        "label": "Warm Taupe",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-08-19at3.28.59PM.png?width=400",
+        "alt": "Warm Whites & Ivory",
+        "href": "/collections/warm-whites-ivory-1",
+        "label": "Warm Whites & Ivory",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2025-09-16at12.47.30PM_8108b40b-a93c-4b7d-81a1-6b2da8fd4b84.png?width=400",
+        "alt": "Whimsical Traditional",
+        "href": "/collections/whimsical-traditional",
+        "label": "Whimsical Traditional",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/33295_15_52b6fae7-5657-4782-a404-0e9e44964115.jpg?v=1774495083",
+        "alt": "White Wallcovering Collection",
+        "href": "/collections/white-wallpaper-collection",
+        "label": "White Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-b3b85eb8f9454a6eb79ac8d6535c9ef5_b6473247-b559-4a7b-873e-436759d1fb5a.jpg?width=400",
+        "alt": "Yellow Wallcovering Collection",
+        "href": "/collections/yellow-wallpaper-collection",
+        "label": "Yellow Wallcovering Collection",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-05-22at8.44.21AM.png?width=400",
+        "alt": "Zeuxis Parrhasius Wallcovering Collection",
+        "href": "/collections/zeuxis-parrhasius-wallpaper-collection",
+        "label": "Zeuxis Parrhasius Wallcovering Collection",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/novasuede-taupe_bfd34bc0-4b4d-4dfb-8429-b46d41a84278.jpg?width=400",
+        "alt": "Novasuede",
+        "href": "/collections/novasuede",
+        "label": "Novasuede",
+        "status": 404
+      },
+      {
+        "src": "https://c.statcounter.com/11961678/0/9d9a53bd/1/",
+        "alt": "web statistics",
+        "href": "",
+        "label": "",
+        "status": 200
+      }
+    ]
+  },
+  "designer-wallpaper-styles": {
+    "total": 90,
+    "results": [
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_175x100.png?v=1613539653",
+        "alt": "",
+        "href": "",
+        "label": "Designer",
+        "status": 200
+      },
+      {
+        "src": "https://www.designerwallcoverings.com/cdn/shop/t/182/assets/close-icon.svg?v=10995484173163861811784148375",
+        "alt": "",
+        "href": "",
+        "label": "",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8bd1875c6dd705f742fa090c9746cc38.jpg?v=1762534460",
+        "alt": "Abstract",
+        "href": "/collections/abstract-durable-vinyl",
+        "label": "Abstract",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Beyond_Acoustic_Agate.jpg?v=1773217053",
+        "alt": "Acoustical",
+        "href": "/collections/acoustical",
+        "label": "Acoustical",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_0b867495-d168-4b3d-8434-f168b5228756.jpg?v=1774494305",
+        "alt": "Animal Skin",
+        "href": "/collections/animal-skin",
+        "label": "Animal Skin",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screen_Shot_2024-10-02_at_1.07.32_PM.png?v=1748367447",
+        "alt": "Animal Print",
+        "href": "/collections/animal-print-wallpaper",
+        "label": "Animal Print",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/CZ2437.jpg?v=1740532908",
+        "alt": "Arabesque",
+        "href": "/collections/ogee-wallpaper",
+        "label": "Arabesque",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/3ec9228e9e8808c04438789ca2fa7226.jpg?v=1771295639",
+        "alt": "Art Deco",
+        "href": "/collections/decoglass-wallpaper",
+        "label": "Art Deco",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2012.jpg?v=1772172685",
+        "alt": "Art Nouveau",
+        "href": "/collections/art-nouveau-wallpaper",
+        "label": "Art Nouveau",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?v=1774494074",
+        "alt": "Arts & Crafts",
+        "href": "/collections/arts-and-crafts-wallpaper",
+        "label": "Arts & Crafts",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/A_JURNEY_TO_EDEN_Dark.jpg?v=1617222453",
+        "alt": "Baroque",
+        "href": "/collections/baroque-wallpaper",
+        "label": "Baroque",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/balancing-act-nightfall_eb874da9-8013-4147-b260-01bef6a28697.jpg?v=1770229700",
+        "alt": "Bohemian",
+        "href": "/collections/bohemian-wallpaper",
+        "label": "Bohemian",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-office-DWWC-505810-Sample.jpg?v=1773257414",
+        "alt": "Botanicals & Florals",
+        "href": "/collections/botanicals-and-florals",
+        "label": "Botanicals & Florals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/CV4452.jpg?v=1740774519",
+        "alt": "Chevron",
+        "href": "/collections/chevron-herringbone-wallpaper-collection",
+        "label": "Chevron",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RS16991_image1.jpg?v=1756312309",
+        "alt": "Children",
+        "href": "/collections/kids-wallpaper",
+        "label": "Children's",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T20821_d0962a7e-1371-4e8c-902e-c0fc6d878cfe.jpg?v=1733896180",
+        "alt": "Chinoiserie",
+        "href": "/collections/chinoiserie",
+        "label": "Chinoiserie",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7d9ae04c1d64756424f2de9e83929c5d_4126a217-d7cc-4015-91cb-42a014a6099b.jpg?v=1645558459",
+        "alt": "Chintz",
+        "href": "/collections/botanicals-and-florals",
+        "label": "Chintz",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PSW1319RL.jpg?v=1740771115",
+        "alt": "Coastal",
+        "href": "/collections/coastal-nautical-1",
+        "label": "Coastal",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_6a07f7bb-5da5-4760-a300-e99b85c64d74.png?v=1774494886",
+        "alt": "Contemporary",
+        "href": "/collections/contemporary",
+        "label": "Contemporary",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cork-deep-sea-metallic-silver_29d692c8-8b25-43e5-9423-c30ad7c0fad0.jpg?v=1761782077",
+        "alt": "Cork",
+        "href": "/collections/cork-wallpaper-collection",
+        "label": "Cork",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/36418_8_aad86cfb-3e70-4727-88e3-7c053e004b1c.jpg?v=1772260425",
+        "alt": "Crypton",
+        "href": "/collections/crypton",
+        "label": "Crypton",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0bab358b3eec8ece80a4d4ffdf55be4f_54558f70-cc7e-4bf9-a77e-9ccb675ed7d0.jpg?v=1645558451",
+        "alt": "Damask",
+        "href": "/collections/damasks-1",
+        "label": "Damask",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7971-04_aekqapr9sfldoqpc.jpg?v=1738617527",
+        "alt": "Embossed",
+        "href": "/collections/embossed",
+        "label": "Embossed",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2022-82_AUTHENTICITY_HUCKLEBERRY-FINN_75163eb6-037f-4ed0-ad84-f2b685858bf2.jpg?v=1751951046",
+        "alt": "Farmhouse",
+        "href": "/collections/farmhouse-wallpaper",
+        "label": "Farmhouse",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/c8fb81b6ec7e0c38d4d3435c4d2c99ef.jpg?v=1572309037",
+        "alt": "Faux Glass Bead",
+        "href": "/collections/glass-bead",
+        "label": "Faux Glass Bead",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8002-014_Marram_Otter_WM.jpg?v=1739992762",
+        "alt": "Faux Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "label": "Faux Grasscloth",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?v=1753290470",
+        "alt": "Faux Leather",
+        "href": "/collections/faux-leather",
+        "label": "Faux Leather",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245",
+        "alt": "Faux Silk & Linen",
+        "href": "/collections/faux-silk",
+        "label": "Faux Silk & Linen",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/960122_1515_24706b93-949d-4e27-9dd7-34df7df9203a.jpg?v=1726531053",
+        "alt": "Faux Suede",
+        "href": "/collections/suede-faux-suede-fabric",
+        "label": "Faux Suede",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV242_art_deco_fans_BLACKSILVER_1087x_48428c1b-1633-4d06-88e8-a2bf9dcc7514.webp?v=1734414889",
+        "alt": "Flocked Velvet",
+        "href": "/collections/flocked-velvet-wallpaper-collection",
+        "label": "Flocked Velvet",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-hotel_room-DWWC-505800-Sample.jpg?v=1773257338",
+        "alt": "Florals & Flowers",
+        "href": "/collections/florals-and-flowers",
+        "label": "Florals & Flowers",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flock-94399-lounge-room-setting.png?v=1773241523",
+        "alt": "French Country",
+        "href": "/collections/french-country-wallpaper-collection",
+        "label": "French Country",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T20875_de97bef1-6b1d-4485-b667-3c0525f7c2d0.jpg?v=1733896286",
+        "alt": "Fretwork",
+        "href": "/collections/fretwork-wallpaper",
+        "label": "Fretwork",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/gz127_036ec345-e731-407f-bddb-954e118e8f5d.jpg?v=1774159272",
+        "alt": "Geometric",
+        "href": "/collections/geometric",
+        "label": "Geometric",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0bab358b3eec8ece80a4d4ffdf55be4f_54558f70-cc7e-4bf9-a77e-9ccb675ed7d0.jpg?v=1645558451",
+        "alt": "Georgian",
+        "href": "/collections/damask-traditional",
+        "label": "Georgian",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6352d21990f6bfeee1fb4bd921cbafd3.jpg?v=1572309302",
+        "alt": "Glass Beads",
+        "href": "/collections/glass-beaded-walls",
+        "label": "Glass Beads",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Showgirls_MetallicPink_Black.jpg?v=1730488614",
+        "alt": "Gothic",
+        "href": "/collections/moody-dark",
+        "label": "Gothic",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3b83285897f7eb71b7631fabe1357f04.jpg?v=1572309793",
+        "alt": "Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "label": "Grasscloth",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MB32000_d97f156d-728e-4c0b-a957-c233bc15d9b4.jpg?v=1748382314",
+        "alt": "Greek Key",
+        "href": "/collections/greek-key-wallpaper",
+        "label": "Greek Key",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ABIGAIL_96J7041.jpg?v=1688828262",
+        "alt": "Ikat",
+        "href": "/collections/ikat-wallpaper",
+        "label": "Ikat",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MRE1660_MRE1661_MRE1662_MRE1663_Rollshot5ex_e94258a4-c687-4154-b3f0-08f41a0b0166.jpg?v=1772253805",
+        "alt": "Industrial",
+        "href": "/collections/industrial",
+        "label": "Industrial",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MR-AV-3676_Teak_CYMK_904e0e1e-886c-4da8-9848-0e32c25010a2.jpg?v=1738861639",
+        "alt": "Japonisme",
+        "href": "/collections/japonisme-wallpaper",
+        "label": "Japonisme",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Lincrusta-Wallcovering-RD1960FR-3-Acanthus-Bedroom-in-copper-close-up.jpg?v=1762453046",
+        "alt": "Lincrusta",
+        "href": "/collections/japonisme-wallpaper",
+        "label": "Lincrusta",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e972ff5c355b13534d67d48ac5753b61.jpg?v=1750789758",
+        "alt": "Lattice",
+        "href": "/collections/lattice-wallpaper",
+        "label": "Lattice",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17622105.jpg?v=1747078456",
+        "alt": "Leaf",
+        "href": "/collections/leaf-pattern-wallpaper",
+        "label": "Leaf",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/mural-magascar-arrowroot-raw-raffia1-magascar-raffia-magascar-vp-731-14-cef8ace01117b6832f1ec15c1934.jpg?v=1772256857",
+        "alt": "Madagascar Cloth",
+        "href": "/collections/madagascar-cloth",
+        "label": "Madagascar Cloth",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screenshot2024-11-26at1.48.46PM_90646783-559b-4bbd-949c-9420651408f8.png?v=1756862907",
+        "alt": "Maximalist",
+        "href": "/collections/maximalist-wallpaper",
+        "label": "Maximalist",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screen_Shot_2024-09-26_at_9.22.13_AM.png?v=1748367426",
+        "alt": "Medallion",
+        "href": "/collections/medallion-wallpaper",
+        "label": "Medallion",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AEGEAN_TILES_Indigo_52x52cm_WP30051_005df089-5f2b-4d23-b69b-5d2877d726e4.jpg?v=1748367708",
+        "alt": "Mediterranean",
+        "href": "/collections/mediterranean-wallpaper",
+        "label": "Mediterranean",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8791a7220951ffb9a76885db2513e7ff.jpg?v=1776040922",
+        "alt": "Metallic",
+        "href": "/collections/metallic-wallpaper-collections",
+        "label": "Metallic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2023-01-13at9.36.06AM.png?v=1745455557",
+        "alt": "Mica",
+        "href": "/collections/art-deco-metallics-1",
+        "label": "Mica",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/667bf8f07e3be965c019574f54b68f66.jpg?v=1572309877",
+        "alt": "Mid Century Modern",
+        "href": "/collections/mid-century-modern-1",
+        "label": "Mid Century Modern",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/120661_TILE_EMPRESS_2520GRASSCLOTH_2520TEAL_01__18963.1769760775.jpg?v=1772336200",
+        "alt": "Minimalist",
+        "href": "/collections/minimalist",
+        "label": "Minimalist",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Screenshot2024-04-01at9.05.20AM_6a07f7bb-5da5-4760-a300-e99b85c64d74.png?v=1774494886",
+        "alt": "Modern",
+        "href": "/collections/modern",
+        "label": "Modern",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7515.jpg?v=1740536656",
+        "alt": "Moroccan",
+        "href": "/collections/mediterranean-wallpaper",
+        "label": "Moroccan",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/768728c53535e9159f8a0d9b0115ec64.jpg?v=1572309164",
+        "alt": "Murals",
+        "href": "/collections/murals",
+        "label": "Murals",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/R15501_image2_5d9dc8db-3e11-4acf-80c8-a2975a662564.jpg?v=1756329291",
+        "alt": "Neoclassical",
+        "href": "/collections/neoclassical-wallpaper",
+        "label": "Neoclassical",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BETTY-GREEN_20WASABI.jpg?v=1773219810",
+        "alt": "Novelty",
+        "href": "/collections/novelty-wallpaper-collection",
+        "label": "Novelty",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/EWP-1133_50684f2b-b1dd-459d-bc84-92c45da93a8d.jpg?v=1745455247",
+        "alt": "Ogee",
+        "href": "/collections/ogee-wallpaper",
+        "label": "Ogee",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W628-03-ombre-wallcovering-_01.jpg?v=1772078706",
+        "alt": "Ombre",
+        "href": "/collections/ombre",
+        "label": "Ombre",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/9c70270464ba40e0ccc49ba18ce77a68_c453ccaf-95a7-4ec3-b98a-8962af43df83.jpg?v=1645558497",
+        "alt": "Paisley",
+        "href": "/collections/paisley-wallpaper",
+        "label": "Paisley",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SG6013.jpg?v=1772654472",
+        "alt": "Paperweaves",
+        "href": "/collections/fine-paper",
+        "label": "Paperweaves",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?v=1645558453",
+        "alt": "Regency",
+        "href": "/collections/damask-traditional",
+        "label": "Regency",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Lincrusta-Wallcovering-RD1952FR-1-Italian-Renaissance-flat-shot_84800855-9717-476b-ac01-ebdf099a77f4.jpg?v=1762453755",
+        "alt": "Renaissance",
+        "href": "/collections/renaissance-wallpaper",
+        "label": "Renaissance",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/outdoor-maestria-favoris-rm-1070-91-b62aab933b6f63ebb95070e5395c.jpg?v=1772034234",
+        "alt": "Retro & Vintage",
+        "href": "/collections/retro-walls",
+        "label": "Retro & Vintage",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/94_5027_CS_d27404d0-9c5a-4893-aa1a-9edffa59f498.jpg?v=1753304042",
+        "alt": "Rococo",
+        "href": "/collections/baroque-wallpaper",
+        "label": "Rococo",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Aire-Bio_Native_Rustic.jpg?v=1772570044",
+        "alt": "Rustic",
+        "href": "/collections/rustic-charm-wallpaper-collection",
+        "label": "Rustic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106423_1_f30def47-29eb-46a9-a521-5eb3992dcbd9.jpg?v=1739205348",
+        "alt": "Scandinavian",
+        "href": "/collections/scandinavian-wallpaper",
+        "label": "Scandinavian",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/CL_0003WP26420_c7f18d43-9e38-43d3-ac8d-a7c8413e0c5d.jpg?v=1745348551",
+        "alt": "Scenic",
+        "href": "/collections/scenic-wallpaper",
+        "label": "Scenic",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WNS5571_WT_e5717102-14f0-4979-947b-79c47e352fce.jpg?v=1753317934",
+        "alt": "Silk",
+        "href": "/collections/faux-silk",
+        "label": "Silk",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/131442_TILE_01__67032.1769760408.jpg?v=1772335998",
+        "alt": "Stripe & Plaid",
+        "href": "/collections/stripe-plaid",
+        "label": "Stripe & Plaid",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T16239_fdda8977-fcef-4a41-84f6-25b5f0a817c3.jpg?v=1733896878",
+        "alt": "Suzani",
+        "href": "/collections/ikat-wallpaper",
+        "label": "Suzani",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/A_FABLE_Alabaster_52x70cm_WP30001_e4e61afa-51b6-42b4-8a0c-e17168a4c99f.jpg?v=1748367789",
+        "alt": "Textured",
+        "href": "/collections/textured-wallpaper",
+        "label": "Textured",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?v=1645558453",
+        "alt": "Toile",
+        "href": "/collections/toile-wallpaper",
+        "label": "Toile",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/36543_66_60893ece-4fff-4d83-bb60-516959a1b5ca.jpg?v=1772347029",
+        "alt": "Traditional",
+        "href": "/collections/traditional",
+        "label": "Traditional",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Y6220205.jpg?v=1740769737",
+        "alt": "Transitional",
+        "href": "/collections/transitional-wallpaper",
+        "label": "Transitional",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3547fe79068d43fd86725b501b7c7f01.jpg?v=1572309178",
+        "alt": "Trellis",
+        "href": "/collections/trellis",
+        "label": "Trellis",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/NR1508.jpg?v=1740770521",
+        "alt": "Tribal",
+        "href": "/collections/bohemian-wallpaper",
+        "label": "Tribal",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5006052-1.jpg?v=1774494838",
+        "alt": "Tropical",
+        "href": "/collections/tropical-prints",
+        "label": "Tropical",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fm5005_mockup02_ef32fb6e-1803-4f5a-8ab5-80c4871ccbfc.jpg?v=1770582401",
+        "alt": "Type 2 Vinyl",
+        "href": "/collections/type-2-commercial-wallcovering",
+        "label": "Type 2 Vinyl",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/CROCA-93031-sample-clean_cead575a-9cb5-4606-884d-8b7fdd3f22a0.jpg?v=1774479224",
+        "alt": "Vegan Crocodile",
+        "href": "/collections/vegan-crocodile-wallpaper",
+        "label": "Vegan Crocodile",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PR10001-HD_20Crop_6203d980-323e-48cd-a863-39d3069e828f.jpg?v=1748378031",
+        "alt": "Victorian",
+        "href": "/collections/victorian-wallpaper",
+        "label": "Victorian",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/pure-honeysuckle-and-tulip-morris-and-co-grey-blue-wallpaper-216525-image01_3dfbf103-d569-4e28-9cb0-bcf7479d5205.jpg?v=1741111936",
+        "alt": "Vine",
+        "href": "/collections/vine-pattern-wallpaper",
+        "label": "Vine",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DIG_540039_1.jpg?v=1772332923",
+        "alt": "Vintage",
+        "href": "/collections/vintage",
+        "label": "Vintage",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/104299_ROOMSET_01__38109.1769761676.jpg?v=1774494677",
+        "alt": "1930s",
+        "href": "/collections/decoglass-wallpaper",
+        "label": "1930s",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ScreenShot2023-11-02at2.14.50PM_07e64fef-1f5c-4347-984b-821204ab71a6.png?v=1759877714",
+        "alt": "1940s",
+        "href": "/collections/authentic-1940s-reproduction-vintage-wallcoverings",
+        "label": "1940s",
+        "status": 200
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DIG_540022_1_640x640_72d6b515-9323-49ca-b1d7-b774a4792673.jpg?v=1734469646",
+        "alt": "1950s",
+        "href": "/collections/authentic-1950s-reproduction-vintage-wallcoverings",
+        "label": "1950s",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/e4e175363bd09a0e9bf0558f07a4a253.jpg?v=1772073706",
+        "alt": "1960s",
+        "href": "/collections/authentic-1960s-reproduction-vintage-wallcoverings",
+        "label": "1960s",
+        "status": 404
+      },
+      {
+        "src": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ff084d9475b8c298fbbdda3c9db6eacc_d61effeb-667e-4119-9bd4-35269fc0e557.jpg?v=1645558493",
+        "alt": "1970s",
+        "href": "/collections/authentic-1970s-reproduction-vintage-wallcoverings",
+        "label": "1970s",
+        "status": 200
+      },
+      {
+        "src": "https://c.statcounter.com/11961678/0/9d9a53bd/1/",
+        "alt": "web statistics",
+        "href": "",
+        "label": "",
+        "status": 200
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/pending-approval/tile-images-fix-2026-08-07/replacement-swaps.json b/pending-approval/tile-images-fix-2026-08-07/replacement-swaps.json
new file mode 100644
index 00000000..c65eb799
--- /dev/null
+++ b/pending-approval/tile-images-fix-2026-08-07/replacement-swaps.json
@@ -0,0 +1,1181 @@
+{
+  "swaps": {
+    "shop-by-material": [
+      {
+        "label": "Cork",
+        "href": "/collections/cork-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AC637D0C-404C-445C-A29A-4686115D2C43.jpg?v=1774495088",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4899-4176704045168.jpg?width=600"
+      },
+      {
+        "label": "Faux Suede",
+        "href": "/collections/suede",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/Mettalized-Plain_Det_HR_d472e3f1-031b-49f1-8ad9-2e1356ad8af0.jpg?v=1774494830",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8a51e523d535cd06d1fd8de011248ab6.jpg?width=600"
+      },
+      {
+        "label": "Foil",
+        "href": "/collections/shiny-mylar-3d-foils",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/5225_7c2e9dd4-8359-4309-8408-e6049b03658b.webp?width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8a51e523d535cd06d1fd8de011248ab6.jpg?width=600"
+      },
+      {
+        "label": "Grasscloth",
+        "href": "/collections/grasscloth-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GRS-27600.jpg?v=1776879838&width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W462-04-ciro-embossed-wallcovering-oat_01.jpg?width=600"
+      },
+      {
+        "label": "Linen",
+        "href": "/collections/faux-silk",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245&width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53219-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "Natural Fiber",
+        "href": "/collections/grasscloth-natural-fiber",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_19da8159-4771-4a99-8426-8e41a683d472.jpg?v=1774495371",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-5199-4176714039408.jpg?width=600"
+      },
+      {
+        "label": "Paperweaves",
+        "href": "/collections/bella-italiano",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/IMG_2487_08e99f0d-2f34-46c8-b962-9e9525ff3ed0.jpg?width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2023-01-13at10.26.54AM.png?width=600"
+      },
+      {
+        "label": "Silk",
+        "href": "/collections/real-scala-silk",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5dad75f226a12e228a90a2ac16bac242.jpg?width=600"
+      },
+      {
+        "label": "Sisal",
+        "href": "/collections/thick-natural-sisal",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/4b0f30861c3894b9bddf06f3745a6701.jpg?width=600",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?width=600"
+      }
+    ],
+    "brands": [
+      {
+        "label": "Thibaut",
+        "href": "/collections/thibaut-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/thibaut.png?v=1771978235",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T13924_7c02d391-99a8-4663-aa29-012fc1eb62a3.jpg?width=600"
+      },
+      {
+        "label": "Cole & Son",
+        "href": "/collections/cole-son",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cole-son.png?v=1771978045",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?width=600"
+      },
+      {
+        "label": "Featured Fabrics",
+        "href": "/collections/ralph-lauren",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ralph-lauren_175c0d4f-f904-4248-917e-75fbb18a4201.png?v=1771980405",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-08-12at3.18.33PM.png?width=600"
+      },
+      {
+        "label": "Featured Fabrics",
+        "href": "/collections/kravet",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/kravet-logo.png?v=1771983130",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JMW1005_01_fab60c5e-25f1-4be2-9f48-f27810954439.jpg?width=600"
+      },
+      {
+        "label": "Lee Jofa",
+        "href": "/collections/lee-jofa",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PBFC-3530_13_9071e9a5-28f7-47ff-af34-d4c177ab2787.jpg?v=1753291849",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2020212_916_f1f88e1b-56b3-41b9-99f1-312983c7d02a.jpg?width=600"
+      },
+      {
+        "label": "Lee Jofa",
+        "href": "/collections/lee-jofa",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/lee-jofa_df3791bd-3d74-48a4-9cbe-fb6edeccf222.png?v=1771983214",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2020212_916_f1f88e1b-56b3-41b9-99f1-312983c7d02a.jpg?width=600"
+      },
+      {
+        "label": "Romo",
+        "href": "/collections/romo",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MW163-01-marelle-wallcovering-jasper-white_01.jpg?v=1776398680",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W920-03-utsuro-wallpaper-magma_01_c60e3b03-c38b-4f14-8ebc-0d0122857503.jpg?width=600"
+      },
+      {
+        "label": "Romo",
+        "href": "/collections/romo",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/romo.png?v=1771978225",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W920-03-utsuro-wallpaper-magma_01_c60e3b03-c38b-4f14-8ebc-0d0122857503.jpg?width=600"
+      },
+      {
+        "label": "Designers Guild",
+        "href": "/collections/designers-guild-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/140445.webp?v=1738201151",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/12567_36083714-57d0-4ac4-b290-3c054e836e65.webp?width=600"
+      },
+      {
+        "label": "Designers Guild",
+        "href": "/collections/designers-guild-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/designers-guild.webp?v=1771978051",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/12567_36083714-57d0-4ac4-b290-3c054e836e65.webp?width=600"
+      },
+      {
+        "label": "Anna French",
+        "href": "/collections/anna-french-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/anna-french.png?v=1771979259",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7941.jpg?width=600"
+      },
+      {
+        "label": "Arte International",
+        "href": "/collections/arte-international",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/arte-specialty.png?v=1771980380",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Allures_Cabochon_29240_Mood_Web_LR-hero.jpg?width=600"
+      },
+      {
+        "label": "Brunschwig & Fils",
+        "href": "/collections/brunschwig-fils",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/brunschwig-fils.png?v=1771979287",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BR-69004_400_71e934e8-2597-492f-a2aa-ae0851bbb342.jpg?width=600"
+      },
+      {
+        "label": "China Seas",
+        "href": "/collections/china-seas",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/CHINA_SEAS_WALLPAPER_DWC_721500_Cumberland-One-Color-on-Silver-Grasscloth-Silver-on-Silver-7155GC-06SIL_jpg_e02a2cdc-6ee7-4bab-aa9f-abcfb9ec4951.jpg?v=1748372468",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Sigourney-Small-Scale-Taupe-on-White-2475WP-00-1000.jpg?width=600"
+      },
+      {
+        "label": "China Seas",
+        "href": "/collections/china-seas",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/china-seas.png?v=1771979293",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Sigourney-Small-Scale-Taupe-on-White-2475WP-00-1000.jpg?width=600"
+      },
+      {
+        "label": "Christian Lacroix",
+        "href": "/collections/christian-lacroix-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/christian-lacroix.png?v=1771979431",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/90472_263d2344-f5f3-487a-8564-d9df4a2f4c08.jpg?width=600"
+      },
+      {
+        "label": "Clarke And Clarke",
+        "href": "/collections/clarke-and-clarke-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/clarkeandclarke_480x480.png?v=1618201668",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W0117_04_CAC_be87a155-c03f-445b-83c9-979d76d38dc1.jpg?width=600"
+      },
+      {
+        "label": "Donghia",
+        "href": "/collections/donghia-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/donghia.png?v=1771979300",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DG-09715_008.jpg?width=600"
+      },
+      {
+        "label": "Elitis",
+        "href": "/collections/elitis-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/elitis-panoramic_52925ba3-9927-41e1-8c2f-19d40c22439b.png?v=1771980902",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/outdoor-tribus-wall-grasscloth-rm-1083-42-0022b1f368c5a97e9cdd4ebc0c.jpg?width=600"
+      },
+      {
+        "label": "Emiliana Parati",
+        "href": "/collections/emiliana-parati-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/emiliana-parati-valentin-yudashkin-5_fd21a6ff-0a87-4189-ae98-6b5f2d4db171.jpg?v=1761091282",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/emiliana-parati-valentin-yudashkin-5.jpg?width=600"
+      },
+      {
+        "label": "Fabricut",
+        "href": "/pages/fabricut",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fabricut-stroheim.png?v=1771978199",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/5151803_2x_79e1d63a-e405-4ae1-92a1-7a1261699736.jpg?width=600"
+      },
+      {
+        "label": "Franquemont London",
+        "href": "/collections/franquemont-london",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/franquemont-london.png?v=1771981532",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Java_SlateBlue_WallpaperSample_Franquemont_948a1aaa-ae30-4eb1-85ab-0e00b2144f5f.webp?width=600"
+      },
+      {
+        "label": "Glitter Walls",
+        "href": "/collections/glitter-walls-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cropped-1773881417622.jpg?v=1773881419",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/venezia-tm-glass-beads-silver-gls-112-glass-beads-silver-clean.jpg?width=600"
+      },
+      {
+        "label": "GP & J Baker",
+        "href": "/collections/gp-j-baker",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/gp-j-baker.png?v=1771978065",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BW45121_2_23f1307c-9aa4-4566-80e7-2c006e78f49a.jpg?width=600"
+      },
+      {
+        "label": "Graduate Collection",
+        "href": "/collections/the-graduate-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/graduate-collection-shopify.jpg?v=1771978067",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AttheArtGalleryBurgundy_4f783d0d-251c-43a2-9519-72ee14418169.png?width=600"
+      },
+      {
+        "label": "Graham & Brown",
+        "href": "/collections/graham-brown",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/graham-brown.png?v=1771978875",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/104299_TILE_ART_2520DECO_2520BLACKGOLD_01__80693.1769761676.jpg?width=600"
+      },
+      {
+        "label": "Harlequin",
+        "href": "/collections/harlequin",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/harlequin.jpg?v=1771978074",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/HTEW112779.jpg?width=600"
+      },
+      {
+        "label": "Innovations USA",
+        "href": "/collections/innovations-usa",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/innovations_601d173c-c266-4c15-ad5e-1103617ab9ec.png?v=1771978204",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/huntress.jpg?width=600"
+      },
+      {
+        "label": "Koroseal",
+        "href": "/collections/koroseal",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/arbor-wood-wallcoverings.png?v=1771978024",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/67703_MOIRE-SAUVAGE_24x24-min.jpg?width=600"
+      },
+      {
+        "label": "LEED Walls",
+        "href": "/collections/leed-walls",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?v=1745457888",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/cacb24ebcf7178078b70adff98b465ba.jpg?width=600"
+      },
+      {
+        "label": "Lincrusta",
+        "href": "/pages/lincrusta",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/lincrusta.png?v=1771978211",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Lincrusta-Wallcovering-RD1960FR-3-Acanthus-Bedroom-in-copper-close-up.jpg?width=600"
+      },
+      {
+        "label": "Maya Romanoff",
+        "href": "/collections/maya-romanoff",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/maya-romanoff.png?v=1771979335",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ScreenShot2024-12-05at11.37.33AM.png?width=600"
+      },
+      {
+        "label": "Mulberry",
+        "href": "/collections/mulberry-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/mulberry-home.png?v=1771978605",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/64b1527869549c6b7b46de061abd6f9a.jpg?width=600"
+      },
+      {
+        "label": "Nina Campbell",
+        "href": "/collections/nina-campbell",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/nina-campbell-shopify.jpg?v=1771978096",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/NCW4182-03.jpg?width=600"
+      },
+      {
+        "label": "Nobilis",
+        "href": "/collections/nobilis-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SID141.jpg?v=1772819045",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SVR34.jpg?width=600"
+      },
+      {
+        "label": "Nobilis",
+        "href": "/collections/nobilis-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/nobilis.png?v=1771978217",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SVR34.jpg?width=600"
+      },
+      {
+        "label": "Osborne & Little",
+        "href": "/collections/osborne-little",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/osborne-little.png?v=1771978219",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7334-02-jpg-14063814967347.jpg?width=600"
+      },
+      {
+        "label": "Primo Leathers",
+        "href": "/collections/primo-leathers",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/19f5102749dc1269102c08108172aca7.jpg?v=1572309753",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/56baf6b02553bee248c4f8155f0eb9a7.jpg?width=600"
+      },
+      {
+        "label": "Rebel Walls",
+        "href": "/collections/rebel-walls",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/rebel-walls_4dc95a13-4288-48af-a212-4be25532c715.png?v=1771982930",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RS13181_image1.jpg?width=600"
+      },
+      {
+        "label": "Scalamandré",
+        "href": "/collections/scalamandre-fabrics",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/scalamandre.png?v=1771978227",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ededc278316962746824755a4abf57a5_8eb41d77-f86e-4e8e-98f1-e667c4ac73e2.jpg?width=600"
+      },
+      {
+        "label": "Threads",
+        "href": "/collections/threads",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/threads.png?v=1771978824",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/3731TH.jpg?width=600"
+      },
+      {
+        "label": "Tres Tintas",
+        "href": "/collections/tres-tintas-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JO1010-3_product.jpg?v=1756311904",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2203-61.jpg?width=600"
+      },
+      {
+        "label": "Versace",
+        "href": "/collections/versace-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/versace-home-shopify.png?v=1771978118",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-07-08at2.05.58PM.png?width=600"
+      },
+      {
+        "label": "Wallpaper NYC",
+        "href": "/collections/wallpaper-nyc",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/45166dec4bcfca6ab8ca028742b29554.jpg?v=1572309836",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e272902c4487304d78fbe1d44384775f.jpg?width=600"
+      },
+      {
+        "label": "William Morris",
+        "href": "/collections/william-morris-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/william-morris-and-co.png?v=1771978122",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/pure-honeysuckle-and-tulip-morris-and-co-grey-blue-wallpaper-216525-image01_3dfbf103-d569-4e28-9cb0-bcf7479d5205.jpg?width=600"
+      },
+      {
+        "label": "Wolf Gordon",
+        "href": "/collections/wolf-gordon",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/wolf-gordon.png?v=1771978124",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/kbt-5123.jpg?width=600"
+      },
+      {
+        "label": "Recently Viewed",
+        "href": "/pages/zoffany",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/zoffany.png?v=1771978814",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ZATW313046_457e.jpg?width=600"
+      },
+      {
+        "label": "Pierre Frey",
+        "href": "/pages/vendor-pierre-frey",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/pierre-frey.png?v=1771978223",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Bmk18kzykSHU0hafNxEK.webp?width=600"
+      },
+      {
+        "label": "Andrew Martin",
+        "href": "/pages/vendor-andrew-martin",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/andrew-martin.png?v=1771978188",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AMW10056_16_4c00acc5-a359-4e9d-a7e1-68a0cc7ca64d.jpg?width=600"
+      },
+      {
+        "label": "LA Walls",
+        "href": "/pages/la-walls",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6927d546780cfe7430b01865e2759859_4578bc0a-8baa-456d-be09-4967045dff0b.jpg?v=1572309970",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/0060313_anna-dark-blue-fern-trail-wallpaper.jpg?width=600"
+      },
+      {
+        "label": "Milton & King",
+        "href": "/pages/vendor-milton-king",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/milton-king.png?v=1771978215",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/great-oak-wallpaper.jpg?width=600"
+      },
+      {
+        "label": "Missoni Wallpaper",
+        "href": "/pages/missoni-wallpaper-and-fabrics",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/missoni-home_e5019ea8-6552-4a79-85ff-26a2023bb102.png?v=1771983075",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d1a4307dfee3032a61ead01d4b434513.jpg?width=600"
+      },
+      {
+        "label": "Newmor Wallcoverings",
+        "href": "/pages/newmor",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/newmorwallcoverings.png",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/NEWMOR_82391b06-04ec-4393-b48a-97e322ed4cf4.jpg?width=600"
+      },
+      {
+        "label": "Roberto Cavalli",
+        "href": "/pages/roberto-cavalli",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/roberto-cavalli_766041a9-54d7-4bb8-b29c-8c0705cb8c88.png?v=1771983213",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/RobertoCavalliWallpaper_dwrc18082.jpg?width=600"
+      },
+      {
+        "label": "Vahallan",
+        "href": "/pages/vendor-vahallan-wallcovering",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/unearthed-woodburn.jpg?v=1761064322",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/NorthernBlue.jpg?width=600"
+      },
+      {
+        "label": "Vahallan",
+        "href": "/pages/vendor-vahallan-wallcovering",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/vahallan.png?v=1771978116",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/NorthernBlue.jpg?width=600"
+      }
+    ],
+    "collections": [
+      {
+        "label": "1950's Vintage",
+        "href": "/collections/authentic-1950s-reproduction-vintage-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DIG_540022_1_640x640_72d6b515-9323-49ca-b1d7-b774a4792673.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screenshot2024-04-01at9.05.20AM_b93bfec9-fdfc-4201-b8f6-7c103e2f3e71.png?width=600"
+      },
+      {
+        "label": "1960's Vintage",
+        "href": "/collections/authentic-1960s-reproduction-vintage-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2023-10-06at8.19.51AM_b9c245aa-01d7-4b58-b294-8ed8d3891b50.png?v=1774495566",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Dig-93024_room_setting_07c4250f-0313-4e1a-b694-1ae2e8a409be.jpg?width=600"
+      },
+      {
+        "label": "Animal Skin",
+        "href": "/collections/animal-skin",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_0b867495-d168-4b3d-8434-f168b5228756.jpg?v=1774494305",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/63985898ec30e02007e863ff22456d6d.jpg?width=600"
+      },
+      {
+        "label": "Art Deco",
+        "href": "/collections/decoglass-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/104299_ROOMSET_01__38109.1769761676.jpg?v=1774494677",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Art-deco-1P_0a7f2f59-4ea2-4aef-90e2-d0c7d5c4af5e.jpg?width=600"
+      },
+      {
+        "label": "Art Nouveau",
+        "href": "/collections/art-nouveau-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/50868088b2e1032b0a0f49706fc6ec5c_ff2f9577-dfa0-4af4-b6f8-59dba3daed43.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?width=600"
+      },
+      {
+        "label": "Arts and Crafts",
+        "href": "/collections/arts-and-crafts-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?v=1774494074",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/CL_0003WP26420_c7f18d43-9e38-43d3-ac8d-a7c8413e0c5d.jpg?width=600"
+      },
+      {
+        "label": "Baroque",
+        "href": "/collections/baroque-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/journey-to-eden_5d75c4b9-7cfd-4dd0-9f45-2cf2a367d36f.jpg?v=1774495328",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d52faced84a1aa136bf23de00017adf7.jpg?width=600"
+      },
+      {
+        "label": "Basket Weave",
+        "href": "/collections/basketweave-paper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WPW1359_WT_be43a9bf-7428-4d42-ab93-6f670be839a1.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/86bff16c7f1519a19251c1e5bd3f2f2b.jpg?width=600"
+      },
+      {
+        "label": "Beige & Cream Wallcovering Collection",
+        "href": "/collections/beige-cream-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_a48ab978-c4fa-41fb-82f7-1f3a2947718d.jpg?v=1774495055",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/B00164_01_e670b6c7-53d8-4f19-af5b-3fb5b43872b1.jpg?width=600"
+      },
+      {
+        "label": "Black Wallcovering Collection",
+        "href": "/collections/black",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-5a572698d6374e3eafd37a223d55208f.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WELL_DRESSED-BLACK_TIE_W122-09_0c9f4ccd-2737-46ff-a3b1-3165b9d47d61.jpg?width=600"
+      },
+      {
+        "label": "Bohemian",
+        "href": "/collections/bohemian-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/balancing-act-nightfall_568e3b64-06ca-46dc-b876-7a27be95590b.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/wbs-39667-sample-moroccan-silver-mica-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "Braid / Tape",
+        "href": "/collections/braid-tape",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/TL10167_165_a680e04c-ba17-4bac-a45d-a632514576f0.jpg?v=1774494331",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/TL10136_116_92d0833d-a606-4ca9-85e5-39a0be5d89a1.jpg?width=600"
+      },
+      {
+        "label": "Brown",
+        "href": "/collections/brown-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/A_JOURNEY_TO_EDEN_6dcf4c79-e956-4cd1-b5c7-05aa23acfd2f.jpg?v=1774495059",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/recolored__FF6347.jpg?width=600"
+      },
+      {
+        "label": "Checks + Plaids",
+        "href": "/collections/checks-plaids-and-stripes-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ScreenShot2022-09-01at11.58.20AM.png?v=1774494745",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-11-04at12.28.20PM.png?width=600"
+      },
+      {
+        "label": "Children's Wallcovering Collections",
+        "href": "/collections/kids-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/In_the_Undergrowth_95201c59-34e6-46da-9834-2d4f337a66bf.jpg?v=1774495015",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/R13191_interior2.webp?width=600"
+      },
+      {
+        "label": "Chinoiserie Collection",
+        "href": "/collections/chinoiserie-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/CH-150-MS-4T_0eff34be-5184-496d-bc32-cc4bcb623911.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/768728c53535e9159f8a0d9b0115ec64.jpg?width=600"
+      },
+      {
+        "label": "Commercial",
+        "href": "/collections/commercial",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-b3b85eb8f9454a6eb79ac8d6535c9ef5.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cube_stone_1in-empress_green_s8.jpg?width=600"
+      },
+      {
+        "label": "Coral Wallcovering Collection",
+        "href": "/collections/coral",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/jungle-life-aquamarine-coral.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ScreenShot2023-09-27at5.12.18PM.png?width=600"
+      },
+      {
+        "label": "Cork Wallcovering Collection",
+        "href": "/collections/cork-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AC637D0C-404C-445C-A29A-4686115D2C43.jpg?v=1774495088",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4899-4176704045168.jpg?width=600"
+      },
+      {
+        "label": "Dots and Circle",
+        "href": "/collections/dots",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/WFT1689_WT_1f748914-6c6b-43e7-8889-92cb14f08a4f.jpg?v=1774494856",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/f031a6ba66fd7dc66e5aeb911cb1d1bf.jpg?width=600"
+      },
+      {
+        "label": "European",
+        "href": "/collections/european-wallpapers",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w7971-03_j38mfhvsedzty35k.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-POTATO_LIGHTBULB_BLUE_BY_JOHN_BALDESSARI_0.jpg?width=600"
+      },
+      {
+        "label": "Faux Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/bb59071a9cc7dc1a6f4ff30837965537.jpg?v=1774494769",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2e96a9017ae5423aac06355db0831666.jpg?width=600"
+      },
+      {
+        "label": "Faux Leather - Vegan Upholstery Vinyl",
+        "href": "/collections/upholstery-vinyl",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/34121_611_62b8ff5d-1eb0-40c1-9bf8-03f5999e71f3.jpg?width=600"
+      },
+      {
+        "label": "Faux Silk + Linen",
+        "href": "/collections/faux-silk",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53219-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "French Country",
+        "href": "/collections/french-country-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-PAVILION_BY_MARC_CAMILLE_CHAIMOWICZ-003_0.jpg?width=600"
+      },
+      {
+        "label": "Fretwork Wallcovering",
+        "href": "/collections/fretwork-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-Flock-7001-sample.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/8f042b68890a57fdbf06b37c71651c4a.jpg?width=600"
+      },
+      {
+        "label": "Geometric Patterns",
+        "href": "/collections/geometric-durable-vinyl",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/689f28a9167ac521fea6b25572460e30.jpg?v=1745459624",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/avant-cassandre_cb73fdc5-c20a-43ab-863d-b8a9f306a225.jpg?width=600"
+      },
+      {
+        "label": "Gold Wallcovering Collection",
+        "href": "/collections/gold-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Chameleon_Tile_26x26in_JUICY2_79dbaed4-0423-4e00-a3c1-5712ea5566e4.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/64e1b80a5b21d2239a712fad9d3f0f7d_e80be69d-3c4f-4c67-9297-8a28b8ec4410.jpg?width=600"
+      },
+      {
+        "label": "Grasscloth & Natural Fiber",
+        "href": "/collections/grasscloth-natural-fiber",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_19da8159-4771-4a99-8426-8e41a683d472.jpg?v=1774495371",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-5199-4176714039408.jpg?width=600"
+      },
+      {
+        "label": "Green Wallcovering Collection",
+        "href": "/collections/green-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/w7904-04_mg0sky6oydr95alv.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8022130_316_4e782ad5-1a6c-4c47-93d6-babe6008a326.jpg?width=600"
+      },
+      {
+        "label": "Hand Made",
+        "href": "/collections/hand-made-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/cfef8a782544b17a40482b386c34c93b_cdfe88ff-49d7-4f2a-b9e0-fa74f5482950.jpg?v=1774495574",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/578c7b52df41e1f589edb44ac6e3639d.jpg?width=600"
+      },
+      {
+        "label": "Hollywood Hospitality",
+        "href": "/collections/hollywood-wallpaper-commercial-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DUR-72461-sample-clean.jpg?v=1774485655",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DUR-72460-sample-clean.jpg?width=600"
+      },
+      {
+        "label": "Hollywood Type 2",
+        "href": "/collections/hollywood-type-2-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/layout-vapor_4fc4ca7b-11b1-45e8-abe8-500092c1ee08.jpg?v=1776039192",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cube_stone_1in-empress_green_s8.jpg?width=600"
+      },
+      {
+        "label": "LEED Walls",
+        "href": "/collections/leed-walls",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/89115f2140d65bc1231c65e4bc5a59b3.jpg?v=1745457888",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/cacb24ebcf7178078b70adff98b465ba.jpg?width=600"
+      },
+      {
+        "label": "Living with Art",
+        "href": "/collections/living-with-art",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/LW51116-A_27f46026-e187-4982-9458-786496e3d400.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/LW51108_138818e6-f4d8-47db-863a-cb32d37ffde0.jpg?width=600"
+      },
+      {
+        "label": "Lounge",
+        "href": "/collections/lounge",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/image_e45f8137-539c-4b8f-b03f-a99ddb1c7cfe.jpg?v=1774494695",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2022-01-10at4.27.40PM.png?width=600"
+      },
+      {
+        "label": "Luxe Retreat",
+        "href": "/collections/luxe-retreat",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/LN11312-A_f91ed8e1-b310-4dcf-990d-fcbf9a5d731e.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/LN11827_2cfdcfb1-6274-43ec-8ac0-66a198adc31c.jpg?width=600"
+      },
+      {
+        "label": "Minimalist Chic",
+        "href": "/collections/minimalist",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/bb59071a9cc7dc1a6f4ff30837965537.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/KT-SIMPLE-012_0.jpg?width=600"
+      },
+      {
+        "label": "Modern Hamptons",
+        "href": "/collections/modern-hamptons-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aforestmustardflat.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?width=600"
+      },
+      {
+        "label": "Natural Cork",
+        "href": "/collections/cork",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/INW23_1056x1056_cff109ff-3d8e-4810-91b7-c55c876f35b2.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4899-4176704045168.jpg?width=600"
+      },
+      {
+        "label": "Orange Wallcovering Collections",
+        "href": "/collections/orange",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/1080-cadires-1991-5-wallpapersrepeated-patterns-coordonne.jpg?width=600"
+      },
+      {
+        "label": "Original Vintage Wallcoverings",
+        "href": "/collections/vintage-patterns-on-demand",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/travel-map-clay-khaki.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/R18942_interior1.webp?width=600"
+      },
+      {
+        "label": "Paper Backed Cotton Walls",
+        "href": "/collections/paper-backed-cotton-walls",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_9d4b658c-2d17-4cad-8b7f-0e7a80bcceea.jpg?v=1774494656",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106585_2_69c92fb9-3a92-4048-9393-111bd212f04c.jpg?width=600"
+      },
+      {
+        "label": "Peel & Stick",
+        "href": "/collections/peel-stick",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/3791fff03f6a427de7ec8840965a810e.jpg?v=1774495383",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flourish-block-print-wheat-faux-grasscloth-peel-an.jpg?width=600"
+      },
+      {
+        "label": "Pillows",
+        "href": "/collections/finished-pillows",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/20182854_214975df-a4a5-4b71-a949-2d35a3b08f3c.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JLU2402.jpg?width=600"
+      },
+      {
+        "label": "Red Wallcovering Collection",
+        "href": "/collections/red-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_d66b808c-1720-4aa7-8500-c8048eb7f388.jpg?v=1774494898",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26701.jpg?width=600"
+      },
+      {
+        "label": "Regal Trellis and Lattice",
+        "href": "/collections/regal-trellis-and-lattice",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/AT9677.jpg?v=1774494796",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/18b4a98c63fb4d3a7e3284971220964a.jpg?width=600"
+      },
+      {
+        "label": "Residential",
+        "href": "/collections/residential",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/BETTY-LILAC.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26701.jpg?width=600"
+      },
+      {
+        "label": "Restoration",
+        "href": "/collections/restoration-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/travel-map-clay-khaki_a621db56-edf1-475d-86ba-5a289df91058.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/R18942_interior1.webp?width=600"
+      },
+      {
+        "label": "Retro Walls",
+        "href": "/collections/retro-walls-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5c0ee32eb67d4c33cf86c28a114c2867_486ac458-e005-4acf-9218-ff68f18de3fe.jpg?v=1774495653",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aab68be9e31e669d06b49aabac772adf.gif?width=600"
+      },
+      {
+        "label": "Roses",
+        "href": "/collections/roses-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WFLO-910C-sample_4777a1fc-d540-4374-9386-b9d537b115e3.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV224_st_moritz_MAROON_1041x_f80aa2b0-8d7b-4282-a354-0afeb9c72d6f.webp?width=600"
+      },
+      {
+        "label": "Scroll",
+        "href": "/collections/scroll",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WOF-67016-sample.jpg?v=1774159295",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/5480bccc83db1c4708758468680bbdb3.jpg?width=600"
+      },
+      {
+        "label": "Steel Blue",
+        "href": "/collections/steel-blue-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/MW100-01-abaca-alabaster_02_68ba810d-3124-4f34-8c27-ed9abba3cc06.jpg?v=1774495363",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4799-4176701653104.jpg?width=600"
+      },
+      {
+        "label": "Surface Stick",
+        "href": "/collections/surface-stick",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/fa21fa59bf0a269895a073efd17f3e4a.jpg?v=1774495250",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/007bf2c5f1d16fe0cf685c3c251b258f.jpg?width=600"
+      },
+      {
+        "label": "Texture Gallery",
+        "href": "/collections/texture-gallery",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/BV30438.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BV30417.jpg?width=600"
+      },
+      {
+        "label": "Textures & Solids",
+        "href": "/collections/textures-solids",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/30745_16_80b07fe6-a590-4e80-9bb5-10713f63468a.jpg?v=1774495375",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4899-4176704045168.jpg?width=600"
+      },
+      {
+        "label": "Throw Blanket",
+        "href": "/collections/throw-blanket",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/11837038-art-breasts-v2-by-designerwallcoverings_19-1112_7ea48495-cba3-46a9-bd2e-739d1d377b52.jpg?v=1774495590",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/11859510-dig-762164-chibabay-blue-by-designerwallcoverings_19-1_a3ea7102-1f49-4d97-9c9b-15dd0926b182.jpg?width=600"
+      },
+      {
+        "label": "Traditional",
+        "href": "/collections/traditional",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-f687415d84ee4d67b1b90b560a6c0e48.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W462-04-ciro-embossed-wallcovering-oat_01.jpg?width=600"
+      },
+      {
+        "label": "Transitional",
+        "href": "/collections/transitional-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Y6220205.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3c2ac84cbe04bbe26d7c388b57ed702c.jpg?width=600"
+      },
+      {
+        "label": "Upholstery",
+        "href": "/collections/upholstery-fabrics",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?v=1774040114",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Tekloom_Abaca_Pacific_1614199184.jpg?width=600"
+      },
+      {
+        "label": "Velvet Upholstery",
+        "href": "/collections/velvet-upholstery",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/36096_19_7abf5f26-8d17-4b79-bca4-e72ccac5f388.jpg?v=1774495101",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/LCT5368_001_b959b9cf-d7a9-47c7-9e81-77907b011512.jpg?width=600"
+      },
+      {
+        "label": "Vine",
+        "href": "/collections/vine-pattern-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/room-office-WOF-67007-sample_fe33d67e-614d-449f-a887-80dc5a498716.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/pure-honeysuckle-and-tulip-morris-and-co-grey-blue-wallpaper-216525-image01_3dfbf103-d569-4e28-9cb0-bcf7479d5205.jpg?width=600"
+      },
+      {
+        "label": "White Wallcovering Collection",
+        "href": "/collections/white-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/33295_15_52b6fae7-5657-4782-a404-0e9e44964115.jpg?v=1774495083",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/SGNY_CABRINI_DOVER_SG20-01__24x24_KOROSEAL_REVISED_05-2023.jpg?width=600"
+      },
+      {
+        "label": "Yellow Wallcovering Collection",
+        "href": "/collections/yellow-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/98803-b3b85eb8f9454a6eb79ac8d6535c9ef5_b6473247-b559-4a7b-873e-436759d1fb5a.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-TEK_WALL_LUCENT-010_0.jpg?width=600"
+      },
+      {
+        "label": "Novasuede",
+        "href": "/collections/novasuede",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/novasuede-taupe_bfd34bc0-4b4d-4dfb-8429-b46d41a84278.jpg?width=400",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/novasuede-acorn.jpg?width=600"
+      }
+    ],
+    "designer-wallpaper-styles": [
+      {
+        "label": "Abstract",
+        "href": "/collections/abstract-durable-vinyl",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8bd1875c6dd705f742fa090c9746cc38.jpg?v=1762534460",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/506e745ac6db885ba289191c3c826e4a.jpg?width=600"
+      },
+      {
+        "label": "Animal Skin",
+        "href": "/collections/animal-skin",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/ABILENE_21_0b867495-d168-4b3d-8434-f168b5228756.jpg?v=1774494305",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/63985898ec30e02007e863ff22456d6d.jpg?width=600"
+      },
+      {
+        "label": "Arabesque",
+        "href": "/collections/ogee-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/CZ2437.jpg?v=1740532908",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26130.jpg?width=600"
+      },
+      {
+        "label": "Art Deco",
+        "href": "/collections/decoglass-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/3ec9228e9e8808c04438789ca2fa7226.jpg?v=1771295639",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Art-deco-1P_0a7f2f59-4ea2-4aef-90e2-d0c7d5c4af5e.jpg?width=600"
+      },
+      {
+        "label": "Art Nouveau",
+        "href": "/collections/art-nouveau-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/2012.jpg?v=1772172685",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?width=600"
+      },
+      {
+        "label": "Arts & Crafts",
+        "href": "/collections/arts-and-crafts-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/100_1004_CS_a54688fe-23b1-42d4-b8a3-4c3f9481f789.jpg?v=1774494074",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/CL_0003WP26420_c7f18d43-9e38-43d3-ac8d-a7c8413e0c5d.jpg?width=600"
+      },
+      {
+        "label": "Baroque",
+        "href": "/collections/baroque-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/A_JURNEY_TO_EDEN_Dark.jpg?v=1617222453",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d52faced84a1aa136bf23de00017adf7.jpg?width=600"
+      },
+      {
+        "label": "Coastal",
+        "href": "/collections/coastal-nautical-1",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/PSW1319RL.jpg?v=1740771115",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/heavy-madagascar-natural.jpg?width=600"
+      },
+      {
+        "label": "Cork",
+        "href": "/collections/cork-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/cork-deep-sea-metallic-silver_29d692c8-8b25-43e5-9423-c30ad7c0fad0.jpg?v=1761782077",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/oxel-cork-wallpaper-inw-4899-4176704045168.jpg?width=600"
+      },
+      {
+        "label": "Crypton",
+        "href": "/collections/crypton",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/36418_8_aad86cfb-3e70-4727-88e3-7c053e004b1c.jpg?v=1772260425",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/T8022104_13_8061e52a-2508-4f3c-aaaa-84d5c3237ce5.jpg?width=600"
+      },
+      {
+        "label": "Embossed",
+        "href": "/collections/embossed",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/w7971-04_aekqapr9sfldoqpc.jpg?v=1738617527",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W462-04-ciro-embossed-wallcovering-oat_01.jpg?width=600"
+      },
+      {
+        "label": "Faux Glass Bead",
+        "href": "/collections/glass-bead",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/c8fb81b6ec7e0c38d4d3435c4d2c99ef.jpg?v=1572309037",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fgb-102-sample-faux-glass-bead-wallcovering.jpg?width=600"
+      },
+      {
+        "label": "Faux Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/8002-014_Marram_Otter_WM.jpg?v=1739992762",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2e96a9017ae5423aac06355db0831666.jpg?width=600"
+      },
+      {
+        "label": "Faux Leather",
+        "href": "/collections/faux-leather",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ALADAR_8_2be88fda-b673-4f15-be77-a0768be14967.jpg?v=1753290470",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ScreenShot2023-08-08at7.24.44AM.png?width=600"
+      },
+      {
+        "label": "Faux Silk & Linen",
+        "href": "/collections/faux-silk",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53212-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?v=1775710245",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53219-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "Flocked Velvet",
+        "href": "/collections/flocked-velvet-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VV242_art_deco_fans_BLACKSILVER_1087x_48428c1b-1633-4d06-88e8-a2bf9dcc7514.webp?v=1734414889",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-FLOCK-017_0.jpg?width=600"
+      },
+      {
+        "label": "French Country",
+        "href": "/collections/french-country-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/flock-94399-lounge-room-setting.png?v=1773241523",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-PAVILION_BY_MARC_CAMILLE_CHAIMOWICZ-003_0.jpg?width=600"
+      },
+      {
+        "label": "Gothic",
+        "href": "/collections/moody-dark",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Showgirls_MetallicPink_Black.jpg?v=1730488614",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/TTN-1506_2.jpg?width=600"
+      },
+      {
+        "label": "Grasscloth",
+        "href": "/collections/faux-grasscloth-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3b83285897f7eb71b7631fabe1357f04.jpg?v=1572309793",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2e96a9017ae5423aac06355db0831666.jpg?width=600"
+      },
+      {
+        "label": "Industrial",
+        "href": "/collections/industrial",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MRE1660_MRE1661_MRE1662_MRE1663_Rollshot5ex_e94258a4-c687-4154-b3f0-08f41a0b0166.jpg?v=1772253805",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7429edaabedfee744dae113a61318544.jpg?width=600"
+      },
+      {
+        "label": "Lattice",
+        "href": "/collections/lattice-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/e972ff5c355b13534d67d48ac5753b61.jpg?v=1750789758",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/e7ad686e70a8478d4c42390e86b37863.jpg?width=600"
+      },
+      {
+        "label": "Moroccan",
+        "href": "/collections/mediterranean-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GM7515.jpg?v=1740536656",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/aed948892226813a259cedd2fc4dae04.jpg?width=600"
+      },
+      {
+        "label": "Novelty",
+        "href": "/collections/novelty-wallpaper-collection",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BETTY-GREEN_20WASABI.jpg?v=1773219810",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-TEK_WALL_LUMEN-015_0.jpg?width=600"
+      },
+      {
+        "label": "Ogee",
+        "href": "/collections/ogee-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/EWP-1133_50684f2b-b1dd-459d-bc84-92c45da93a8d.jpg?v=1745455247",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/PRNC-26130.jpg?width=600"
+      },
+      {
+        "label": "Regency",
+        "href": "/collections/damask-traditional",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?v=1645558453",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/fab574116079118731086944f96b387a.jpg?width=600"
+      },
+      {
+        "label": "Scandinavian",
+        "href": "/collections/scandinavian-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/106423_1_f30def47-29eb-46a9-a521-5eb3992dcbd9.jpg?v=1739205348",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/2e96a9017ae5423aac06355db0831666.jpg?width=600"
+      },
+      {
+        "label": "Silk",
+        "href": "/collections/faux-silk",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WNS5571_WT_e5717102-14f0-4979-947b-79c47e352fce.jpg?v=1753317934",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xwc-53219-sample-doral-faux-silk-durable-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "Toile",
+        "href": "/collections/toile-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/d20154692e13f9d7e86cb33645bf97a6_f1309a6a-ff8b-4787-b7f2-3118adaac663.jpg?v=1645558453",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ece7a6ec1a17878437f0a6ee8e9de897.jpg?width=600"
+      },
+      {
+        "label": "Traditional",
+        "href": "/collections/traditional",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/36543_66_60893ece-4fff-4d83-bb60-516959a1b5ca.jpg?v=1772347029",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/W462-04-ciro-embossed-wallcovering-oat_01.jpg?width=600"
+      },
+      {
+        "label": "Transitional",
+        "href": "/collections/transitional-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Y6220205.jpg?v=1740769737",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/3c2ac84cbe04bbe26d7c388b57ed702c.jpg?width=600"
+      },
+      {
+        "label": "Tribal",
+        "href": "/collections/bohemian-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/NR1508.jpg?v=1740770521",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/wbs-39667-sample-moroccan-silver-mica-hollywood-wallcoverings.jpg?width=600"
+      },
+      {
+        "label": "Vintage",
+        "href": "/collections/vintage",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DIG_540039_1.jpg?v=1772332923",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/authentic-1950s-reproduction-vintage-wallcoverings-49-30140775792691.jpg?width=600"
+      },
+      {
+        "label": "1930s",
+        "href": "/collections/decoglass-wallpaper",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/104299_ROOMSET_01__38109.1769761676.jpg?v=1774494677",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Art-deco-1P_0a7f2f59-4ea2-4aef-90e2-d0c7d5c4af5e.jpg?width=600"
+      },
+      {
+        "label": "1950s",
+        "href": "/collections/authentic-1950s-reproduction-vintage-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/DIG_540022_1_640x640_72d6b515-9323-49ca-b1d7-b774a4792673.jpg?v=1734469646",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Screenshot2024-04-01at9.05.20AM_b93bfec9-fdfc-4201-b8f6-7c103e2f3e71.png?width=600"
+      },
+      {
+        "label": "1960s",
+        "href": "/collections/authentic-1960s-reproduction-vintage-wallcoverings",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/e4e175363bd09a0e9bf0558f07a4a253.jpg?v=1772073706",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Dig-93024_room_setting_07c4250f-0313-4e1a-b694-1ae2e8a409be.jpg?width=600"
+      },
+      {
+        "label": "Stripe & Plaid",
+        "href": "/collections/stripe-plaid",
+        "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/131442_TILE_01__67032.1769760408.jpg?v=1772335998",
+        "new": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MH-ROMAN_STRIPE_BY_ALEXANDER_GIRARD_1952_2-007_0.jpg?width=600"
+      }
+    ]
+  },
+  "unresolved": [
+    {
+      "page": "brands",
+      "label": "Ananbo",
+      "href": "/pages/ananbo-murals",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/ananbo.png?v=1771978186",
+      "triedHandle": null,
+      "collStatus": 200,
+      "count": null
+    },
+    {
+      "page": "brands",
+      "label": "Boråstapeter",
+      "href": "/collections/borastapeter",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/7261_aef94544-e91d-4ec9-b8e9-6a48fc7b9f7a.jpg?v=1652137775",
+      "triedHandle": "borastapeter",
+      "collStatus": 200,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Boråstapeter",
+      "href": "/collections/borastapeter",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/borastapeter_bf1482b7-cbb8-4aa1-bf5d-46fa08e5050b.png?v=1771983217",
+      "triedHandle": "borastapeter",
+      "collStatus": 200,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Clarence House",
+      "href": "/pages/clarence-house",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/Claence_House_at_DW_1647906.jpg?v=1572310944",
+      "triedHandle": null,
+      "collStatus": 200,
+      "count": null
+    },
+    {
+      "page": "brands",
+      "label": "Farrow & Ball",
+      "href": "/pages/vendor-farrow-ball",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/farrow-ball_aec54a33-1f0f-41a9-a118-4ea526500af0.png?v=1771980733",
+      "triedHandle": null,
+      "collStatus": 200,
+      "count": null
+    },
+    {
+      "page": "brands",
+      "label": "Hygge & West",
+      "href": "/collections/hygge-west-wallcoverings",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at11.17.12AM.png?v=1633717078",
+      "triedHandle": "hygge-west-wallcoverings",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Hygge & West",
+      "href": "/collections/hygge-west-wallcoverings",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/hygge-west.png?v=1771978076",
+      "triedHandle": "hygge-west-wallcoverings",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Mind the Gap",
+      "href": "/collections/mind-the-gap-1",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/mind-the-gap.png?v=1771978088",
+      "triedHandle": "mind-the-gap-1",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Morris and Company",
+      "href": "/pages/morris-and-company",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/morris-and-co.png?v=1771978092",
+      "triedHandle": null,
+      "collStatus": 200,
+      "count": null
+    },
+    {
+      "page": "brands",
+      "label": "NLXL",
+      "href": "/collections/nlxl",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/VOS-18_Square_Webbing_Black_Crop_Samples_PRODUCT_e3611428-9a51-49fa-a65f-049228efb0af.jpg?v=1602007572",
+      "triedHandle": "nlxl",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Phillip Jeffries",
+      "href": "/collections/phillip-jeffries-wallcoverings",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/phillip-jeffries.png?v=1771979005",
+      "triedHandle": "phillip-jeffries-wallcoverings",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "brands",
+      "label": "Versa Designed Surfaces",
+      "href": "/collections/versa-designed-surfaces-wallcoverings",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/versa.png?v=1771978237",
+      "triedHandle": "versa-designed-surfaces-wallcoverings",
+      "collStatus": 200,
+      "count": 0
+    },
+    {
+      "page": "collections",
+      "label": "Mid Century Modern",
+      "href": "/collections/mid-century-modern-1",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/forest_mustardfinal_e0815ced-2013-4473-ace3-0f6db5e7fcf6.jpg?width=400",
+      "triedHandle": "mid-century-modern-1",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "collections",
+      "label": "Stripe Wallcovering Collections",
+      "href": "/collections/stripe-collection-1",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+      "triedHandle": "stripe-collection-1",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "collections",
+      "label": "Tropical Wallcovering Collections",
+      "href": "/collections/tropical-prints",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/happy-hour-day3.webp?v=1774040236",
+      "triedHandle": "tropical-prints",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "designer-wallpaper-styles",
+      "label": "Glass Beads",
+      "href": "/collections/glass-beaded-walls",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6352d21990f6bfeee1fb4bd921cbafd3.jpg?v=1572309302",
+      "triedHandle": "glass-beaded-walls",
+      "collStatus": 301,
+      "count": 0
+    },
+    {
+      "page": "designer-wallpaper-styles",
+      "label": "Leaf",
+      "href": "/collections/leaf-pattern-wallpaper",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17622105.jpg?v=1747078456",
+      "triedHandle": "leaf-pattern-wallpaper",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "designer-wallpaper-styles",
+      "label": "Mid Century Modern",
+      "href": "/collections/mid-century-modern-1",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/products/667bf8f07e3be965c019574f54b68f66.jpg?v=1572309877",
+      "triedHandle": "mid-century-modern-1",
+      "collStatus": 404,
+      "count": 0
+    },
+    {
+      "page": "designer-wallpaper-styles",
+      "label": "Tropical",
+      "href": "/collections/tropical-prints",
+      "old": "https://cdn.shopify.com/s/files/1/0015/4117/7456/collections/5006052-1.jpg?v=1774494838",
+      "triedHandle": "tropical-prints",
+      "collStatus": 404,
+      "count": 0
+    }
+  ]
+}
\ No newline at end of file

← d8148635 auto-data-snapshot: 2026-08-07T06:27:13 (1 data files) — sho  ·  back to Designer Wallcoverings  ·  auto-data-snapshot: 2026-08-07T10:09:04 (1 data files) — pen f0b0e50a →