← back to Atomic50 Onboard
Add finish-swatch hover gallery (grid + PDP)
7949d34ef013df8068b46e1a323ccc118685c085 · 2026-07-13 16:34:16 -0700 · Steve
- build-snapshot.js: emit capped (12) de-duped HTTPS finish-swatch set per product
- server.js: keep swatches on the light grid feed, still strip full images/body_html
- index.html grid cards: desktop hover-scrub across image → finish index, touch tap-to-advance, dot indicator + N-FINISHES badge
- product.html PDP: hover-scrub main image + thumbnail strip + dots; spin 360 dropped (NULL upstream)
- quote-only preserved: no prices, no cost/net/about_vendor leak
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Files touched
M build-snapshot.jsM data/products.jsonM public/index.htmlM public/product.htmlM server.js
Diff
commit 7949d34ef013df8068b46e1a323ccc118685c085
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jul 13 16:34:16 2026 -0700
Add finish-swatch hover gallery (grid + PDP)
- build-snapshot.js: emit capped (12) de-duped HTTPS finish-swatch set per product
- server.js: keep swatches on the light grid feed, still strip full images/body_html
- index.html grid cards: desktop hover-scrub across image → finish index, touch tap-to-advance, dot indicator + N-FINISHES badge
- product.html PDP: hover-scrub main image + thumbnail strip + dots; spin 360 dropped (NULL upstream)
- quote-only preserved: no prices, no cost/net/about_vendor leak
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
build-snapshot.js | 8 +
data/products.json | 639 +++++++++++++++++++++++++++++++++++++++++++++++++++-
public/index.html | 69 +++++-
public/product.html | 54 ++++-
server.js | 4 +-
5 files changed, 753 insertions(+), 21 deletions(-)
diff --git a/build-snapshot.js b/build-snapshot.js
index e176dfa..2b001e5 100644
--- a/build-snapshot.js
+++ b/build-snapshot.js
@@ -79,6 +79,13 @@ function hueFromHex(hex) {
for (const im of jarr(r.all_images)) {
if (isUrl(im) && !images.includes(im)) images.push(im);
}
+ // Finish-swatch gallery set: the powder-coat finish images are the whole
+ // selling point for tin tiles. De-duped + capped to the first 12 so the
+ // hover-cycle stays snappy (products carry 40+ finish variants). HTTPS-only
+ // (already enforced by isUrl → these are images.squarespace-cdn.com, no
+ // mixed-content). Spin GIFs are NULL upstream and never enter this set.
+ const SWATCH_CAP = 12;
+ const swatches = images.slice(0, SWATCH_CAP);
return {
handle: (r.mfr_sku || String(r.id)).toLowerCase().replace(/[^a-z0-9]+/g, '-'),
sku: r.mfr_sku || null,
@@ -104,6 +111,7 @@ function hueFromHex(hex) {
// spin URL so the lookbook never fires blocked/broken image requests. The
// spin-hosting fix is tracked in the deploy memo; swatch (HTTPS CDN) is primary.
spin: (r.spin_gif_url && /^https:\/\//i.test(r.spin_gif_url)) ? r.spin_gif_url : null,
+ swatches, // capped, de-duped finish set for the hover-cycle gallery (grid + PDP)
images,
color_bucket: bucketFromHex(hex),
hue: hueFromHex(hex),
diff --git a/data/products.json b/data/products.json
index 35193c2..84a301a 100644
--- a/data/products.json
+++ b/data/products.json
@@ -1,5 +1,5 @@
{
- "built_at": "2026-07-13T22:12:30.921Z",
+ "built_at": "2026-07-13T23:32:00.624Z",
"line": "Atomic 50",
"quote_only": true,
"sample_price": 4.25,
@@ -30,6 +30,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539791429363-V5RWJXRRDRJYO3UKRV40/1-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539791429363-V5RWJXRRDRJYO3UKRV40/1-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813234582-27C060CLJ5I72SSXZDSH/1-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813235900-3PKFDH0HMYJCIR19UBH2/1-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813237612-4SVR2J2HTJTN2KI1P2SB/1-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813237499-F74JCMFVBNMYRIRUUDAH/1-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813238114-1IZRYYH48X4AXPMGQSW0/1-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813237173-WGCC7MV8F47CU76C7TCJ/1-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813238352-T4HAZWH63EQMUM7BC9EP/1-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813224910-O2EYB6MKMU5UT0P1ZF8G/1-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813232116-4QM4VWVJF0TJJ7S2M6J9/1-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813224614-22J48O2V1YKGHMAHYT61/1-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813232116-8SKJC6M9H93FB81PES8H/1-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539791429363-V5RWJXRRDRJYO3UKRV40/1-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539813234582-27C060CLJ5I72SSXZDSH/1-sbn.jpg?format=2500w",
@@ -106,6 +120,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962176879-347KTU5BZBYCQT5G1DKL/12-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962176879-347KTU5BZBYCQT5G1DKL/12-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962180342-A6X8X0RLYRIT13LFW8FF/12-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962182939-GBEOEHM0UZJXP899CU2I/12-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962186362-5W2NYCP52SKMLZ354C5E/12-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962185402-P0WVGTDE7KOJ9DRNKBQM/12-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962187314-LKT94ACNBYNPOBAYPCM0/12-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962185432-IND2OJH27BGF9LMZRZCB/12-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962187188-8FDA10ADTEY9671M9VYA/12-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962159588-RWUOCEDPFSXGETUZAYY1/12-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962174863-F884WJ0BHZJLMMSCQCGR/12-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962159264-FVXQ5VIRP0I3U8DEXZ1L/12-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962175457-2G8K704OZ1KULASM1KSR/12-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962176879-347KTU5BZBYCQT5G1DKL/12-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539962180342-A6X8X0RLYRIT13LFW8FF/12-sbn.jpg?format=2500w",
@@ -181,6 +209,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895929299-P7SE27JFF9JYZU99ZC09/5-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895929299-P7SE27JFF9JYZU99ZC09/5-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895932286-QLAJCK0Q8WPZIQN3YR4J/5-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895934518-VV82IKDXE08374JYSLS3/5-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895937376-KTJNHJDYD5XM2ARH69JP/5-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895937034-075Q7NB7PVBL3ONAHANQ/5-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895937889-P8QF1UZG2YQQG3FADGC9/5-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895936965-8QP6B7DZWIB5XWFXMKGM/5-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895937979-1OY9Z5A4P84N5O5PUIU9/5-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895916201-W9PBLWGTME559LEM4FGG/5-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895927002-IZSRZD9UARLHD97JJYP0/5-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895915854-HIN4SFVEF27RYITQRYFD/5-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895927548-WFYXNMYU2PTTV1QZU7LJ/5-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895929299-P7SE27JFF9JYZU99ZC09/5-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539895932286-QLAJCK0Q8WPZIQN3YR4J/5-sbn.jpg?format=2500w",
@@ -256,6 +298,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891630139-248T1KFF3LJTNVZNUP8E/2-san.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891630139-248T1KFF3LJTNVZNUP8E/2-san.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891630908-ORBTJV2Y7QWQCAW37261/2-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891632489-9PO3ZW5TU88GEWHMSU4M/2-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891634656-ZPDN8Y1A7COG7D26SER8/2-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891634232-K4G3PJF4O9BHS0C4QJR3/2-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891635271-ZC1TH8MWWO8XNAYXUJXP/2-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891634092-S56D2282917S572AA9C3/2-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891635405-Y00BG5DWK1UU678K5XXS/2-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891618256-CHL3M8TNYIOGHUC018EL/2-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891628210-2A9VXN50EUS1KJL5SYBX/2-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891617950-LQPKM77KY0U070BKSE1L/2-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891628441-9MD3HXE1O5OVELERICNC/2-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891630139-248T1KFF3LJTNVZNUP8E/2-san.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539891630908-ORBTJV2Y7QWQCAW37261/2-sbn.jpg?format=2500w",
@@ -331,6 +387,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964554045-OVI985URLIK3TM0JIVJW/14-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964554045-OVI985URLIK3TM0JIVJW/14-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964557608-JY6HUIJCDQSI4GJ56XWS/14-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964560274-74L9HAYQPZ1LDW0IHYU4/14-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964565022-OYA7SMPEY4BHCLBJBAHT/14-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964564468-AWHMGYBEV14XHOK7RMCW/14-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964566011-NDKSYEZ308LB4VTH9HZ1/14-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964564538-PYC8KOQNYQL45QV5NMFZ/14-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964566020-DNMSJWAA1K2GOJAH1B5G/14-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964538933-U3BJOCUTLHZYB5L3KS1F/14-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964551240-Q1J6B353NRM1GI30CA71/14-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964538817-8ZR78C04RXLBNK8W5H6R/14-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964552121-JKGE0Y6FD68MW8J4HAYK/14-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964554045-OVI985URLIK3TM0JIVJW/14-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539964557608-JY6HUIJCDQSI4GJ56XWS/14-sbn.jpg?format=2500w",
@@ -406,6 +476,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897341475-IV6FB0VBSH1ZDEOYBSEW/6-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897341475-IV6FB0VBSH1ZDEOYBSEW/6-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897343920-5WZSS8KO1FUP060HAZ03/6-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897346153-MSJ5ZGE22PAIIONLS046/6-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897349007-2BMPVQY4V1D4712O7I88/6-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897348829-1C4UEWACSVUZI1EWQ3CN/6-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897349473-FSJVNP6HR4OE8CSP3QBR/6-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897348560-G41Z6GMP5G3OMO5VVNSA/6-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897349886-AOUDEJJ4AOJY8PB4DBSA/6-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897327247-LBG71ZHTJ1RQD71LO1DQ/6-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897338690-SJITLS5C7G8VPQXVO2KO/6-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897327077-JYLERUG42CFX6BDVARS5/6-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897339463-BTSDPZZ0QC76GVJDGEVK/6-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897341475-IV6FB0VBSH1ZDEOYBSEW/6-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539897343920-5WZSS8KO1FUP060HAZ03/6-sbn.jpg?format=2500w",
@@ -481,6 +565,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969313501-TG95L1FSBOIIMCBW5GAN/18-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969313501-TG95L1FSBOIIMCBW5GAN/18-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969320025-TWEUN4DYAOAEMBL2JFXG/18-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969322657-XBNUYGZADXNIOORAZ3SZ/18-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969327062-C3X9YDARNZUR9J99REDD/18-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969326768-THFATF8VFEGZRTI1RCWT/18-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969327657-8RDMKSSBNPGK0Y9PNZN2/18-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969326407-0SV0BZY3D9OO9D5YNA6C/18-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969327750-E4DVQBUGH2X5NTOJATIJ/18-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969301176-ZYHH14V2PNKI7B2Z9K3A/18-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969311337-KA90N43K1OK3I5PROBV1/18-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969300619-4BH7BBKM2Y4SB13N1ZYX/18-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969311846-AKP7DBTD1XMI7WP2MUOP/18-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969313501-TG95L1FSBOIIMCBW5GAN/18-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539969320025-TWEUN4DYAOAEMBL2JFXG/18-sbn.jpg?format=2500w",
@@ -557,6 +655,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899722392-KUQ9VF1H4VI2N6201FPI/8-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899722392-KUQ9VF1H4VI2N6201FPI/8-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899727732-SGEBJE5DSV4QWS0HSIHL/8-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899730297-PPN8N8AOO3LVOR1WKLG2/8-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899734412-K1LRJP2W76HQN4C7LP6D/8-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899734272-FEW5O8GTZUMJI5RLLGFM/8-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899735114-ETUX6Y9MZFPT6Z9S3CVK/8-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899733638-79SULY3HPG149D3I13FR/8-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899735421-K5UVFV00CHM0DGXPM6HW/8-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899704970-B8CNGWMCF2EFAEYWV8YG/8-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899719017-DA8VBPKN0LJS7WMO3TIE/8-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899704050-1OKPO8IS2NXAJ7D9F97Y/8-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899719813-8W2732GTBUBAC9PPKNV8/8-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899722392-KUQ9VF1H4VI2N6201FPI/8-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539899727732-SGEBJE5DSV4QWS0HSIHL/8-sbn.jpg?format=2500w",
@@ -632,6 +744,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968449954-WWR2QLT6TEIEZGP4EWVR/17-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968449954-WWR2QLT6TEIEZGP4EWVR/17-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968453879-GTJJUUFCI7TRNII9TMLS/17-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968456814-2Q0H987CGSYSBGHT1370/17-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968460335-P6BTX013ZVW39LQUSMU8/17-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968460093-Z2LQ1WPPQNP6FRGM0OYX/17-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968460826-19NE9RQ4Z7U29GX9KQP4/17-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968459726-D235P6YP74N9XQA0FIWG/17-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968460935-QE2OIGHATMJ5W7B49KF3/17-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968425892-91VYWIJWP57J2DEK58HI/17-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968442022-DUCRCVY8UK128CA39O26/17-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968425708-GW2FTMD74FWI44Y7NX3E/17-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968446582-QXTXU2RW5G3SZTBPQCPB/17-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968449954-WWR2QLT6TEIEZGP4EWVR/17-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539968453879-GTJJUUFCI7TRNII9TMLS/17-sbn.jpg?format=2500w",
@@ -707,6 +833,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966242754-KFTP06AFP2GHQHJCS9YY/15-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966242754-KFTP06AFP2GHQHJCS9YY/15-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966245152-LB7HW9AGLVN3G3QS5NKJ/15-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966247131-K0IAVBFD664HV4V10G5P/15-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966249947-4PMJD9I1BC06O5VR5080/15-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966249583-OCB2B0AHLN4DQKTNRQ9N/15-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966250338-MEOULAJEP8EWVIV5QD5A/15-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966249518-TL7475LANC20UE8XN4QS/15-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966250451-1QMN89X9NKSO6T3YHJXO/15-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966230496-R8ZM1X9F8RQHZWIYXX00/15-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966240348-VCE04MIR2J1JO05IW9ZP/15-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966229915-V2Z1TK8F7QOHONFHSD8C/15-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966240957-UR1C0Q68K8RTG6B5MSUI/15-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966242754-KFTP06AFP2GHQHJCS9YY/15-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539966245152-LB7HW9AGLVN3G3QS5NKJ/15-sbn.jpg?format=2500w",
@@ -783,6 +923,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901019356-D4V77HFMMBA2T5J9OPUG/9-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901019356-D4V77HFMMBA2T5J9OPUG/9-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901022498-ARC1WSWI0XMREDAETP3V/9-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901025762-DWNZTAZBMEPQLWSPRWP9/9-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901029094-GT8AR379XSNFZXFD934P/9-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901028958-OFBNPPDTM2HRDGAVAOPG/9-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901029637-0864NVTRA6LY4T1D2025/9-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901028400-3SGRT88DYW3DOEPZ9T3R/9-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901029799-LO0QDYFC10H7SDH94BRT/9-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901003239-V0LTR61ULN5PZEPK8B1C/9-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901016498-JWJDY1U8SYCDO4Q8BKCI/9-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901003026-0LIJOOMOPVHOKPKDBETE/9-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901017892-0X6BN9KGIJOREKRQACGF/9-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901019356-D4V77HFMMBA2T5J9OPUG/9-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539901022498-ARC1WSWI0XMREDAETP3V/9-sbn.jpg?format=2500w",
@@ -859,6 +1013,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898659695-J0MHQMSNEZAKWMBE62PT/7-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898659695-J0MHQMSNEZAKWMBE62PT/7-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898661795-FNH7OXGCQTKMB5GLL17O/7-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898664250-FD4VMC594DZ5A1R2CKE0/7-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898667101-1RWW3PU0RO86VD26IO0E/7-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898666734-USHX6E174B8JBYK0H088/7-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898667429-E7A2WNPLJDXRGI4LWZP8/7-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898666781-GTG7EJF9FWN5XOHWRBYZ/7-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898667578-D5WM68M27X9PJTIQOGMB/7-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898644796-T759Z8ULYSWJTY9F5ZHG/7-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898657564-2GLLFF1IAPSUAHZFYZRH/7-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898644396-S75FG3S4FHKP2O82PJN2/7-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898658275-S9HSPI278OF2Z8PSWEV0/7-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898659695-J0MHQMSNEZAKWMBE62PT/7-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539898661795-FNH7OXGCQTKMB5GLL17O/7-sbn.jpg?format=2500w",
@@ -934,6 +1102,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979756231-N8GJ8XSFQ8DPG6WQFOH8/21-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979756231-N8GJ8XSFQ8DPG6WQFOH8/21-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979759608-9G42OS87JFOSGEXWYOI0/21-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979762186-GPP244WTKPGF5AW3W0ZW/21-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979767478-NTYHF6RF27S240QX426Q/21-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979767570-15YWF6WDGYEJDWZ8PQSZ/21-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979768030-XHELX0CRS1TKUITIZSTJ/21-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979766641-0PW3RX1WWTISI0JUZS4L/21-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979768193-7JCJTFH5KR9FWHBUS6DX/21-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979739175-95DGH6JSIOV0UEAE8CAM/21-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979751048-PNUC970D6CJKLZRL0A64/21-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979738924-8V7W143P134UZZM7PX1E/21-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979751960-QV9SIFO4WKJF4HWDJAOH/21-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979756231-N8GJ8XSFQ8DPG6WQFOH8/21-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539979759608-9G42OS87JFOSGEXWYOI0/21-sbn.jpg?format=2500w",
@@ -1009,6 +1191,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971703984-SOCIRV5LI8CXXY0P7DT3/20-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971703984-SOCIRV5LI8CXXY0P7DT3/20-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971707688-9ITZECY7YUOVX5V7ORZV/20-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971710457-46W53TAKRGHFGOOE3NWO/20-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971714199-92CEPDL9BA2UU4EJ3KN9/20-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971713655-ZNXFQ8EFALCVEUAY4IEA/20-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971714965-IUMPX75HWCTRP18H4G0Q/20-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971713717-5BX8FEKMSR0BWRQASMA7/20-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971714971-TU8QS6SUKXW2J0VNU7W2/20-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971689087-PG0AGHPA8K6DWC4BL4LQ/20-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971701262-7Z2IY63MOQWYC1JGJGOF/20-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971688843-5ENCYQLFFHR7U89OLCRD/20-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971702085-L8EYPV2KLHPX3IETJJBZ/20-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971703984-SOCIRV5LI8CXXY0P7DT3/20-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539971707688-9ITZECY7YUOVX5V7ORZV/20-sbn.jpg?format=2500w",
@@ -1085,6 +1281,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983396056-L63UC78FEU4IQW4C2H3W/24-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983396056-L63UC78FEU4IQW4C2H3W/24-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983399911-5BJ6XPMNAM7W1DX84TYG/24-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983402154-VOMMFVID1KPKJIXYTP7O/24-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983405497-8Y2Z1R7BGHBGKGWESIUZ/24-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983404997-7FEAULQ9FVO3JNKN77K1/24-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983406067-AQ3JAXFKWLW6QWUHM469/24-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983405018-FOGOZDB69QBMX7MRX04P/24-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983406184-RF83DNYYJQDR1E4WQA2D/24-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983379667-7G4QUC3KRW2ESL2YL2FS/24-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983392532-KPEEL2SO7QDFQDKHMGRS/24-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983379438-Z8RG0FUXBM8WO3KAP7H9/24-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983393149-VH9K3GNBICJZCGDTX09Z/24-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983396056-L63UC78FEU4IQW4C2H3W/24-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539983399911-5BJ6XPMNAM7W1DX84TYG/24-sbn.jpg?format=2500w",
@@ -1162,6 +1372,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893365574-WMVM6KAT0I68A7R9JX41/3-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893365574-WMVM6KAT0I68A7R9JX41/3-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893370189-1BYXWBXEAU825OGOJTDS/3-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893373748-0KFK20TTTZO3RVPH2X6P/3-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893377349-IQXH9RMJPSPOB5IYH579/3-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893376757-NE1DK036EEOHR0MNCMTB/3-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893377954-8OX19N90ESZF4FIU3R8L/3-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893376650-5V2CSI1OXSYAS25WFKR2/3-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893378096-R5KQIMZ3HSH1BCE97T9A/3-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893342261-41ZYVNB9JBGKCURGEAWY/3-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893361775-N6QYQB3RV2BLEH0YFVE6/3-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893351233-M20UEBGQX9HLLWJBBZ3U/3-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893362800-891WRXOXHCZVJ8139073/3-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893365574-WMVM6KAT0I68A7R9JX41/3-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539893370189-1BYXWBXEAU825OGOJTDS/3-sbn.jpg?format=2500w",
@@ -1238,6 +1462,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960472426-XF4LSEUJY61KI5DAG8TU/11-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960472426-XF4LSEUJY61KI5DAG8TU/11-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960475666-KVR0KAAZCLR27O54FYTY/11-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960478588-B9KQHECV240SUZTE1T8W/11-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960481720-CMW6Z8XRMEDTZ358B2DG/11-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960481369-1IREG29ZDQ4UI4Y43WTI/11-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960482091-92MZ75YQJOT49SMG9CRC/11-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960481210-RYE3KGB42E68XNEC8ZUX/11-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960482247-K4MP2AJBXOLWF8I2R7ST/11-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960458783-4X8IE9STCWC6HO1ATJXC/11-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960470091-ZEIK2N8SDIBF9I6TPMSE/11-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960458591-AEE8NCID1ZR9LUNLE0QK/11-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960470609-UZY7SISEITS2MIZ4AE3O/11-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960472426-XF4LSEUJY61KI5DAG8TU/11-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539960475666-KVR0KAAZCLR27O54FYTY/11-sbn.jpg?format=2500w",
@@ -1314,6 +1552,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970072424-1R4I749DII05ORQEWMYR/19-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970072424-1R4I749DII05ORQEWMYR/19-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970082974-6PGW38T0RQE1W431YWZJ/19-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970089272-6OICSYM2J6UW5RACK1E0/19-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970094286-0WTR10R7X55I55CVZZ9H/19-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970093682-G02N36ECICPJDD65HMTR/19-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970094662-OV8SNGA5K58NVYNORPTX/19-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970093583-ZCVQ2V39S6SVXBZHG8FS/19-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970094812-8ARS88SZ1QFRU30FMSLW/19-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970055778-NLZX2YBKZEHMC2XERKHZ/19-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970068345-RGPSJWHFDIVA6CDDNUCU/19-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970054829-T6992PJJOS2ILZB3SP7V/19-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970069077-2IM3HW53T34ZZ9G2KVDR/19-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970072424-1R4I749DII05ORQEWMYR/19-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539970082974-6PGW38T0RQE1W431YWZJ/19-sbn.jpg?format=2500w",
@@ -1389,6 +1641,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967442556-9BBLHZZKBASU9QKCOQ2Z/16-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967442556-9BBLHZZKBASU9QKCOQ2Z/16-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967447834-OKHBA9MFG9YDR1K5PGKG/16-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967450353-A3XEUH3JQVKLBS7C6PL8/16-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967454146-88EYFSN4VDKNOCKGS826/16-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967453613-DV92SILD1VC8QVUF28AZ/16-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967454793-SIBQKRTSQ74QZ5GMIPRS/16-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967453633-DXL2RO5RWMUPS9VHYUSP/16-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967454926-H5NWSFEYKLI2S7UX5TJF/16-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967427434-HMBY7RI2CD0H3ZEK712C/16-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967440127-5O8V4I4Y37JMSJL8MXLP/16-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967427357-T7H3WR1UXUFCO3OPRPAG/16-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967440664-JQS4QJTYBY7MZ40V4MLU/16-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967442556-9BBLHZZKBASU9QKCOQ2Z/16-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539967447834-OKHBA9MFG9YDR1K5PGKG/16-sbn.jpg?format=2500w",
@@ -1464,6 +1730,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982567010-4EBND1KLG83NAYOZWP4O/23-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982567010-4EBND1KLG83NAYOZWP4O/23-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982570232-U9WWB4CAP2BGP8HXW2YT/23-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982572611-I6NJ93T2GRB02S3001PU/23-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982576141-IYIVTQWO75QXI2BYGHN2/23-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982575502-LCE65N0T7HTGJT5L3OGE/23-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982576533-QZSPK6JODODVHUZ2C439/23-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982575457-WJYK8LT0016VFFUFMXK3/23-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982576690-K4M7VDOIAWGCC1TOD7UE/23-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982552353-VXFUN33973SLX3IG2SYV/23-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982563775-TNRLZ4Q8H3GE3HBSGX1E/23-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982552101-YJ4SANMX7ILOND7OISRW/23-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982564590-VBIAIC6NB5ZTXLK63A8T/23-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982567010-4EBND1KLG83NAYOZWP4O/23-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539982570232-U9WWB4CAP2BGP8HXW2YT/23-sbn.jpg?format=2500w",
@@ -1540,6 +1820,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255643845-C1VC8T7MBFEWAP5Z5ABF/29-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255643845-C1VC8T7MBFEWAP5Z5ABF/29-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255678070-R2WZ67BMYU35D5FO10ZV/29-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255734580-QLZ6JWBV6AYFN24MRPYA/29-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255781466-E7MOAQ689QESPZ75LTZE/29-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255780256-WRXRYBDYZRGA0N9EAUDA/29-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255800833-NHGF1KHNS83XBKABUYRL/29-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255778196-J1OC3AK8XGQDJAP2L6XP/29-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255801486-09VZAJQN1AT82S4WGLOC/29-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255433200-7DR769C7GO6EVX1RM3N4/29-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255607195-2L5DMXH9MVZFR2Z4BV0I/29-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255424514-MM3EKPSEFDXK0J5F9KCZ/29-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255613545-NWLKRGN834UKQODIKP93/29-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255643845-C1VC8T7MBFEWAP5Z5ABF/29-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540255678070-R2WZ67BMYU35D5FO10ZV/29-sbn.jpg?format=2500w",
@@ -1615,6 +1909,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240270365-WZ4KEXBA77REL20CRVUF/28-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240270365-WZ4KEXBA77REL20CRVUF/28-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240273418-CSKUWIH1EPDZKZ39Z3Y8/28-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240278058-BH56DNMOBPYSJJ4OI03H/28-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240280538-O5JYPQHXWY7XRYFQ1O9M/28-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240280195-BU5IALRJUA0VAQFXNQXV/28-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240280998-0AX7JTU65NA3XOA1262J/28-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240280261-BWQ1K1VJKENSS9BS9PAT/28-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240281277-BJTMSXMKKWYAGD651BYF/28-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240257129-FLVRX2YIU9ROTNIF98RA/28-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240267466-FCL6OXMXNKEJ8788ZO2E/28-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240256906-G6OU5UOC74LU8CEUBZ1Z/28-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240268296-GSKATCF1N1U3MQCEXA0C/28-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240270365-WZ4KEXBA77REL20CRVUF/28-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540240273418-CSKUWIH1EPDZKZ39Z3Y8/28-sbn.jpg?format=2500w",
@@ -1684,12 +1992,26 @@
"patterns": [
"Floral"
],
- "pattern": "Floral",
- "fire_rating": "ASTM E84 Class A (FSI: 15, SDI: 35)",
- "finish": "Unfinished Tin (40+ powder-coat colors available)",
- "application": "Ceiling, Wall, Backsplash",
- "swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238973868-4F3ELNEW2VP8TVM17BY8/27-raw.jpg?format=2500w",
- "spin": null,
+ "pattern": "Floral",
+ "fire_rating": "ASTM E84 Class A (FSI: 15, SDI: 35)",
+ "finish": "Unfinished Tin (40+ powder-coat colors available)",
+ "application": "Ceiling, Wall, Backsplash",
+ "swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238973868-4F3ELNEW2VP8TVM17BY8/27-raw.jpg?format=2500w",
+ "spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238973868-4F3ELNEW2VP8TVM17BY8/27-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238978032-3V4H82TQQ6UUODHR070S/27-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238981232-HWZ7MVDQJPUI36JQZULF/27-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238985248-46K0WZRBR23HVMI5PO05/27-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238984650-KE0TCRKLZNMIB5VGGTXJ/27-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238985738-LFABTH72LT5E0M301F25/27-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238984781-I5C86MUYL3UVC0V8O5M6/27-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238985958-KB2KRJWF5UH978ZLTU5R/27-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238954391-W49LKIJK57TC7A6SKVYP/27-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238971667-W3CSP09TD0Q8ROSU58J0/27-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238952997-MGL42YMY2MCU83FBS05U/27-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238972354-GA0E52NHOCCRMZ8KZPAI/27-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238973868-4F3ELNEW2VP8TVM17BY8/27-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540238978032-3V4H82TQQ6UUODHR070S/27-sbn.jpg?format=2500w",
@@ -1765,6 +2087,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258268082-Y5VADU5M61QHQTU1Y1M2/31-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258268082-Y5VADU5M61QHQTU1Y1M2/31-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258273116-GDHDG0UY3BAMEQ5N2O4M/31-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258276312-4IDC8J1RRI9RGAMSNK6K/31-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258282233-BUMTPN8FHKGGYR84PDIC/31-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258281529-RECHPIMU7B6E1AYACMT9/31-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258282881-QYP81IHFZNVOYFXNW0BZ/31-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258281589-865BBQSNXO061WR3OH9A/31-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258283004-KR5A66YOSK5HLSHKJST2/31-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258249010-F9VEUGMA8LQZ2H9IKTYI/31-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258265236-RMKPO8B6N80VE7V3X5DS/31-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258248245-5R69KPBMLSM20E93C6L7/31-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258265869-OHUBEO90GZ3MQUOS78NO/31-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258268082-Y5VADU5M61QHQTU1Y1M2/31-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540258273116-GDHDG0UY3BAMEQ5N2O4M/31-sbn.jpg?format=2500w",
@@ -1840,6 +2176,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256992897-G9RW0XH0NEKSQOI3ZX8J/30-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256992897-G9RW0XH0NEKSQOI3ZX8J/30-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256998536-56FHBY477HI4EZHCDQ39/30-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257002122-ZA83TGZ6MOBBKP1ILVKX/30-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257007756-1B6MXC7EXQSOXYZUU4JV/30-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257006445-OVGJZZ375IARC70R2O2H/30-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257008170-GC5RA91B50VSHPB1HYEF/30-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257006448-M1MF3V234WPBRZI4WQ3L/30-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540257008443-GZ5RTU4YY8QAXRGDEQLC/30-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256968533-2BE48I2CS9QANT4FISAE/30-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256989317-0RJBLAQRROSU3GG3YEZL/30-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256968148-AB9ZQTWUB3MMQR77C514/30-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256990401-A9YDASPO2XLHY22OJ8SP/30-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256992897-G9RW0XH0NEKSQOI3ZX8J/30-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540256998536-56FHBY477HI4EZHCDQ39/30-sbn.jpg?format=2500w",
@@ -1917,6 +2267,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260787394-1T0F84JAZ6FIH55VGMX5/33-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260787394-1T0F84JAZ6FIH55VGMX5/33-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260793053-ZQN4B3X72M2QUWBLTXE2/33-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260797903-G2TP0R3G9YQIFGC387VX/33-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260802676-WNWJSHA2UZ8M7XMNIEUM/33-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260802569-N6Y9M3EUL6810DM4XBPL/33-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260803487-3TUTF2BCY9IG34Z995DS/33-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260801758-BDLXHKL3GJJYQWXBXMC8/33-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260803996-TEGV7JXHV83XPNKPIH6S/33-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260762634-G0064YY3BZTBVCFA8X41/33-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260784411-VA9009Q3K4M5WSNUPVMR/33-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260761234-UD7MY4QL587P74I47FVH/33-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260785216-XWUK51IREJYDEBW9HSTI/33-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260787394-1T0F84JAZ6FIH55VGMX5/33-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540260793053-ZQN4B3X72M2QUWBLTXE2/33-sbn.jpg?format=2500w",
@@ -1993,6 +2357,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324294988-5MXXDUL0OIIK9VRPP5KB/f1-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324294988-5MXXDUL0OIIK9VRPP5KB/f1-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324302648-4X1ZNAZKIVS965QE3W6D/f1-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324305564-37007C2LSCRB7U2BKBLA/f1-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324310190-XOI34UDUJR35XZUXAKBZ/f1-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324309358-MAITH18MVEQXCMCFP4HZ/f1-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324310600-1F9LYF99XJ0XZWR7NRC6/f1-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324309368-9EFJIGQH1UV21ISW6935/f1-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324310857-312Y6FBZNAHDMGVTSP2Y/f1-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324274099-A3YBFDC3N1SBMW89BEWM/f1-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324292075-YPX41AC9SBPAS5ZFF76E/f1-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324273695-KVAZRKJAH1P3QKJWLPYE/f1-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324292986-LD1J22VZL8XZKN2VSWP8/f1-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324294988-5MXXDUL0OIIK9VRPP5KB/f1-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540324302648-4X1ZNAZKIVS965QE3W6D/f1-sbn.jpg?format=2500w",
@@ -2068,6 +2446,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314479343-7NAIEV1EV3CUSCU7LF4K/36-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314479343-7NAIEV1EV3CUSCU7LF4K/36-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314483862-WOTBVQ7P0CDVBG7UOOQN/36-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314485871-RUILZ36UA9PS0PYSZBU3/36-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314489177-PQDGR3VZ19X8RE4N8AMS/36-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314488812-29EEDOXWRQQLGGD6LHXU/36-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314489553-T5615PIYTE65Q00EFJDU/36-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314488686-D2PZM2ZPCYHHXGKWOPG4/36-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314489685-QFA4ASJFJBD3WI0ELBDP/36-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314464865-03X82NJSP52YG13KQ1P9/36-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314476397-C0KPO4FIF7S0X9YBV6E9/36-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314463568-8NOIWAH8YVDYRBOF32M1/36-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314477501-JZU32I051WA56PBIEF52/36-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314479343-7NAIEV1EV3CUSCU7LF4K/36-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1540314483862-WOTBVQ7P0CDVBG7UOOQN/36-sbn.jpg?format=2500w",
@@ -2143,6 +2535,20 @@
"application": "Ceiling, Wall, Backsplash",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704385982901-R6Y8V2GQEKA8YICATMFZ/41-UNFINISHED-SCA.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704385982901-R6Y8V2GQEKA8YICATMFZ/41-UNFINISHED-SCA.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386032138-CZ084ZO0IFQH134AJQDR/41-BRUSHED+SATIN+NICKEL-SCC.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386056660-SF7TH51LPQYWQE2MP4I2/41-STAINLESS+STEEL+GLOSS-SCB.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386092477-TRUS6B547WE50C3J20M6/41-BRIGHT+WHITE+SATIN-SCG.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386134477-06H8WDBCK9PYUVX2EW27/41-BRIGHT+WHITE+GLOSS+-SCF.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386202297-PI48HRJXWM8OCIDVZ4OI/41-CREAMY+WHITE+SATIN+-SCJ.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386176071-YTNRBS3X6MAPMHC9QNVF/41-ALMOND-SCK.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386241388-MLD8786O8VFKX944V6CV/41-IVORY-SCL.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386274151-P4XCS0DC7QXHFD4WCW7L/41-BLACK+TEXTURE+SATIN-SSC.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386289459-V4CUQFXPTRHJIN637H6S/41-ESPRESSO-SCX.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386309953-T5RCV866D0L4HWYVLQ71/41-FLAT+MATTE+BLACK-SAA.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386335940-3FKDXK7RVP51M90FK6MG/41-OLD+BRONZE-SCY.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704385982901-R6Y8V2GQEKA8YICATMFZ/41-UNFINISHED-SCA.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1704386032138-CZ084ZO0IFQH134AJQDR/41-BRUSHED+SATIN+NICKEL-SCC.jpg?format=2500w",
@@ -2218,6 +2624,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213308570-FK6G4LUVTL1ZMOG7CLIH/c1new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213308570-FK6G4LUVTL1ZMOG7CLIH/c1new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213253800-V9DL2C7CYYFNI220FLFB/c1-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213263669-33X7LGVPJJ57N5ZJU0UG/c1-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213271593-1WZ4YAYNHJ9QX2HKY2IH/c1-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213279801-O2I2L7ICFZJ3RZ0T7O08/c1-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213279176-SIBQYJ84N595F5VS3S3H/c1-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213280562-6KB12N9ZN3FCAUHIRBIS/c1-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213278895-PMFSLS95XOUKQEEO2QOZ/c1-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213281925-Q79NRLS17UMOXY8HKMMP/c1-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213210506-14JN9J57SF15K0CXS39R/c1-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213246994-A929Q2AB598G2CLY7G1H/c1-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213208312-QBY1YYWV4JY49BRHYW40/c1-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213308570-FK6G4LUVTL1ZMOG7CLIH/c1new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542213253800-V9DL2C7CYYFNI220FLFB/c1-raw.jpg?format=2500w",
@@ -2294,6 +2714,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542660443995-EUTJTBZWJQDYRPDI70C5/c2new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542660443995-EUTJTBZWJQDYRPDI70C5/c2new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658137439-JS842EQY8NOI6DYJGTW8/c2-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658141447-N2F4YATTMNVXRHQXCV7I/c2-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658146260-CCFIDYBFXBUXEAGAXF1X/c2-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658152995-DLPODG6KKSW28Z8R5DUY/c2-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658152287-ZZTOJ4XTOP3RVM5WJZE8/c2-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658154047-IZDHR7GLPM2U0ZBJYQD0/c2-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658152227-QF7BW8WGX9BEFVO2GEFX/c2-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658154014-I11K1EUYHZ89PE3MF3FW/c2-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658083631-KL0DCAEHMUFE1XAUOV18/c2-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658130406-JAGQVPAGLJY4NMGU1SA8/c2-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658082984-G123JO2VG4JLEIPLXQKT/c2-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542660443995-EUTJTBZWJQDYRPDI70C5/c2new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542658137439-JS842EQY8NOI6DYJGTW8/c2-raw.jpg?format=2500w",
@@ -2370,6 +2804,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542733277714-FC3BQVV4JGZ3U0G08NN1/c9new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542733277714-FC3BQVV4JGZ3U0G08NN1/c9new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732538716-2KE40P9PCB992ENMRV7Z/c9-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732542366-VAPK096ZJS9Z6PCE9SEH/c9-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732546538-8S86XOWK7J6I36ET3EZV/c9-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732550220-LS2R2AGYJASA3RL66ZKO/c9-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732550126-3IJI0LT86GHVY3BYNR3J/c9-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732551056-D3YUKYPTJIV0BEWO0DMC/c9-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732549333-2HJTZS09ROEFZA03N8SM/c9-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732551477-BAOUXAW60J5MFTN10QZG/c9-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732521817-M85KPV5ZJDUXNHKKFM92/c9-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732535165-SLMW2YOERR63CU778PS8/c9-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732521448-12WX8ZOGTYSFJDOM33XU/c9-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542733277714-FC3BQVV4JGZ3U0G08NN1/c9new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732538716-2KE40P9PCB992ENMRV7Z/c9-raw.jpg?format=2500w",
@@ -2447,6 +2895,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731531116-ZF0ETH2SU1IV2UP70SO8/c7new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731531116-ZF0ETH2SU1IV2UP70SO8/c7new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730355325-O9T20PQW5JSYWCJTCV4Q/c7-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730359089-XL1X3JUQIX3J6AXNXXB0/c7-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730362902-KR27ZBOAME952KTGUBV2/c7-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730366126-BQ6K30WAYBH52ZTJNIXD/c7-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730365942-OD5MCKGGIGZITNR1PXZK/c7-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730366715-NKUH0LGWXE2N3EJ8V9PY/c7-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730365554-PKFT5Q9FI6GVCBFNLEDB/c7-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730367261-I1NLKFYNQ98VO8XDAL5V/c7-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730338691-2OXZAQG7L9II54QTD8MJ/c7-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730352515-422RMWEYS0FGKPFCTS9P/c7-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730353074-1LA3L7HSV994BMCHDSB5/c7-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731531116-ZF0ETH2SU1IV2UP70SO8/c7new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730355325-O9T20PQW5JSYWCJTCV4Q/c7-raw.jpg?format=2500w",
@@ -2522,6 +2984,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729079868-7WY8NTJNC5WCE8G45W9P/c3new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729079868-7WY8NTJNC5WCE8G45W9P/c3new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727701314-QFNE7W3HCR6X45VGYY3M/c3-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727704607-H4C64BIL7V7MIBODYA6J/c3-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727707682-8C2M2YGHIB7980XSWTZ6/c3-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727710386-CER9R05QGOKOP6AJ02BG/c3-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727710008-XMLIBM9RMI786JUQ2TVA/c3-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727710969-VPKK40B7K5LXNKJZGQDN/c3-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727709806-8R1U9PPW2LMT4NMLMLGU/c3-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727711120-EO2FZNVH144BIKKN0724/c3-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727687065-A531TA4EMNLQQR3NZ5U0/c3-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727698515-J2Z41JGEKVCM80GIASGU/c3-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727686750-NFDB1P38DJ4M3OOBF7KQ/c3-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729079868-7WY8NTJNC5WCE8G45W9P/c3new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542727701314-QFNE7W3HCR6X45VGYY3M/c3-raw.jpg?format=2500w",
@@ -2598,6 +3074,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731672375-OVUTZJNL1AZBL3204P14/c8-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731672375-OVUTZJNL1AZBL3204P14/c8-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731676924-57HNJYESF3XNUC7IE8WP/c8-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731681131-OPMUTVIRCGSWVU0YQGN2/c8-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731685141-HUW2WH2OKL6LULWPEYK6/c8-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731684880-ZNKYWP53WVOZHLI8W8RI/c8-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731685930-JMGTXRJY9U7NBYSJZ061/c8-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731684322-DVX1SYW2UOPFHQT4N3UA/c8-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731687048-IBXMB6NR1F2RHI95OHLT/c8-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731652111-B9M7Z60BGV2PLL87GKS0/c8-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731668868-GCPRIWRPZMN7HAH8NPH1/c8-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731651552-SRZ0D7ZD893WUJ6HR73M/c8-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731670082-5B2ZT2QYSD5VUN6V2KF0/c8-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731672375-OVUTZJNL1AZBL3204P14/c8-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731676924-57HNJYESF3XNUC7IE8WP/c8-sbn.jpg?format=2500w",
@@ -2673,6 +3163,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732446396-IQS25ZTAZHZW0VP2CDM8/c8new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732446396-IQS25ZTAZHZW0VP2CDM8/c8new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731672375-OVUTZJNL1AZBL3204P14/c8-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731676924-57HNJYESF3XNUC7IE8WP/c8-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731681131-OPMUTVIRCGSWVU0YQGN2/c8-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731685141-HUW2WH2OKL6LULWPEYK6/c8-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731684880-ZNKYWP53WVOZHLI8W8RI/c8-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731685930-JMGTXRJY9U7NBYSJZ061/c8-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731684322-DVX1SYW2UOPFHQT4N3UA/c8-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731687048-IBXMB6NR1F2RHI95OHLT/c8-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731652111-B9M7Z60BGV2PLL87GKS0/c8-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731668868-GCPRIWRPZMN7HAH8NPH1/c8-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731651552-SRZ0D7ZD893WUJ6HR73M/c8-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732446396-IQS25ZTAZHZW0VP2CDM8/c8new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542731672375-OVUTZJNL1AZBL3204P14/c8-raw.jpg?format=2500w",
@@ -2749,6 +3253,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542739851050-0R1JW9PJV7HHSMWMCRBV/g1new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542739851050-0R1JW9PJV7HHSMWMCRBV/g1new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738947145-YA88EHZUYF6V1YIAWQ5D/g1-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738950385-XC2C8PSE1VAC34CRCG1B/g1-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738953319-SGE1GP1V7GB932KHFSBM/g1-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738956466-5PX8PI0DGH9TWAS5ZJU5/g1-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738956375-5LRMF2PPY797GFMGVQCU/g1-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738957343-2CBLPJ7XIJ9D7H2XA83C/g1-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738955945-JDUOPBV1IUEHVWELHFSH/g1-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738957615-CR46TPXCISHNQTW37CJQ/g1-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738929371-VQMQ6HCJK12K2E4KYWAD/g1-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738944106-MKN50V2VHVJ1QVFRQSAD/g1-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738928605-6YUK8KNYPHJLTLYJO90Q/g1-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542739851050-0R1JW9PJV7HHSMWMCRBV/g1new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542738947145-YA88EHZUYF6V1YIAWQ5D/g1-raw.jpg?format=2500w",
@@ -2826,6 +3344,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730163155-84GNX01VLWWENHU05A9M/c4new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730163155-84GNX01VLWWENHU05A9M/c4new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729207765-ZNANARGSDEI1DQBV80GY/c4-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729211793-I9TRPOYHLPMY5KOMW63Z/c4-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729217966-AH2YY9EPMMAMYQZ8QYRG/c4-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729222115-FAXL760TVFFCCGZI1IFO/c4-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729222033-KJLDL97U8RGKEHHDYPZE/c4-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729223009-SG16B6STKYBWKG3MMV8A/c4-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729221026-VWU9U9L8G7R4KH419WN9/c4-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729223421-G89K32KK0ELPM26FKAS7/c4-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729190422-7191E630URH84LC7R63E/c4-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729204570-RIHWU0H2H6TTS4TBPSNU/c4-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729189865-DLXH0UOCXLI2ID29I85E/c4-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542730163155-84GNX01VLWWENHU05A9M/c4new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542729207765-ZNANARGSDEI1DQBV80GY/c4-raw.jpg?format=2500w",
@@ -2902,6 +3434,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542737819082-OY6OLUYEBVXI8YY1NFAI/c10new.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542737819082-OY6OLUYEBVXI8YY1NFAI/c10new.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735921014-74NXZLRTCV9216ZJMXD9/c10-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735925337-M4HVCRYYYXDNSSQL694X/c10-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735927957-COWJF57PE912EB5UAB4N/c10-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930466-3F4S77ZSCF45ZZS5HJZV/c10-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930298-AQU0EOQOJB8W66UYI1W5/c10-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930938-3M4RDOIX7IM3AWS8GPPJ/c10-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735929921-PTP6LH7RHRN3JPSAAJQA/c10-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735931537-7EMOFOA5LI2Q81OAGYM5/c10-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735904052-SMJVJCSC3IOUPU4QQLVR/c10-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735918548-D3NLKEBQAQI9R4SLZQNP/c10-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735903712-ULAG8NF2PTI8SMK4LAZ7/c10-bmt.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542737819082-OY6OLUYEBVXI8YY1NFAI/c10new.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735921014-74NXZLRTCV9216ZJMXD9/c10-raw.jpg?format=2500w",
@@ -2978,6 +3524,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732538716-2KE40P9PCB992ENMRV7Z/c9-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732538716-2KE40P9PCB992ENMRV7Z/c9-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732542366-VAPK096ZJS9Z6PCE9SEH/c9-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732546538-8S86XOWK7J6I36ET3EZV/c9-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732550220-LS2R2AGYJASA3RL66ZKO/c9-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732550126-3IJI0LT86GHVY3BYNR3J/c9-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732551056-D3YUKYPTJIV0BEWO0DMC/c9-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732549333-2HJTZS09ROEFZA03N8SM/c9-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732551477-BAOUXAW60J5MFTN10QZG/c9-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732521817-M85KPV5ZJDUXNHKKFM92/c9-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732535165-SLMW2YOERR63CU778PS8/c9-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732521448-12WX8ZOGTYSFJDOM33XU/c9-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732536519-FV5YVP99ML3PLBRQGG3R/c9-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732538716-2KE40P9PCB992ENMRV7Z/c9-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542732542366-VAPK096ZJS9Z6PCE9SEH/c9-sbn.jpg?format=2500w",
@@ -3053,6 +3613,20 @@
"application": "Ceiling Trim, Wall Trim",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735921014-74NXZLRTCV9216ZJMXD9/c10-raw.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735921014-74NXZLRTCV9216ZJMXD9/c10-raw.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735925337-M4HVCRYYYXDNSSQL694X/c10-sbn.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735927957-COWJF57PE912EB5UAB4N/c10-ssg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930466-3F4S77ZSCF45ZZS5HJZV/c10-wbs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930298-AQU0EOQOJB8W66UYI1W5/c10-wbg.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735930938-3M4RDOIX7IM3AWS8GPPJ/c10-wcs.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735929921-PTP6LH7RHRN3JPSAAJQA/c10-wal.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735931537-7EMOFOA5LI2Q81OAGYM5/c10-wiv.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735904052-SMJVJCSC3IOUPU4QQLVR/c10-bts.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735918548-D3NLKEBQAQI9R4SLZQNP/c10-oes.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735903712-ULAG8NF2PTI8SMK4LAZ7/c10-bmt.jpg?format=2500w",
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735919459-Q88ME2ZZPCFHYPGAIPUQ/c10-oob.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735921014-74NXZLRTCV9216ZJMXD9/c10-raw.jpg?format=2500w",
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1542735925337-M4HVCRYYYXDNSSQL694X/c10-sbn.jpg?format=2500w",
@@ -3129,6 +3703,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423090-HS469E29FKOCJOJZRZQT/backsplash-corner.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423090-HS469E29FKOCJOJZRZQT/backsplash-corner.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423090-HS469E29FKOCJOJZRZQT/backsplash-corner.jpg?format=2500w"
],
@@ -3163,6 +3740,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423480-NAK4QHMYI9KFPID7RZWS/backsplash-edge.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423480-NAK4QHMYI9KFPID7RZWS/backsplash-edge.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423480-NAK4QHMYI9KFPID7RZWS/backsplash-edge.jpg?format=2500w"
],
@@ -3196,6 +3776,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423525-W6JPH93CRSAFDQ0C3RM6/acc-nails.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423525-W6JPH93CRSAFDQ0C3RM6/acc-nails.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423525-W6JPH93CRSAFDQ0C3RM6/acc-nails.jpg?format=2500w"
],
@@ -3229,6 +3812,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798188828-LN19R2DKT9SWYJKR2PUP/cross-bar.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798188828-LN19R2DKT9SWYJKR2PUP/cross-bar.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798188828-LN19R2DKT9SWYJKR2PUP/cross-bar.jpg?format=2500w"
],
@@ -3262,6 +3848,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798238817-UEV04COWKVVEXLZCWH5R/dropinclips.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798238817-UEV04COWKVVEXLZCWH5R/dropinclips.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798238817-UEV04COWKVVEXLZCWH5R/dropinclips.jpg?format=2500w"
],
@@ -3293,6 +3882,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798288038-OU7217K1QXLDY6M0289S/guillotineCutter150.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798288038-OU7217K1QXLDY6M0289S/guillotineCutter150.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798288038-OU7217K1QXLDY6M0289S/guillotineCutter150.jpg?format=2500w"
],
@@ -3326,6 +3918,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423879-466RVVBBBURXYDF9F2CX/tinsnips.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423879-466RVVBBBURXYDF9F2CX/tinsnips.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798423879-466RVVBBBURXYDF9F2CX/tinsnips.jpg?format=2500w"
],
@@ -3359,6 +3954,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798422522-33TYQCBJLJNOIMA9QDKE/acoustical-pad.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798422522-33TYQCBJLJNOIMA9QDKE/acoustical-pad.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798422522-33TYQCBJLJNOIMA9QDKE/acoustical-pad.jpg?format=2500w"
],
@@ -3392,6 +3990,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626902-YE1HK9JTPQZVB6G7TE1C/acc-toggle.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626902-YE1HK9JTPQZVB6G7TE1C/acc-toggle.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626902-YE1HK9JTPQZVB6G7TE1C/acc-toggle.jpg?format=2500w"
],
@@ -3425,6 +4026,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626697-HBGLNFYDTBYJR18A5UBY/acc-decora.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626697-HBGLNFYDTBYJR18A5UBY/acc-decora.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626697-HBGLNFYDTBYJR18A5UBY/acc-decora.jpg?format=2500w"
],
@@ -3458,6 +4062,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-duplex.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-duplex.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-duplex.jpg?format=2500w"
],
@@ -3491,6 +4098,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-double-duplex.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-double-duplex.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-double-duplex.jpg?format=2500w"
],
@@ -3525,6 +4135,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626144-7ISCX2DRX2ZUGD46MU5Q/acc-duplex-decora.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626144-7ISCX2DRX2ZUGD46MU5Q/acc-duplex-decora.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798626144-7ISCX2DRX2ZUGD46MU5Q/acc-duplex-decora.jpg?format=2500w"
],
@@ -3558,6 +4171,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625924-S7I1FQUA45NFNK6MQJG8/acc-double-decora.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625924-S7I1FQUA45NFNK6MQJG8/acc-double-decora.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625924-S7I1FQUA45NFNK6MQJG8/acc-double-decora.jpg?format=2500w"
],
@@ -3592,6 +4208,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625768-D3JP1RXY4GZYQH1LJ44S/acc-double-toggle.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625768-D3JP1RXY4GZYQH1LJ44S/acc-double-toggle.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625768-D3JP1RXY4GZYQH1LJ44S/acc-double-toggle.jpg?format=2500w"
],
@@ -3625,6 +4244,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-toggle-duplex.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-toggle-duplex.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625566-QDI8AXYDEZ4I80XTABNF/acc-toggle-duplex.jpg?format=2500w"
],
@@ -3658,6 +4280,9 @@
"application": "Ceiling · Wall panel · Backsplash · Wainscot",
"swatch": "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-phone.jpg?format=2500w",
"spin": null,
+ "swatches": [
+ "https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-phone.jpg?format=2500w"
+ ],
"images": [
"https://images.squarespace-cdn.com/content/v1/5b7d6659c258b4c3a09aa8ef/1539798625269-RYXJSN3U59UNICFDVK3A/acc-phone.jpg?format=2500w"
],
diff --git a/public/index.html b/public/index.html
index df8f7e1..645226d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -62,6 +62,13 @@ input[type=range]{accent-color:var(--accent)}
.imgwrap:hover img.spin{opacity:1}
.imgwrap .spinbadge{position:absolute;top:8px;right:8px;background:#000a;color:#fff;font-size:9px;font-weight:700;
border-radius:4px;padding:2px 7px;letter-spacing:.06em;font-family:-apple-system,sans-serif;z-index:2}
+/* ── finish-swatch hover gallery ── */
+.imgwrap .finishbadge{position:absolute;top:8px;left:8px;background:#000a;color:#fff;font-size:9px;font-weight:700;
+ border-radius:4px;padding:2px 7px;letter-spacing:.06em;font-family:-apple-system,sans-serif;z-index:3;pointer-events:none}
+.imgwrap .dots{position:absolute;left:0;right:0;bottom:7px;display:flex;justify-content:center;gap:5px;z-index:3;pointer-events:none}
+.imgwrap .dots i{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.45;box-shadow:0 0 0 1px #0006;transition:opacity .15s,transform .15s}
+.imgwrap .dots i.on{opacity:1;transform:scale(1.25)}
+.imgwrap.multi{cursor:pointer}
.imgwrap.noimg{background:repeating-linear-gradient(45deg,#e6e1d8,#e6e1d8 8px,#ded8cc 8px,#ded8cc 16px)}
.imgwrap.noimg::after{content:'no image';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
color:var(--taupe);font-size:12px;font-family:-apple-system,sans-serif}
@@ -134,22 +141,68 @@ const dens=localStorage.getItem('a50.density')||'4';
$('#density').value=dens;setDensity(dens);
$('#density').oninput=()=>{setDensity($('#density').value);localStorage.setItem('a50.density',$('#density').value);};
+// finish-swatch set for a product: capped `swatches` from the feed, else the
+// single swatch. De-dupe defensively; cap to 12 so the cycle stays snappy.
+function finishSet(p){
+ const raw=(Array.isArray(p.swatches)&&p.swatches.length?p.swatches:(p.swatch?[p.swatch]:[]));
+ const out=[];for(const u of raw){if(u&&!out.includes(u)){out.push(u);if(out.length===12)break;}}
+ return out;
+}
function card(p){
const name=esc(p.display_name||p.sku||'(untitled)');
- const hasSpin=p.spin&&p.spin!==p.swatch;
- const img=p.swatch
- ? `<div class="imgwrap"><img loading="lazy" src="${esc(p.swatch)}" alt="${name}" onerror="this.style.display='none';this.parentNode.classList.add('noimg')">`
- +(hasSpin?`<img loading="lazy" class="spin" src="${esc(p.spin)}" alt=""><span class="spinbadge">360°</span>`:'')+`</div>`
- : `<div class="imgwrap noimg"></div>`;
+ const set=finishSet(p);
+ if(!set.length) return `<div class="card" data-href="/product/${encodeURIComponent(p.handle)}">
+ <div class="imgwrap noimg"></div><div class="b">
+ <span class="kind">${esc(p.product_type==='Architectural Wallcoverings'?(p.collection||'Pressed Tin'):p.product_type)}</span>
+ <div class="name">${name}</div><span class="sub">${esc(p.finish||'')}</span>
+ <span class="cta">Request a Quote →</span></div></div>`;
+ const multi=set.length>1;
+ const dots=multi?`<div class="dots">${set.map((_,i)=>`<i class="${i===0?'on':''}"></i>`).join('')}</div>`:'';
+ const badge=multi?`<span class="finishbadge">${set.length} FINISHES</span>`:'';
return `<div class="card" data-href="/product/${encodeURIComponent(p.handle)}">
- ${img}<div class="b">
+ <div class="imgwrap${multi?' multi':''}" data-swatches='${esc(JSON.stringify(set))}' data-i="0">
+ <img loading="lazy" src="${esc(set[0])}" alt="${name}" onerror="this.style.display='none';this.parentNode.classList.add('noimg')">
+ ${badge}${dots}
+ </div><div class="b">
<span class="kind">${esc(p.product_type==='Architectural Wallcoverings'?(p.collection||'Pressed Tin'):p.product_type)}</span>
<div class="name">${name}</div>
<span class="sub">${esc(p.finish||'')}</span>
- <span class="cta">Request a Quote →</span>
+ <span class="cta">${multi?'Cycle finishes · ':''}Request a Quote →</span>
</div></div>`;
}
-grid.addEventListener('click',e=>{const c=e.target.closest('.card[data-href]');if(c)location.href=c.dataset.href;});
+
+// ── swatch-cycle wiring ──
+// Desktop: mouse-move across the image maps X-position → finish index (scrub).
+// Touch: tap the image advances to the next finish (and never navigates).
+// Non-image areas / non-multi cards navigate to the PDP as before.
+const isTouch=matchMedia('(hover:none),(pointer:coarse)').matches;
+function setSwatch(wrap,i){
+ let set;try{set=JSON.parse(wrap.dataset.swatches||'[]');}catch{set=[];}
+ if(!set.length)return;
+ i=((i%set.length)+set.length)%set.length;
+ if(String(i)===wrap.dataset.i)return;
+ wrap.dataset.i=String(i);
+ const img=wrap.querySelector('img');if(img){img.src=set[i];img.style.display='';wrap.classList.remove('noimg');}
+ const dots=wrap.querySelectorAll('.dots i');dots.forEach((d,k)=>d.classList.toggle('on',k===i));
+}
+grid.addEventListener('mousemove',e=>{
+ if(isTouch)return;
+ const wrap=e.target.closest('.imgwrap.multi');if(!wrap)return;
+ const r=wrap.getBoundingClientRect();let set;try{set=JSON.parse(wrap.dataset.swatches||'[]');}catch{set=[];}
+ if(!set.length)return;
+ const frac=Math.min(.999,Math.max(0,(e.clientX-r.left)/r.width));
+ setSwatch(wrap,Math.floor(frac*set.length));
+});
+grid.addEventListener('mouseleave',e=>{
+ const wrap=e.target&&e.target.closest?e.target.closest('.imgwrap.multi'):null;if(wrap)setSwatch(wrap,0);
+},true);
+grid.addEventListener('click',e=>{
+ const wrap=e.target.closest('.imgwrap.multi');
+ if(isTouch&&wrap){ // tap-to-advance on touch — do NOT navigate
+ e.preventDefault();setSwatch(wrap,(Number(wrap.dataset.i)||0)+1);return;
+ }
+ const c=e.target.closest('.card[data-href]');if(c)location.href=c.dataset.href;
+});
function apply(){
const q=$('#q').value.trim().toLowerCase();
diff --git a/public/product.html b/public/product.html
index e766381..8562ce1 100644
--- a/public/product.html
+++ b/public/product.html
@@ -17,8 +17,19 @@ nav.house a{font-family:-apple-system,sans-serif;font-size:12px;letter-spacing:.
.pdp{display:grid;grid-template-columns:1.1fr 1fr;gap:38px}
.gal{background:var(--paper);border:1px solid var(--line);border-radius:4px;overflow:hidden;position:relative}
.gal .main{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
+.gal.multi{cursor:pointer}
.gal .spinbtn{position:absolute;top:12px;right:12px;font-family:-apple-system,sans-serif;font-size:11px;letter-spacing:.06em;
background:#000a;color:#fff;border:none;border-radius:6px;padding:6px 12px;cursor:pointer}
+/* ── finish-swatch gallery ── */
+.gal .finishbadge{position:absolute;top:12px;left:12px;background:#000a;color:#fff;font-size:10px;font-weight:700;
+ border-radius:5px;padding:4px 9px;letter-spacing:.06em;font-family:-apple-system,sans-serif;z-index:3;pointer-events:none}
+.gal .dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:6px;z-index:3;pointer-events:none}
+.gal .dots i{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.45;box-shadow:0 0 0 1px #0007;transition:opacity .15s,transform .15s}
+.gal .dots i.on{opacity:1;transform:scale(1.3)}
+.thumbs{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
+.thumbs img{width:46px;height:46px;object-fit:cover;border:1px solid var(--line);border-radius:3px;cursor:pointer;opacity:.7;transition:opacity .15s,border-color .15s}
+.thumbs img:hover{opacity:1}
+.thumbs img.on{opacity:1;border-color:var(--accent);border-width:2px}
.eyebrow{font-family:-apple-system,sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin:0 0 8px}
h1{font-size:34px;font-weight:400;line-height:1.1;margin:0 0 6px}
.color{font-family:-apple-system,sans-serif;font-size:13px;color:var(--taupe);letter-spacing:.04em;margin:0 0 18px}
@@ -64,10 +75,13 @@ h1{font-size:34px;font-weight:400;line-height:1.1;margin:0 0 6px}
<div class="wrap">
<div class="crumb"><a href="/">Atomic 50</a> · <span id="cb"></span></div>
<div class="pdp">
- <div class="gal">
+ <div class="gal" id="gal">
<img class="main" id="main" alt="">
+ <span class="finishbadge" id="finishbadge" style="display:none"></span>
+ <div class="dots" id="galdots" style="display:none"></div>
<button class="spinbtn" id="spinbtn" style="display:none">▶ 360° View</button>
</div>
+ <div class="thumbs" id="thumbs"></div>
<div>
<p class="eyebrow" id="eyebrow">A Designer Wallcoverings Collection</p>
<h1 id="name"></h1>
@@ -117,11 +131,41 @@ async function boot(){
$('#name').textContent=name;
$('#color').textContent=[p.product_type==='Architectural Wallcoverings'?(p.collection||''):p.product_type,p.color].filter(Boolean).join(' · ');
$('#desc').textContent=p.body_html||'';
- if(p.swatch)$('#main').src=p.swatch; else $('#main').style.background='#e6e1d8';
- if(p.spin&&p.spin!==p.swatch){
- const b=$('#spinbtn');b.style.display='block';
- b.onclick=()=>{const on=$('#main').src===p.spin;$('#main').src=on?p.swatch:p.spin;b.textContent=on?'▶ 360° View':'■ Static';};
+ // ── finish-swatch gallery: cycle through the powder-coat finish images ──
+ // Prefer the capped `swatches` set; fall back to the single swatch. HTTPS-only
+ // (feed already enforced). Spin GIFs are dead (NULL) so no 360° button here.
+ const setRaw=(Array.isArray(p.swatches)&&p.swatches.length?p.swatches:(p.swatch?[p.swatch]:[]));
+ const SET=[];for(const u of setRaw){if(u&&!SET.includes(u)){SET.push(u);if(SET.length===12)break;}}
+ let GI=0;
+ function showFinish(i){
+ if(!SET.length)return;
+ GI=((i%SET.length)+SET.length)%SET.length;
+ $('#main').src=SET[GI];
+ const dots=$('#galdots').querySelectorAll('i');dots.forEach((d,k)=>d.classList.toggle('on',k===GI));
+ const th=$('#thumbs').querySelectorAll('img');th.forEach((t,k)=>t.classList.toggle('on',k===GI));
}
+ if(SET.length){
+ $('#main').src=SET[0];
+ if(SET.length>1){
+ $('#gal').classList.add('multi');
+ $('#finishbadge').style.display='block';$('#finishbadge').textContent=SET.length+' FINISHES';
+ const gd=$('#galdots');gd.style.display='flex';
+ gd.innerHTML=SET.map((_,i)=>`<i class="${i===0?'on':''}"></i>`).join('');
+ // thumbnail strip
+ $('#thumbs').innerHTML=SET.map((u,i)=>`<img loading="lazy" class="${i===0?'on':''}" src="${esc(u)}" alt="finish ${i+1}">`).join('');
+ $('#thumbs').querySelectorAll('img').forEach((t,i)=>t.onclick=()=>showFinish(i));
+ // desktop hover-scrub across the main image; touch tap-to-advance
+ const isTouch=matchMedia('(hover:none),(pointer:coarse)').matches;
+ const gal=$('#gal');
+ if(isTouch){
+ gal.onclick=()=>showFinish(GI+1);
+ }else{
+ gal.onmousemove=e=>{const r=gal.getBoundingClientRect();
+ const frac=Math.min(.999,Math.max(0,(e.clientX-r.left)/r.width));showFinish(Math.floor(frac*SET.length));};
+ gal.onmouseleave=()=>showFinish(0);
+ }
+ }
+ }else{$('#main').style.background='#e6e1d8';}
const rows=[
['Material',p.material],['Finish',p.finish],['Application',p.application],
['Pattern',[p.pattern,p.style].filter(Boolean).join(' · ')],
diff --git a/server.js b/server.js
index d95b050..0682236 100644
--- a/server.js
+++ b/server.js
@@ -21,7 +21,9 @@ let SNAP = { products: [], facets: {} };
let LIGHT = [];
function load() {
SNAP = JSON.parse(fs.readFileSync(DATA, 'utf8'));
- LIGHT = SNAP.products.map(({ body_html, images, ...p }) => p); // grid stays light; PDP fetches full
+ // grid stays light — drop body_html + the full 40+ image array; KEEP the
+ // capped `swatches` set (≤12) so cards can hover-cycle finishes. PDP fetches full.
+ LIGHT = SNAP.products.map(({ body_html, images, ...p }) => p);
console.log(`[atomic50] loaded ${SNAP.products.length} products`);
}
load();
← 76a864e atomic50: Shopify push RESULT — 56 drafts created + 2 reconc
·
back to Atomic50 Onboard
·
Add monthly propose-only Atomic 50 cadence (15th @ 08:00 PT, a321e2f →