[object Object]

← back to Greenland Onboard

Internal cork tool: basic-auth Express-style http server (/healthz, /api/products, /api/product, /api/stock live $0), full viewer UI (facets incl City/Use/FireRating, stock+price badges, detail drawer w/ pricing card + live stock recheck + copy + Shopify/all.dw links)

0f19e5dfe367193a477b4ff7d217a410f7ea5f9a · 2026-07-12 23:57:56 -0700 · Steve Abrams

Files touched

Diff

commit 0f19e5dfe367193a477b4ff7d217a410f7ea5f9a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Jul 12 23:57:56 2026 -0700

    Internal cork tool: basic-auth Express-style http server (/healthz, /api/products, /api/product, /api/stock live $0), full viewer UI (facets incl City/Use/FireRating, stock+price badges, detail drawer w/ pricing card + live stock recheck + copy + Shopify/all.dw links)
---
 public/index.html                 | 396 +++++++++++++++++++++++---------------
 public/viewer.json                |   2 +-
 scripts/build-viewer-snapshot.mjs |   7 +-
 server.js                         | 141 ++++++++++++--
 4 files changed, 375 insertions(+), 171 deletions(-)

diff --git a/public/index.html b/public/index.html
index a82e8d9..4dbcbfb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,15 +1,17 @@
 <!doctype html><html lang="en"><head><meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' rx='3' fill='%230c0d12'/%3E%3Ctext x='8' y='12' font-size='9' text-anchor='middle' fill='%235eead4'%3E%F0%9F%8C%B3%3C/text%3E%3C/svg%3E">
-<title>Phillipe Romano · Catalog · dw_unified</title>
+<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' rx='3' fill='%230c0d12'/%3E%3Ctext x='8' y='12' font-size='9' text-anchor='middle' fill='%235eead4'%3E%F0%9F%97%84%3C/text%3E%3C/svg%3E">
+<title>Cork · Phillipe Romano · Internal Tool</title>
 <style>
-:root{--cols:6;--fs:1;--bg:#0c0d12;--panel:#15171f;--card:#12141b;--ink:#eef0f5;--mut:#9aa0b0;--acc:#5eead4;--line:#262a36}
+:root{--cols:6;--fs:1;--bg:#0c0d12;--panel:#15171f;--card:#12141b;--ink:#eef0f5;--mut:#9aa0b0;--acc:#5eead4;--line:#262a36;
+ --gold:#c9a75a;--ok:#4ea86b;--warn:#d9a441;--bad:#d0453e;--pricebg:#101c1a}
 *{box-sizing:border-box}
 body{margin:0;background:var(--bg);color:var(--ink);font:13px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
 header{position:sticky;top:0;z-index:9;background:linear-gradient(180deg,#0c0d12,#0c0d12e8);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);padding:10px 16px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
 h1{font-size:15px;margin:0;font-weight:700;letter-spacing:.2px}
 h1 b{color:var(--acc)}
+h1 .int{color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.8px;border:1px solid var(--gold);border-radius:4px;padding:1px 6px;margin-left:4px;vertical-align:middle}
 .pill{background:var(--acc);color:#052a24;font-weight:700;border-radius:999px;padding:2px 10px;font-size:12px}
 .muted{color:var(--mut)}
 select,input[type=text]{background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:6px 9px;font-size:13px}
@@ -17,9 +19,8 @@ select,input[type=text]{background:var(--panel);color:var(--ink);border:1px soli
 input[type=range]{accent-color:var(--acc)}
 .btn{background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:6px 12px;cursor:pointer;font-size:13px;text-decoration:none}
 .btn:hover{border-color:var(--acc)}
-/* ── left panel: filters + field tables, ALL collapsed on load ── */
 #layout{display:flex;align-items:flex-start}
-aside{position:sticky;width:230px;min-width:230px;max-height:calc(100vh - 52px);overflow:auto;
+aside{position:sticky;width:238px;min-width:238px;max-height:calc(100vh - 52px);overflow:auto;
  padding:10px 10px 28px;border-right:1px solid var(--line);background:#0e0f15}
 aside input[type=text]{width:100%;margin-bottom:7px;font-size:12.5px;padding:5px 8px}
 aside details{border-bottom:1px solid var(--line)}
@@ -38,9 +39,8 @@ aside summary .cur{margin-left:auto;color:var(--acc);text-transform:none;letter-
 .frow.active{background:var(--panel);color:var(--ink);outline:1px solid var(--acc);outline-offset:-1px}
 .frow .fl{display:inline-flex;align-items:center;gap:7px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .frow .n{font-variant-numeric:tabular-nums;font-size:11px;color:var(--mut);flex:none}
-.frow .dot{width:10px;height:10px;border-radius:50%;border:1px solid #0008;display:inline-block;flex:none}
+.frow .dot{width:11px;height:11px;border-radius:50%;border:1px solid #0008;display:inline-block;flex:none}
 .fmore{padding:3px 8px;font-size:11px;color:var(--mut);font-style:italic}
-#clearf{display:none;margin-top:10px;width:100%}
 main{flex:1;min-width:0}
 #burger{display:none;background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:6px 12px;cursor:pointer;font-size:13px;font-weight:600;white-space:nowrap}
 #fclose{display:none}
@@ -53,229 +53,334 @@ main{flex:1;min-width:0}
   overflow:auto;border-right:0;padding:12px 12px 40px;background:var(--bg)}
  aside.open-mobile{display:block}
  #fclose{display:block;position:sticky;top:0;z-index:2;width:100%;background:var(--acc);color:#062a24;border:none;border-radius:8px;padding:11px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:10px}
- .grid:not(.list){grid-template-columns:repeat(2,1fr)}
+ .grid{grid-template-columns:repeat(2,1fr)!important}
+ #drawer{width:100%!important}
 }
-/* ── grid ── */
+/* ── grid + cards ── */
 .grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:8px;padding:10px 12px 60px}
 .card{background:var(--card);border:1px solid var(--line);border-radius:2px;overflow:hidden;display:flex;flex-direction:column;position:relative;cursor:pointer}
 .card:hover{border-color:#414a5e}
 .imgwrap{position:relative;width:100%;aspect-ratio:1/1;background:#0a0b0f}
 .imgwrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
 .imgwrap.noimg{background:repeating-linear-gradient(45deg,#0a0b0f,#0a0b0f 8px,#101218 8px,#101218 16px)}
-.imgwrap.noimg::after{content:'🚫 no image';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#5b6373;font-size:11px;font-weight:600;letter-spacing:.3px}
+.imgwrap.noimg::after{content:'no image';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#5b6373;font-size:11px;font-weight:600}
+.stockbadge{position:absolute;top:6px;left:6px;font-size:9.5px;font-weight:700;letter-spacing:.3px;border-radius:999px;padding:2px 7px;background:#0b0d10cc;border:1px solid var(--line);backdrop-filter:blur(3px)}
+.stockbadge.in{color:var(--ok);border-color:#2c5a3e}
+.stockbadge.un{color:var(--warn);border-color:#5a4a2c}
+.pricebadge{position:absolute;top:6px;right:6px;font-size:10px;font-weight:700;border-radius:999px;padding:2px 8px;background:#0b0d10cc;color:var(--acc);border:1px solid #2c5a54;backdrop-filter:blur(3px)}
 .card .b{padding:calc(6px*var(--fs)) calc(8px*var(--fs)) calc(7px*var(--fs));display:flex;flex-direction:column;gap:calc(3px*var(--fs))}
-.vend{font-size:calc(10px*var(--fs));color:var(--mut);font-weight:600;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
+.vend{font-size:calc(10px*var(--fs));color:var(--gold);font-weight:600;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .ttl{font-weight:600;font-size:calc(12.5px*var(--fs));line-height:1.3;letter-spacing:-.1px}
 .sku{font-family:ui-monospace,Menlo,monospace;font-size:calc(11px*var(--fs));color:var(--mut)}
 .skudw{color:var(--acc)}
 .when{font-size:calc(9.5px*var(--fs));color:var(--mut)}
-body.f-off-vend .grid:not(.list) .vend{display:none}
-body.f-off-ttl .grid:not(.list) .ttl{display:none}
-body.f-off-sku .grid:not(.list) .skuline{display:none}
-body.f-off-chips .grid:not(.list) .chips{display:none}
-body.imgonly .grid:not(.list) .card .b{display:none}
 .skuline{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
+.specrow{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:calc(10.5px*var(--fs));color:var(--mut)}
+.specrow b{color:#c4cad6;font-weight:600}
 .chips{display:flex;flex-wrap:wrap;gap:5px;align-items:center}
 .chip{font-size:calc(10px*var(--fs));font-weight:600;border-radius:999px;padding:1px calc(8px*var(--fs));letter-spacing:.2px;white-space:nowrap;border:1px solid transparent}
 .chip.cl{border-color:transparent;color:var(--mut);background:transparent;display:inline-flex;align-items:center;gap:5px;padding-left:0}
-.chip.cl .dot{width:calc(9px*var(--fs));height:calc(9px*var(--fs));border-radius:50%;border:1px solid #0008;display:inline-block}
-.chip.toggle{background:transparent;color:var(--mut);border-color:var(--line);cursor:pointer;user-select:none}
-.chip.toggle:hover{border-color:var(--acc);color:var(--ink)}
-.info{display:none;flex-direction:column;gap:7px;border-top:1px dashed var(--line);padding:8px 8px 9px;cursor:default}
-.card.info-open .info{display:flex}
-.kv{display:grid;grid-template-columns:96px 1fr;gap:4px 10px;font-size:11.5px;align-items:baseline}
-.kv .k{color:var(--mut)}
-.kv .v{text-align:left;word-break:break-word;font-weight:500}
-.lnk{color:var(--acc);text-decoration:none;border:1px solid var(--line);border-radius:6px;padding:2px 7px;font-size:11px}
-.lnk:hover{background:var(--panel)}
-.acts{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}
-.act{font-size:11px;font-weight:600;border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:7px;padding:4px 10px;cursor:pointer}
-.act:hover{border-color:var(--acc)}
+.chip.cl .dot{width:calc(10px*var(--fs));height:calc(10px*var(--fs));border-radius:50%;border:1px solid #0008;display:inline-block}
+.chip.city{color:var(--gold);border-color:#4a3f24;background:#1a160c}
+/* card-field visibility toggles → down to image-only */
+body.f-off-vend .grid .vend{display:none}
+body.f-off-ttl .grid .ttl{display:none}
+body.f-off-sku .grid .skuline{display:none}
+body.f-off-spec .grid .specrow{display:none}
+body.f-off-chips .grid .chips{display:none}
+body.f-off-price .grid .pricebadge{display:none}
+body.f-off-stock .grid .stockbadge{display:none}
+body.imgonly .grid .card .b{display:none}
 #more{display:block;margin:8px auto 60px;background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:9px 18px;cursor:pointer}
+#clearf{display:none;margin-top:10px;width:100%}
 #empty{padding:60px;text-align:center;color:var(--mut)}
-/* ── List view ── */
-:root{--listcols:42px 118px 118px minmax(150px,1.5fr) minmax(90px,1fr) 92px minmax(120px,1fr) 96px 110px minmax(90px,1fr)}
-.grid.list{grid-template-columns:1fr;gap:4px;padding:4px 12px 60px}
-.grid.list .card{display:grid;align-items:center;border-radius:2px;grid-template-columns:var(--listcols);column-gap:12px;min-height:52px;padding:0 12px 0 8px}
-.grid.list .card>.b{display:contents}
-.grid.list .imgwrap{width:42px;min-width:42px;height:42px;aspect-ratio:auto;border-radius:3px;overflow:hidden;margin:5px 0}
-.grid.list .imgwrap.noimg::after{font-size:8px}
-.grid.list .vend,.grid.list .when,.grid.list .chips{display:none}
-.grid.list .ttl{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12.5px}
-.grid.list .skuline{display:contents}
-.grid.list .ldw,.grid.list .lsku,.grid.list .lc{display:block;font-size:11px;color:var(--mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
-.grid.list .ldw,.grid.list .lsku{font-family:ui-monospace,Menlo,monospace}
-.grid.list .ldw{color:var(--acc)}
-.grid.list .info{grid-column:1 / -1;margin:2px 0 6px;padding:8px 4px 2px}
-.ldw,.lsku,.lc{display:none}
-#listhead{display:none;position:sticky;z-index:8;background:#0e0f15;border-bottom:1px solid var(--line);
- grid-template-columns:var(--listcols);column-gap:12px;padding:6px 24px 6px 20px;align-items:center}
-body.listmode #listhead{display:grid}
-#listhead .lh{font-size:10.5px;font-weight:700;color:var(--mut);text-transform:uppercase;letter-spacing:.4px;
- cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;user-select:none}
-#listhead .lh:hover{color:var(--ink)}
-#listhead .lh.on{color:var(--acc)}
+/* ── detail drawer ── */
+#scrim{position:fixed;inset:0;background:#000a;z-index:50;display:none}
+#scrim.open{display:block}
+#drawer{position:fixed;top:0;right:0;height:100vh;width:520px;max-width:100vw;background:#0e0f15;border-left:1px solid var(--line);
+ z-index:51;transform:translateX(100%);transition:transform .18s ease;overflow:auto;display:flex;flex-direction:column}
+#drawer.open{transform:translateX(0)}
+#drawer .dhead{position:sticky;top:0;background:#0e0f15e8;backdrop-filter:blur(6px);border-bottom:1px solid var(--line);
+ padding:12px 16px;display:flex;align-items:center;gap:10px;z-index:2}
+#drawer .dhead h2{margin:0;font-size:15px;font-weight:700;flex:1;min-width:0}
+#drawer .dhead h2 .city{color:var(--gold);font-weight:600}
+#dclose{background:none;border:1px solid var(--line);color:var(--ink);border-radius:8px;width:30px;height:30px;cursor:pointer;font-size:16px;flex:none}
+#dclose:hover{border-color:var(--acc)}
+#drawer .dbody{padding:14px 16px 40px;display:flex;flex-direction:column;gap:16px}
+#drawer .dimg{width:100%;border-radius:6px;border:1px solid var(--line);aspect-ratio:1/1;object-fit:cover;background:#0a0b0f}
+.thumbs{display:flex;gap:6px;flex-wrap:wrap}
+.sec{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--card)}
+.sec h3{margin:0 0 9px;font-size:10.5px;font-weight:700;color:var(--mut);text-transform:uppercase;letter-spacing:.7px}
+.kv{display:grid;grid-template-columns:120px 1fr;gap:5px 12px;font-size:12.5px;align-items:baseline}
+.kv .k{color:var(--mut)}
+.kv .v{font-weight:500;word-break:break-word}
+.kv .v.mono{font-family:ui-monospace,Menlo,monospace}
+.kv .v.dw{color:var(--acc);font-family:ui-monospace,Menlo,monospace}
+/* pricing card */
+.pcard{background:var(--pricebg);border:1px solid #2c5a54}
+.prow{display:flex;justify-content:space-between;align-items:baseline;padding:6px 0;border-bottom:1px dashed #223a37;font-size:13px}
+.prow:last-child{border-bottom:none}
+.prow .pl{color:var(--mut)}
+.prow .pv{font-weight:700;font-variant-numeric:tabular-nums}
+.prow .pv.big{font-size:18px;color:var(--acc)}
+.prow .pv.unk{color:var(--warn);font-weight:600;font-size:12px}
+.pnote{font-size:11px;color:var(--mut);margin-top:8px;line-height:1.5}
+.pnote b{color:var(--warn)}
+/* stock card */
+.scard .stat{display:flex;align-items:center;gap:9px;margin-bottom:8px}
+.dotbig{width:11px;height:11px;border-radius:50%;flex:none}
+.dotbig.in{background:var(--ok);box-shadow:0 0 8px #4ea86b88}
+.dotbig.un{background:var(--warn)}
+.dotbig.chk{background:var(--acc);animation:pulse 1s infinite}
+@keyframes pulse{50%{opacity:.4}}
+.stat .lbl{font-weight:700}
+.stat .sub{color:var(--mut);font-size:11.5px}
+.acts{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
+.act{font-size:12px;font-weight:600;border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:8px;padding:6px 12px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:5px}
+.act:hover{border-color:var(--acc)}
+.act.go{border-color:#2c5a54;color:var(--acc)}
+.pal{display:flex;gap:0;border-radius:6px;overflow:hidden;border:1px solid var(--line);height:26px}
+.pal span{flex:1;position:relative}
+.pal span::after{content:attr(data-pct);position:absolute;bottom:1px;left:0;right:0;text-align:center;font-size:8px;color:#000a;font-weight:700}
 </style></head>
 <body>
 <header>
-  <h1><b>Phillipe Romano</b> · Catalog</h1>
+  <h1><b>Phillipe Romano</b> · Cork<span class="int">INTERNAL</span></h1>
   <button id="burger" type="button" aria-label="Open filters">☰ Filters</button>
   <span class="pill" id="total">…</span>
   <span class="muted" id="meta"></span>
   <div class="ctl"><label class="muted">Sort</label>
     <select id="sort">
       <option value="newest">Newest</option>
-      <option value="color">Color</option>
-      <option value="pattern">Pattern A→Z</option>
       <option value="dw">DW SKU A→Z</option>
+      <option value="color">Color (hue)</option>
+      <option value="city">City / Style</option>
+      <option value="pattern">Pattern A→Z</option>
       <option value="sku">Mfr SKU A→Z</option>
-      <option value="collection">Collection</option>
     </select></div>
   <div class="ctl"><label class="muted">Density</label>
-    <input type="range" id="density" min="3" max="20" step="1"></div>
-  <button class="btn" id="view">▤ List view</button>
+    <input type="range" id="density" min="3" max="18" step="1"></div>
 </header>
 <div id="layout">
 <aside aria-label="filters">
   <button id="fclose" type="button">✕ Done — show products</button>
-  <input type="text" id="q" placeholder="Search pattern / DW SKU / mfr SKU / color…">
-  <input type="text" id="pattern" list="patternlist" placeholder="Pattern type-ahead…" title="type-ahead over every pattern in the catalog">
+  <input type="text" id="q" placeholder="Search DW SKU / mfr code / color / city…">
+  <input type="text" id="pattern" list="patternlist" placeholder="Pattern type-ahead…">
   <datalist id="patternlist"></datalist>
   <details id="fieldsbox"><summary>Card fields</summary>
     <div class="fbody">
-      <label class="frow"><span class="fl"><input type="checkbox" data-fv="vend" checked>Collection</span></label>
-      <label class="frow"><span class="fl"><input type="checkbox" data-fv="ttl" checked>Pattern / color</span></label>
-      <label class="frow"><span class="fl"><input type="checkbox" data-fv="sku" checked>DW SKU · mfr SKU</span></label>
-      <label class="frow"><span class="fl"><input type="checkbox" data-fv="chips" checked>Chips · details</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="vend" checked>Brand line</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="ttl" checked>City · color</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="sku" checked>DW SKU · mfr code</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="spec" checked>Spec line</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="chips" checked>Hue · date chips</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="price" checked>Price badge</span></label>
+      <label class="frow"><span class="fl"><input type="checkbox" data-fv="stock" checked>Stock badge</span></label>
     </div>
   </details>
-  <div id="facetbox"><!-- one collapsed <details> table per data field --></div>
+  <div id="facetbox"></div>
   <button class="btn" id="clearf">✕ Clear filters</button>
 </aside>
 <main>
-  <div id="listhead" aria-label="sortable columns"></div>
   <div class="grid" id="grid"></div>
   <button id="more" style="display:none">Load more</button>
-  <div id="empty" style="display:none">No products match.</div>
+  <div id="empty" style="display:none">No cork SKUs match.</div>
 </main>
 </div>
+
+<div id="scrim"></div>
+<aside id="drawer" aria-label="product detail" aria-hidden="true">
+  <div class="dhead"><h2 id="dtitle">…</h2><button id="dclose" aria-label="Close">✕</button></div>
+  <div class="dbody" id="dbody"></div>
+</aside>
+
 <script>
 const $=s=>document.querySelector(s);
 const grid=$('#grid');
-let ALL=[], VIEW=[], shown=0;
+let ALL=[], VIEW=[], shown=0, META={};
 const PAGE=120;
-const BUCKET_HEX={white:'#f4f4f2',grey:'#9aa0aa',black:'#1c1e24',pink:'#f3a8c0',red:'#d0453e',orange:'#e08a3c',
- brown:'#8a6242',gold:'#c9a75a',green:'#5f8f5c',blue:'#4f7fb5',purple:'#8a6fb5'};
+// hue-bucket display colors keyed to enrichment colorFamily values
+const FAM_HEX={White:'#f4f4f2',Neutral:'#b3b0a6',Warm:'#c9a75a',Red:'#c0564b',Green:'#5f8f5c',Blue:'#4f7fb5',Black:'#1c1e24',Grey:'#9aa0aa'};
 function esc(s){return String(s==null?'':s).replace(/[&<>"']/g,c=>({'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;',"'":'&#39;'}[c]));}
-function hexBucket(hex){
-  if(!hex||!/^#?[0-9a-f]{6}$/i.test(hex))return '';
-  hex=hex.replace('#','');
-  const r=parseInt(hex.slice(0,2),16),g=parseInt(hex.slice(2,4),16),b=parseInt(hex.slice(4,6),16);
-  const mx=Math.max(r,g,b),mn=Math.min(r,g,b),d=mx-mn;
-  if(d<22){ if(mx>205)return'white'; if(mx<60)return'black'; return'grey'; }
-  let h=0; if(mx===r)h=((g-b)/d)%6; else if(mx===g)h=(b-r)/d+2; else h=(r-g)/d+4; h*=60; if(h<0)h+=360;
-  if(h<15||h>=345)return'red'; if(h<40)return mx<150?'brown':'orange'; if(h<70)return'gold';
-  if(h<170)return'green'; if(h<260)return'blue'; if(h<320)return'purple'; return'pink';
-}
 function fmtDate(s){ if(!s)return''; try{return new Date(s).toLocaleString(undefined,{year:'numeric',month:'short',day:'numeric',hour:'numeric',minute:'2-digit'});}catch(e){return'';} }
+function fmt$(n){ return n==null?'—':'$'+Number(n).toFixed(2); }
+
 const FIELDS=[
- ['collection','Collection'],['color_bucket','Colors'],['material','Material'],['use','Use'],
- ['width','Width'],['fire_rating','Fire Rating'],['backing','Backing'],['composition','Composition'],
+ ['collection','Collection'],['color_family','Colors'],['material','Material'],['use','Use'],
+ ['width','Width'],['fire_rating','Fire Rating'],['backing','Backing'],['composition','Composition'],['city','City / Style'],
 ];
 const FIL={}; FIELDS.forEach(([k])=>FIL[k]='');
 let FCOUNTS={};
 const FCAP=40;
 $('#sort').value=localStorage.getItem('gl.sort')||'newest';
+
 function setDensity(v){
   v=Number(v);
-  const fs=Math.max(.5,Math.min(1.2, v<=6 ? 1+(6-v)*.06 : 1-(v-6)*.042));
+  const fs=Math.max(.55,Math.min(1.2, v<=6 ? 1+(6-v)*.06 : 1-(v-6)*.045));
   document.documentElement.style.setProperty('--cols',v);
   document.documentElement.style.setProperty('--fs',fs.toFixed(3));
 }
 const dens=localStorage.getItem('gl.density')||'6';
 $('#density').value=dens; setDensity(dens);
 $('#density').oninput=()=>{setDensity($('#density').value);localStorage.setItem('gl.density',$('#density').value);};
+
 const asideEl=document.querySelector('aside');
 $('#burger').onclick=()=>{asideEl.classList.add('open-mobile');document.body.style.overflow='hidden';};
 $('#fclose').onclick=()=>{asideEl.classList.remove('open-mobile');document.body.style.overflow='';};
 window.matchMedia('(max-width:880px)').addEventListener('change',e=>{ if(!e.matches){asideEl.classList.remove('open-mobile');document.body.style.overflow='';} });
-const FVIS=JSON.parse(localStorage.getItem('gl.fieldvis')||'{"vend":true,"ttl":true,"sku":true,"chips":true}');
+
+const FV_DEFAULT={vend:true,ttl:true,sku:true,spec:true,chips:true,price:true,stock:true};
+const FVIS=Object.assign({},FV_DEFAULT,JSON.parse(localStorage.getItem('gl.fieldvis')||'{}'));
 function applyFieldVis(){
-  for(const k of ['vend','ttl','sku','chips'])document.body.classList.toggle('f-off-'+k,!FVIS[k]);
-  document.body.classList.toggle('imgonly',!FVIS.vend&&!FVIS.ttl&&!FVIS.sku&&!FVIS.chips);
+  for(const k of Object.keys(FV_DEFAULT))document.body.classList.toggle('f-off-'+k,!FVIS[k]);
+  document.body.classList.toggle('imgonly',Object.keys(FV_DEFAULT).every(k=>!FVIS[k]));
   document.querySelectorAll('#fieldsbox input[data-fv]').forEach(cb=>cb.checked=!!FVIS[cb.dataset.fv]);
   localStorage.setItem('gl.fieldvis',JSON.stringify(FVIS));
 }
 document.querySelectorAll('#fieldsbox input[data-fv]').forEach(cb=>{ cb.onchange=()=>{FVIS[cb.dataset.fv]=cb.checked;applyFieldVis();}; });
 applyFieldVis();
+
 function card(p){
-  const title=esc(p.pattern||p.dw_sku||'(untitled)')+(p.color&&p.color!==p.pattern?(', '+esc(p.color)):'');
+  const cityColor=[p.city&&`<span class="city">${esc(p.city)}</span>`,esc(p.color||p.pattern||p.dw_sku)].filter(Boolean).join(' · ');
   const img=p.image
-    ?`<div class="imgwrap"><img loading="lazy" src="${esc(p.image)}" alt="${title}" onerror="this.style.display='none';this.parentNode.classList.add('noimg')"></div>`
-    :`<div class="imgwrap noimg"></div>`;
-  const kv=(k,v)=>v?`<div class="kv"><span class="k">${k}</span><span class="v">${esc(v)}</span></div>`:'';
-  const dot=BUCKET_HEX[p.color_bucket]||(p.hex||'#666');
-  return `<div class="card" data-url="${esc(p.url||'')}">
-    ${img}<div class="b">
-    <span class="vend">${esc(p.collection||'Phillipe Romano')}</span>
-    <div class="ttl">${title}</div>
+    ?`<div class="imgwrap"><img loading="lazy" src="${esc(p.image)}" alt="${esc(p.title||p.dw_sku)}" onerror="this.style.display='none';this.parentNode.classList.add('noimg')">`
+    :`<div class="imgwrap noimg">`;
+  const stock=p.in_catalog
+    ?`<span class="stockbadge in">● Available</span>`
+    :`<span class="stockbadge un">○ Unlisted</span>`;
+  const price=`<span class="pricebadge">$${Number(p.retail_per_yard).toFixed(2)}/yd</span>`;
+  const dot=FAM_HEX[p.color_family]||p.hex||'#666';
+  const spec=[p.width,p.backing,p.fire_rating&&('Fire '+p.fire_rating.split(',')[0])].filter(Boolean)
+    .map(s=>`<span>${esc(s)}</span>`).join('');
+  return `<div class="card" data-sku="${esc(p.dw_sku)}">
+    ${img}${stock}${price}</div>
+    <div class="b">
+    <span class="vend">Phillipe Romano · Cork</span>
+    <div class="ttl">${cityColor}</div>
     <div class="skuline">
-      <span class="ldw sku skudw" title="DW SKU">${esc(p.dw_sku||'')}</span>
-      <span class="lsku sku" title="Mfr SKU">${esc(p.mfr_sku||'')}</span>
+      <span class="sku skudw" title="DW SKU">${esc(p.dw_sku)}</span>
+      <span class="sku" title="Mfr code (internal)">${esc(p.mfr_sku||'')}</span>
     </div>
-    <span class="lc" title="Color">${esc(p.color||'')}</span>
-    <span class="lc" title="Material">${esc(p.material||'')}</span>
-    <span class="lc" title="Width">${esc(p.width||'')}</span>
-    <span class="lc" title="Fire rating">${esc(p.fire_rating||'')}</span>
+    <div class="specrow">${spec}</div>
     <div class="chips">
-      ${p.color_bucket?`<span class="chip cl"><span class="dot" style="background:${dot}"></span>${esc(p.color_bucket)}</span>`:''}
+      ${p.color_family?`<span class="chip cl"><span class="dot" style="background:${dot}"></span>${esc(p.color_family)}</span>`:''}
+      ${p.city?`<span class="chip city">${esc(p.city)}</span>`:''}
       <span class="when" title="${esc(p.created_at||'')}">🕓 ${esc(fmtDate(p.created_at))}</span>
-      <span class="chip toggle" onclick="event.stopPropagation();this.closest('.card').classList.toggle('info-open')">ⓘ details</span>
-    </div>
     </div>
-    <div class="info" onclick="event.stopPropagation()">
-      ${kv('DW SKU',p.dw_sku)}${kv('Mfr SKU',p.mfr_sku)}${kv('Pattern',p.pattern)}${kv('Color',p.color)}
-      ${kv('Collection',p.collection)}${kv('Material',p.material)}${kv('Use',p.use)}${kv('Width',p.width)}
-      ${kv('Fire rating',p.fire_rating)}${kv('Backing',p.backing)}${kv('Composition',p.composition)}${kv('Repeat',p.repeat)}
-      ${kv('Min order',p.min_order)}${kv('Weight',p.weight)}${p.desc?`<div class="kv"><span class="k">Description</span><span class="v">${esc(p.desc)}</span></div>`:''}
-      <div class="acts">
-        ${p.dw_sku?`<button class="act" data-copy="${esc(p.dw_sku)}" onclick="copyTxt(this)" title="copy DW SKU">📋 DW SKU</button>`:''}
-        ${p.mfr_sku?`<button class="act" data-copy="${esc(p.mfr_sku)}" onclick="copyTxt(this)" title="copy mfr SKU">📋 Mfr SKU</button>`:''}
-        ${p.url?`<a class="lnk" href="${esc(p.url)}" target="_blank" rel="noopener noreferrer">vendor page ↗</a>`:''}
-      </div>
     </div>
   </div>`;
 }
 grid.addEventListener('click',e=>{
-  if(e.target.closest('.chip.toggle,.info,a,button'))return;
-  const c=e.target.closest('.card[data-url]');
-  if(c&&c.dataset.url)window.open(c.dataset.url,'_blank','noopener');
+  const c=e.target.closest('.card[data-sku]');
+  if(c)openDrawer(c.dataset.sku);
 });
-function copyTxt(btn){
-  const t=btn.dataset.copy||'';
-  navigator.clipboard.writeText(t).then(()=>{ const o=btn.textContent; btn.textContent='✓ copied'; setTimeout(()=>{btn.textContent=o;},1200); });
+
+// ── DETAIL DRAWER ──────────────────────────────────────────────────────────
+const SHOPIFY_STORE='https://www.designerwallcoverings.com';
+const SHOPIFY_ADMIN='https://admin.shopify.com/store/designer-laboratory-sandbox';
+const ALLDW='https://all.designerwallcoverings.com';
+function kv(k,v,cls){return v?`<div class="kv"><span class="k">${k}</span><span class="v ${cls||''}">${esc(v)}</span></div>`:'';}
+function openDrawer(sku){
+  const p=ALL.find(x=>x.dw_sku===sku); if(!p)return;
+  $('#dtitle').innerHTML=(p.city?`<span class="city">${esc(p.city)}</span> · `:'')+esc(p.color||p.pattern||p.dw_sku);
+  const pal=(p.top_colors||[]).slice(0,6).map(c=>`<span style="background:${esc(c.hex)}" data-pct="${Math.round(c.pct)}%" title="${esc(c.hex)} · ${c.pct}%"></span>`).join('');
+  const specSec=`<div class="sec"><h3>Specifications</h3>
+    ${kv('Material',p.material)}${kv('Use',p.use)}${kv('Width',p.width)}${kv('Width (in)',p.width_inches!=null?p.width_inches+'"':'')}
+    ${kv('Backing',p.backing)}${kv('Composition',p.composition)}${kv('Pattern repeat',p.repeat||'None')}
+    ${kv('Fire rating (US)',p.fire_rating)}${kv('Weight',p.weight?p.weight+' g/m²':'')}${kv('Minimum order',p.minimum_order)}
+    ${kv('Product type',p.product_type)}${kv('Category',p.category)}${kv('Subcategory',p.subcategory)}
+  </div>`;
+  const idSec=`<div class="sec"><h3>Identity</h3>
+    ${kv('DW SKU',p.dw_sku,'dw')}${kv('Mfr code',p.mfr_sku,'mono')}${kv('Mfr model',p.mfr_model,'mono')}
+    ${kv('City / style',p.city)}${kv('Pattern',p.pattern)}${kv('Color',p.color)}${kv('Collection',p.collection)}
+    ${kv('Collection code',p.collection_code,'mono')}${kv('Greenland gl_id',p.gl_id,'mono')}${kv('Created',fmtDate(p.created_at))}
+    <div class="acts">
+      <button class="act" data-copy="${esc(p.dw_sku)}" onclick="copyTxt(this)">📋 DW SKU</button>
+      ${p.mfr_sku?`<button class="act" data-copy="${esc(p.mfr_sku)}" onclick="copyTxt(this)">📋 Mfr code</button>`:''}
+    </div>
+  </div>`;
+  // PRICING — internal only. Retail canonical; net cost / discount / margin honestly unconfirmed.
+  const margin = (p.net_cost!=null) ? (p.retail_per_yard-p.net_cost) : null;
+  const marginPct = (p.net_cost!=null && p.retail_per_yard) ? Math.round((1-p.net_cost/p.retail_per_yard)*100) : null;
+  const priceSec=`<div class="sec pcard"><h3>Pricing — internal only 🔒</h3>
+    <div class="prow"><span class="pl">Retail (per yard)</span><span class="pv big">${fmt$(p.retail_per_yard)}</span></div>
+    <div class="prow"><span class="pl">Sold in</span><span class="pv">${p.min_increment_yards}-yd increments · min ${p.min_increment_yards} yd</span></div>
+    <div class="prow"><span class="pl">Memo sample</span><span class="pv">${fmt$(p.sample_price)}</span></div>
+    <div class="prow"><span class="pl">Net cost</span><span class="pv ${p.net_cost!=null?'':'unk'}">${p.net_cost!=null?fmt$(p.net_cost):'unconfirmed'}</span></div>
+    <div class="prow"><span class="pl">Trade discount</span><span class="pv ${p.trade_discount_pct!=null?'':'unk'}">${p.trade_discount_pct!=null?p.trade_discount_pct+'%':'unconfirmed'}</span></div>
+    <div class="prow"><span class="pl">Margin / yd</span><span class="pv ${margin!=null?'':'unk'}">${margin!=null?fmt$(margin)+(marginPct!=null?` (${marginPct}%)`:''):'n/a until cost'}</span></div>
+    <div class="pnote"><b>Net cost & discount not yet confirmed</b> — Greenland wholesale cost hasn't been supplied and the trade discount is unset in vendor_registry. Retail $59.50/yd is canonical. Margin computes automatically once a cost lands. Never expose these figures on any customer-facing surface.</div>
+  </div>`;
+  // STOCK — snapshot + live re-check ($0 open API)
+  const stockSec=`<div class="sec scard"><h3>Stock / availability</h3>
+    <div class="stat"><span class="dotbig ${p.in_catalog?'in':'un'}" id="dotstk"></span>
+      <div><div class="lbl" id="stklbl">${p.in_catalog?'Available — in catalog':'Unlisted'}</div>
+      <div class="sub" id="stksub">Snapshot from feed · ${fmtDate(META.generated_at)}</div></div></div>
+    <div class="acts">
+      <button class="act go" id="chklive" onclick="checkLive('${esc(p.dw_sku)}')">⟳ Check live ($0)</button>
+    </div>
+    <div class="pnote" style="margin-top:6px">Greenland's open API exposes availability (published-in-catalog), not a live inventory count. "Check live" re-hits that $0 open API — no metered scrape.</div>
+  </div>`;
+  const links=[];
+  if(p.handle)links.push(`<a class="act go" href="${SHOPIFY_STORE}/products/${esc(p.handle)}" target="_blank" rel="noopener noreferrer">Shopify product ↗</a>`);
+  if(p.shopify_pid)links.push(`<a class="act" href="${SHOPIFY_ADMIN}/products/${esc(p.shopify_pid)}" target="_blank" rel="noopener noreferrer">Shopify admin ↗</a>`);
+  links.push(`<a class="act" href="${ALLDW}/?q=${encodeURIComponent(p.dw_sku)}" target="_blank" rel="noopener noreferrer">all.dw entry ↗</a>`);
+  if(p.vendor_url)links.push(`<a class="act" href="${esc(p.vendor_url)}" target="_blank" rel="noopener noreferrer">Greenland source ↗</a>`);
+  const linkSec=`<div class="sec"><h3>Links</h3><div class="acts">${links.join('')}</div>
+    ${p.shop_status?`<div class="pnote" style="margin-top:8px">Shopify status: <b style="color:${p.shop_status==='ACTIVE'?'var(--ok)':'var(--warn)'}">${esc(p.shop_status)}</b>${p.online_published?' · online-store published':''}</div>`:''}</div>`;
+  const descSec=p.description?`<div class="sec"><h3>Description</h3><div style="font-size:12.5px;line-height:1.55;color:#c8cdd8">${esc(p.description)}</div></div>`:'';
+  $('#dbody').innerHTML=
+    (p.image?`<img class="dimg" src="${esc(p.image)}" alt="${esc(p.title||p.dw_sku)}">`:'')+
+    (pal?`<div class="pal">${pal}</div>`:'')+
+    priceSec+stockSec+specSec+idSec+linkSec+descSec;
+  $('#scrim').classList.add('open'); $('#drawer').classList.add('open'); $('#drawer').setAttribute('aria-hidden','false');
+  document.body.style.overflow='hidden';
+  location.hash=p.dw_sku;
+}
+function closeDrawer(){$('#scrim').classList.remove('open');$('#drawer').classList.remove('open');$('#drawer').setAttribute('aria-hidden','true');document.body.style.overflow='';if(location.hash)history.replaceState(null,'',location.pathname+location.search);}
+$('#dclose').onclick=closeDrawer; $('#scrim').onclick=closeDrawer;
+addEventListener('keydown',e=>{if(e.key==='Escape'&&$('#drawer').classList.contains('open'))closeDrawer();});
+
+async function checkLive(sku){
+  const btn=$('#chklive'), dot=$('#dotstk'), lbl=$('#stklbl'), sub=$('#stksub');
+  btn.disabled=true; btn.textContent='⟳ checking…'; dot.className='dotbig chk';
+  try{
+    const r=await fetch(location.origin+'/api/stock/'+encodeURIComponent(sku));
+    const j=await r.json();
+    if(j.live){
+      dot.className='dotbig '+(j.in_catalog?'in':'un');
+      lbl.textContent=j.in_catalog?'Available — in catalog (live)':'Unlisted (live)';
+      sub.textContent=`Live · ${fmtDate(j.checked_at)}${j.colorways_live!=null?' · '+j.colorways_live+' colorways':''}`;
+      btn.textContent='✓ Live checked'; setTimeout(()=>{btn.textContent='⟳ Check live ($0)';btn.disabled=false;},1500);
+    }else{ throw new Error(j.error||'no live data'); }
+  }catch(e){
+    dot.className='dotbig un'; sub.textContent='Live check failed: '+e.message;
+    btn.textContent='⟳ Retry'; btn.disabled=false;
+  }
 }
+window.checkLive=checkLive;
+function copyTxt(btn){navigator.clipboard.writeText(btn.dataset.copy||'').then(()=>{const o=btn.textContent;btn.textContent='✓ copied';setTimeout(()=>{btn.textContent=o;},1200);});}
 window.copyTxt=copyTxt;
+
+// ── filtering / sort ──
 function applyFilters(){
   const q=$('#q').value.trim().toLowerCase(), pat=$('#pattern').value.trim().toLowerCase();
   VIEW=ALL.filter(p=>{
     for(const [k] of FIELDS){ if(FIL[k]&&String(p[k]??'')!==FIL[k])return false; }
     if(pat&&!String(p.pattern||'').toLowerCase().includes(pat))return false;
-    if(q&&![p.pattern,p.dw_sku,p.mfr_sku,p.color,p.collection].some(v=>v&&String(v).toLowerCase().includes(q)))return false;
+    if(q&&![p.dw_sku,p.mfr_sku,p.color,p.pattern,p.city,p.collection].some(v=>v&&String(v).toLowerCase().includes(q)))return false;
     return true;
   });
+  const HUEORD={White:0,Neutral:1,Warm:2,Red:3,Green:4,Blue:5,Black:6};
   const s=$('#sort').value, cmp={
-    newest:(a,b)=>String(b.created_at||'').localeCompare(String(a.created_at||''))||String(a.dw_sku||'').localeCompare(String(b.dw_sku||'')),
-    color:(a,b)=>String(a.color_bucket||'￿').localeCompare(String(b.color_bucket||'￿'))||String(a.color||'').localeCompare(String(b.color||'')),
+    newest:(a,b)=>String(b.created_at||'').localeCompare(String(a.created_at||''))||String(a.dw_sku).localeCompare(String(b.dw_sku),undefined,{numeric:true}),
+    dw:(a,b)=>String(a.dw_sku).localeCompare(String(b.dw_sku),undefined,{numeric:true}),
+    color:(a,b)=>((HUEORD[a.color_family]??9)-(HUEORD[b.color_family]??9))||String(a.color||'').localeCompare(String(b.color||'')),
+    city:(a,b)=>String(a.city||'~').localeCompare(String(b.city||'~'))||String(a.color||'').localeCompare(String(b.color||'')),
     pattern:(a,b)=>String(a.pattern||'').localeCompare(String(b.pattern||'')),
-    dw:(a,b)=>String(a.dw_sku||'').localeCompare(String(b.dw_sku||''),undefined,{numeric:true}),
     sku:(a,b)=>String(a.mfr_sku||'').localeCompare(String(b.mfr_sku||'')),
-    collection:(a,b)=>String(a.collection||'').localeCompare(String(b.collection||''))||String(a.pattern||'').localeCompare(String(b.pattern||'')),
   }[s];
-  if(COLSORT.key){
-    const k=COLSORT.key, dir=COLSORT.dir;
-    VIEW=[...VIEW].sort((a,b)=>{ const av=a[k],bv=b[k]; if(av==null||av==='')return 1; if(bv==null||bv==='')return -1; return dir*String(av).localeCompare(String(bv),undefined,{numeric:true}); });
-  }else if(cmp)VIEW=[...VIEW].sort(cmp);
+  if(cmp)VIEW=[...VIEW].sort(cmp);
   shown=0; grid.innerHTML=''; renderMore();
   $('#total').textContent=VIEW.length.toLocaleString()+' cork SKUs';
   $('#empty').style.display=VIEW.length?'none':'block';
@@ -302,7 +407,7 @@ function renderSide(){
   const openNow=new Set([...document.querySelectorAll('#facetbox details[open]')].map(d=>d.dataset.f));
   $('#facetbox').innerHTML=FIELDS.map(([k,label])=>{
     const rows=(FCOUNTS[k]||[]).slice(0,FCAP).map(([v,n])=>{
-      const dot=k==='color_bucket'?`<span class="dot" style="background:${BUCKET_HEX[v]||'#666'}"></span>`:'';
+      const dot=k==='color_family'?`<span class="dot" style="background:${FAM_HEX[v]||'#666'}"></span>`:'';
       return `<div class="frow${FIL[k]===String(v)?' active':''}" onclick="pickF('${k}',this.dataset.v)" data-v="${esc(v)}">
         <span class="fl">${dot}${esc(v)}</span><span class="n">${n.toLocaleString()}</span></div>`;
     }).join('');
@@ -315,35 +420,18 @@ function renderSide(){
 function pickF(k,v){FIL[k]=(FIL[k]===v?'':v);applyFilters();}
 window.pickF=pickF;
 $('#clearf').onclick=()=>{FIELDS.forEach(([k])=>FIL[k]='');$('#q').value='';$('#pattern').value='';applyFilters();};
-$('#sort').onchange=()=>{localStorage.setItem('gl.sort',$('#sort').value);COLSORT.key=null;renderListHead();applyFilters();};
-let t; $('#q').oninput=()=>{clearTimeout(t);t=setTimeout(applyFilters,300);};
-let tp; $('#pattern').oninput=()=>{clearTimeout(tp);tp=setTimeout(applyFilters,300);};
+$('#sort').onchange=()=>{localStorage.setItem('gl.sort',$('#sort').value);applyFilters();};
+let t; $('#q').oninput=()=>{clearTimeout(t);t=setTimeout(applyFilters,250);};
+let tp; $('#pattern').oninput=()=>{clearTimeout(tp);tp=setTimeout(applyFilters,250);};
 $('#more').onclick=renderMore;
-const LIST_COLS=[[null,''],['dw_sku','DW SKU'],['mfr_sku','Mfr SKU'],['pattern','Pattern'],['color','Color'],['color_bucket','Bucket'],['collection','Collection'],['material','Material'],['width','Width'],['fire_rating','Fire']];
-const COLSORT={key:null,dir:1};
-function renderListHead(){
-  $('#listhead').innerHTML=LIST_COLS.map(([k,lbl])=>k
-    ?`<span class="lh${COLSORT.key===k?' on':''}" onclick="colSort('${k}')">${lbl}${COLSORT.key===k?(COLSORT.dir>0?' ▲':' ▼'):''}</span>`
-    :'<span></span>').join('');
-  syncSticky();
-}
-function colSort(k){ if(COLSORT.key===k)COLSORT.dir=-COLSORT.dir; else{COLSORT.key=k;COLSORT.dir=1;} renderListHead(); applyFilters(); }
-window.colSort=colSort;
-function syncSticky(){
-  const h=document.querySelector('header').offsetHeight;
-  $('#listhead').style.top=h+'px';
-  document.querySelector('aside').style.top=h+'px';
-  document.querySelector('aside').style.maxHeight=`calc(100vh - ${h}px)`;
-}
-addEventListener('resize',syncSticky);
-function applyView(){const list=localStorage.getItem('gl.view')==='list';grid.classList.toggle('list',list);document.body.classList.toggle('listmode',list);$('#view').textContent=list?'▦ Grid view':'▤ List view';renderListHead();}
-$('#view').onclick=()=>{localStorage.setItem('gl.view',localStorage.getItem('gl.view')==='list'?'grid':'list');applyView();};
-applyView();
 addEventListener('scroll',()=>{if(shown<VIEW.length&&innerHeight+scrollY>=document.body.offsetHeight-600)renderMore();});
+
 async function loadAll(){
-  const raw=await fetch(location.origin+'/products.json').then(r=>r.json());
-  ALL=(raw||[]).map(p=>({...p, color_bucket:hexBucket(p.hex)}));
+  const raw=await fetch(location.origin+'/api/products').then(r=>r.json());
+  META=raw; ALL=raw.products||[];
   buildFacetCache(); applyFilters();
+  // deep-link: open drawer if hash matches a SKU
+  const h=decodeURIComponent(location.hash.replace('#','')); if(h&&ALL.some(p=>p.dw_sku===h))openDrawer(h);
 }
 loadAll();
 </script>
diff --git a/public/viewer.json b/public/viewer.json
index 29f90a7..fb53d24 100644
--- a/public/viewer.json
+++ b/public/viewer.json
@@ -1 +1 @@
-{"generated_at":"2026-07-13T06:53:10.702Z","vendor_internal":"Greenland","brand_public":"Phillipe Romano","line":"Cork","retail_per_yard":59.5,"min_increment_yards":6,"sample_price":4.25,"count":213,"facet_fields":["collection","color_family","material","use","width","fire_rating","backing","composition","city"],"products":[{"dw_sku":"Cork-500000","dw_number":500000,"gl_id":10001178,"mfr_sku":"G0110NQ8248","mfr_model":"G0110NQ8248","pattern":"Metallic Cork I","color":"Monk's Robe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Monk's Robe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Monk's Robe brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#834e3e","top_colors":[{"hex":"#834e3e","pct":19.5},{"hex":"#764032","pct":14.2},{"hex":"#69372b","pct":12.6}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-monks-robe","shopify_pid":"7880972992563","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500010","dw_number":500010,"gl_id":10001185,"mfr_sku":"G0110NQ8249","mfr_model":"G0110NQ8249","pattern":"Metallic Cork I","color":"Black Coffee","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Black Coffee brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#362927","top_colors":[{"hex":"#362927","pct":16},{"hex":"#1f1717","pct":13.1},{"hex":"#312423","pct":13.1}],"color_family":"Black","tags":["Cork","Black","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-black-coffee","shopify_pid":"7880973353011","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500020","dw_number":500020,"gl_id":10001183,"mfr_sku":"G0110NQ8250","mfr_model":"G0110NQ8250","pattern":"Metallic Cork I","color":"Carafe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Carafe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Carafe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#614844","top_colors":[{"hex":"#614844","pct":19.2},{"hex":"#543935","pct":13.8},{"hex":"#5d423d","pct":13.7}],"color_family":"Warm","tags":["Cork","Warm","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-carafe","shopify_pid":"7880973156403","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500030","dw_number":500030,"gl_id":10001179,"mfr_sku":"G0110NQ8254","mfr_model":"G0110NQ8254","pattern":"Metallic Cork I","color":"Silver Doe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Silver Doe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Silver Doe brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ac7b66","top_colors":[{"hex":"#ac7b66","pct":19.9},{"hex":"#ab7662","pct":14.6},{"hex":"#a36f5b","pct":13.3}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500030.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-silver-doe","shopify_pid":"7880973025331","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500040","dw_number":500040,"gl_id":10001181,"mfr_sku":"G0110NQ8258","mfr_model":"G0110NQ8258","pattern":"Metallic Cork I","color":"Caribou","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Caribou Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Caribou brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6b483f","top_colors":[{"hex":"#6b483f","pct":16.4},{"hex":"#623931","pct":15.2},{"hex":"#694138","pct":14}],"color_family":"Warm","tags":["Cork","Warm","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-caribou","shopify_pid":"7880973090867","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500050","dw_number":500050,"gl_id":10001180,"mfr_sku":"G0110NQ8276","mfr_model":"G0110NQ8276","pattern":"Metallic Cork I","color":"Golden Deer","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Golden Deer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Golden Deer brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aa7b67","top_colors":[{"hex":"#aa7b67","pct":14.5},{"hex":"#a06c5b","pct":13.8},{"hex":"#946955","pct":13}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-golden-deer","shopify_pid":"7880973058099","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500060","dw_number":500060,"gl_id":10001182,"mfr_sku":"G0110NQ8277","mfr_model":"G0110NQ8277","pattern":"Metallic Cork I","color":"Indian Tan","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Indian Tan Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Indian Tan brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ac7d69","top_colors":[{"hex":"#ac7d69","pct":15.5},{"hex":"#a57763","pct":13.3},{"hex":"#a4715e","pct":12.7}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-indian-tan","shopify_pid":"7880973123635","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500070","dw_number":500070,"gl_id":10001184,"mfr_sku":"G0110NQ8288","mfr_model":"G0110NQ8288","pattern":"Metallic Cork I","color":"Bison Gold","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Bison Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Bison Gold brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d342c","top_colors":[{"hex":"#5d342c","pct":14.9},{"hex":"#5f3830","pct":13.8},{"hex":"#6f4a41","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-bison-gold","shopify_pid":"7880973189171","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500080","dw_number":500080,"gl_id":10001177,"mfr_sku":"G0111NQ8238","mfr_model":"G0111NQ8238","pattern":"Metallic Cork II","color":"Gilded White","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Gilded White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Gilded White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d0d6cd","top_colors":[{"hex":"#d0d6cd","pct":16},{"hex":"#cbd3c9","pct":14.5},{"hex":"#cbcfc7","pct":12.9}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-gilded-white","shopify_pid":"7880972959795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500090","dw_number":500090,"gl_id":10001173,"mfr_sku":"G0111NQ8240","mfr_model":"G0111NQ8240","pattern":"Metallic Cork II","color":"Brown Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Brown Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Brown Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9aa495","top_colors":[{"hex":"#9aa495","pct":16.4},{"hex":"#929f91","pct":16.3},{"hex":"#8a978b","pct":12.2}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-brown-gold","shopify_pid":"7880972828723","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500100","dw_number":500100,"gl_id":10001172,"mfr_sku":"G0111NQ8241","mfr_model":"G0111NQ8241","pattern":"Metallic Cork II","color":"Light Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Light Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Light Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d3d3c7","top_colors":[{"hex":"#d3d3c7","pct":15},{"hex":"#d9dacf","pct":13.7},{"hex":"#c3c5b7","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-light-gold","shopify_pid":"7880972795955","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500110","dw_number":500110,"gl_id":10001174,"mfr_sku":"G0111NQ8242","mfr_model":"G0111NQ8242","pattern":"Metallic Cork II","color":"Gold Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Gold Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Gold Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#859293","top_colors":[{"hex":"#859293","pct":23.3},{"hex":"#7d8c8e","pct":16.8},{"hex":"#777372","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-gold-silver","shopify_pid":"7880972861491","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500120","dw_number":500120,"gl_id":10001170,"mfr_sku":"G0111NQ8243","mfr_model":"G0111NQ8243","pattern":"Metallic Cork II","color":"Black Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Black Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Black Gold brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#61643d","top_colors":[{"hex":"#61643d","pct":18.5},{"hex":"#4e5532","pct":13.6},{"hex":"#353822","pct":12.8}],"color_family":"Green","tags":["Cork","Green","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-black-gold","shopify_pid":"7880972730419","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500130","dw_number":500130,"gl_id":10001175,"mfr_sku":"G0111NQ8247","mfr_model":"G0111NQ8247","pattern":"Metallic Cork II","color":"Black Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Black Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Black Silver brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#455e6b","top_colors":[{"hex":"#455e6b","pct":16.4},{"hex":"#344551","pct":14.2},{"hex":"#425966","pct":13.4}],"color_family":"Blue","tags":["Cork","Blue","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-black-silver","shopify_pid":"7880972894259","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500140","dw_number":500140,"gl_id":10001176,"mfr_sku":"G0111NQ8282","mfr_model":"G0111NQ8282","pattern":"Metallic Cork II","color":"Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#98b1ae","top_colors":[{"hex":"#98b1ae","pct":16.9},{"hex":"#869899","pct":13.8},{"hex":"#95abaa","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-silver","shopify_pid":"7880972927027","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500150","dw_number":500150,"gl_id":10001171,"mfr_sku":"G0111NQ8283","mfr_model":"G0111NQ8283","pattern":"Metallic Cork II","color":"Rich Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Rich Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Rich Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#afa46e","top_colors":[{"hex":"#afa46e","pct":14.3},{"hex":"#a69967","pct":14},{"hex":"#988a59","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500150.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-rich-gold","shopify_pid":"7880972763187","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500160","dw_number":500160,"gl_id":10000473,"mfr_sku":"G0148NQ8101","mfr_model":"G0148NQ8101","pattern":"Under The Cork","color":"Demitasse","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Demitasse Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Demitasse brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#39312c","top_colors":[{"hex":"#39312c","pct":15.3},{"hex":"#23201d","pct":14.2},{"hex":"#332924","pct":14}],"color_family":"Black","tags":["Cork","Black","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500160.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-demitasse","shopify_pid":"7880972566579","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500170","dw_number":500170,"gl_id":10000476,"mfr_sku":"G0148NQ8102","mfr_model":"G0148NQ8102","pattern":"Under The Cork","color":"Poseidon","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Poseidon Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Poseidon brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1f2932","top_colors":[{"hex":"#1f2932","pct":16.4},{"hex":"#162028","pct":16.3},{"hex":"#334c5c","pct":16.2}],"color_family":"Black","tags":["Cork","Black","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500170.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-poseidon","shopify_pid":"7880972664883","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500180","dw_number":500180,"gl_id":10000474,"mfr_sku":"G0148NQ8103","mfr_model":"G0148NQ8103","pattern":"Under The Cork","color":"Golden Oak","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Golden Oak Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Golden Oak brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#805341","top_colors":[{"hex":"#805341","pct":15.1},{"hex":"#724636","pct":14.6},{"hex":"#b4af98","pct":13.9}],"color_family":"Red","tags":["Cork","Red","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500180.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-golden-oak","shopify_pid":"7880972599347","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500190","dw_number":500190,"gl_id":10000477,"mfr_sku":"G0148NQ8104","mfr_model":"G0148NQ8104","pattern":"Under The Cork","color":"Honey Yellow","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Honey Yellow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Honey Yellow brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8c597","top_colors":[{"hex":"#d8c597","pct":15.7},{"hex":"#b1816d","pct":14.9},{"hex":"#916251","pct":14.7}],"color_family":"Warm","tags":["Cork","Warm","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500190.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-honey-yellow","shopify_pid":"7880972697651","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500200","dw_number":500200,"gl_id":10000475,"mfr_sku":"G0148NQ8105","mfr_model":"G0148NQ8105","pattern":"Under The Cork","color":"Primary Colour","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Primary Colour Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Primary Colour brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#925f47","top_colors":[{"hex":"#925f47","pct":15.2},{"hex":"#7f4b39","pct":14.8},{"hex":"#b88e5b","pct":12.9}],"color_family":"Red","tags":["Cork","Red","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500200.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-primary-colour","shopify_pid":"7880972632115","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500210","dw_number":500210,"gl_id":10000436,"mfr_sku":"G0154NQ8290","mfr_model":"G0154NQ8290","pattern":"Color Cork I","color":"Sharkskin","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Sharkskin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Sharkskin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5e676c","top_colors":[{"hex":"#5e676c","pct":15.4},{"hex":"#4b5257","pct":13.2},{"hex":"#5c6369","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500210.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-sharkskin","shopify_pid":"7880972369971","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500220","dw_number":500220,"gl_id":10000437,"mfr_sku":"G0154NQ8291","mfr_model":"G0154NQ8291","pattern":"Color Cork I","color":"Eden","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Eden Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Eden brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1c2012","top_colors":[{"hex":"#1c2012","pct":14.5},{"hex":"#202113","pct":14.3},{"hex":"#1a1c0f","pct":13.6}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500220.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-eden","shopify_pid":"7880972402739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500230","dw_number":500230,"gl_id":10000441,"mfr_sku":"G0154NQ8292","mfr_model":"G0154NQ8292","pattern":"Color Cork I","color":"Deep Taupe","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Deep Taupe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Deep Taupe brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3d3d3b","top_colors":[{"hex":"#3d3d3b","pct":14.5},{"hex":"#44413c","pct":14.4},{"hex":"#403e3b","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500230.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-deep-taupe","shopify_pid":"7880972533811","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500240","dw_number":500240,"gl_id":10000439,"mfr_sku":"G0154NQ8293","mfr_model":"G0154NQ8293","pattern":"Color Cork I","color":"Coffee Bean","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Coffee Bean Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Coffee Bean brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1e1918","top_colors":[{"hex":"#1e1918","pct":19.5},{"hex":"#1a1615","pct":14.1},{"hex":"#1d1817","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500240.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-coffee-bean","shopify_pid":"7880972468275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500250","dw_number":500250,"gl_id":10000438,"mfr_sku":"G0154NQ8294","mfr_model":"G0154NQ8294","pattern":"Color Cork I","color":"Argan Oil","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Argan Oil Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Argan Oil brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#301d1a","top_colors":[{"hex":"#301d1a","pct":16.7},{"hex":"#37211e","pct":14.8},{"hex":"#3d2723","pct":14.7}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500250.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-argan-oil","shopify_pid":"7880972435507","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500260","dw_number":500260,"gl_id":10000440,"mfr_sku":"G0154NQ8295","mfr_model":"G0154NQ8295","pattern":"Color Cork I","color":"Winter Bloom","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Winter Bloom Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Winter Bloom brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2b1e25","top_colors":[{"hex":"#2b1e25","pct":21.3},{"hex":"#291b23","pct":15.7},{"hex":"#251920","pct":15.5}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500260.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-winter-bloom","shopify_pid":"7880972501043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500270","dw_number":500270,"gl_id":10000429,"mfr_sku":"G0155NQ8296","mfr_model":"G0155NQ8296","pattern":"Color Cork II","color":"White","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dcd4d1","top_colors":[{"hex":"#dcd4d1","pct":15.3},{"hex":"#dad2cf","pct":14},{"hex":"#cec9c4","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500270.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-white","shopify_pid":"7880972140595","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500280","dw_number":500280,"gl_id":10000427,"mfr_sku":"G0155NQ8297","mfr_model":"G0155NQ8297","pattern":"Color Cork II","color":"Eiffel Tower","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Eiffel Tower Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Eiffel Tower brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4640","top_colors":[{"hex":"#4e4640","pct":20},{"hex":"#4c433d","pct":14.3},{"hex":"#49403b","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500280.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-eiffel-tower","shopify_pid":"7880972075059","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500290","dw_number":500290,"gl_id":10000430,"mfr_sku":"G0155NQ8298","mfr_model":"G0155NQ8298","pattern":"Color Cork II","color":"Amphora","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Amphora Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Amphora brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#63543d","top_colors":[{"hex":"#63543d","pct":15.4},{"hex":"#5c4c35","pct":14.9},{"hex":"#554530","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500290.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-amphora","shopify_pid":"7880972173363","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500300","dw_number":500300,"gl_id":10000431,"mfr_sku":"G0155NQ8299","mfr_model":"G0155NQ8299","pattern":"Color Cork II","color":"Rhododendron","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Rhododendron Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Rhododendron brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#40292b","top_colors":[{"hex":"#40292b","pct":18},{"hex":"#3a2225","pct":15.9},{"hex":"#3a2527","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500300.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-rhododendron","shopify_pid":"7880972206131","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500310","dw_number":500310,"gl_id":10000432,"mfr_sku":"G0155NQ8300","mfr_model":"G0155NQ8300","pattern":"Color Cork II","color":"Picante","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Picante Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Picante brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#602525","top_colors":[{"hex":"#602525","pct":16},{"hex":"#5e2121","pct":14.5},{"hex":"#592322","pct":13.1}],"color_family":"Red","tags":["Cork","Red","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500310.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-picante","shopify_pid":"7880972238899","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500320","dw_number":500320,"gl_id":10000433,"mfr_sku":"G0155NQ8301","mfr_model":"G0155NQ8301","pattern":"Color Cork II","color":"Taupe Gray","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Taupe Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Taupe Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#53473e","top_colors":[{"hex":"#53473e","pct":22.3},{"hex":"#4a3f37","pct":13.4},{"hex":"#4f4239","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500320.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-taupe-gray","shopify_pid":"7880972271667","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500330","dw_number":500330,"gl_id":10000435,"mfr_sku":"G0155NQ8302","mfr_model":"G0155NQ8302","pattern":"Color Cork II","color":"Java","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Java Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Java brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#36281f","top_colors":[{"hex":"#36281f","pct":17.9},{"hex":"#31241b","pct":15.4},{"hex":"#2b211a","pct":14.7}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500330.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-java","shopify_pid":"7880972337203","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500340","dw_number":500340,"gl_id":10000434,"mfr_sku":"G0155NQ8303","mfr_model":"G0155NQ8303","pattern":"Color Cork II","color":"Blue Nights","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Blue Nights Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Blue Nights brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#211e1f","top_colors":[{"hex":"#211e1f","pct":17.2},{"hex":"#1b191a","pct":15.7},{"hex":"#262222","pct":14.3}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500340.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-blue-nights","shopify_pid":"7880972304435","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500350","dw_number":500350,"gl_id":10000428,"mfr_sku":"G0155NQ8304","mfr_model":"G0155NQ8304","pattern":"Color Cork II","color":"Turkish Tile","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Turkish Tile brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#203b41","top_colors":[{"hex":"#203b41","pct":20.8},{"hex":"#1d3338","pct":14.1},{"hex":"#192f35","pct":13.3}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500350.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-turkish-tile","shopify_pid":"7880972107827","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500360","dw_number":500360,"gl_id":10000335,"mfr_sku":"G0174NQ8269","mfr_model":"G0174NQ8269","pattern":"Kasmin cork","color":"Charcoal Gray","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5a5d5c","top_colors":[{"hex":"#5a5d5c","pct":21.9},{"hex":"#5d5c58","pct":16},{"hex":"#585c5a","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500360.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-charcoal-gray","shopify_pid":"7880971485235","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500370","dw_number":500370,"gl_id":10000331,"mfr_sku":"G0174NQ8305","mfr_model":"G0174NQ8305","pattern":"Kasmin cork","color":"Cosmic Sky","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cosmic Sky Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cosmic Sky brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8c8991","top_colors":[{"hex":"#8c8991","pct":22.7},{"hex":"#888791","pct":14.1},{"hex":"#857d7e","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500370.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cosmic-sky","shopify_pid":"7880971354163","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500380","dw_number":500380,"gl_id":10000329,"mfr_sku":"G0174NQ8306","mfr_model":"G0174NQ8306","pattern":"Kasmin cork","color":"Bright White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Bright White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Bright White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f1f2f3","top_colors":[{"hex":"#f1f2f3","pct":15},{"hex":"#f3f4f6","pct":13.6},{"hex":"#dad7d4","pct":13.4}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500380.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-bright-white","shopify_pid":"7880971288627","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500390","dw_number":500390,"gl_id":10000345,"mfr_sku":"G0174NQ8307","mfr_model":"G0174NQ8307","pattern":"Kasmin cork","color":"Woodash","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Woodash brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b08249","top_colors":[{"hex":"#b08249","pct":19.9},{"hex":"#a4723d","pct":15.2},{"hex":"#ac7b44","pct":14.8}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500390.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-woodash","shopify_pid":"7880971845683","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500400","dw_number":500400,"gl_id":10000347,"mfr_sku":"G0174NQ8308","mfr_model":"G0174NQ8308","pattern":"Kasmin cork","color":"Rose","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Rose Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Rose brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b48d5b","top_colors":[{"hex":"#b48d5b","pct":17.2},{"hex":"#a77d4e","pct":13.2},{"hex":"#927047","pct":12.9}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500400.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-rose","shopify_pid":"7880971911219","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500410","dw_number":500410,"gl_id":10000348,"mfr_sku":"G0174NQ8309","mfr_model":"G0174NQ8309","pattern":"Kasmin cork","color":"Smoke","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Smoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Smoke brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":14.4},{"hex":"#a06f3b","pct":13.7},{"hex":"#aa7942","pct":13.5}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500410.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-smoke","shopify_pid":"7880971943987","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500420","dw_number":500420,"gl_id":10000330,"mfr_sku":"G0174NQ8310","mfr_model":"G0174NQ8310","pattern":"Kasmin cork","color":"Snow White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Snow White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Snow White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0ec","top_colors":[{"hex":"#eef0ec","pct":16.8},{"hex":"#ebede9","pct":14.1},{"hex":"#e9eae6","pct":13.6}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500420.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-snow-white","shopify_pid":"7880971321395","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500430","dw_number":500430,"gl_id":10000338,"mfr_sku":"G0174NQ8311","mfr_model":"G0174NQ8311","pattern":"Kasmin cork","color":"Silver","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500430.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-silver","shopify_pid":"7880971583539","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500440","dw_number":500440,"gl_id":10000333,"mfr_sku":"G0174NQ8312","mfr_model":"G0174NQ8312","pattern":"Kasmin cork","color":"Silver Lining","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Silver Lining Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Silver Lining brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c2b1","top_colors":[{"hex":"#c4c2b1","pct":19.3},{"hex":"#c1bfad","pct":15.4},{"hex":"#b7b3a2","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500440.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-silver-lining","shopify_pid":"7880971419699","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500450","dw_number":500450,"gl_id":10000327,"mfr_sku":"G0174NQ8313","mfr_model":"G0174NQ8313","pattern":"Kasmin cork","color":"Rifle Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500450.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-rifle-green","shopify_pid":"7880971255859","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500460","dw_number":500460,"gl_id":10000334,"mfr_sku":"G0174NQ8314","mfr_model":"G0174NQ8314","pattern":"Kasmin cork","color":"Whisper White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Whisper White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ecead8","top_colors":[{"hex":"#ecead8","pct":16.6},{"hex":"#cec7b7","pct":13},{"hex":"#e1ddcd","pct":12.6}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500460.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-whisper-white","shopify_pid":"7880971452467","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500470","dw_number":500470,"gl_id":10000336,"mfr_sku":"G0174NQ8315","mfr_model":"G0174NQ8315","pattern":"Kasmin cork","color":"Brilliant White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Brilliant White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Brilliant White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0f0","top_colors":[{"hex":"#eef0f0","pct":17},{"hex":"#f0f2f3","pct":13.9},{"hex":"#eceded","pct":13.1}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500470.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-brilliant-white","shopify_pid":"7880971518003","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500480","dw_number":500480,"gl_id":10000325,"mfr_sku":"G0174NQ8316","mfr_model":"G0174NQ8316","pattern":"Kasmin cork","color":"Homebush Gold","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Homebush Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Homebush Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4a560","top_colors":[{"hex":"#c4a560","pct":18.6},{"hex":"#bea05d","pct":15.8},{"hex":"#c3a35d","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500480.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-homebush-gold","shopify_pid":"7880971190323","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500490","dw_number":500490,"gl_id":10000326,"mfr_sku":"G0174NQ8317","mfr_model":"G0174NQ8317","pattern":"Kasmin cork","color":"Emperador","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Emperador brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500490.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-emperador","shopify_pid":"7880971223091","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500500","dw_number":500500,"gl_id":10000324,"mfr_sku":"G0174NQ8318","mfr_model":"G0174NQ8318","pattern":"Kasmin cork","color":"Black","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Black brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500500.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-black","shopify_pid":"7880971157555","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500510","dw_number":500510,"gl_id":10000332,"mfr_sku":"G0174NQ8319","mfr_model":"G0174NQ8319","pattern":"Kasmin cork","color":"Warm White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500510.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-warm-white","shopify_pid":"7880971386931","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500520","dw_number":500520,"gl_id":10000337,"mfr_sku":"G0174NQ8320","mfr_model":"G0174NQ8320","pattern":"Kasmin cork","color":"Cement","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8d9d1","top_colors":[{"hex":"#d8d9d1","pct":16.8},{"hex":"#d5d5cc","pct":16.6},{"hex":"#cfcfc4","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500520.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cement","shopify_pid":"7880971550771","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500530","dw_number":500530,"gl_id":10000344,"mfr_sku":"G0174NQ8321","mfr_model":"G0174NQ8321","pattern":"Kasmin cork","color":"Gardenia","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Gardenia Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Gardenia brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8e1d3","top_colors":[{"hex":"#e8e1d3","pct":16.7},{"hex":"#e4dccd","pct":14.2},{"hex":"#eae3d7","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500530.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-gardenia","shopify_pid":"7880971812915","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500540","dw_number":500540,"gl_id":10000346,"mfr_sku":"G0174NQ8322","mfr_model":"G0174NQ8322","pattern":"Kasmin cork","color":"Satellite","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7b4b4","top_colors":[{"hex":"#b7b4b4","pct":17.6},{"hex":"#b2afaf","pct":13.7},{"hex":"#b0acaa","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500540.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-satellite","shopify_pid":"7880971878451","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500550","dw_number":500550,"gl_id":10000349,"mfr_sku":"G0174NQ8323","mfr_model":"G0174NQ8323","pattern":"Kasmin cork","color":"Insignia Blue","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Insignia Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c4b5b","top_colors":[{"hex":"#4c4b5b","pct":17.2},{"hex":"#3d4160","pct":16.2},{"hex":"#424562","pct":15}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500550.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-insignia-blue","shopify_pid":"7880971976755","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500560","dw_number":500560,"gl_id":10000340,"mfr_sku":"G0174NQ8324","mfr_model":"G0174NQ8324","pattern":"Kasmin cork","color":"Bistro Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c5652","top_colors":[{"hex":"#4c5652","pct":18.1},{"hex":"#455353","pct":17.4},{"hex":"#435150","pct":15.3}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500560.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-bistro-green","shopify_pid":"7880971649075","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500570","dw_number":500570,"gl_id":10000342,"mfr_sku":"G0174NQ8325","mfr_model":"G0174NQ8325","pattern":"Kasmin cork","color":"Mauve Wine","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Mauve Wine Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Mauve Wine brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#884947","top_colors":[{"hex":"#884947","pct":20.5},{"hex":"#874645","pct":17},{"hex":"#854645","pct":12.5}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500570.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-mauve-wine","shopify_pid":"7880971747379","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500580","dw_number":500580,"gl_id":10000339,"mfr_sku":"G0174NQ8326","mfr_model":"G0174NQ8326","pattern":"Kasmin cork","color":"Raw Sienna","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Raw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Raw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e6a59","top_colors":[{"hex":"#9e6a59","pct":18.3},{"hex":"#9e6858","pct":16.6},{"hex":"#9a6756","pct":15}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500580.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-raw-sienna","shopify_pid":"7880971616307","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500590","dw_number":500590,"gl_id":10000341,"mfr_sku":"G0174NQ8327","mfr_model":"G0174NQ8327","pattern":"Kasmin cork","color":"Brown Sugar","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#937357","top_colors":[{"hex":"#937357","pct":21.6},{"hex":"#937254","pct":16.4},{"hex":"#917053","pct":15.7}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500590.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-brown-sugar","shopify_pid":"7880971714611","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500600","dw_number":500600,"gl_id":10000343,"mfr_sku":"G0174NQ8328","mfr_model":"G0174NQ8328","pattern":"Kasmin cork","color":"Calliste Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":23.3},{"hex":"#747b5b","pct":17},{"hex":"#747356","pct":11.1}],"color_family":"Green","tags":["Cork","Green","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500600.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-calliste-green","shopify_pid":"7880971780147","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500610","dw_number":500610,"gl_id":10000351,"mfr_sku":"G0174NQ8329","mfr_model":"G0174NQ8329","pattern":"Kasmin cork","color":"Lark","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Lark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Lark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8bfa5","top_colors":[{"hex":"#c8bfa5","pct":15.7},{"hex":"#c2b799","pct":15.7},{"hex":"#bcaf92","pct":15.1}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500610.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-lark","shopify_pid":"7880972042291","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500620","dw_number":500620,"gl_id":10000350,"mfr_sku":"G0174NQ8330","mfr_model":"G0174NQ8330","pattern":"Kasmin cork","color":"Cement","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d5d6cd","top_colors":[{"hex":"#d5d6cd","pct":16.1},{"hex":"#d9dad3","pct":15.5},{"hex":"#d3d4ca","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500620.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cement-1","shopify_pid":"7880972009523","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500630","dw_number":500630,"gl_id":10003311,"mfr_sku":"G0181NQ8339","mfr_model":"G0181NQ8339","pattern":"Super Cork","color":"Moon Glow","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Moon Glow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Moon Glow brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f5f6f9","top_colors":[{"hex":"#f5f6f9","pct":16.7},{"hex":"#f7f9fb","pct":15.6},{"hex":"#eef0f1","pct":13}],"color_family":"White","tags":["Cork","White","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500630.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-moon-glow","shopify_pid":"7880970829875","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500640","dw_number":500640,"gl_id":10003312,"mfr_sku":"G0181NQ8340","mfr_model":"G0181NQ8340","pattern":"Super Cork","color":"Destowed Birch","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Destowed Birch Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Destowed Birch brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f6f7fa","top_colors":[{"hex":"#f6f7fa","pct":15.8},{"hex":"#dcdedf","pct":14.2},{"hex":"#f4f5f7","pct":13.2}],"color_family":"White","tags":["Cork","White","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500640.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-destowed-birch","shopify_pid":"7880970862643","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500650","dw_number":500650,"gl_id":10003313,"mfr_sku":"G0181NQ8341","mfr_model":"G0181NQ8341","pattern":"Super Cork","color":"Fascinating Fir","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Fascinating Fir Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Fascinating Fir brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#64645c","top_colors":[{"hex":"#64645c","pct":19.1},{"hex":"#5f615b","pct":14.2},{"hex":"#5d5c54","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500650.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-fascinating-fir","shopify_pid":"7880970895411","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500660","dw_number":500660,"gl_id":10003314,"mfr_sku":"G0181NQ8342","mfr_model":"G0181NQ8342","pattern":"Super Cork","color":"Bubbly Blue","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Bubbly Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Bubbly Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f4857","top_colors":[{"hex":"#3f4857","pct":22.2},{"hex":"#474d55","pct":15.4},{"hex":"#3b4452","pct":12}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500660.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-bubbly-blue","shopify_pid":"7880970928179","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500670","dw_number":500670,"gl_id":10003318,"mfr_sku":"G0181NQ8343","mfr_model":"G0181NQ8343","pattern":"Super Cork","color":"Dazzling Junper","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Dazzling Junper Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Dazzling Junper brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4f5a4f","top_colors":[{"hex":"#4f5a4f","pct":18.8},{"hex":"#475148","pct":16.4},{"hex":"#4a574d","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500670.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-dazzling-junper","shopify_pid":"7880971059251","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500680","dw_number":500680,"gl_id":10003319,"mfr_sku":"G0181NQ8344","mfr_model":"G0181NQ8344","pattern":"Super Cork","color":"Turkish Tile","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Turkish Tile brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3e4948","top_colors":[{"hex":"#3e4948","pct":20.1},{"hex":"#454e4b","pct":17.8},{"hex":"#3b4746","pct":12.3}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500680.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-turkish-tile","shopify_pid":"7880971092019","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500690","dw_number":500690,"gl_id":10003315,"mfr_sku":"G0181NQ8345","mfr_model":"G0181NQ8345","pattern":"Super Cork","color":"Amphora","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Amphora Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Amphora brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#736553","top_colors":[{"hex":"#736553","pct":22.8},{"hex":"#71624f","pct":14.3},{"hex":"#6b5d4b","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500690.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-amphora","shopify_pid":"7880970960947","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500700","dw_number":500700,"gl_id":10003316,"mfr_sku":"G0181NQ8346","mfr_model":"G0181NQ8346","pattern":"Super Cork","color":"Picante","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Picante Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Picante brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5e3e39","top_colors":[{"hex":"#5e3e39","pct":15.5},{"hex":"#583b37","pct":15.2},{"hex":"#5f403a","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500700.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-picante","shopify_pid":"7880970993715","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500710","dw_number":500710,"gl_id":10003320,"mfr_sku":"G0181NQ8347","mfr_model":"G0181NQ8347","pattern":"Super Cork","color":"Taupe Gray","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Taupe Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Taupe Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5c5852","top_colors":[{"hex":"#5c5852","pct":17.1},{"hex":"#57544d","pct":14.9},{"hex":"#514f49","pct":14.5}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500710.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-taupe-gray","shopify_pid":"7880971124787","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500720","dw_number":500720,"gl_id":10003317,"mfr_sku":"G0181NQ8348","mfr_model":"G0181NQ8348","pattern":"Super Cork","color":"Blue Nights","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Blue Nights Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Blue Nights brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4a40","top_colors":[{"hex":"#4e4a40","pct":17.7},{"hex":"#4c473e","pct":17.2},{"hex":"#4f4b41","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500720.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-blue-nights","shopify_pid":"7880971026483","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500730","dw_number":500730,"gl_id":10003321,"mfr_sku":"G0182NQ8349","mfr_model":"G0182NQ8349","pattern":"Sculpted Cork","color":"Wooddash","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Wooddash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Wooddash brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b38f65","top_colors":[{"hex":"#b38f65","pct":18.6},{"hex":"#b18b61","pct":15.3},{"hex":"#ac865d","pct":15}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500730.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-wooddash","shopify_pid":"7880970567731","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500740","dw_number":500740,"gl_id":10003323,"mfr_sku":"G0182NQ8350","mfr_model":"G0182NQ8350","pattern":"Sculpted Cork","color":"Woodsmoke","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Woodsmoke brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b18d62","top_colors":[{"hex":"#b18d62","pct":17.6},{"hex":"#a17e58","pct":14.2},{"hex":"#a4835b","pct":12.6}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500740.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-woodsmoke","shopify_pid":"7880970633267","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500750","dw_number":500750,"gl_id":10003325,"mfr_sku":"G0182NQ8351","mfr_model":"G0182NQ8351","pattern":"Sculpted Cork","color":"Rosewood","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ab8d65","top_colors":[{"hex":"#ab8d65","pct":16},{"hex":"#a1825d","pct":13.6},{"hex":"#a88961","pct":13.5}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500750.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-rosewood","shopify_pid":"7880970698803","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500760","dw_number":500760,"gl_id":10003327,"mfr_sku":"G0182NQ8352","mfr_model":"G0182NQ8352","pattern":"Sculpted Cork","color":"Steel Sorcerer","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Steel Sorcerer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Steel Sorcerer brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c3c6ca","top_colors":[{"hex":"#c3c6ca","pct":16.6},{"hex":"#babdbf","pct":14.8},{"hex":"#c6cbcf","pct":14.1}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500760.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-steel-sorcerer","shopify_pid":"7880970764339","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500770","dw_number":500770,"gl_id":10003326,"mfr_sku":"G0182NQ8353","mfr_model":"G0182NQ8353","pattern":"Sculpted Cork","color":"Ethereal Sage","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Ethereal Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Ethereal Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#706f55","top_colors":[{"hex":"#706f55","pct":19.7},{"hex":"#696850","pct":14.1},{"hex":"#6d6950","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500770.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-ethereal-sage","shopify_pid":"7880970731571","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500780","dw_number":500780,"gl_id":10003324,"mfr_sku":"G0182NQ8354","mfr_model":"G0182NQ8354","pattern":"Sculpted Cork","color":"Winter Bloom","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Winter Bloom Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Winter Bloom brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d524f","top_colors":[{"hex":"#5d524f","pct":16.6},{"hex":"#584e4c","pct":14.6},{"hex":"#564c4b","pct":12.6}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500780.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-winter-bloom","shopify_pid":"7880970666035","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500790","dw_number":500790,"gl_id":10003328,"mfr_sku":"G0182NQ8355","mfr_model":"G0182NQ8355","pattern":"Sculpted Cork","color":"Captivating Night","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Captivating Night Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Captivating Night brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4e4f","top_colors":[{"hex":"#4d4e4f","pct":16.3},{"hex":"#43474d","pct":14.2},{"hex":"#434850","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500790.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-captivating-night","shopify_pid":"7880970797107","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500800","dw_number":500800,"gl_id":10003322,"mfr_sku":"G0182NQ8356","mfr_model":"G0182NQ8356","pattern":"Sculpted Cork","color":"Argan Oil","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Argan Oil Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Argan Oil brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#584b3f","top_colors":[{"hex":"#584b3f","pct":18.5},{"hex":"#4f443b","pct":16.7},{"hex":"#52453c","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500800.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-argan-oil","shopify_pid":"7880970600499","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500810","dw_number":500810,"gl_id":10003532,"mfr_sku":"H171DP1172","mfr_model":"H171DP1172","pattern":"Ink Essence","color":"Ink Essence","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Ink Essence Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Ink Essence brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#988e60","top_colors":[{"hex":"#988e60","pct":14.2},{"hex":"#d4d1bf","pct":13.2},{"hex":"#c0b898","pct":12.7}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500810.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-ink-essence-1","shopify_pid":"7880970534963","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=268","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500820","dw_number":500820,"gl_id":10003531,"mfr_sku":"H171DP1173","mfr_model":"H171DP1173","pattern":"Ink Essence","color":"Ink Essence","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Ink Essence Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Ink Essence brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8396a9","top_colors":[{"hex":"#8396a9","pct":13.2},{"hex":"#e1e6ea","pct":13.1},{"hex":"#f2f4f6","pct":13}],"color_family":"Blue","tags":["Cork","Blue","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500820.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-ink-essence","shopify_pid":"7880970502195","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=268","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500830","dw_number":500830,"gl_id":10003534,"mfr_sku":"H171LA3001","mfr_model":"H171LA3001","pattern":"Branch Whispers","color":"Branch Whispers","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Branch Whispers Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Branch Whispers brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c9cdd1","top_colors":[{"hex":"#c9cdd1","pct":15.8},{"hex":"#b6b6b4","pct":14},{"hex":"#cfd3d7","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500830.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-branch-whispers-1","shopify_pid":"7880969060403","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=269","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500840","dw_number":500840,"gl_id":10003533,"mfr_sku":"H171LA3002","mfr_model":"H171LA3002","pattern":"Branch Whispers","color":"Branch Whispers","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Branch Whispers Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Branch Whispers brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#233445","top_colors":[{"hex":"#233445","pct":17.4},{"hex":"#283543","pct":15.4},{"hex":"#343c42","pct":15}],"color_family":"Black","tags":["Cork","Black","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500840.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-branch-whispers","shopify_pid":"7880969027635","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=269","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500850","dw_number":500850,"gl_id":10003536,"mfr_sku":"H171LA3003","mfr_model":"H171LA3003","pattern":"Linear space","color":"Linear Space","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Linear Space Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Linear Space brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f2f3f4","top_colors":[{"hex":"#f2f3f4","pct":14.6},{"hex":"#efeff0","pct":13.8},{"hex":"#e5e5e4","pct":13.2}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500850.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-linear-space-1","shopify_pid":"7880970469427","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=270","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500860","dw_number":500860,"gl_id":10003535,"mfr_sku":"H171LA3004","mfr_model":"H171LA3004","pattern":"Linear space","color":"Linear Space","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Linear Space Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Linear Space brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c5a05d","top_colors":[{"hex":"#c5a05d","pct":17.6},{"hex":"#c6a360","pct":15.2},{"hex":"#c09d5c","pct":15.2}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500860.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-linear-space","shopify_pid":"7880970436659","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=270","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500870","dw_number":500870,"gl_id":10003537,"mfr_sku":"H171LA3005","mfr_model":"H171LA3005","pattern":"Tranquil Countryside","color":"Tranquil Countryside","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Tranquil Countryside Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Tranquil Countryside brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b4a88b","top_colors":[{"hex":"#b4a88b","pct":16.4},{"hex":"#978a6f","pct":14},{"hex":"#b8ae91","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500870.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-tranquil-countryside","shopify_pid":"7880970403891","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=271","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500880","dw_number":500880,"gl_id":10003539,"mfr_sku":"H171NQ8101","mfr_model":"H171NQ8101","pattern":"Golden Oak","color":"Primary Colour","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Primary Colour Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Primary Colour brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#38302b","top_colors":[{"hex":"#38302b","pct":16.5},{"hex":"#2d2824","pct":13.6},{"hex":"#4d5b5c","pct":13.6}],"color_family":"Black","tags":["Cork","Black","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500880.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-primary-colour","shopify_pid":"7880970371123","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=272","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500890","dw_number":500890,"gl_id":10003538,"mfr_sku":"H171NQ8103","mfr_model":"H171NQ8103","pattern":"Golden Oak","color":"Golden Oak","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Golden Oak Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Golden Oak brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a77966","top_colors":[{"hex":"#a77966","pct":15.1},{"hex":"#976656","pct":14.3},{"hex":"#a3715f","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500890.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-golden-oak","shopify_pid":"7880970338355","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=272","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500900","dw_number":500900,"gl_id":10003542,"mfr_sku":"H171NQ8269","mfr_model":"H171NQ8269","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5a5d5c","top_colors":[{"hex":"#5a5d5c","pct":21.9},{"hex":"#5d5c58","pct":16},{"hex":"#585c5a","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500900.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-1","shopify_pid":"7880969158707","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500910","dw_number":500910,"gl_id":10003548,"mfr_sku":"H171NQ8305","mfr_model":"H171NQ8305","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8c8991","top_colors":[{"hex":"#8c8991","pct":22.7},{"hex":"#888791","pct":14.1},{"hex":"#857d7e","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500910.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-6","shopify_pid":"7880969355315","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500920","dw_number":500920,"gl_id":10003543,"mfr_sku":"H171NQ8306","mfr_model":"H171NQ8306","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f1f2f3","top_colors":[{"hex":"#f1f2f3","pct":15},{"hex":"#f3f4f6","pct":13.6},{"hex":"#dad7d4","pct":13.4}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500920.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-2","shopify_pid":"7880969191475","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500930","dw_number":500930,"gl_id":10003564,"mfr_sku":"H171NQ8307","mfr_model":"H171NQ8307","pattern":"Plain Cork","color":"Woodash","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Woodash brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b08249","top_colors":[{"hex":"#b08249","pct":20},{"hex":"#a4723d","pct":15.2},{"hex":"#ac7b44","pct":14.9}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500930.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-woodash","shopify_pid":"7880969912371","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500940","dw_number":500940,"gl_id":10003560,"mfr_sku":"H171NQ8308","mfr_model":"H171NQ8308","pattern":"Plain Cork","color":"Rosewood","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b48d5b","top_colors":[{"hex":"#b48d5b","pct":17.3},{"hex":"#a77d4e","pct":13.1},{"hex":"#927047","pct":12.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500940.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-rosewood","shopify_pid":"7880969748531","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500950","dw_number":500950,"gl_id":10003561,"mfr_sku":"H171NQ8309","mfr_model":"H171NQ8309","pattern":"Plain Cork","color":"Woodsmoke","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Woodsmoke brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":14.4},{"hex":"#aa7942","pct":13.6},{"hex":"#a06f3b","pct":13.6}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500950.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-woodsmoke","shopify_pid":"7880969781299","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500960","dw_number":500960,"gl_id":10003546,"mfr_sku":"H171NQ8311","mfr_model":"H171NQ8311","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500960.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-4","shopify_pid":"7880969289779","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500970","dw_number":500970,"gl_id":10003547,"mfr_sku":"H171NQ8312","mfr_model":"H171NQ8312","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c2b1","top_colors":[{"hex":"#c4c2b1","pct":19.3},{"hex":"#c1bfad","pct":15.4},{"hex":"#b7b3a2","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500970.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-5","shopify_pid":"7880969322547","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500980","dw_number":500980,"gl_id":10003540,"mfr_sku":"H171NQ8313","mfr_model":"H171NQ8313","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500980.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork","shopify_pid":"7880969093171","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500990","dw_number":500990,"gl_id":10003541,"mfr_sku":"H171NQ8314","mfr_model":"H171NQ8314","pattern":"Plain Cork","color":"Whisper White","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Whisper White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ecead8","top_colors":[{"hex":"#ecead8","pct":16.6},{"hex":"#cec7b7","pct":13},{"hex":"#e1ddcd","pct":12.6}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500990.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-whisper-white","shopify_pid":"7880969125939","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501000","dw_number":501000,"gl_id":10003544,"mfr_sku":"H171NQ8315","mfr_model":"H171NQ8315","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0f0","top_colors":[{"hex":"#eef0f0","pct":17},{"hex":"#f0f2f3","pct":13.9},{"hex":"#eceded","pct":13.1}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-3","shopify_pid":"7880969224243","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501010","dw_number":501010,"gl_id":10003545,"mfr_sku":"H171NQ8316","mfr_model":"H171NQ8316","pattern":"Plain Cork","color":"Homebush Gold","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Homebush Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Homebush Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4a560","top_colors":[{"hex":"#c4a560","pct":18.6},{"hex":"#bea05d","pct":15.8},{"hex":"#c3a35d","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-homebush-gold","shopify_pid":"7880969257011","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501020","dw_number":501020,"gl_id":10003549,"mfr_sku":"H171NQ8317","mfr_model":"H171NQ8317","pattern":"Plain Cork","color":"Emperador","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Emperador brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-emperador","shopify_pid":"7880969388083","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501030","dw_number":501030,"gl_id":10003550,"mfr_sku":"H171NQ8318","mfr_model":"H171NQ8318","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501030.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-7","shopify_pid":"7880969420851","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501040","dw_number":501040,"gl_id":10003551,"mfr_sku":"H171NQ8319","mfr_model":"H171NQ8319","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-8","shopify_pid":"7880969453619","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501050","dw_number":501050,"gl_id":10003557,"mfr_sku":"H171NQ8322","mfr_model":"H171NQ8322","pattern":"Plain Cork","color":"Satellite","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7b4b4","top_colors":[{"hex":"#b7b4b4","pct":17.7},{"hex":"#aaa5a1","pct":13.2},{"hex":"#b1acaa","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-satellite","shopify_pid":"7880969650227","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501060","dw_number":501060,"gl_id":10003562,"mfr_sku":"H171NQ8323","mfr_model":"H171NQ8323","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#404555","top_colors":[{"hex":"#404555","pct":20.6},{"hex":"#3e4455","pct":17.4},{"hex":"#3c4253","pct":15}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-11","shopify_pid":"7880969814067","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501070","dw_number":501070,"gl_id":10003552,"mfr_sku":"H171NQ8324","mfr_model":"H171NQ8324","pattern":"Plain Cork","color":"Bistro Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c5652","top_colors":[{"hex":"#4c5652","pct":18.8},{"hex":"#455352","pct":18.2},{"hex":"#435150","pct":17}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-bistro-green","shopify_pid":"7880969486387","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501080","dw_number":501080,"gl_id":10003553,"mfr_sku":"H171NQ8325","mfr_model":"H171NQ8325","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#884946","top_colors":[{"hex":"#884946","pct":21.7},{"hex":"#874645","pct":17},{"hex":"#834c46","pct":12.2}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-9","shopify_pid":"7880969519155","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501090","dw_number":501090,"gl_id":10003554,"mfr_sku":"H171NQ8326","mfr_model":"H171NQ8326","pattern":"Plain Cork","color":"Paw Sienna","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Paw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Paw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e6858","top_colors":[{"hex":"#9e6858","pct":18},{"hex":"#9a6756","pct":15.9},{"hex":"#9e6a5a","pct":15.8}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-paw-sienna","shopify_pid":"7880969551923","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501100","dw_number":501100,"gl_id":10003555,"mfr_sku":"H171NQ8327","mfr_model":"H171NQ8327","pattern":"Plain Cork","color":"Brown Sugar","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#937357","top_colors":[{"hex":"#937357","pct":22.3},{"hex":"#917053","pct":16.5},{"hex":"#937254","pct":16.5}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-brown-sugar","shopify_pid":"7880969584691","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501110","dw_number":501110,"gl_id":10003556,"mfr_sku":"H171NQ8328","mfr_model":"H171NQ8328","pattern":"Plain Cork","color":"Calliste Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":23.6},{"hex":"#747b5b","pct":16.8},{"hex":"#747356","pct":11}],"color_family":"Green","tags":["Cork","Green","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-calliste-green","shopify_pid":"7880969617459","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501120","dw_number":501120,"gl_id":10003559,"mfr_sku":"H171NQ8329","mfr_model":"H171NQ8329","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8bfa5","top_colors":[{"hex":"#c8bfa5","pct":16.1},{"hex":"#c2b799","pct":15.7},{"hex":"#bcaf92","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-10","shopify_pid":"7880969715763","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501130","dw_number":501130,"gl_id":10003558,"mfr_sku":"H171NQ8330","mfr_model":"H171NQ8330","pattern":"Plain Cork","color":"Leaf Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Leaf Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Leaf Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d5d6cd","top_colors":[{"hex":"#d5d6cd","pct":15.9},{"hex":"#d9dad3","pct":15.8},{"hex":"#cecfc4","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-leaf-green","shopify_pid":"7880969682995","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501140","dw_number":501140,"gl_id":10003565,"mfr_sku":"H171NQ8332","mfr_model":"H171NQ8332","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#fcfdfd","top_colors":[{"hex":"#fcfdfd","pct":16.4},{"hex":"#fbfdfd","pct":15.4},{"hex":"#fafbfc","pct":14}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-13","shopify_pid":"7880969945139","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501150","dw_number":501150,"gl_id":10003574,"mfr_sku":"H171NQ8357","mfr_model":"H171NQ8357","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c6c16d","top_colors":[{"hex":"#c6c16d","pct":16.2},{"hex":"#c2be6c","pct":14},{"hex":"#bfb96a","pct":13.2}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501150.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-18","shopify_pid":"7880970240051","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501160","dw_number":501160,"gl_id":10003567,"mfr_sku":"H171NQ8360","mfr_model":"H171NQ8360","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b5af98","top_colors":[{"hex":"#b5af98","pct":15.7},{"hex":"#b2ab95","pct":15.7},{"hex":"#ada48f","pct":13.6}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501160.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-14","shopify_pid":"7880970010675","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501170","dw_number":501170,"gl_id":10003572,"mfr_sku":"H171NQ8361","mfr_model":"H171NQ8361","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a58f7b","top_colors":[{"hex":"#a58f7b","pct":19.1},{"hex":"#a38d79","pct":15.8},{"hex":"#a8927e","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501170.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-17","shopify_pid":"7880970174515","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501180","dw_number":501180,"gl_id":10003571,"mfr_sku":"H171NQ8363","mfr_model":"H171NQ8363","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#566a71","top_colors":[{"hex":"#566a71","pct":18.8},{"hex":"#53686e","pct":15.9},{"hex":"#57686c","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501180.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-16","shopify_pid":"7880970141747","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501190","dw_number":501190,"gl_id":10003570,"mfr_sku":"H171NQ8364","mfr_model":"H171NQ8364","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#646174","top_colors":[{"hex":"#646174","pct":20.9},{"hex":"#676374","pct":20.2},{"hex":"#656070","pct":12.3}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501190.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-15","shopify_pid":"7880970108979","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501200","dw_number":501200,"gl_id":10003563,"mfr_sku":"H171NQ8368","mfr_model":"H171NQ8368","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c4935","top_colors":[{"hex":"#4c4935","pct":17.6},{"hex":"#464430","pct":14.7},{"hex":"#423b28","pct":12.7}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501200.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-12","shopify_pid":"7880969846835","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501210","dw_number":501210,"gl_id":10003568,"mfr_sku":"H171NQ8373","mfr_model":"H171NQ8373","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#bda772","top_colors":[{"hex":"#bda772","pct":16.5},{"hex":"#b6a06d","pct":15},{"hex":"#baa36f","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501210.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-1","shopify_pid":"7880970043443","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501220","dw_number":501220,"gl_id":10003566,"mfr_sku":"H171NQ8375","mfr_model":"H171NQ8375","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7aa8e","top_colors":[{"hex":"#b7aa8e","pct":17.2},{"hex":"#b8ae92","pct":15.6},{"hex":"#b1a184","pct":14.6}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501220.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark","shopify_pid":"7880969977907","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501230","dw_number":501230,"gl_id":10003573,"mfr_sku":"H171NQ8377","mfr_model":"H171NQ8377","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9a846f","top_colors":[{"hex":"#9a846f","pct":19.7},{"hex":"#9c8771","pct":14.6},{"hex":"#96816c","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501230.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-3","shopify_pid":"7880970207283","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501240","dw_number":501240,"gl_id":10003576,"mfr_sku":"H171NQ8378","mfr_model":"H171NQ8378","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#bdc1c1","top_colors":[{"hex":"#bdc1c1","pct":17.9},{"hex":"#b6b9b7","pct":14.3},{"hex":"#c2c5c5","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501240.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-20","shopify_pid":"7880970305587","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501250","dw_number":501250,"gl_id":10003575,"mfr_sku":"H171NQ8379","mfr_model":"H171NQ8379","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9ca296","top_colors":[{"hex":"#9ca296","pct":20.1},{"hex":"#939488","pct":13.6},{"hex":"#9b9f93","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501250.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-19","shopify_pid":"7880970272819","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501260","dw_number":501260,"gl_id":10003569,"mfr_sku":"H171NQ8380","mfr_model":"H171NQ8380","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#849979","top_colors":[{"hex":"#849979","pct":17},{"hex":"#809777","pct":15.1},{"hex":"#829475","pct":13.9}],"color_family":"Green","tags":["Cork","Green","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501260.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-2","shopify_pid":"7880970076211","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501270","dw_number":501270,"gl_id":349,"mfr_sku":"H192NQ8309","mfr_model":"H192NQ8309","pattern":"Lced coffee","color":"Lced Coffee","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Lced Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Lced Coffee brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":15.1},{"hex":"#a06f3b","pct":13.7},{"hex":"#aa7842","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501270.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-lced-coffee","shopify_pid":"7880935604275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=349","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501280","dw_number":501280,"gl_id":359,"mfr_sku":"H192NQ8310","mfr_model":"H192NQ8310","pattern":"Blanc de blanc","color":"Blanc De Blanc","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Blanc De Blanc Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Blanc De Blanc brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eff0ec","top_colors":[{"hex":"#eff0ec","pct":16.8},{"hex":"#ecece8","pct":14.4},{"hex":"#d4d3cc","pct":12.8}],"color_family":"White","tags":["Cork","White","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501280.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-blanc-de-blanc","shopify_pid":"7880937242675","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=359","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501290","dw_number":501290,"gl_id":341,"mfr_sku":"H192NQ8317","mfr_model":"H192NQ8317","pattern":"Black coffee","color":"Black Coffee","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Black Coffee brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501290.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-black-coffee","shopify_pid":"7880935538739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=341","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501300","dw_number":501300,"gl_id":352,"mfr_sku":"H192NQ8321","mfr_model":"H192NQ8321","pattern":"Sliver gray","color":"Silver Gray","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Silver Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Silver Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8e1d3","top_colors":[{"hex":"#e8e1d3","pct":14.8},{"hex":"#e4dcce","pct":14.6},{"hex":"#eae3d7","pct":14.3}],"color_family":"Neutral","tags":["Cork","Neutral","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501300.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-sliver-gray","shopify_pid":"7880935637043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=352","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501310","dw_number":501310,"gl_id":546,"mfr_sku":"S176NQ8269","mfr_model":"S176NQ8269","pattern":"Charcoal Gray","color":"Charcoal Gray","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d5c58","top_colors":[{"hex":"#5d5c58","pct":18.6},{"hex":"#5a5d5c","pct":17.1},{"hex":"#595c5a","pct":15.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501310.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-charcoal-gray","shopify_pid":"7880968994867","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=546","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501320","dw_number":501320,"gl_id":542,"mfr_sku":"S176NQ8311","mfr_model":"S176NQ8311","pattern":"Silvery Grey","color":"Silvery Grey","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Silvery Grey Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Silvery Grey brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501320.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-silvery-grey","shopify_pid":"7880968962099","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=542","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501330","dw_number":501330,"gl_id":465,"mfr_sku":"S176NQ8313","mfr_model":"S176NQ8313","pattern":"Rifle Green","color":"Rifle Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501330.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-rifle-green","shopify_pid":"7880937504819","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=465","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501340","dw_number":501340,"gl_id":531,"mfr_sku":"S176NQ8318","mfr_model":"S176NQ8318","pattern":"Black","color":"Black","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Black brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501340.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-black","shopify_pid":"7880968929331","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=531","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501350","dw_number":501350,"gl_id":419,"mfr_sku":"S176NQ8319","mfr_model":"S176NQ8319","pattern":"Warm White","color":"Warm White","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501350.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-warm-white","shopify_pid":"7880937308211","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=419","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501360","dw_number":501360,"gl_id":515,"mfr_sku":"S176NQ8323","mfr_model":"S176NQ8323","pattern":"Insignia Blue","color":"Insignia Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Insignia Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#404556","top_colors":[{"hex":"#404556","pct":18.5},{"hex":"#3d4354","pct":17.6},{"hex":"#3f4455","pct":17.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501360.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-insignia-blue","shopify_pid":"7880968896563","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=515","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501370","dw_number":501370,"gl_id":475,"mfr_sku":"S176NQ8324","mfr_model":"S176NQ8324","pattern":"Bistro Green","color":"Bistro Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#445252","top_colors":[{"hex":"#445252","pct":18.9},{"hex":"#414f4f","pct":14.9},{"hex":"#515853","pct":14.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501370.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-bistro-green","shopify_pid":"7880937668659","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=475","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501380","dw_number":501380,"gl_id":462,"mfr_sku":"S176NQ8328","mfr_model":"S176NQ8328","pattern":"Calliste Green","color":"Calliste Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":21.4},{"hex":"#757b5b","pct":19.5},{"hex":"#737959","pct":15.2}],"color_family":"Green","tags":["Cork","Green","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501380.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-calliste-green","shopify_pid":"7880937406515","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=462","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501390","dw_number":501390,"gl_id":541,"mfr_sku":"S176NQ8341","mfr_model":"S176NQ8341","pattern":"Fascinating Fir","color":"Fascinating Fir","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Fascinating Fir Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Fascinating Fir brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#64645d","top_colors":[{"hex":"#64645d","pct":21.1},{"hex":"#5d5b53","pct":14.4},{"hex":"#5f615b","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501390.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-fascinating-fir","shopify_pid":"7880968863795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=541","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501400","dw_number":501400,"gl_id":509,"mfr_sku":"S176NQ8342","mfr_model":"S176NQ8342","pattern":"Bubbly Blue","color":"Bubbly Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Bubbly Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Bubbly Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3e4756","top_colors":[{"hex":"#3e4756","pct":22.1},{"hex":"#424a56","pct":14},{"hex":"#4a4f55","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501400.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-bubbly-blue","shopify_pid":"7880968831027","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=509","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501410","dw_number":501410,"gl_id":473,"mfr_sku":"S176NQ8343","mfr_model":"S176NQ8343","pattern":"Dazzling Junper","color":"Dazzling Junper","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Dazzling Junper Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Dazzling Junper brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#505b50","top_colors":[{"hex":"#505b50","pct":18.1},{"hex":"#4a584e","pct":16.6},{"hex":"#49554b","pct":14.8}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501410.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-dazzling-junper","shopify_pid":"7880937570355","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=473","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501420","dw_number":501420,"gl_id":474,"mfr_sku":"S176NQ8344","mfr_model":"S176NQ8344","pattern":"Turkish Tile","color":"Turkish Tile","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Turkish Tile brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#424d4b","top_colors":[{"hex":"#424d4b","pct":21.9},{"hex":"#3e4a4a","pct":15.9},{"hex":"#595c53","pct":11.8}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501420.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-turkish-tile","shopify_pid":"7880937603123","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=474","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501430","dw_number":501430,"gl_id":558,"mfr_sku":"S176NQ8352","mfr_model":"S176NQ8352","pattern":"Steel Sorcerer","color":"Steel Sorcerer","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Steel Sorcerer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Steel Sorcerer brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c7cc","top_colors":[{"hex":"#c4c7cc","pct":15.9},{"hex":"#bec1c4","pct":14.2},{"hex":"#c2c5c9","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501430.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-steel-sorcerer","shopify_pid":"7880968798259","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=558","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501440","dw_number":501440,"gl_id":463,"mfr_sku":"S176NQ8353","mfr_model":"S176NQ8353","pattern":"Ethereal Sage","color":"Ethereal Sage","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Ethereal Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Ethereal Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#706f55","top_colors":[{"hex":"#706f55","pct":21.6},{"hex":"#6c6950","pct":14},{"hex":"#6b6c53","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501440.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-ethereal-sage","shopify_pid":"7880937439283","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=463","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501450","dw_number":501450,"gl_id":521,"mfr_sku":"S176NQ8355","mfr_model":"S176NQ8355","pattern":"Captivating Night","color":"Captivating Night","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Captivating Night Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Captivating Night brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#494c4f","top_colors":[{"hex":"#494c4f","pct":16.9},{"hex":"#41454c","pct":14},{"hex":"#3f444b","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501450.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-captivating-night","shopify_pid":"7880968765491","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=521","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501460","dw_number":501460,"gl_id":490,"mfr_sku":"S176NQ8363","mfr_model":"S176NQ8363","pattern":"Colonial Blue","color":"Colonial Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Colonial Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Colonial Blue brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#556a72","top_colors":[{"hex":"#556a72","pct":20},{"hex":"#53676e","pct":16.9},{"hex":"#5a6d73","pct":13.7}],"color_family":"Blue","tags":["Cork","Blue","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501460.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-colonial-blue","shopify_pid":"7880968732723","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=490","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501470","dw_number":501470,"gl_id":460,"mfr_sku":"S176NQ8368","mfr_model":"S176NQ8368","pattern":"Shadow","color":"Shadow","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Shadow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Shadow brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4a35","top_colors":[{"hex":"#4d4a35","pct":16.1},{"hex":"#4a442f","pct":14.1},{"hex":"#45412d","pct":14.1}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501470.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-shadow","shopify_pid":"7880937340979","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=460","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501480","dw_number":501480,"gl_id":481,"mfr_sku":"S176NQ8380","mfr_model":"S176NQ8380","pattern":"Jadesheen","color":"Jadesheen","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Jadesheen Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Jadesheen brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#829978","top_colors":[{"hex":"#829978","pct":16.3},{"hex":"#819776","pct":16},{"hex":"#849b79","pct":14.4}],"color_family":"Green","tags":["Cork","Green","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501480.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-jadesheen","shopify_pid":"7880968699955","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=481","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501490","dw_number":501490,"gl_id":869,"mfr_sku":"S300NQ8238","mfr_model":"S300NQ8238","pattern":"Gilded White","color":"Gilded White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gilded White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gilded White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d2cfbc","top_colors":[{"hex":"#d2cfbc","pct":16.4},{"hex":"#c0bcaa","pct":14.4},{"hex":"#c7c4b2","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501490.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gilded-white","shopify_pid":"7880968667187","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=869","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501500","dw_number":501500,"gl_id":876,"mfr_sku":"S300NQ8240","mfr_model":"S300NQ8240","pattern":"Brown Gold","color":"Brown Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brown Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brown Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#979280","top_colors":[{"hex":"#979280","pct":13.5},{"hex":"#9a9582","pct":13.5},{"hex":"#9d9885","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501500.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brown-gold","shopify_pid":"7880968634419","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=876","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501510","dw_number":501510,"gl_id":867,"mfr_sku":"S300NQ8241","mfr_model":"S300NQ8241","pattern":"Light Gold","color":"Light Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Light Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Light Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ded9c8","top_colors":[{"hex":"#ded9c8","pct":15.1},{"hex":"#d8d3c0","pct":14},{"hex":"#cfcab8","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501510.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-light-gold","shopify_pid":"7880968601651","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=867","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501520","dw_number":501520,"gl_id":881,"mfr_sku":"S300NQ8242","mfr_model":"S300NQ8242","pattern":"Gold Silver","color":"Gold Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gold Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gold Silver brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9c927f","top_colors":[{"hex":"#9c927f","pct":18.8},{"hex":"#99876e","pct":14},{"hex":"#9c8e76","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501520.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gold-silver","shopify_pid":"7880968568883","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=881","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501530","dw_number":501530,"gl_id":874,"mfr_sku":"S300NQ8243","mfr_model":"S300NQ8243","pattern":"Black Gold","color":"Black Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#786c59","top_colors":[{"hex":"#786c59","pct":15.5},{"hex":"#746855","pct":13.1},{"hex":"#6f6453","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501530.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-gold","shopify_pid":"7880968536115","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=874","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501540","dw_number":501540,"gl_id":882,"mfr_sku":"S300NQ8247","mfr_model":"S300NQ8247","pattern":"Black Silver","color":"Black Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6d7377","top_colors":[{"hex":"#6d7377","pct":18.2},{"hex":"#72787b","pct":13.9},{"hex":"#6c7174","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501540.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-silver","shopify_pid":"7880968503347","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=882","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501550","dw_number":501550,"gl_id":892,"mfr_sku":"S300NQ8248","mfr_model":"S300NQ8248","pattern":"Monk's Robe","color":"Monk's Robe","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Monk's Robe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Monk's Robe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#684831","top_colors":[{"hex":"#684831","pct":18.1},{"hex":"#6e4c34","pct":14.3},{"hex":"#5c412d","pct":13.6}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501550.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-monks-robe","shopify_pid":"7880968470579","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=892","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501560","dw_number":501560,"gl_id":885,"mfr_sku":"S300NQ8249","mfr_model":"S300NQ8249","pattern":"Black Coffee","color":"Black Coffee","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Coffee brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#34302c","top_colors":[{"hex":"#34302c","pct":16.5},{"hex":"#322f2b","pct":14.9},{"hex":"#35322d","pct":13.7}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501560.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-coffee","shopify_pid":"7880968437811","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=885","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501570","dw_number":501570,"gl_id":887,"mfr_sku":"S300NQ8250","mfr_model":"S300NQ8250","pattern":"Carafe","color":"Carafe","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Carafe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Carafe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#594231","top_colors":[{"hex":"#594231","pct":18.4},{"hex":"#523b2b","pct":16},{"hex":"#573f2e","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501570.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-carafe","shopify_pid":"7880968405043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=887","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501580","dw_number":501580,"gl_id":890,"mfr_sku":"S300NQ8258","mfr_model":"S300NQ8258","pattern":"Caribou","color":"Caribou","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Caribou Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Caribou brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6a5034","top_colors":[{"hex":"#6a5034","pct":20.6},{"hex":"#5c4229","pct":14.2},{"hex":"#63482d","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501580.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-caribou","shopify_pid":"7880968372275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=890","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501590","dw_number":501590,"gl_id":883,"mfr_sku":"S300NQ8269","mfr_model":"S300NQ8269","pattern":"Charcoal Gray","color":"Charcoal Gray","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#403f3b","top_colors":[{"hex":"#403f3b","pct":16.1},{"hex":"#424240","pct":14.4},{"hex":"#444442","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501590.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-charcoal-gray","shopify_pid":"7880968339507","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=883","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501600","dw_number":501600,"gl_id":880,"mfr_sku":"S300NQ8282","mfr_model":"S300NQ8282","pattern":"Stardust","color":"Stardust","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Stardust Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Stardust brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b3b6b6","top_colors":[{"hex":"#b3b6b6","pct":18.7},{"hex":"#b9bcbd","pct":13.1},{"hex":"#a5a6a4","pct":12.7}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501600.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-stardust","shopify_pid":"7880968306739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=880","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501610","dw_number":501610,"gl_id":895,"mfr_sku":"S300NQ8283","mfr_model":"S300NQ8283","pattern":"Rich Gold","color":"Rich Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rich Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rich Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#836d45","top_colors":[{"hex":"#836d45","pct":18},{"hex":"#7d6941","pct":16.6},{"hex":"#877147","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501610.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rich-gold","shopify_pid":"7880968273971","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=895","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501620","dw_number":501620,"gl_id":889,"mfr_sku":"S300NQ8288","mfr_model":"S300NQ8288","pattern":"Bison Gold","color":"Bison Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bison Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bison Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#664e38","top_colors":[{"hex":"#664e38","pct":17.4},{"hex":"#573f2b","pct":13.4},{"hex":"#5b442e","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501620.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-bison-gold","shopify_pid":"7880989343795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=889","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501630","dw_number":501630,"gl_id":903,"mfr_sku":"S300NQ8305","mfr_model":"S300NQ8305","pattern":"Cosmic Sky","color":"Cosmic Sky","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cosmic Sky Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cosmic Sky brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#817f82","top_colors":[{"hex":"#817f82","pct":20},{"hex":"#7d7a7a","pct":15.2},{"hex":"#797675","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501630.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cosmic-sky","shopify_pid":"7880968208435","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=903","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501640","dw_number":501640,"gl_id":877,"mfr_sku":"S300NQ8306","mfr_model":"S300NQ8306","pattern":"Bright White","color":"Bright White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bright White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bright White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eaeae7","top_colors":[{"hex":"#eaeae7","pct":17},{"hex":"#e6e6e3","pct":14.5},{"hex":"#d9d9d5","pct":13.6}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501640.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-bright-white","shopify_pid":"7880968175667","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=877","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501650","dw_number":501650,"gl_id":894,"mfr_sku":"S300NQ8307","mfr_model":"S300NQ8307","pattern":"Woodash","color":"Woodash","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Woodash brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e8264","top_colors":[{"hex":"#9e8264","pct":18.1},{"hex":"#95785a","pct":14.3},{"hex":"#9b7e5f","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501650.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-woodash","shopify_pid":"7880968142899","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=894","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501660","dw_number":501660,"gl_id":893,"mfr_sku":"S300NQ8308","mfr_model":"S300NQ8308","pattern":"Rosewood","color":"Rosewood","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9a7f63","top_colors":[{"hex":"#9a7f63","pct":15.7},{"hex":"#927559","pct":14.9},{"hex":"#896e54","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501660.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rosewood","shopify_pid":"7880968110131","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=893","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501670","dw_number":501670,"gl_id":888,"mfr_sku":"S300NQ8309","mfr_model":"S300NQ8309","pattern":"Woodsmoke","color":"Woodsmoke","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Woodsmoke brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a78a68","top_colors":[{"hex":"#a78a68","pct":15.6},{"hex":"#8f7355","pct":14.1},{"hex":"#ad916f","pct":14}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501670.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-woodsmoke","shopify_pid":"7880968077363","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=888","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501680","dw_number":501680,"gl_id":864,"mfr_sku":"S300NQ8310","mfr_model":"S300NQ8310","pattern":"Snow White","color":"Snow White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Snow White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Snow White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#cdc8bc","top_colors":[{"hex":"#cdc8bc","pct":15.4},{"hex":"#bbb5a9","pct":14.3},{"hex":"#c5bfb3","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501680.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-snow-white","shopify_pid":"7880968044595","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=864","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501690","dw_number":501690,"gl_id":879,"mfr_sku":"S300NQ8311","mfr_model":"S300NQ8311","pattern":"Silver","color":"Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b9bcbc","top_colors":[{"hex":"#b9bcbc","pct":17.2},{"hex":"#acaeac","pct":14.1},{"hex":"#b2b5b3","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501690.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver","shopify_pid":"7880968011827","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=879","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501700","dw_number":501700,"gl_id":875,"mfr_sku":"S300NQ8312","mfr_model":"S300NQ8312","pattern":"Silver Lining","color":"Silver Lining","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Lining Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver Lining brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b6b2a5","top_colors":[{"hex":"#b6b2a5","pct":16.3},{"hex":"#a9a498","pct":14},{"hex":"#b3afa3","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501700.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver-lining","shopify_pid":"7880967979059","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=875","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501710","dw_number":501710,"gl_id":905,"mfr_sku":"S300NQ8313","mfr_model":"S300NQ8313","pattern":"Rifle Green","color":"Rifle Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#43452e","top_colors":[{"hex":"#43452e","pct":24.3},{"hex":"#41422d","pct":16.4},{"hex":"#3a3c29","pct":11.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501710.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rifle-green","shopify_pid":"7880967946291","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=905","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501720","dw_number":501720,"gl_id":865,"mfr_sku":"S300NQ8314","mfr_model":"S300NQ8314","pattern":"Whisper White","color":"Whisper White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Whisper White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dfd9c4","top_colors":[{"hex":"#dfd9c4","pct":14.8},{"hex":"#dcd5c1","pct":13.8},{"hex":"#d8d2be","pct":13.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501720.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-whisper-white","shopify_pid":"7880967913523","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=865","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501730","dw_number":501730,"gl_id":868,"mfr_sku":"S300NQ8315","mfr_model":"S300NQ8315","pattern":"Brilliant White","color":"Brilliant White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brilliant White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brilliant White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e0e0db","top_colors":[{"hex":"#e0e0db","pct":15.2},{"hex":"#e4e4df","pct":14.4},{"hex":"#d7d6d0","pct":13.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501730.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brilliant-white","shopify_pid":"7880967880755","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=868","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501740","dw_number":501740,"gl_id":898,"mfr_sku":"S300NQ8316","mfr_model":"S300NQ8316","pattern":"Chanterelle","color":"Chanterelle","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chanterelle Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chanterelle brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b89052","top_colors":[{"hex":"#b89052","pct":16.5},{"hex":"#a8844e","pct":13.9},{"hex":"#b18a4f","pct":13.4}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501740.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chanterelle-1","shopify_pid":"7880967847987","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=898","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501750","dw_number":501750,"gl_id":884,"mfr_sku":"S300NQ8317","mfr_model":"S300NQ8317","pattern":"Emperador","color":"Emperador","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Emperador brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#312b26","top_colors":[{"hex":"#312b26","pct":15.8},{"hex":"#332c27","pct":14.9},{"hex":"#312a25","pct":14.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501750.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-emperador","shopify_pid":"7880967815219","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=884","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501760","dw_number":501760,"gl_id":886,"mfr_sku":"S300NQ8318","mfr_model":"S300NQ8318","pattern":"Black","color":"Black","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#282826","top_colors":[{"hex":"#282826","pct":17.2},{"hex":"#272725","pct":16.3},{"hex":"#2a2a28","pct":14.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501760.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black","shopify_pid":"7880967782451","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=886","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501770","dw_number":501770,"gl_id":862,"mfr_sku":"S300NQ8319","mfr_model":"S300NQ8319","pattern":"Warm White","color":"Warm White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f0f1f1","top_colors":[{"hex":"#f0f1f1","pct":16.1},{"hex":"#f4f5f6","pct":14.4},{"hex":"#dbdad6","pct":13.1}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501770.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-warm-white","shopify_pid":"7880966602803","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=862","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501780","dw_number":501780,"gl_id":870,"mfr_sku":"S300NQ8320","mfr_model":"S300NQ8320","pattern":"Cement","color":"Cement","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#babcab","top_colors":[{"hex":"#babcab","pct":16},{"hex":"#c3c4b5","pct":13.1},{"hex":"#c0c0b0","pct":12.9}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501780.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cement","shopify_pid":"7880967749683","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=870","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501790","dw_number":501790,"gl_id":871,"mfr_sku":"S300NQ8321","mfr_model":"S300NQ8321","pattern":"Gardenia","color":"Gardenia","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gardenia Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gardenia brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8cdb7","top_colors":[{"hex":"#d8cdb7","pct":17.8},{"hex":"#dbd1bb","pct":16},{"hex":"#d7cbb5","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501790.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gardenia","shopify_pid":"7880967716915","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=871","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501800","dw_number":501800,"gl_id":872,"mfr_sku":"S300NQ8322","mfr_model":"S300NQ8322","pattern":"Satellite","color":"Satellite","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a59c98","top_colors":[{"hex":"#a59c98","pct":16.6},{"hex":"#a09792","pct":13.8},{"hex":"#9c938e","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501800.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-satellite","shopify_pid":"7880967684147","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=872","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501810","dw_number":501810,"gl_id":902,"mfr_sku":"S300NQ8323","mfr_model":"S300NQ8323","pattern":"Insignia Blue","color":"Insignia Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Insignia Blue brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2c303a","top_colors":[{"hex":"#2c303a","pct":17.5},{"hex":"#2d313b","pct":15.8},{"hex":"#30333d","pct":14.5}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501810.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-insignia-blue","shopify_pid":"7880967651379","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=902","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501820","dw_number":501820,"gl_id":901,"mfr_sku":"S300NQ8325","mfr_model":"S300NQ8325","pattern":"Mauve Wine","color":"Mauve Wine","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Mauve Wine Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Mauve Wine brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#682826","top_colors":[{"hex":"#682826","pct":19.9},{"hex":"#662422","pct":16.7},{"hex":"#692524","pct":16.7}],"color_family":"Red","tags":["Cork","Red","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501820.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-mauve-wine","shopify_pid":"7880967618611","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=901","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501830","dw_number":501830,"gl_id":899,"mfr_sku":"S300NQ8326","mfr_model":"S300NQ8326","pattern":"Raw Sienna","color":"Raw Sienna","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Raw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Raw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#895743","top_colors":[{"hex":"#895743","pct":16.4},{"hex":"#87533f","pct":16.2},{"hex":"#895541","pct":15.4}],"color_family":"Red","tags":["Cork","Red","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501830.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-raw-sienna","shopify_pid":"7880967585843","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=899","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501840","dw_number":501840,"gl_id":900,"mfr_sku":"S300NQ8327","mfr_model":"S300NQ8327","pattern":"Brown Sugar","color":"Brown Sugar","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#7a5d44","top_colors":[{"hex":"#7a5d44","pct":20.2},{"hex":"#725841","pct":15.8},{"hex":"#765942","pct":14.7}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501840.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brown-sugar","shopify_pid":"7880967553075","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=900","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501850","dw_number":501850,"gl_id":906,"mfr_sku":"S300NQ8328","mfr_model":"S300NQ8328","pattern":"Calliste Green","color":"Calliste Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Calliste Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6e715d","top_colors":[{"hex":"#6e715d","pct":17.4},{"hex":"#6a6e5b","pct":14.6},{"hex":"#676856","pct":14.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501850.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-calliste-green","shopify_pid":"7880967520307","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=906","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501860","dw_number":501860,"gl_id":896,"mfr_sku":"S300NQ8329","mfr_model":"S300NQ8329","pattern":"Lark","color":"Lark","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Lark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Lark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aa987a","top_colors":[{"hex":"#aa987a","pct":18},{"hex":"#ae9d80","pct":17.1},{"hex":"#a59477","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501860.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-lark","shopify_pid":"7880967487539","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=896","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501870","dw_number":501870,"gl_id":866,"mfr_sku":"S300NQ8330","mfr_model":"S300NQ8330","pattern":"Concrete","color":"Concrete","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Concrete Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Concrete brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c3c4b3","top_colors":[{"hex":"#c3c4b3","pct":16.1},{"hex":"#c2c2b1","pct":15.6},{"hex":"#c6c7b6","pct":15.1}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501870.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-concrete","shopify_pid":"7880967454771","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=866","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501880","dw_number":501880,"gl_id":863,"mfr_sku":"S300NQ8332","mfr_model":"S300NQ8332","pattern":"Clean White","color":"Clean White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Clean White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"1","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Clean White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eaecea","top_colors":[{"hex":"#eaecea","pct":14.6},{"hex":"#e7e8e6","pct":14},{"hex":"#e2e3e1","pct":13}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501880.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-clean-white","shopify_pid":"7880967422003","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=863","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501890","dw_number":501890,"gl_id":897,"mfr_sku":"S300NQ8357","mfr_model":"S300NQ8357","pattern":"Sunny Lime","color":"Sunny Lime","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sunny Lime Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sunny Lime brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b6a358","top_colors":[{"hex":"#b6a358","pct":16.9},{"hex":"#b4a157","pct":15},{"hex":"#b19d56","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501890.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sunny-lime","shopify_pid":"7880967389235","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=897","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501900","dw_number":501900,"gl_id":873,"mfr_sku":"S300NQ8360","mfr_model":"S300NQ8360","pattern":"Pelican","color":"Pelican","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Pelican Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Pelican brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e9683","top_colors":[{"hex":"#9e9683","pct":16.6},{"hex":"#a29a86","pct":15.7},{"hex":"#918977","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501900.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-pelican","shopify_pid":"7880967356467","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=873","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501910","dw_number":501910,"gl_id":891,"mfr_sku":"S300NQ8361","mfr_model":"S300NQ8361","pattern":"Chanterelle","color":"Chanterelle","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chanterelle Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chanterelle brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#857363","top_colors":[{"hex":"#857363","pct":17.1},{"hex":"#897766","pct":14.3},{"hex":"#8c7867","pct":14.1}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501910.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chanterelle","shopify_pid":"7880967323699","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=891","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501920","dw_number":501920,"gl_id":908,"mfr_sku":"S300NQ8363","mfr_model":"S300NQ8363","pattern":"Horizon Blue","color":"Horizon Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Horizon Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Horizon Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#425555","top_colors":[{"hex":"#425555","pct":15.1},{"hex":"#405353","pct":15},{"hex":"#405456","pct":14.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501920.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-horizon-blue","shopify_pid":"7880967290931","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=908","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501930","dw_number":501930,"gl_id":904,"mfr_sku":"S300NQ8364","mfr_model":"S300NQ8364","pattern":"Sweet Grape","color":"Sweet Grape","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sweet Grape Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sweet Grape brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4a55","top_colors":[{"hex":"#4e4a55","pct":21.7},{"hex":"#4d4954","pct":14.4},{"hex":"#4b4752","pct":14.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501930.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sweet-grape","shopify_pid":"7880967258163","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=904","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501940","dw_number":501940,"gl_id":911,"mfr_sku":"S300NQ8368","mfr_model":"S300NQ8368","pattern":"Olive","color":"Olive","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Olive Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Olive brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4a3b","top_colors":[{"hex":"#4d4a3b","pct":18.7},{"hex":"#464537","pct":13.5},{"hex":"#4a4839","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501940.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-olive","shopify_pid":"7880967225395","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=911","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501950","dw_number":501950,"gl_id":915,"mfr_sku":"S300NQ8372","mfr_model":"S300NQ8372","pattern":"Iced Coffee","color":"Iced Coffee","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Iced Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Iced Coffee brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a38669","top_colors":[{"hex":"#a38669","pct":17.6},{"hex":"#92775d","pct":13.3},{"hex":"#9c8165","pct":13.2}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501950.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-iced-coffee","shopify_pid":"7880967192627","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=915","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502140","dw_number":501960,"gl_id":914,"mfr_sku":"S300NQ8373","mfr_model":"S300NQ8373","pattern":"Antique Gold","color":"Antique Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Antique Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Antique Gold brings natural warmth to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain only real cork delivers. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a88b58","top_colors":[{"hex":"#a88b58","pct":25.3},{"hex":"#ab8e5a","pct":22},{"hex":"#af915e","pct":20.2},{"hex":"#ad8f5c","pct":18.3},{"hex":"#a38554","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":null,"online_published":false,"handle":null,"shopify_pid":null,"vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=914","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501970","dw_number":501970,"gl_id":913,"mfr_sku":"S300NQ8375","mfr_model":"S300NQ8375","pattern":"Oyster White","color":"Oyster White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Oyster White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Oyster White brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b19f7e","top_colors":[{"hex":"#b19f7e","pct":16.9},{"hex":"#ac9a79","pct":15.5},{"hex":"#b4a381","pct":13.5}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501970.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-oyster-white","shopify_pid":"7880967127091","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=913","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501980","dw_number":501980,"gl_id":916,"mfr_sku":"S300NQ8377","mfr_model":"S300NQ8377","pattern":"Sepia Tint","color":"Sepia Tint","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sepia Tint Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sepia Tint brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8b735e","top_colors":[{"hex":"#8b735e","pct":18.4},{"hex":"#836b56","pct":13.5},{"hex":"#8b725c","pct":12.6}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501980.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sepia-tint","shopify_pid":"7880967094323","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=916","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501990","dw_number":501990,"gl_id":910,"mfr_sku":"S300NQ8378","mfr_model":"S300NQ8378","pattern":"Desert Sage","color":"Desert Sage","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Desert Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Desert Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#878a80","top_colors":[{"hex":"#878a80","pct":18.6},{"hex":"#85887e","pct":15.3},{"hex":"#7e8178","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501990.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-desert-sage","shopify_pid":"7880967061555","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=910","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502000","dw_number":502000,"gl_id":878,"mfr_sku":"S300NQ8379","mfr_model":"S300NQ8379","pattern":"Silver Birch","color":"Silver Birch","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Birch Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver Birch brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aaaba6","top_colors":[{"hex":"#aaaba6","pct":16.3},{"hex":"#aeb0ab","pct":14.2},{"hex":"#9f9e97","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver-birch","shopify_pid":"7880967028787","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=878","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502010","dw_number":502010,"gl_id":918,"mfr_sku":"S300NQ8380","mfr_model":"S300NQ8380","pattern":"Leaf Green","color":"Leaf Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Leaf Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Leaf Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#758f6b","top_colors":[{"hex":"#758f6b","pct":15},{"hex":"#79916d","pct":14.6},{"hex":"#748966","pct":13.8}],"color_family":"Green","tags":["Cork","Green","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-leaf-green","shopify_pid":"7880966996019","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=918","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502020","dw_number":502020,"gl_id":912,"mfr_sku":"S300NQ8381","mfr_model":"S300NQ8381","pattern":"Ivory","color":"Ivory","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Ivory Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Ivory brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#fdfdfc","top_colors":[{"hex":"#fdfdfc","pct":18},{"hex":"#fafaf9","pct":16.5},{"hex":"#efede8","pct":13.3}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-ivory","shopify_pid":"7880966963251","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=912","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502130","dw_number":502030,"gl_id":917,"mfr_sku":"S300NQ8383","mfr_model":"S300NQ8383","pattern":"Bark","color":"Bark","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bark brings natural warmth to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain only real cork delivers. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#100905","top_colors":[{"hex":"#100905","pct":29.2},{"hex":"#150d07","pct":21.8},{"hex":"#0c0603","pct":21.6},{"hex":"#1b120b","pct":17.7},{"hex":"#2c2116","pct":9.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":null,"online_published":false,"handle":null,"shopify_pid":null,"vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=917","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502040","dw_number":502040,"gl_id":907,"mfr_sku":"S300NQ8391","mfr_model":"S300NQ8391","pattern":"Deep Teal","color":"Deep Teal","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Deep Teal Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Deep Teal brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#242c34","top_colors":[{"hex":"#242c34","pct":15.4},{"hex":"#1d232b","pct":14.1},{"hex":"#212830","pct":13.7}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-deep-teal","shopify_pid":"7880966897715","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=907","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502050","dw_number":502050,"gl_id":909,"mfr_sku":"S300NQ8392","mfr_model":"S300NQ8392","pattern":"Carbon Teal","color":"Carbon Teal","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Carbon Teal Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Carbon Teal brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#0d2726","top_colors":[{"hex":"#0d2726","pct":19.6},{"hex":"#071a1a","pct":16.2},{"hex":"#0a1e1e","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-carbon-teal","shopify_pid":"7880966864947","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=909","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502060","dw_number":502060,"gl_id":924,"mfr_sku":"S300NQ8601","mfr_model":"S300NQ8601","pattern":"Terracotta","color":"Terracotta","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Terracotta Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Terracotta brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a88159","top_colors":[{"hex":"#a88159","pct":17.5},{"hex":"#a17750","pct":14.6},{"hex":"#a67d54","pct":13.4}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-terracotta","shopify_pid":"7880966832179","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=924","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502070","dw_number":502070,"gl_id":925,"mfr_sku":"S300NQ8611","mfr_model":"S300NQ8611","pattern":"Chalk","color":"Chalk","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chalk Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chalk brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8eae9","top_colors":[{"hex":"#e8eae9","pct":16},{"hex":"#e4e3df","pct":15.2},{"hex":"#f1f3f3","pct":14.5}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chalk","shopify_pid":"7880966799411","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=925","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502080","dw_number":502080,"gl_id":921,"mfr_sku":"S300NQ8614","mfr_model":"S300NQ8614","pattern":"Cocoa Brown","color":"Cocoa Brown","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cocoa Brown Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cocoa Brown brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2f261b","top_colors":[{"hex":"#2f261b","pct":17},{"hex":"#291f15","pct":15},{"hex":"#2d2319","pct":13.4}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cocoa-brown","shopify_pid":"7880966766643","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=921","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502090","dw_number":502090,"gl_id":922,"mfr_sku":"S300NQ8615","mfr_model":"S300NQ8615","pattern":"Espresso Moss","color":"Espresso Moss","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Espresso Moss Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Espresso Moss brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1f211c","top_colors":[{"hex":"#1f211c","pct":15.9},{"hex":"#1c1d18","pct":14.1},{"hex":"#262721","pct":13.4}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-espresso-moss","shopify_pid":"7880966733875","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=922","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502100","dw_number":502100,"gl_id":920,"mfr_sku":"S300NQ8616","mfr_model":"S300NQ8616","pattern":"Slate Blue","color":"Slate Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Slate Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Slate Blue brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1a242c","top_colors":[{"hex":"#1a242c","pct":17.6},{"hex":"#161d26","pct":15.2},{"hex":"#192129","pct":14.6}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-slate-blue","shopify_pid":"7880966701107","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=920","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502110","dw_number":502110,"gl_id":919,"mfr_sku":"S300NQ8617","mfr_model":"S300NQ8617","pattern":"Moss Stone","color":"Moss Stone","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Moss Stone Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Moss Stone brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#323d35","top_colors":[{"hex":"#323d35","pct":18.4},{"hex":"#2c362e","pct":14.8},{"hex":"#29342c","pct":12.9}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-moss-stone","shopify_pid":"7880966668339","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=919","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502120","dw_number":502120,"gl_id":923,"mfr_sku":"S300NQ8618","mfr_model":"S300NQ8618","pattern":"Ivory Grandeur","color":"Ivory Grandeur","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Ivory Grandeur Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Ivory Grandeur brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dfdcd1","top_colors":[{"hex":"#dfdcd1","pct":16},{"hex":"#e3e0d5","pct":14.6},{"hex":"#dad7cc","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-ivory-grandeur","shopify_pid":"7880966635571","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=923","created_at":"2026-07-10T17:30:45.883015"}]}
\ No newline at end of file
+{"generated_at":"2026-07-13T06:57:45.471Z","vendor_internal":"Greenland","brand_public":"Phillipe Romano","line":"Cork","retail_per_yard":59.5,"min_increment_yards":6,"sample_price":4.25,"count":213,"facet_fields":["collection","color_family","material","use","width","fire_rating","backing","composition","city"],"products":[{"dw_sku":"Cork-500000","dw_number":500000,"gl_id":10001178,"gl_product_id":139,"mfr_sku":"G0110NQ8248","mfr_model":"G0110NQ8248","pattern":"Metallic Cork I","color":"Monk's Robe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Monk's Robe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Monk's Robe brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#834e3e","top_colors":[{"hex":"#834e3e","pct":19.5},{"hex":"#764032","pct":14.2},{"hex":"#69372b","pct":12.6}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-monks-robe","shopify_pid":"7880972992563","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500010","dw_number":500010,"gl_id":10001185,"gl_product_id":139,"mfr_sku":"G0110NQ8249","mfr_model":"G0110NQ8249","pattern":"Metallic Cork I","color":"Black Coffee","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Black Coffee brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#362927","top_colors":[{"hex":"#362927","pct":16},{"hex":"#1f1717","pct":13.1},{"hex":"#312423","pct":13.1}],"color_family":"Black","tags":["Cork","Black","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-black-coffee","shopify_pid":"7880973353011","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500020","dw_number":500020,"gl_id":10001183,"gl_product_id":139,"mfr_sku":"G0110NQ8250","mfr_model":"G0110NQ8250","pattern":"Metallic Cork I","color":"Carafe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Carafe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Carafe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#614844","top_colors":[{"hex":"#614844","pct":19.2},{"hex":"#543935","pct":13.8},{"hex":"#5d423d","pct":13.7}],"color_family":"Warm","tags":["Cork","Warm","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-carafe","shopify_pid":"7880973156403","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500030","dw_number":500030,"gl_id":10001179,"gl_product_id":139,"mfr_sku":"G0110NQ8254","mfr_model":"G0110NQ8254","pattern":"Metallic Cork I","color":"Silver Doe","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Silver Doe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Silver Doe brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ac7b66","top_colors":[{"hex":"#ac7b66","pct":19.9},{"hex":"#ab7662","pct":14.6},{"hex":"#a36f5b","pct":13.3}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500030.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-silver-doe","shopify_pid":"7880973025331","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500040","dw_number":500040,"gl_id":10001181,"gl_product_id":139,"mfr_sku":"G0110NQ8258","mfr_model":"G0110NQ8258","pattern":"Metallic Cork I","color":"Caribou","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Caribou Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Caribou brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6b483f","top_colors":[{"hex":"#6b483f","pct":16.4},{"hex":"#623931","pct":15.2},{"hex":"#694138","pct":14}],"color_family":"Warm","tags":["Cork","Warm","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-caribou","shopify_pid":"7880973090867","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500050","dw_number":500050,"gl_id":10001180,"gl_product_id":139,"mfr_sku":"G0110NQ8276","mfr_model":"G0110NQ8276","pattern":"Metallic Cork I","color":"Golden Deer","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Golden Deer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Golden Deer brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aa7b67","top_colors":[{"hex":"#aa7b67","pct":14.5},{"hex":"#a06c5b","pct":13.8},{"hex":"#946955","pct":13}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-golden-deer","shopify_pid":"7880973058099","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500060","dw_number":500060,"gl_id":10001182,"gl_product_id":139,"mfr_sku":"G0110NQ8277","mfr_model":"G0110NQ8277","pattern":"Metallic Cork I","color":"Indian Tan","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Indian Tan Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Indian Tan brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ac7d69","top_colors":[{"hex":"#ac7d69","pct":15.5},{"hex":"#a57763","pct":13.3},{"hex":"#a4715e","pct":12.7}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-indian-tan","shopify_pid":"7880973123635","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500070","dw_number":500070,"gl_id":10001184,"gl_product_id":139,"mfr_sku":"G0110NQ8288","mfr_model":"G0110NQ8288","pattern":"Metallic Cork I","color":"Bison Gold","city":"Hilton Head","collection":null,"collection_code":"G0110","title":"Hilton Head-Bison Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Hilton Head colorway in Bison Gold brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d342c","top_colors":[{"hex":"#5d342c","pct":14.9},{"hex":"#5f3830","pct":13.8},{"hex":"#6f4a41","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Hilton Head","Phillipe Romano","quotes"],"image":"/img/Cork-500070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"hilton-head-cork-wallcovering-bison-gold","shopify_pid":"7880973189171","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=139","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500080","dw_number":500080,"gl_id":10001177,"gl_product_id":138,"mfr_sku":"G0111NQ8238","mfr_model":"G0111NQ8238","pattern":"Metallic Cork II","color":"Gilded White","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Gilded White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Gilded White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d0d6cd","top_colors":[{"hex":"#d0d6cd","pct":16},{"hex":"#cbd3c9","pct":14.5},{"hex":"#cbcfc7","pct":12.9}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-gilded-white","shopify_pid":"7880972959795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500090","dw_number":500090,"gl_id":10001173,"gl_product_id":138,"mfr_sku":"G0111NQ8240","mfr_model":"G0111NQ8240","pattern":"Metallic Cork II","color":"Brown Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Brown Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Brown Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9aa495","top_colors":[{"hex":"#9aa495","pct":16.4},{"hex":"#929f91","pct":16.3},{"hex":"#8a978b","pct":12.2}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-brown-gold","shopify_pid":"7880972828723","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500100","dw_number":500100,"gl_id":10001172,"gl_product_id":138,"mfr_sku":"G0111NQ8241","mfr_model":"G0111NQ8241","pattern":"Metallic Cork II","color":"Light Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Light Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Light Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d3d3c7","top_colors":[{"hex":"#d3d3c7","pct":15},{"hex":"#d9dacf","pct":13.7},{"hex":"#c3c5b7","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-light-gold","shopify_pid":"7880972795955","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500110","dw_number":500110,"gl_id":10001174,"gl_product_id":138,"mfr_sku":"G0111NQ8242","mfr_model":"G0111NQ8242","pattern":"Metallic Cork II","color":"Gold Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Gold Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Gold Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#859293","top_colors":[{"hex":"#859293","pct":23.3},{"hex":"#7d8c8e","pct":16.8},{"hex":"#777372","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-gold-silver","shopify_pid":"7880972861491","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500120","dw_number":500120,"gl_id":10001170,"gl_product_id":138,"mfr_sku":"G0111NQ8243","mfr_model":"G0111NQ8243","pattern":"Metallic Cork II","color":"Black Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Black Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Black Gold brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#61643d","top_colors":[{"hex":"#61643d","pct":18.5},{"hex":"#4e5532","pct":13.6},{"hex":"#353822","pct":12.8}],"color_family":"Green","tags":["Cork","Green","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-black-gold","shopify_pid":"7880972730419","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500130","dw_number":500130,"gl_id":10001175,"gl_product_id":138,"mfr_sku":"G0111NQ8247","mfr_model":"G0111NQ8247","pattern":"Metallic Cork II","color":"Black Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Black Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Black Silver brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#455e6b","top_colors":[{"hex":"#455e6b","pct":16.4},{"hex":"#344551","pct":14.2},{"hex":"#425966","pct":13.4}],"color_family":"Blue","tags":["Cork","Blue","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-black-silver","shopify_pid":"7880972894259","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500140","dw_number":500140,"gl_id":10001176,"gl_product_id":138,"mfr_sku":"G0111NQ8282","mfr_model":"G0111NQ8282","pattern":"Metallic Cork II","color":"Silver","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#98b1ae","top_colors":[{"hex":"#98b1ae","pct":16.9},{"hex":"#869899","pct":13.8},{"hex":"#95abaa","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-silver","shopify_pid":"7880972927027","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500150","dw_number":500150,"gl_id":10001171,"gl_product_id":138,"mfr_sku":"G0111NQ8283","mfr_model":"G0111NQ8283","pattern":"Metallic Cork II","color":"Rich Gold","city":"Kiawah","collection":null,"collection_code":"G0111","title":"Kiawah-Rich Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Kiawah colorway in Rich Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#afa46e","top_colors":[{"hex":"#afa46e","pct":14.3},{"hex":"#a69967","pct":14},{"hex":"#988a59","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Kiawah","Phillipe Romano","quotes"],"image":"/img/Cork-500150.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"kiawah-cork-wallcovering-rich-gold","shopify_pid":"7880972763187","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=138","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500160","dw_number":500160,"gl_id":10000473,"gl_product_id":82,"mfr_sku":"G0148NQ8101","mfr_model":"G0148NQ8101","pattern":"Under The Cork","color":"Demitasse","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Demitasse Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Demitasse brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#39312c","top_colors":[{"hex":"#39312c","pct":15.3},{"hex":"#23201d","pct":14.2},{"hex":"#332924","pct":14}],"color_family":"Black","tags":["Cork","Black","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500160.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-demitasse","shopify_pid":"7880972566579","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500170","dw_number":500170,"gl_id":10000476,"gl_product_id":82,"mfr_sku":"G0148NQ8102","mfr_model":"G0148NQ8102","pattern":"Under The Cork","color":"Poseidon","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Poseidon Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Poseidon brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1f2932","top_colors":[{"hex":"#1f2932","pct":16.4},{"hex":"#162028","pct":16.3},{"hex":"#334c5c","pct":16.2}],"color_family":"Black","tags":["Cork","Black","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500170.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-poseidon","shopify_pid":"7880972664883","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500180","dw_number":500180,"gl_id":10000474,"gl_product_id":82,"mfr_sku":"G0148NQ8103","mfr_model":"G0148NQ8103","pattern":"Under The Cork","color":"Golden Oak","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Golden Oak Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Golden Oak brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#805341","top_colors":[{"hex":"#805341","pct":15.1},{"hex":"#724636","pct":14.6},{"hex":"#b4af98","pct":13.9}],"color_family":"Red","tags":["Cork","Red","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500180.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-golden-oak","shopify_pid":"7880972599347","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500190","dw_number":500190,"gl_id":10000477,"gl_product_id":82,"mfr_sku":"G0148NQ8104","mfr_model":"G0148NQ8104","pattern":"Under The Cork","color":"Honey Yellow","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Honey Yellow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Honey Yellow brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8c597","top_colors":[{"hex":"#d8c597","pct":15.7},{"hex":"#b1816d","pct":14.9},{"hex":"#916251","pct":14.7}],"color_family":"Warm","tags":["Cork","Warm","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500190.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-honey-yellow","shopify_pid":"7880972697651","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500200","dw_number":500200,"gl_id":10000475,"gl_product_id":82,"mfr_sku":"G0148NQ8105","mfr_model":"G0148NQ8105","pattern":"Under The Cork","color":"Primary Colour","city":"Amagansett","collection":null,"collection_code":"G0148","title":"Amagansett-Primary Colour Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Amagansett colorway in Primary Colour brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#925f47","top_colors":[{"hex":"#925f47","pct":15.2},{"hex":"#7f4b39","pct":14.8},{"hex":"#b88e5b","pct":12.9}],"color_family":"Red","tags":["Cork","Red","Amagansett","Phillipe Romano","quotes"],"image":"/img/Cork-500200.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"amagansett-cork-wallcovering-primary-colour","shopify_pid":"7880972632115","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=82","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500210","dw_number":500210,"gl_id":10000436,"gl_product_id":76,"mfr_sku":"G0154NQ8290","mfr_model":"G0154NQ8290","pattern":"Color Cork I","color":"Sharkskin","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Sharkskin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Sharkskin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5e676c","top_colors":[{"hex":"#5e676c","pct":15.4},{"hex":"#4b5257","pct":13.2},{"hex":"#5c6369","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500210.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-sharkskin","shopify_pid":"7880972369971","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500220","dw_number":500220,"gl_id":10000437,"gl_product_id":76,"mfr_sku":"G0154NQ8291","mfr_model":"G0154NQ8291","pattern":"Color Cork I","color":"Eden","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Eden Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Eden brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1c2012","top_colors":[{"hex":"#1c2012","pct":14.5},{"hex":"#202113","pct":14.3},{"hex":"#1a1c0f","pct":13.6}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500220.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-eden","shopify_pid":"7880972402739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500230","dw_number":500230,"gl_id":10000441,"gl_product_id":76,"mfr_sku":"G0154NQ8292","mfr_model":"G0154NQ8292","pattern":"Color Cork I","color":"Deep Taupe","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Deep Taupe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Deep Taupe brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3d3d3b","top_colors":[{"hex":"#3d3d3b","pct":14.5},{"hex":"#44413c","pct":14.4},{"hex":"#403e3b","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500230.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-deep-taupe","shopify_pid":"7880972533811","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500240","dw_number":500240,"gl_id":10000439,"gl_product_id":76,"mfr_sku":"G0154NQ8293","mfr_model":"G0154NQ8293","pattern":"Color Cork I","color":"Coffee Bean","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Coffee Bean Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Coffee Bean brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1e1918","top_colors":[{"hex":"#1e1918","pct":19.5},{"hex":"#1a1615","pct":14.1},{"hex":"#1d1817","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500240.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-coffee-bean","shopify_pid":"7880972468275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500250","dw_number":500250,"gl_id":10000438,"gl_product_id":76,"mfr_sku":"G0154NQ8294","mfr_model":"G0154NQ8294","pattern":"Color Cork I","color":"Argan Oil","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Argan Oil Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Argan Oil brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#301d1a","top_colors":[{"hex":"#301d1a","pct":16.7},{"hex":"#37211e","pct":14.8},{"hex":"#3d2723","pct":14.7}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500250.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-argan-oil","shopify_pid":"7880972435507","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500260","dw_number":500260,"gl_id":10000440,"gl_product_id":76,"mfr_sku":"G0154NQ8295","mfr_model":"G0154NQ8295","pattern":"Color Cork I","color":"Winter Bloom","city":"Southampton","collection":null,"collection_code":"G0154","title":"Southampton-Winter Bloom Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Southampton colorway in Winter Bloom brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2b1e25","top_colors":[{"hex":"#2b1e25","pct":21.3},{"hex":"#291b23","pct":15.7},{"hex":"#251920","pct":15.5}],"color_family":"Black","tags":["Cork","Black","Southampton","Phillipe Romano","quotes"],"image":"/img/Cork-500260.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"southampton-cork-wallcovering-winter-bloom","shopify_pid":"7880972501043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=76","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500270","dw_number":500270,"gl_id":10000429,"gl_product_id":75,"mfr_sku":"G0155NQ8296","mfr_model":"G0155NQ8296","pattern":"Color Cork II","color":"White","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dcd4d1","top_colors":[{"hex":"#dcd4d1","pct":15.3},{"hex":"#dad2cf","pct":14},{"hex":"#cec9c4","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500270.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-white","shopify_pid":"7880972140595","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500280","dw_number":500280,"gl_id":10000427,"gl_product_id":75,"mfr_sku":"G0155NQ8297","mfr_model":"G0155NQ8297","pattern":"Color Cork II","color":"Eiffel Tower","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Eiffel Tower Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Eiffel Tower brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4640","top_colors":[{"hex":"#4e4640","pct":20},{"hex":"#4c433d","pct":14.3},{"hex":"#49403b","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500280.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-eiffel-tower","shopify_pid":"7880972075059","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500290","dw_number":500290,"gl_id":10000430,"gl_product_id":75,"mfr_sku":"G0155NQ8298","mfr_model":"G0155NQ8298","pattern":"Color Cork II","color":"Amphora","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Amphora Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Amphora brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#63543d","top_colors":[{"hex":"#63543d","pct":15.4},{"hex":"#5c4c35","pct":14.9},{"hex":"#554530","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500290.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-amphora","shopify_pid":"7880972173363","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500300","dw_number":500300,"gl_id":10000431,"gl_product_id":75,"mfr_sku":"G0155NQ8299","mfr_model":"G0155NQ8299","pattern":"Color Cork II","color":"Rhododendron","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Rhododendron Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Rhododendron brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#40292b","top_colors":[{"hex":"#40292b","pct":18},{"hex":"#3a2225","pct":15.9},{"hex":"#3a2527","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500300.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-rhododendron","shopify_pid":"7880972206131","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500310","dw_number":500310,"gl_id":10000432,"gl_product_id":75,"mfr_sku":"G0155NQ8300","mfr_model":"G0155NQ8300","pattern":"Color Cork II","color":"Picante","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Picante Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Picante brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#602525","top_colors":[{"hex":"#602525","pct":16},{"hex":"#5e2121","pct":14.5},{"hex":"#592322","pct":13.1}],"color_family":"Red","tags":["Cork","Red","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500310.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-picante","shopify_pid":"7880972238899","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500320","dw_number":500320,"gl_id":10000433,"gl_product_id":75,"mfr_sku":"G0155NQ8301","mfr_model":"G0155NQ8301","pattern":"Color Cork II","color":"Taupe Gray","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Taupe Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Taupe Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#53473e","top_colors":[{"hex":"#53473e","pct":22.3},{"hex":"#4a3f37","pct":13.4},{"hex":"#4f4239","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500320.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-taupe-gray","shopify_pid":"7880972271667","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500330","dw_number":500330,"gl_id":10000435,"gl_product_id":75,"mfr_sku":"G0155NQ8302","mfr_model":"G0155NQ8302","pattern":"Color Cork II","color":"Java","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Java Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Java brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#36281f","top_colors":[{"hex":"#36281f","pct":17.9},{"hex":"#31241b","pct":15.4},{"hex":"#2b211a","pct":14.7}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500330.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-java","shopify_pid":"7880972337203","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500340","dw_number":500340,"gl_id":10000434,"gl_product_id":75,"mfr_sku":"G0155NQ8303","mfr_model":"G0155NQ8303","pattern":"Color Cork II","color":"Blue Nights","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Blue Nights Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Blue Nights brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#211e1f","top_colors":[{"hex":"#211e1f","pct":17.2},{"hex":"#1b191a","pct":15.7},{"hex":"#262222","pct":14.3}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500340.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-blue-nights","shopify_pid":"7880972304435","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500350","dw_number":500350,"gl_id":10000428,"gl_product_id":75,"mfr_sku":"G0155NQ8304","mfr_model":"G0155NQ8304","pattern":"Color Cork II","color":"Turkish Tile","city":"Palm Beach","collection":null,"collection_code":"G0155","title":"Palm Beach-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"180","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Palm Beach colorway in Turkish Tile brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#203b41","top_colors":[{"hex":"#203b41","pct":20.8},{"hex":"#1d3338","pct":14.1},{"hex":"#192f35","pct":13.3}],"color_family":"Black","tags":["Cork","Black","Palm Beach","Phillipe Romano","quotes"],"image":"/img/Cork-500350.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"palm-beach-cork-wallcovering-turkish-tile","shopify_pid":"7880972107827","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=75","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500360","dw_number":500360,"gl_id":10000335,"gl_product_id":67,"mfr_sku":"G0174NQ8269","mfr_model":"G0174NQ8269","pattern":"Kasmin cork","color":"Charcoal Gray","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5a5d5c","top_colors":[{"hex":"#5a5d5c","pct":21.9},{"hex":"#5d5c58","pct":16},{"hex":"#585c5a","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500360.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-charcoal-gray","shopify_pid":"7880971485235","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500370","dw_number":500370,"gl_id":10000331,"gl_product_id":67,"mfr_sku":"G0174NQ8305","mfr_model":"G0174NQ8305","pattern":"Kasmin cork","color":"Cosmic Sky","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cosmic Sky Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cosmic Sky brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8c8991","top_colors":[{"hex":"#8c8991","pct":22.7},{"hex":"#888791","pct":14.1},{"hex":"#857d7e","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500370.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cosmic-sky","shopify_pid":"7880971354163","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500380","dw_number":500380,"gl_id":10000329,"gl_product_id":67,"mfr_sku":"G0174NQ8306","mfr_model":"G0174NQ8306","pattern":"Kasmin cork","color":"Bright White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Bright White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Bright White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f1f2f3","top_colors":[{"hex":"#f1f2f3","pct":15},{"hex":"#f3f4f6","pct":13.6},{"hex":"#dad7d4","pct":13.4}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500380.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-bright-white","shopify_pid":"7880971288627","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500390","dw_number":500390,"gl_id":10000345,"gl_product_id":67,"mfr_sku":"G0174NQ8307","mfr_model":"G0174NQ8307","pattern":"Kasmin cork","color":"Woodash","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Woodash brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b08249","top_colors":[{"hex":"#b08249","pct":19.9},{"hex":"#a4723d","pct":15.2},{"hex":"#ac7b44","pct":14.8}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500390.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-woodash","shopify_pid":"7880971845683","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500400","dw_number":500400,"gl_id":10000347,"gl_product_id":67,"mfr_sku":"G0174NQ8308","mfr_model":"G0174NQ8308","pattern":"Kasmin cork","color":"Rose","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Rose Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Rose brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b48d5b","top_colors":[{"hex":"#b48d5b","pct":17.2},{"hex":"#a77d4e","pct":13.2},{"hex":"#927047","pct":12.9}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500400.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-rose","shopify_pid":"7880971911219","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500410","dw_number":500410,"gl_id":10000348,"gl_product_id":67,"mfr_sku":"G0174NQ8309","mfr_model":"G0174NQ8309","pattern":"Kasmin cork","color":"Smoke","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Smoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Smoke brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":14.4},{"hex":"#a06f3b","pct":13.7},{"hex":"#aa7942","pct":13.5}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500410.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-smoke","shopify_pid":"7880971943987","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500420","dw_number":500420,"gl_id":10000330,"gl_product_id":67,"mfr_sku":"G0174NQ8310","mfr_model":"G0174NQ8310","pattern":"Kasmin cork","color":"Snow White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Snow White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Snow White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0ec","top_colors":[{"hex":"#eef0ec","pct":16.8},{"hex":"#ebede9","pct":14.1},{"hex":"#e9eae6","pct":13.6}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500420.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-snow-white","shopify_pid":"7880971321395","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500430","dw_number":500430,"gl_id":10000338,"gl_product_id":67,"mfr_sku":"G0174NQ8311","mfr_model":"G0174NQ8311","pattern":"Kasmin cork","color":"Silver","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500430.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-silver","shopify_pid":"7880971583539","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500440","dw_number":500440,"gl_id":10000333,"gl_product_id":67,"mfr_sku":"G0174NQ8312","mfr_model":"G0174NQ8312","pattern":"Kasmin cork","color":"Silver Lining","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Silver Lining Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Silver Lining brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c2b1","top_colors":[{"hex":"#c4c2b1","pct":19.3},{"hex":"#c1bfad","pct":15.4},{"hex":"#b7b3a2","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500440.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-silver-lining","shopify_pid":"7880971419699","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500450","dw_number":500450,"gl_id":10000327,"gl_product_id":67,"mfr_sku":"G0174NQ8313","mfr_model":"G0174NQ8313","pattern":"Kasmin cork","color":"Rifle Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500450.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-rifle-green","shopify_pid":"7880971255859","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500460","dw_number":500460,"gl_id":10000334,"gl_product_id":67,"mfr_sku":"G0174NQ8314","mfr_model":"G0174NQ8314","pattern":"Kasmin cork","color":"Whisper White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Whisper White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ecead8","top_colors":[{"hex":"#ecead8","pct":16.6},{"hex":"#cec7b7","pct":13},{"hex":"#e1ddcd","pct":12.6}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500460.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-whisper-white","shopify_pid":"7880971452467","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500470","dw_number":500470,"gl_id":10000336,"gl_product_id":67,"mfr_sku":"G0174NQ8315","mfr_model":"G0174NQ8315","pattern":"Kasmin cork","color":"Brilliant White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Brilliant White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Brilliant White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0f0","top_colors":[{"hex":"#eef0f0","pct":17},{"hex":"#f0f2f3","pct":13.9},{"hex":"#eceded","pct":13.1}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500470.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-brilliant-white","shopify_pid":"7880971518003","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500480","dw_number":500480,"gl_id":10000325,"gl_product_id":67,"mfr_sku":"G0174NQ8316","mfr_model":"G0174NQ8316","pattern":"Kasmin cork","color":"Homebush Gold","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Homebush Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Homebush Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4a560","top_colors":[{"hex":"#c4a560","pct":18.6},{"hex":"#bea05d","pct":15.8},{"hex":"#c3a35d","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500480.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-homebush-gold","shopify_pid":"7880971190323","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500490","dw_number":500490,"gl_id":10000326,"gl_product_id":67,"mfr_sku":"G0174NQ8317","mfr_model":"G0174NQ8317","pattern":"Kasmin cork","color":"Emperador","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Emperador brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500490.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-emperador","shopify_pid":"7880971223091","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500500","dw_number":500500,"gl_id":10000324,"gl_product_id":67,"mfr_sku":"G0174NQ8318","mfr_model":"G0174NQ8318","pattern":"Kasmin cork","color":"Black","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Black brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500500.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-black","shopify_pid":"7880971157555","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500510","dw_number":500510,"gl_id":10000332,"gl_product_id":67,"mfr_sku":"G0174NQ8319","mfr_model":"G0174NQ8319","pattern":"Kasmin cork","color":"Warm White","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500510.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-warm-white","shopify_pid":"7880971386931","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500520","dw_number":500520,"gl_id":10000337,"gl_product_id":67,"mfr_sku":"G0174NQ8320","mfr_model":"G0174NQ8320","pattern":"Kasmin cork","color":"Cement","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8d9d1","top_colors":[{"hex":"#d8d9d1","pct":16.8},{"hex":"#d5d5cc","pct":16.6},{"hex":"#cfcfc4","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500520.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cement","shopify_pid":"7880971550771","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500530","dw_number":500530,"gl_id":10000344,"gl_product_id":67,"mfr_sku":"G0174NQ8321","mfr_model":"G0174NQ8321","pattern":"Kasmin cork","color":"Gardenia","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Gardenia Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Gardenia brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8e1d3","top_colors":[{"hex":"#e8e1d3","pct":16.7},{"hex":"#e4dccd","pct":14.2},{"hex":"#eae3d7","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500530.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-gardenia","shopify_pid":"7880971812915","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500540","dw_number":500540,"gl_id":10000346,"gl_product_id":67,"mfr_sku":"G0174NQ8322","mfr_model":"G0174NQ8322","pattern":"Kasmin cork","color":"Satellite","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7b4b4","top_colors":[{"hex":"#b7b4b4","pct":17.6},{"hex":"#b2afaf","pct":13.7},{"hex":"#b0acaa","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500540.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-satellite","shopify_pid":"7880971878451","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500550","dw_number":500550,"gl_id":10000349,"gl_product_id":67,"mfr_sku":"G0174NQ8323","mfr_model":"G0174NQ8323","pattern":"Kasmin cork","color":"Insignia Blue","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Insignia Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c4b5b","top_colors":[{"hex":"#4c4b5b","pct":17.2},{"hex":"#3d4160","pct":16.2},{"hex":"#424562","pct":15}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500550.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-insignia-blue","shopify_pid":"7880971976755","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500560","dw_number":500560,"gl_id":10000340,"gl_product_id":67,"mfr_sku":"G0174NQ8324","mfr_model":"G0174NQ8324","pattern":"Kasmin cork","color":"Bistro Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c5652","top_colors":[{"hex":"#4c5652","pct":18.1},{"hex":"#455353","pct":17.4},{"hex":"#435150","pct":15.3}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500560.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-bistro-green","shopify_pid":"7880971649075","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500570","dw_number":500570,"gl_id":10000342,"gl_product_id":67,"mfr_sku":"G0174NQ8325","mfr_model":"G0174NQ8325","pattern":"Kasmin cork","color":"Mauve Wine","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Mauve Wine Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Mauve Wine brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#884947","top_colors":[{"hex":"#884947","pct":20.5},{"hex":"#874645","pct":17},{"hex":"#854645","pct":12.5}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500570.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-mauve-wine","shopify_pid":"7880971747379","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500580","dw_number":500580,"gl_id":10000339,"gl_product_id":67,"mfr_sku":"G0174NQ8326","mfr_model":"G0174NQ8326","pattern":"Kasmin cork","color":"Raw Sienna","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Raw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Raw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e6a59","top_colors":[{"hex":"#9e6a59","pct":18.3},{"hex":"#9e6858","pct":16.6},{"hex":"#9a6756","pct":15}],"color_family":"Red","tags":["Cork","Red","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500580.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-raw-sienna","shopify_pid":"7880971616307","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500590","dw_number":500590,"gl_id":10000341,"gl_product_id":67,"mfr_sku":"G0174NQ8327","mfr_model":"G0174NQ8327","pattern":"Kasmin cork","color":"Brown Sugar","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#937357","top_colors":[{"hex":"#937357","pct":21.6},{"hex":"#937254","pct":16.4},{"hex":"#917053","pct":15.7}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500590.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-brown-sugar","shopify_pid":"7880971714611","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500600","dw_number":500600,"gl_id":10000343,"gl_product_id":67,"mfr_sku":"G0174NQ8328","mfr_model":"G0174NQ8328","pattern":"Kasmin cork","color":"Calliste Green","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":23.3},{"hex":"#747b5b","pct":17},{"hex":"#747356","pct":11.1}],"color_family":"Green","tags":["Cork","Green","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500600.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-calliste-green","shopify_pid":"7880971780147","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500610","dw_number":500610,"gl_id":10000351,"gl_product_id":67,"mfr_sku":"G0174NQ8329","mfr_model":"G0174NQ8329","pattern":"Kasmin cork","color":"Lark","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Lark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Lark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8bfa5","top_colors":[{"hex":"#c8bfa5","pct":15.7},{"hex":"#c2b799","pct":15.7},{"hex":"#bcaf92","pct":15.1}],"color_family":"Warm","tags":["Cork","Warm","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500610.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-lark","shopify_pid":"7880972042291","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500620","dw_number":500620,"gl_id":10000350,"gl_product_id":67,"mfr_sku":"G0174NQ8330","mfr_model":"G0174NQ8330","pattern":"Kasmin cork","color":"Cement","city":"Newport","collection":"Tip Cards","collection_code":"G0174","title":"Newport-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork","repeat":null,"fire_rating":"ASTM E84 Class A,BSEN 13501 ClassB s1 d0","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Tip Cards","product_type":"Wallcovering","description":"The Newport colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A,BSEN 13501 ClassB s1 d0 fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d5d6cd","top_colors":[{"hex":"#d5d6cd","pct":16.1},{"hex":"#d9dad3","pct":15.5},{"hex":"#d3d4ca","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Newport","Phillipe Romano","quotes"],"image":"/img/Cork-500620.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"newport-cork-wallcovering-cement-1","shopify_pid":"7880972009523","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=67","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500630","dw_number":500630,"gl_id":10003311,"gl_product_id":252,"mfr_sku":"G0181NQ8339","mfr_model":"G0181NQ8339","pattern":"Super Cork","color":"Moon Glow","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Moon Glow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Moon Glow brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f5f6f9","top_colors":[{"hex":"#f5f6f9","pct":16.7},{"hex":"#f7f9fb","pct":15.6},{"hex":"#eef0f1","pct":13}],"color_family":"White","tags":["Cork","White","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500630.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-moon-glow","shopify_pid":"7880970829875","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500640","dw_number":500640,"gl_id":10003312,"gl_product_id":252,"mfr_sku":"G0181NQ8340","mfr_model":"G0181NQ8340","pattern":"Super Cork","color":"Destowed Birch","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Destowed Birch Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Destowed Birch brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f6f7fa","top_colors":[{"hex":"#f6f7fa","pct":15.8},{"hex":"#dcdedf","pct":14.2},{"hex":"#f4f5f7","pct":13.2}],"color_family":"White","tags":["Cork","White","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500640.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-destowed-birch","shopify_pid":"7880970862643","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500650","dw_number":500650,"gl_id":10003313,"gl_product_id":252,"mfr_sku":"G0181NQ8341","mfr_model":"G0181NQ8341","pattern":"Super Cork","color":"Fascinating Fir","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Fascinating Fir Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Fascinating Fir brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#64645c","top_colors":[{"hex":"#64645c","pct":19.1},{"hex":"#5f615b","pct":14.2},{"hex":"#5d5c54","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500650.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-fascinating-fir","shopify_pid":"7880970895411","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500660","dw_number":500660,"gl_id":10003314,"gl_product_id":252,"mfr_sku":"G0181NQ8342","mfr_model":"G0181NQ8342","pattern":"Super Cork","color":"Bubbly Blue","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Bubbly Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Bubbly Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f4857","top_colors":[{"hex":"#3f4857","pct":22.2},{"hex":"#474d55","pct":15.4},{"hex":"#3b4452","pct":12}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500660.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-bubbly-blue","shopify_pid":"7880970928179","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500670","dw_number":500670,"gl_id":10003318,"gl_product_id":252,"mfr_sku":"G0181NQ8343","mfr_model":"G0181NQ8343","pattern":"Super Cork","color":"Dazzling Junper","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Dazzling Junper Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Dazzling Junper brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4f5a4f","top_colors":[{"hex":"#4f5a4f","pct":18.8},{"hex":"#475148","pct":16.4},{"hex":"#4a574d","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500670.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-dazzling-junper","shopify_pid":"7880971059251","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500680","dw_number":500680,"gl_id":10003319,"gl_product_id":252,"mfr_sku":"G0181NQ8344","mfr_model":"G0181NQ8344","pattern":"Super Cork","color":"Turkish Tile","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Turkish Tile brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3e4948","top_colors":[{"hex":"#3e4948","pct":20.1},{"hex":"#454e4b","pct":17.8},{"hex":"#3b4746","pct":12.3}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500680.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-turkish-tile","shopify_pid":"7880971092019","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500690","dw_number":500690,"gl_id":10003315,"gl_product_id":252,"mfr_sku":"G0181NQ8345","mfr_model":"G0181NQ8345","pattern":"Super Cork","color":"Amphora","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Amphora Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Amphora brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#736553","top_colors":[{"hex":"#736553","pct":22.8},{"hex":"#71624f","pct":14.3},{"hex":"#6b5d4b","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500690.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-amphora","shopify_pid":"7880970960947","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500700","dw_number":500700,"gl_id":10003316,"gl_product_id":252,"mfr_sku":"G0181NQ8346","mfr_model":"G0181NQ8346","pattern":"Super Cork","color":"Picante","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Picante Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Picante brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5e3e39","top_colors":[{"hex":"#5e3e39","pct":15.5},{"hex":"#583b37","pct":15.2},{"hex":"#5f403a","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500700.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-picante","shopify_pid":"7880970993715","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500710","dw_number":500710,"gl_id":10003320,"gl_product_id":252,"mfr_sku":"G0181NQ8347","mfr_model":"G0181NQ8347","pattern":"Super Cork","color":"Taupe Gray","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Taupe Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Taupe Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5c5852","top_colors":[{"hex":"#5c5852","pct":17.1},{"hex":"#57544d","pct":14.9},{"hex":"#514f49","pct":14.5}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500710.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-taupe-gray","shopify_pid":"7880971124787","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500720","dw_number":500720,"gl_id":10003317,"gl_product_id":252,"mfr_sku":"G0181NQ8348","mfr_model":"G0181NQ8348","pattern":"Super Cork","color":"Blue Nights","city":"Cape May","collection":"TIP CARDS","collection_code":"G0181","title":"Cape May-Blue Nights Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Cape May colorway in Blue Nights brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4a40","top_colors":[{"hex":"#4e4a40","pct":17.7},{"hex":"#4c473e","pct":17.2},{"hex":"#4f4b41","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Cape May","Phillipe Romano","quotes"],"image":"/img/Cork-500720.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"cape-may-cork-wallcovering-blue-nights","shopify_pid":"7880971026483","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=252","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500730","dw_number":500730,"gl_id":10003321,"gl_product_id":253,"mfr_sku":"G0182NQ8349","mfr_model":"G0182NQ8349","pattern":"Sculpted Cork","color":"Wooddash","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Wooddash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Wooddash brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b38f65","top_colors":[{"hex":"#b38f65","pct":18.6},{"hex":"#b18b61","pct":15.3},{"hex":"#ac865d","pct":15}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500730.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-wooddash","shopify_pid":"7880970567731","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500740","dw_number":500740,"gl_id":10003323,"gl_product_id":253,"mfr_sku":"G0182NQ8350","mfr_model":"G0182NQ8350","pattern":"Sculpted Cork","color":"Woodsmoke","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Woodsmoke brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b18d62","top_colors":[{"hex":"#b18d62","pct":17.6},{"hex":"#a17e58","pct":14.2},{"hex":"#a4835b","pct":12.6}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500740.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-woodsmoke","shopify_pid":"7880970633267","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500750","dw_number":500750,"gl_id":10003325,"gl_product_id":253,"mfr_sku":"G0182NQ8351","mfr_model":"G0182NQ8351","pattern":"Sculpted Cork","color":"Rosewood","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ab8d65","top_colors":[{"hex":"#ab8d65","pct":16},{"hex":"#a1825d","pct":13.6},{"hex":"#a88961","pct":13.5}],"color_family":"Warm","tags":["Cork","Warm","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500750.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-rosewood","shopify_pid":"7880970698803","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500760","dw_number":500760,"gl_id":10003327,"gl_product_id":253,"mfr_sku":"G0182NQ8352","mfr_model":"G0182NQ8352","pattern":"Sculpted Cork","color":"Steel Sorcerer","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Steel Sorcerer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Steel Sorcerer brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c3c6ca","top_colors":[{"hex":"#c3c6ca","pct":16.6},{"hex":"#babdbf","pct":14.8},{"hex":"#c6cbcf","pct":14.1}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500760.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-steel-sorcerer","shopify_pid":"7880970764339","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500770","dw_number":500770,"gl_id":10003326,"gl_product_id":253,"mfr_sku":"G0182NQ8353","mfr_model":"G0182NQ8353","pattern":"Sculpted Cork","color":"Ethereal Sage","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Ethereal Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Ethereal Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#706f55","top_colors":[{"hex":"#706f55","pct":19.7},{"hex":"#696850","pct":14.1},{"hex":"#6d6950","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500770.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-ethereal-sage","shopify_pid":"7880970731571","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500780","dw_number":500780,"gl_id":10003324,"gl_product_id":253,"mfr_sku":"G0182NQ8354","mfr_model":"G0182NQ8354","pattern":"Sculpted Cork","color":"Winter Bloom","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Winter Bloom Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Winter Bloom brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d524f","top_colors":[{"hex":"#5d524f","pct":16.6},{"hex":"#584e4c","pct":14.6},{"hex":"#564c4b","pct":12.6}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500780.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-winter-bloom","shopify_pid":"7880970666035","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500790","dw_number":500790,"gl_id":10003328,"gl_product_id":253,"mfr_sku":"G0182NQ8355","mfr_model":"G0182NQ8355","pattern":"Sculpted Cork","color":"Captivating Night","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Captivating Night Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Captivating Night brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4e4f","top_colors":[{"hex":"#4d4e4f","pct":16.3},{"hex":"#43474d","pct":14.2},{"hex":"#434850","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500790.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-captivating-night","shopify_pid":"7880970797107","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500800","dw_number":500800,"gl_id":10003322,"gl_product_id":253,"mfr_sku":"G0182NQ8356","mfr_model":"G0182NQ8356","pattern":"Sculpted Cork","color":"Argan Oil","city":"Chatham","collection":"TIP CARDS","collection_code":"G0182","title":"Chatham-Argan Oil Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Panel,Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"200","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, TIP CARDS","product_type":"Wallcovering","description":"The Chatham colorway in Argan Oil brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#584b3f","top_colors":[{"hex":"#584b3f","pct":18.5},{"hex":"#4f443b","pct":16.7},{"hex":"#52453c","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Chatham","Phillipe Romano","quotes"],"image":"/img/Cork-500800.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"chatham-cork-wallcovering-argan-oil","shopify_pid":"7880970600499","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=253","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500810","dw_number":500810,"gl_id":10003532,"gl_product_id":268,"mfr_sku":"H171DP1172","mfr_model":"H171DP1172","pattern":"Ink Essence","color":"Ink Essence","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Ink Essence Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Ink Essence brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#988e60","top_colors":[{"hex":"#988e60","pct":14.2},{"hex":"#d4d1bf","pct":13.2},{"hex":"#c0b898","pct":12.7}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500810.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-ink-essence-1","shopify_pid":"7880970534963","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=268","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500820","dw_number":500820,"gl_id":10003531,"gl_product_id":268,"mfr_sku":"H171DP1173","mfr_model":"H171DP1173","pattern":"Ink Essence","color":"Ink Essence","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Ink Essence Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Ink Essence brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8396a9","top_colors":[{"hex":"#8396a9","pct":13.2},{"hex":"#e1e6ea","pct":13.1},{"hex":"#f2f4f6","pct":13}],"color_family":"Blue","tags":["Cork","Blue","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500820.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-ink-essence","shopify_pid":"7880970502195","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=268","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500830","dw_number":500830,"gl_id":10003534,"gl_product_id":269,"mfr_sku":"H171LA3001","mfr_model":"H171LA3001","pattern":"Branch Whispers","color":"Branch Whispers","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Branch Whispers Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Branch Whispers brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c9cdd1","top_colors":[{"hex":"#c9cdd1","pct":15.8},{"hex":"#b6b6b4","pct":14},{"hex":"#cfd3d7","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500830.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-branch-whispers-1","shopify_pid":"7880969060403","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=269","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500840","dw_number":500840,"gl_id":10003533,"gl_product_id":269,"mfr_sku":"H171LA3002","mfr_model":"H171LA3002","pattern":"Branch Whispers","color":"Branch Whispers","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Branch Whispers Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Branch Whispers brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#233445","top_colors":[{"hex":"#233445","pct":17.4},{"hex":"#283543","pct":15.4},{"hex":"#343c42","pct":15}],"color_family":"Black","tags":["Cork","Black","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500840.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-branch-whispers","shopify_pid":"7880969027635","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=269","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500850","dw_number":500850,"gl_id":10003536,"gl_product_id":270,"mfr_sku":"H171LA3003","mfr_model":"H171LA3003","pattern":"Linear space","color":"Linear Space","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Linear Space Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Linear Space brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f2f3f4","top_colors":[{"hex":"#f2f3f4","pct":14.6},{"hex":"#efeff0","pct":13.8},{"hex":"#e5e5e4","pct":13.2}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500850.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-linear-space-1","shopify_pid":"7880970469427","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=270","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500860","dw_number":500860,"gl_id":10003535,"gl_product_id":270,"mfr_sku":"H171LA3004","mfr_model":"H171LA3004","pattern":"Linear space","color":"Linear Space","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Linear Space Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Linear Space brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c5a05d","top_colors":[{"hex":"#c5a05d","pct":17.6},{"hex":"#c6a360","pct":15.2},{"hex":"#c09d5c","pct":15.2}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500860.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-linear-space","shopify_pid":"7880970436659","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=270","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500870","dw_number":500870,"gl_id":10003537,"gl_product_id":271,"mfr_sku":"H171LA3005","mfr_model":"H171LA3005","pattern":"Tranquil Countryside","color":"Tranquil Countryside","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Tranquil Countryside Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"89 cm/35''","width_inches":35,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"250","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Tranquil Countryside brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b4a88b","top_colors":[{"hex":"#b4a88b","pct":16.4},{"hex":"#978a6f","pct":14},{"hex":"#b8ae91","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500870.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-tranquil-countryside","shopify_pid":"7880970403891","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=271","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500880","dw_number":500880,"gl_id":10003539,"gl_product_id":272,"mfr_sku":"H171NQ8101","mfr_model":"H171NQ8101","pattern":"Golden Oak","color":"Primary Colour","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Primary Colour Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Primary Colour brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#38302b","top_colors":[{"hex":"#38302b","pct":16.5},{"hex":"#2d2824","pct":13.6},{"hex":"#4d5b5c","pct":13.6}],"color_family":"Black","tags":["Cork","Black","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500880.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-primary-colour","shopify_pid":"7880970371123","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=272","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500890","dw_number":500890,"gl_id":10003538,"gl_product_id":272,"mfr_sku":"H171NQ8103","mfr_model":"H171NQ8103","pattern":"Golden Oak","color":"Golden Oak","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Golden Oak Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"305","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Golden Oak brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a77966","top_colors":[{"hex":"#a77966","pct":15.1},{"hex":"#976656","pct":14.3},{"hex":"#a3715f","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500890.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-golden-oak","shopify_pid":"7880970338355","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=272","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500900","dw_number":500900,"gl_id":10003542,"gl_product_id":273,"mfr_sku":"H171NQ8269","mfr_model":"H171NQ8269","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5a5d5c","top_colors":[{"hex":"#5a5d5c","pct":21.9},{"hex":"#5d5c58","pct":16},{"hex":"#585c5a","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500900.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-1","shopify_pid":"7880969158707","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500910","dw_number":500910,"gl_id":10003548,"gl_product_id":273,"mfr_sku":"H171NQ8305","mfr_model":"H171NQ8305","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8c8991","top_colors":[{"hex":"#8c8991","pct":22.7},{"hex":"#888791","pct":14.1},{"hex":"#857d7e","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500910.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-6","shopify_pid":"7880969355315","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500920","dw_number":500920,"gl_id":10003543,"gl_product_id":273,"mfr_sku":"H171NQ8306","mfr_model":"H171NQ8306","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f1f2f3","top_colors":[{"hex":"#f1f2f3","pct":15},{"hex":"#f3f4f6","pct":13.6},{"hex":"#dad7d4","pct":13.4}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500920.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-2","shopify_pid":"7880969191475","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500930","dw_number":500930,"gl_id":10003564,"gl_product_id":273,"mfr_sku":"H171NQ8307","mfr_model":"H171NQ8307","pattern":"Plain Cork","color":"Woodash","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Woodash brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b08249","top_colors":[{"hex":"#b08249","pct":20},{"hex":"#a4723d","pct":15.2},{"hex":"#ac7b44","pct":14.9}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500930.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-woodash","shopify_pid":"7880969912371","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500940","dw_number":500940,"gl_id":10003560,"gl_product_id":273,"mfr_sku":"H171NQ8308","mfr_model":"H171NQ8308","pattern":"Plain Cork","color":"Rosewood","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b48d5b","top_colors":[{"hex":"#b48d5b","pct":17.3},{"hex":"#a77d4e","pct":13.1},{"hex":"#927047","pct":12.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500940.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-rosewood","shopify_pid":"7880969748531","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500950","dw_number":500950,"gl_id":10003561,"gl_product_id":273,"mfr_sku":"H171NQ8309","mfr_model":"H171NQ8309","pattern":"Plain Cork","color":"Woodsmoke","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Woodsmoke brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":14.4},{"hex":"#aa7942","pct":13.6},{"hex":"#a06f3b","pct":13.6}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500950.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-woodsmoke","shopify_pid":"7880969781299","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500960","dw_number":500960,"gl_id":10003546,"gl_product_id":273,"mfr_sku":"H171NQ8311","mfr_model":"H171NQ8311","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500960.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-4","shopify_pid":"7880969289779","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500970","dw_number":500970,"gl_id":10003547,"gl_product_id":273,"mfr_sku":"H171NQ8312","mfr_model":"H171NQ8312","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c2b1","top_colors":[{"hex":"#c4c2b1","pct":19.3},{"hex":"#c1bfad","pct":15.4},{"hex":"#b7b3a2","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500970.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-5","shopify_pid":"7880969322547","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500980","dw_number":500980,"gl_id":10003540,"gl_product_id":273,"mfr_sku":"H171NQ8313","mfr_model":"H171NQ8313","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500980.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork","shopify_pid":"7880969093171","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-500990","dw_number":500990,"gl_id":10003541,"gl_product_id":273,"mfr_sku":"H171NQ8314","mfr_model":"H171NQ8314","pattern":"Plain Cork","color":"Whisper White","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Whisper White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ecead8","top_colors":[{"hex":"#ecead8","pct":16.6},{"hex":"#cec7b7","pct":13},{"hex":"#e1ddcd","pct":12.6}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-500990.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-whisper-white","shopify_pid":"7880969125939","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501000","dw_number":501000,"gl_id":10003544,"gl_product_id":273,"mfr_sku":"H171NQ8315","mfr_model":"H171NQ8315","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eef0f0","top_colors":[{"hex":"#eef0f0","pct":17},{"hex":"#f0f2f3","pct":13.9},{"hex":"#eceded","pct":13.1}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-3","shopify_pid":"7880969224243","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501010","dw_number":501010,"gl_id":10003545,"gl_product_id":273,"mfr_sku":"H171NQ8316","mfr_model":"H171NQ8316","pattern":"Plain Cork","color":"Homebush Gold","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Homebush Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Homebush Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4a560","top_colors":[{"hex":"#c4a560","pct":18.6},{"hex":"#bea05d","pct":15.8},{"hex":"#c3a35d","pct":14.5}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-homebush-gold","shopify_pid":"7880969257011","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501020","dw_number":501020,"gl_id":10003549,"gl_product_id":273,"mfr_sku":"H171NQ8317","mfr_model":"H171NQ8317","pattern":"Plain Cork","color":"Emperador","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Emperador brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-emperador","shopify_pid":"7880969388083","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501030","dw_number":501030,"gl_id":10003550,"gl_product_id":273,"mfr_sku":"H171NQ8318","mfr_model":"H171NQ8318","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501030.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-7","shopify_pid":"7880969420851","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501040","dw_number":501040,"gl_id":10003551,"gl_product_id":273,"mfr_sku":"H171NQ8319","mfr_model":"H171NQ8319","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-8","shopify_pid":"7880969453619","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501050","dw_number":501050,"gl_id":10003557,"gl_product_id":273,"mfr_sku":"H171NQ8322","mfr_model":"H171NQ8322","pattern":"Plain Cork","color":"Satellite","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7b4b4","top_colors":[{"hex":"#b7b4b4","pct":17.7},{"hex":"#aaa5a1","pct":13.2},{"hex":"#b1acaa","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-satellite","shopify_pid":"7880969650227","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501060","dw_number":501060,"gl_id":10003562,"gl_product_id":273,"mfr_sku":"H171NQ8323","mfr_model":"H171NQ8323","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#404555","top_colors":[{"hex":"#404555","pct":20.6},{"hex":"#3e4455","pct":17.4},{"hex":"#3c4253","pct":15}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-11","shopify_pid":"7880969814067","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501070","dw_number":501070,"gl_id":10003552,"gl_product_id":273,"mfr_sku":"H171NQ8324","mfr_model":"H171NQ8324","pattern":"Plain Cork","color":"Bistro Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c5652","top_colors":[{"hex":"#4c5652","pct":18.8},{"hex":"#455352","pct":18.2},{"hex":"#435150","pct":17}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-bistro-green","shopify_pid":"7880969486387","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501080","dw_number":501080,"gl_id":10003553,"gl_product_id":273,"mfr_sku":"H171NQ8325","mfr_model":"H171NQ8325","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#884946","top_colors":[{"hex":"#884946","pct":21.7},{"hex":"#874645","pct":17},{"hex":"#834c46","pct":12.2}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-9","shopify_pid":"7880969519155","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501090","dw_number":501090,"gl_id":10003554,"gl_product_id":273,"mfr_sku":"H171NQ8326","mfr_model":"H171NQ8326","pattern":"Plain Cork","color":"Paw Sienna","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Paw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Paw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e6858","top_colors":[{"hex":"#9e6858","pct":18},{"hex":"#9a6756","pct":15.9},{"hex":"#9e6a5a","pct":15.8}],"color_family":"Red","tags":["Cork","Red","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-paw-sienna","shopify_pid":"7880969551923","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501100","dw_number":501100,"gl_id":10003555,"gl_product_id":273,"mfr_sku":"H171NQ8327","mfr_model":"H171NQ8327","pattern":"Plain Cork","color":"Brown Sugar","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#937357","top_colors":[{"hex":"#937357","pct":22.3},{"hex":"#917053","pct":16.5},{"hex":"#937254","pct":16.5}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-brown-sugar","shopify_pid":"7880969584691","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501110","dw_number":501110,"gl_id":10003556,"gl_product_id":273,"mfr_sku":"H171NQ8328","mfr_model":"H171NQ8328","pattern":"Plain Cork","color":"Calliste Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":23.6},{"hex":"#747b5b","pct":16.8},{"hex":"#747356","pct":11}],"color_family":"Green","tags":["Cork","Green","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-calliste-green","shopify_pid":"7880969617459","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501120","dw_number":501120,"gl_id":10003559,"gl_product_id":273,"mfr_sku":"H171NQ8329","mfr_model":"H171NQ8329","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8bfa5","top_colors":[{"hex":"#c8bfa5","pct":16.1},{"hex":"#c2b799","pct":15.7},{"hex":"#bcaf92","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-10","shopify_pid":"7880969715763","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501130","dw_number":501130,"gl_id":10003558,"gl_product_id":273,"mfr_sku":"H171NQ8330","mfr_model":"H171NQ8330","pattern":"Plain Cork","color":"Leaf Green","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Leaf Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Leaf Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d5d6cd","top_colors":[{"hex":"#d5d6cd","pct":15.9},{"hex":"#d9dad3","pct":15.8},{"hex":"#cecfc4","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-leaf-green","shopify_pid":"7880969682995","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501140","dw_number":501140,"gl_id":10003565,"gl_product_id":273,"mfr_sku":"H171NQ8332","mfr_model":"H171NQ8332","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#fcfdfd","top_colors":[{"hex":"#fcfdfd","pct":16.4},{"hex":"#fbfdfd","pct":15.4},{"hex":"#fafbfc","pct":14}],"color_family":"White","tags":["Cork","White","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-13","shopify_pid":"7880969945139","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501150","dw_number":501150,"gl_id":10003574,"gl_product_id":273,"mfr_sku":"H171NQ8357","mfr_model":"H171NQ8357","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c6c16d","top_colors":[{"hex":"#c6c16d","pct":16.2},{"hex":"#c2be6c","pct":14},{"hex":"#bfb96a","pct":13.2}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501150.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-18","shopify_pid":"7880970240051","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501160","dw_number":501160,"gl_id":10003567,"gl_product_id":273,"mfr_sku":"H171NQ8360","mfr_model":"H171NQ8360","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b5af98","top_colors":[{"hex":"#b5af98","pct":15.7},{"hex":"#b2ab95","pct":15.7},{"hex":"#ada48f","pct":13.6}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501160.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-14","shopify_pid":"7880970010675","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501170","dw_number":501170,"gl_id":10003572,"gl_product_id":273,"mfr_sku":"H171NQ8361","mfr_model":"H171NQ8361","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a58f7b","top_colors":[{"hex":"#a58f7b","pct":19.1},{"hex":"#a38d79","pct":15.8},{"hex":"#a8927e","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501170.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-17","shopify_pid":"7880970174515","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501180","dw_number":501180,"gl_id":10003571,"gl_product_id":273,"mfr_sku":"H171NQ8363","mfr_model":"H171NQ8363","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#566a71","top_colors":[{"hex":"#566a71","pct":18.8},{"hex":"#53686e","pct":15.9},{"hex":"#57686c","pct":13.6}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501180.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-16","shopify_pid":"7880970141747","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501190","dw_number":501190,"gl_id":10003570,"gl_product_id":273,"mfr_sku":"H171NQ8364","mfr_model":"H171NQ8364","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#646174","top_colors":[{"hex":"#646174","pct":20.9},{"hex":"#676374","pct":20.2},{"hex":"#656070","pct":12.3}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501190.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-15","shopify_pid":"7880970108979","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501200","dw_number":501200,"gl_id":10003563,"gl_product_id":273,"mfr_sku":"H171NQ8368","mfr_model":"H171NQ8368","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4c4935","top_colors":[{"hex":"#4c4935","pct":17.6},{"hex":"#464430","pct":14.7},{"hex":"#423b28","pct":12.7}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501200.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-12","shopify_pid":"7880969846835","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501210","dw_number":501210,"gl_id":10003568,"gl_product_id":273,"mfr_sku":"H171NQ8373","mfr_model":"H171NQ8373","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#bda772","top_colors":[{"hex":"#bda772","pct":16.5},{"hex":"#b6a06d","pct":15},{"hex":"#baa36f","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501210.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-1","shopify_pid":"7880970043443","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501220","dw_number":501220,"gl_id":10003566,"gl_product_id":273,"mfr_sku":"H171NQ8375","mfr_model":"H171NQ8375","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b7aa8e","top_colors":[{"hex":"#b7aa8e","pct":17.2},{"hex":"#b8ae92","pct":15.6},{"hex":"#b1a184","pct":14.6}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501220.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark","shopify_pid":"7880969977907","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501230","dw_number":501230,"gl_id":10003573,"gl_product_id":273,"mfr_sku":"H171NQ8377","mfr_model":"H171NQ8377","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9a846f","top_colors":[{"hex":"#9a846f","pct":19.7},{"hex":"#9c8771","pct":14.6},{"hex":"#96816c","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501230.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-3","shopify_pid":"7880970207283","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501240","dw_number":501240,"gl_id":10003576,"gl_product_id":273,"mfr_sku":"H171NQ8378","mfr_model":"H171NQ8378","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#bdc1c1","top_colors":[{"hex":"#bdc1c1","pct":17.9},{"hex":"#b6b9b7","pct":14.3},{"hex":"#c2c5c5","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501240.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-20","shopify_pid":"7880970305587","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501250","dw_number":501250,"gl_id":10003575,"gl_product_id":273,"mfr_sku":"H171NQ8379","mfr_model":"H171NQ8379","pattern":"Plain Cork","color":"Kasmin","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Kasmin Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Kasmin brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9ca296","top_colors":[{"hex":"#9ca296","pct":20.1},{"hex":"#939488","pct":13.6},{"hex":"#9b9f93","pct":13.1}],"color_family":"Neutral","tags":["Cork","Neutral","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501250.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-kasmin-cork-19","shopify_pid":"7880970272819","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501260","dw_number":501260,"gl_id":10003569,"gl_product_id":273,"mfr_sku":"H171NQ8380","mfr_model":"H171NQ8380","pattern":"Plain Cork","color":"Oak Bark","city":"Nantucket","collection":"Wabi Sabi","collection_code":"H171","title":"Nantucket-Oak Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36'',89 cm/35''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":null,"weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Wabi Sabi","product_type":"Wallcovering","description":"The Nantucket colorway in Oak Bark brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'',89 cm/35'' wide, Non Woven backing. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#849979","top_colors":[{"hex":"#849979","pct":17},{"hex":"#809777","pct":15.1},{"hex":"#829475","pct":13.9}],"color_family":"Green","tags":["Cork","Green","Nantucket","Phillipe Romano","quotes"],"image":"/img/Cork-501260.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"nantucket-cork-wallcovering-oak-bark-2","shopify_pid":"7880970076211","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=273","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501270","dw_number":501270,"gl_id":349,"gl_product_id":null,"mfr_sku":"H192NQ8309","mfr_model":"H192NQ8309","pattern":"Lced coffee","color":"Lced Coffee","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Lced Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Lced Coffee brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ae7f47","top_colors":[{"hex":"#ae7f47","pct":15.1},{"hex":"#a06f3b","pct":13.7},{"hex":"#aa7842","pct":13.4}],"color_family":"Red","tags":["Cork","Red","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501270.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-lced-coffee","shopify_pid":"7880935604275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=349","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501280","dw_number":501280,"gl_id":359,"gl_product_id":null,"mfr_sku":"H192NQ8310","mfr_model":"H192NQ8310","pattern":"Blanc de blanc","color":"Blanc De Blanc","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Blanc De Blanc Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Blanc De Blanc brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eff0ec","top_colors":[{"hex":"#eff0ec","pct":16.8},{"hex":"#ecece8","pct":14.4},{"hex":"#d4d3cc","pct":12.8}],"color_family":"White","tags":["Cork","White","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501280.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-blanc-de-blanc","shopify_pid":"7880937242675","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=359","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501290","dw_number":501290,"gl_id":341,"gl_product_id":null,"mfr_sku":"H192NQ8317","mfr_model":"H192NQ8317","pattern":"Black coffee","color":"Black Coffee","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Black Coffee brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#44403c","top_colors":[{"hex":"#44403c","pct":19.7},{"hex":"#413d38","pct":17},{"hex":"#3e3b37","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501290.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-black-coffee","shopify_pid":"7880935538739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=341","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501300","dw_number":501300,"gl_id":352,"gl_product_id":null,"mfr_sku":"H192NQ8321","mfr_model":"H192NQ8321","pattern":"Sliver gray","color":"Silver Gray","city":"Martha's Vineyard","collection":null,"collection_code":"H192","title":"Martha's Vineyard-Silver Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"CORK 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"230","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Story of Nature III","product_type":"Wallcovering","description":"The Martha's Vineyard colorway in Silver Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8e1d3","top_colors":[{"hex":"#e8e1d3","pct":14.8},{"hex":"#e4dcce","pct":14.6},{"hex":"#eae3d7","pct":14.3}],"color_family":"Neutral","tags":["Cork","Neutral","Martha's Vineyard","Phillipe Romano","quotes"],"image":"/img/Cork-501300.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"marthas-vineyard-cork-wallcovering-sliver-gray","shopify_pid":"7880935637043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=352","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501310","dw_number":501310,"gl_id":546,"gl_product_id":null,"mfr_sku":"S176NQ8269","mfr_model":"S176NQ8269","pattern":"Charcoal Gray","color":"Charcoal Gray","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#5d5c58","top_colors":[{"hex":"#5d5c58","pct":18.6},{"hex":"#5a5d5c","pct":17.1},{"hex":"#595c5a","pct":15.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501310.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-charcoal-gray","shopify_pid":"7880968994867","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=546","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501320","dw_number":501320,"gl_id":542,"gl_product_id":null,"mfr_sku":"S176NQ8311","mfr_model":"S176NQ8311","pattern":"Silvery Grey","color":"Silvery Grey","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Silvery Grey Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Silvery Grey brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c8ced3","top_colors":[{"hex":"#c8ced3","pct":16.3},{"hex":"#c5cbcf","pct":14.1},{"hex":"#babfc2","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501320.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-silvery-grey","shopify_pid":"7880968962099","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=542","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501330","dw_number":501330,"gl_id":465,"gl_product_id":null,"mfr_sku":"S176NQ8313","mfr_model":"S176NQ8313","pattern":"Rifle Green","color":"Rifle Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#51543f","top_colors":[{"hex":"#51543f","pct":22.3},{"hex":"#4d4f3d","pct":15.6},{"hex":"#50523f","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501330.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-rifle-green","shopify_pid":"7880937504819","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=465","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501340","dw_number":501340,"gl_id":531,"gl_product_id":null,"mfr_sku":"S176NQ8318","mfr_model":"S176NQ8318","pattern":"Black","color":"Black","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Black brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3f3f3c","top_colors":[{"hex":"#3f3f3c","pct":14.5},{"hex":"#3b3c39","pct":13.4},{"hex":"#373836","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501340.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-black","shopify_pid":"7880968929331","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=531","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501350","dw_number":501350,"gl_id":419,"gl_product_id":null,"mfr_sku":"S176NQ8319","mfr_model":"S176NQ8319","pattern":"Warm White","color":"Warm White","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f8fafc","top_colors":[{"hex":"#f8fafc","pct":16.2},{"hex":"#f6f8fa","pct":13.8},{"hex":"#f0f2f3","pct":13.5}],"color_family":"White","tags":["Cork","White","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501350.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-warm-white","shopify_pid":"7880937308211","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=419","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501360","dw_number":501360,"gl_id":515,"gl_product_id":null,"mfr_sku":"S176NQ8323","mfr_model":"S176NQ8323","pattern":"Insignia Blue","color":"Insignia Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Insignia Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#404556","top_colors":[{"hex":"#404556","pct":18.5},{"hex":"#3d4354","pct":17.6},{"hex":"#3f4455","pct":17.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501360.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-insignia-blue","shopify_pid":"7880968896563","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=515","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501370","dw_number":501370,"gl_id":475,"gl_product_id":null,"mfr_sku":"S176NQ8324","mfr_model":"S176NQ8324","pattern":"Bistro Green","color":"Bistro Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Bistro Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Bistro Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#445252","top_colors":[{"hex":"#445252","pct":18.9},{"hex":"#414f4f","pct":14.9},{"hex":"#515853","pct":14.6}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501370.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-bistro-green","shopify_pid":"7880937668659","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=475","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501380","dw_number":501380,"gl_id":462,"gl_product_id":null,"mfr_sku":"S176NQ8328","mfr_model":"S176NQ8328","pattern":"Calliste Green","color":"Calliste Green","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Calliste Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#787d5d","top_colors":[{"hex":"#787d5d","pct":21.4},{"hex":"#757b5b","pct":19.5},{"hex":"#737959","pct":15.2}],"color_family":"Green","tags":["Cork","Green","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501380.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-calliste-green","shopify_pid":"7880937406515","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=462","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501390","dw_number":501390,"gl_id":541,"gl_product_id":null,"mfr_sku":"S176NQ8341","mfr_model":"S176NQ8341","pattern":"Fascinating Fir","color":"Fascinating Fir","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Fascinating Fir Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Fascinating Fir brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#64645d","top_colors":[{"hex":"#64645d","pct":21.1},{"hex":"#5d5b53","pct":14.4},{"hex":"#5f615b","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501390.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-fascinating-fir","shopify_pid":"7880968863795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=541","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501400","dw_number":501400,"gl_id":509,"gl_product_id":null,"mfr_sku":"S176NQ8342","mfr_model":"S176NQ8342","pattern":"Bubbly Blue","color":"Bubbly Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Bubbly Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Bubbly Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#3e4756","top_colors":[{"hex":"#3e4756","pct":22.1},{"hex":"#424a56","pct":14},{"hex":"#4a4f55","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501400.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-bubbly-blue","shopify_pid":"7880968831027","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=509","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501410","dw_number":501410,"gl_id":473,"gl_product_id":null,"mfr_sku":"S176NQ8343","mfr_model":"S176NQ8343","pattern":"Dazzling Junper","color":"Dazzling Junper","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Dazzling Junper Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Dazzling Junper brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#505b50","top_colors":[{"hex":"#505b50","pct":18.1},{"hex":"#4a584e","pct":16.6},{"hex":"#49554b","pct":14.8}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501410.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-dazzling-junper","shopify_pid":"7880937570355","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=473","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501420","dw_number":501420,"gl_id":474,"gl_product_id":null,"mfr_sku":"S176NQ8344","mfr_model":"S176NQ8344","pattern":"Turkish Tile","color":"Turkish Tile","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Turkish Tile Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Turkish Tile brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#424d4b","top_colors":[{"hex":"#424d4b","pct":21.9},{"hex":"#3e4a4a","pct":15.9},{"hex":"#595c53","pct":11.8}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501420.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-turkish-tile","shopify_pid":"7880937603123","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=474","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501430","dw_number":501430,"gl_id":558,"gl_product_id":null,"mfr_sku":"S176NQ8352","mfr_model":"S176NQ8352","pattern":"Steel Sorcerer","color":"Steel Sorcerer","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Steel Sorcerer Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Steel Sorcerer brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c4c7cc","top_colors":[{"hex":"#c4c7cc","pct":15.9},{"hex":"#bec1c4","pct":14.2},{"hex":"#c2c5c9","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501430.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-steel-sorcerer","shopify_pid":"7880968798259","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=558","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501440","dw_number":501440,"gl_id":463,"gl_product_id":null,"mfr_sku":"S176NQ8353","mfr_model":"S176NQ8353","pattern":"Ethereal Sage","color":"Ethereal Sage","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Ethereal Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Ethereal Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#706f55","top_colors":[{"hex":"#706f55","pct":21.6},{"hex":"#6c6950","pct":14},{"hex":"#6b6c53","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501440.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-ethereal-sage","shopify_pid":"7880937439283","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=463","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501450","dw_number":501450,"gl_id":521,"gl_product_id":null,"mfr_sku":"S176NQ8355","mfr_model":"S176NQ8355","pattern":"Captivating Night","color":"Captivating Night","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Captivating Night Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Captivating Night brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#494c4f","top_colors":[{"hex":"#494c4f","pct":16.9},{"hex":"#41454c","pct":14},{"hex":"#3f444b","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501450.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-captivating-night","shopify_pid":"7880968765491","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=521","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501460","dw_number":501460,"gl_id":490,"gl_product_id":null,"mfr_sku":"S176NQ8363","mfr_model":"S176NQ8363","pattern":"Colonial Blue","color":"Colonial Blue","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Colonial Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Colonial Blue brings a cool, coastal tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#556a72","top_colors":[{"hex":"#556a72","pct":20},{"hex":"#53676e","pct":16.9},{"hex":"#5a6d73","pct":13.7}],"color_family":"Blue","tags":["Cork","Blue","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501460.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-colonial-blue","shopify_pid":"7880968732723","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=490","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501470","dw_number":501470,"gl_id":460,"gl_product_id":null,"mfr_sku":"S176NQ8368","mfr_model":"S176NQ8368","pattern":"Shadow","color":"Shadow","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Shadow Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Shadow brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4a35","top_colors":[{"hex":"#4d4a35","pct":16.1},{"hex":"#4a442f","pct":14.1},{"hex":"#45412d","pct":14.1}],"color_family":"Neutral","tags":["Cork","Neutral","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501470.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-shadow","shopify_pid":"7880937340979","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=460","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501480","dw_number":501480,"gl_id":481,"gl_product_id":null,"mfr_sku":"S176NQ8380","mfr_model":"S176NQ8380","pattern":"Jadesheen","color":"Jadesheen","city":"Sag Harbor","collection":null,"collection_code":"S176","title":"Sag Harbor-Jadesheen Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, S176 ","product_type":"Wallcovering","description":"The Sag Harbor colorway in Jadesheen brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#829978","top_colors":[{"hex":"#829978","pct":16.3},{"hex":"#819776","pct":16},{"hex":"#849b79","pct":14.4}],"color_family":"Green","tags":["Cork","Green","Sag Harbor","Phillipe Romano","quotes"],"image":"/img/Cork-501480.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"sag-harbor-cork-wallcovering-jadesheen","shopify_pid":"7880968699955","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=481","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501490","dw_number":501490,"gl_id":869,"gl_product_id":null,"mfr_sku":"S300NQ8238","mfr_model":"S300NQ8238","pattern":"Gilded White","color":"Gilded White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gilded White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gilded White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d2cfbc","top_colors":[{"hex":"#d2cfbc","pct":16.4},{"hex":"#c0bcaa","pct":14.4},{"hex":"#c7c4b2","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501490.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gilded-white","shopify_pid":"7880968667187","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=869","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501500","dw_number":501500,"gl_id":876,"gl_product_id":null,"mfr_sku":"S300NQ8240","mfr_model":"S300NQ8240","pattern":"Brown Gold","color":"Brown Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brown Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brown Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#979280","top_colors":[{"hex":"#979280","pct":13.5},{"hex":"#9a9582","pct":13.5},{"hex":"#9d9885","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501500.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brown-gold","shopify_pid":"7880968634419","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=876","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501510","dw_number":501510,"gl_id":867,"gl_product_id":null,"mfr_sku":"S300NQ8241","mfr_model":"S300NQ8241","pattern":"Light Gold","color":"Light Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Light Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Light Gold brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#ded9c8","top_colors":[{"hex":"#ded9c8","pct":15.1},{"hex":"#d8d3c0","pct":14},{"hex":"#cfcab8","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501510.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-light-gold","shopify_pid":"7880968601651","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=867","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501520","dw_number":501520,"gl_id":881,"gl_product_id":null,"mfr_sku":"S300NQ8242","mfr_model":"S300NQ8242","pattern":"Gold Silver","color":"Gold Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gold Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gold Silver brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9c927f","top_colors":[{"hex":"#9c927f","pct":18.8},{"hex":"#99876e","pct":14},{"hex":"#9c8e76","pct":13.1}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501520.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gold-silver","shopify_pid":"7880968568883","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=881","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501530","dw_number":501530,"gl_id":874,"gl_product_id":null,"mfr_sku":"S300NQ8243","mfr_model":"S300NQ8243","pattern":"Black Gold","color":"Black Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#786c59","top_colors":[{"hex":"#786c59","pct":15.5},{"hex":"#746855","pct":13.1},{"hex":"#6f6453","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501530.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-gold","shopify_pid":"7880968536115","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=874","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501540","dw_number":501540,"gl_id":882,"gl_product_id":null,"mfr_sku":"S300NQ8247","mfr_model":"S300NQ8247","pattern":"Black Silver","color":"Black Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6d7377","top_colors":[{"hex":"#6d7377","pct":18.2},{"hex":"#72787b","pct":13.9},{"hex":"#6c7174","pct":13}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501540.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-silver","shopify_pid":"7880968503347","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=882","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501550","dw_number":501550,"gl_id":892,"gl_product_id":null,"mfr_sku":"S300NQ8248","mfr_model":"S300NQ8248","pattern":"Monk's Robe","color":"Monk's Robe","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Monk's Robe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Monk's Robe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#684831","top_colors":[{"hex":"#684831","pct":18.1},{"hex":"#6e4c34","pct":14.3},{"hex":"#5c412d","pct":13.6}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501550.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-monks-robe","shopify_pid":"7880968470579","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=892","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501560","dw_number":501560,"gl_id":885,"gl_product_id":null,"mfr_sku":"S300NQ8249","mfr_model":"S300NQ8249","pattern":"Black Coffee","color":"Black Coffee","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black Coffee brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#34302c","top_colors":[{"hex":"#34302c","pct":16.5},{"hex":"#322f2b","pct":14.9},{"hex":"#35322d","pct":13.7}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501560.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black-coffee","shopify_pid":"7880968437811","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=885","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501570","dw_number":501570,"gl_id":887,"gl_product_id":null,"mfr_sku":"S300NQ8250","mfr_model":"S300NQ8250","pattern":"Carafe","color":"Carafe","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Carafe Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Carafe brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#594231","top_colors":[{"hex":"#594231","pct":18.4},{"hex":"#523b2b","pct":16},{"hex":"#573f2e","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501570.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-carafe","shopify_pid":"7880968405043","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=887","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501580","dw_number":501580,"gl_id":890,"gl_product_id":null,"mfr_sku":"S300NQ8258","mfr_model":"S300NQ8258","pattern":"Caribou","color":"Caribou","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Caribou Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Caribou brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6a5034","top_colors":[{"hex":"#6a5034","pct":20.6},{"hex":"#5c4229","pct":14.2},{"hex":"#63482d","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501580.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-caribou","shopify_pid":"7880968372275","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=890","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501590","dw_number":501590,"gl_id":883,"gl_product_id":null,"mfr_sku":"S300NQ8269","mfr_model":"S300NQ8269","pattern":"Charcoal Gray","color":"Charcoal Gray","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Charcoal Gray Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Charcoal Gray brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#403f3b","top_colors":[{"hex":"#403f3b","pct":16.1},{"hex":"#424240","pct":14.4},{"hex":"#444442","pct":13.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501590.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-charcoal-gray","shopify_pid":"7880968339507","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=883","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501600","dw_number":501600,"gl_id":880,"gl_product_id":null,"mfr_sku":"S300NQ8282","mfr_model":"S300NQ8282","pattern":"Stardust","color":"Stardust","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Stardust Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Stardust brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b3b6b6","top_colors":[{"hex":"#b3b6b6","pct":18.7},{"hex":"#b9bcbd","pct":13.1},{"hex":"#a5a6a4","pct":12.7}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501600.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-stardust","shopify_pid":"7880968306739","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=880","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501610","dw_number":501610,"gl_id":895,"gl_product_id":null,"mfr_sku":"S300NQ8283","mfr_model":"S300NQ8283","pattern":"Rich Gold","color":"Rich Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rich Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rich Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#836d45","top_colors":[{"hex":"#836d45","pct":18},{"hex":"#7d6941","pct":16.6},{"hex":"#877147","pct":14.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501610.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rich-gold","shopify_pid":"7880968273971","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=895","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501620","dw_number":501620,"gl_id":889,"gl_product_id":null,"mfr_sku":"S300NQ8288","mfr_model":"S300NQ8288","pattern":"Bison Gold","color":"Bison Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bison Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bison Gold brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#664e38","top_colors":[{"hex":"#664e38","pct":17.4},{"hex":"#573f2b","pct":13.4},{"hex":"#5b442e","pct":12.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501620.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-bison-gold","shopify_pid":"7880989343795","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=889","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501630","dw_number":501630,"gl_id":903,"gl_product_id":null,"mfr_sku":"S300NQ8305","mfr_model":"S300NQ8305","pattern":"Cosmic Sky","color":"Cosmic Sky","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cosmic Sky Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cosmic Sky brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#817f82","top_colors":[{"hex":"#817f82","pct":20},{"hex":"#7d7a7a","pct":15.2},{"hex":"#797675","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501630.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cosmic-sky","shopify_pid":"7880968208435","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=903","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501640","dw_number":501640,"gl_id":877,"gl_product_id":null,"mfr_sku":"S300NQ8306","mfr_model":"S300NQ8306","pattern":"Bright White","color":"Bright White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bright White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bright White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eaeae7","top_colors":[{"hex":"#eaeae7","pct":17},{"hex":"#e6e6e3","pct":14.5},{"hex":"#d9d9d5","pct":13.6}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501640.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-bright-white","shopify_pid":"7880968175667","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=877","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501650","dw_number":501650,"gl_id":894,"gl_product_id":null,"mfr_sku":"S300NQ8307","mfr_model":"S300NQ8307","pattern":"Woodash","color":"Woodash","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Woodash Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Woodash brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e8264","top_colors":[{"hex":"#9e8264","pct":18.1},{"hex":"#95785a","pct":14.3},{"hex":"#9b7e5f","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501650.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-woodash","shopify_pid":"7880968142899","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=894","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501660","dw_number":501660,"gl_id":893,"gl_product_id":null,"mfr_sku":"S300NQ8308","mfr_model":"S300NQ8308","pattern":"Rosewood","color":"Rosewood","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rosewood Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rosewood brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9a7f63","top_colors":[{"hex":"#9a7f63","pct":15.7},{"hex":"#927559","pct":14.9},{"hex":"#896e54","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501660.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rosewood","shopify_pid":"7880968110131","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=893","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501670","dw_number":501670,"gl_id":888,"gl_product_id":null,"mfr_sku":"S300NQ8309","mfr_model":"S300NQ8309","pattern":"Woodsmoke","color":"Woodsmoke","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Woodsmoke Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Woodsmoke brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a78a68","top_colors":[{"hex":"#a78a68","pct":15.6},{"hex":"#8f7355","pct":14.1},{"hex":"#ad916f","pct":14}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501670.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-woodsmoke","shopify_pid":"7880968077363","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=888","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501680","dw_number":501680,"gl_id":864,"gl_product_id":null,"mfr_sku":"S300NQ8310","mfr_model":"S300NQ8310","pattern":"Snow White","color":"Snow White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Snow White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Snow White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#cdc8bc","top_colors":[{"hex":"#cdc8bc","pct":15.4},{"hex":"#bbb5a9","pct":14.3},{"hex":"#c5bfb3","pct":13.9}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501680.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-snow-white","shopify_pid":"7880968044595","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=864","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501690","dw_number":501690,"gl_id":879,"gl_product_id":null,"mfr_sku":"S300NQ8311","mfr_model":"S300NQ8311","pattern":"Silver","color":"Silver","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b9bcbc","top_colors":[{"hex":"#b9bcbc","pct":17.2},{"hex":"#acaeac","pct":14.1},{"hex":"#b2b5b3","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501690.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver","shopify_pid":"7880968011827","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=879","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501700","dw_number":501700,"gl_id":875,"gl_product_id":null,"mfr_sku":"S300NQ8312","mfr_model":"S300NQ8312","pattern":"Silver Lining","color":"Silver Lining","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Lining Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver Lining brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b6b2a5","top_colors":[{"hex":"#b6b2a5","pct":16.3},{"hex":"#a9a498","pct":14},{"hex":"#b3afa3","pct":13.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501700.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver-lining","shopify_pid":"7880967979059","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=875","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501710","dw_number":501710,"gl_id":905,"gl_product_id":null,"mfr_sku":"S300NQ8313","mfr_model":"S300NQ8313","pattern":"Rifle Green","color":"Rifle Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Rifle Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Rifle Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#43452e","top_colors":[{"hex":"#43452e","pct":24.3},{"hex":"#41422d","pct":16.4},{"hex":"#3a3c29","pct":11.5}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501710.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-rifle-green","shopify_pid":"7880967946291","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=905","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501720","dw_number":501720,"gl_id":865,"gl_product_id":null,"mfr_sku":"S300NQ8314","mfr_model":"S300NQ8314","pattern":"Whisper White","color":"Whisper White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Whisper White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Whisper White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dfd9c4","top_colors":[{"hex":"#dfd9c4","pct":14.8},{"hex":"#dcd5c1","pct":13.8},{"hex":"#d8d2be","pct":13.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501720.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-whisper-white","shopify_pid":"7880967913523","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=865","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501730","dw_number":501730,"gl_id":868,"gl_product_id":null,"mfr_sku":"S300NQ8315","mfr_model":"S300NQ8315","pattern":"Brilliant White","color":"Brilliant White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brilliant White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brilliant White brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e0e0db","top_colors":[{"hex":"#e0e0db","pct":15.2},{"hex":"#e4e4df","pct":14.4},{"hex":"#d7d6d0","pct":13.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501730.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brilliant-white","shopify_pid":"7880967880755","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=868","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501740","dw_number":501740,"gl_id":898,"gl_product_id":null,"mfr_sku":"S300NQ8316","mfr_model":"S300NQ8316","pattern":"Chanterelle","color":"Chanterelle","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chanterelle Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chanterelle brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b89052","top_colors":[{"hex":"#b89052","pct":16.5},{"hex":"#a8844e","pct":13.9},{"hex":"#b18a4f","pct":13.4}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501740.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chanterelle-1","shopify_pid":"7880967847987","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=898","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501750","dw_number":501750,"gl_id":884,"gl_product_id":null,"mfr_sku":"S300NQ8317","mfr_model":"S300NQ8317","pattern":"Emperador","color":"Emperador","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Emperador Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Emperador brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#312b26","top_colors":[{"hex":"#312b26","pct":15.8},{"hex":"#332c27","pct":14.9},{"hex":"#312a25","pct":14.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501750.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-emperador","shopify_pid":"7880967815219","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=884","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501760","dw_number":501760,"gl_id":886,"gl_product_id":null,"mfr_sku":"S300NQ8318","mfr_model":"S300NQ8318","pattern":"Black","color":"Black","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Black Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Black brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#282826","top_colors":[{"hex":"#282826","pct":17.2},{"hex":"#272725","pct":16.3},{"hex":"#2a2a28","pct":14.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501760.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-black","shopify_pid":"7880967782451","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=886","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501770","dw_number":501770,"gl_id":862,"gl_product_id":null,"mfr_sku":"S300NQ8319","mfr_model":"S300NQ8319","pattern":"Warm White","color":"Warm White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Warm White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Warm White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#f0f1f1","top_colors":[{"hex":"#f0f1f1","pct":16.1},{"hex":"#f4f5f6","pct":14.4},{"hex":"#dbdad6","pct":13.1}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501770.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-warm-white","shopify_pid":"7880966602803","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=862","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501780","dw_number":501780,"gl_id":870,"gl_product_id":null,"mfr_sku":"S300NQ8320","mfr_model":"S300NQ8320","pattern":"Cement","color":"Cement","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cement Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cement brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#babcab","top_colors":[{"hex":"#babcab","pct":16},{"hex":"#c3c4b5","pct":13.1},{"hex":"#c0c0b0","pct":12.9}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501780.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cement","shopify_pid":"7880967749683","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=870","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501790","dw_number":501790,"gl_id":871,"gl_product_id":null,"mfr_sku":"S300NQ8321","mfr_model":"S300NQ8321","pattern":"Gardenia","color":"Gardenia","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Gardenia Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Gardenia brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#d8cdb7","top_colors":[{"hex":"#d8cdb7","pct":17.8},{"hex":"#dbd1bb","pct":16},{"hex":"#d7cbb5","pct":13.9}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501790.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-gardenia","shopify_pid":"7880967716915","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=871","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501800","dw_number":501800,"gl_id":872,"gl_product_id":null,"mfr_sku":"S300NQ8322","mfr_model":"S300NQ8322","pattern":"Satellite","color":"Satellite","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Satellite Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Satellite brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a59c98","top_colors":[{"hex":"#a59c98","pct":16.6},{"hex":"#a09792","pct":13.8},{"hex":"#9c938e","pct":13.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501800.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-satellite","shopify_pid":"7880967684147","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=872","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501810","dw_number":501810,"gl_id":902,"gl_product_id":null,"mfr_sku":"S300NQ8323","mfr_model":"S300NQ8323","pattern":"Insignia Blue","color":"Insignia Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Insignia Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Insignia Blue brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2c303a","top_colors":[{"hex":"#2c303a","pct":17.5},{"hex":"#2d313b","pct":15.8},{"hex":"#30333d","pct":14.5}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501810.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-insignia-blue","shopify_pid":"7880967651379","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=902","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501820","dw_number":501820,"gl_id":901,"gl_product_id":null,"mfr_sku":"S300NQ8325","mfr_model":"S300NQ8325","pattern":"Mauve Wine","color":"Mauve Wine","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Mauve Wine Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Mauve Wine brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#682826","top_colors":[{"hex":"#682826","pct":19.9},{"hex":"#662422","pct":16.7},{"hex":"#692524","pct":16.7}],"color_family":"Red","tags":["Cork","Red","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501820.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-mauve-wine","shopify_pid":"7880967618611","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=901","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501830","dw_number":501830,"gl_id":899,"gl_product_id":null,"mfr_sku":"S300NQ8326","mfr_model":"S300NQ8326","pattern":"Raw Sienna","color":"Raw Sienna","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Raw Sienna Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Raw Sienna brings a rich, earthy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#895743","top_colors":[{"hex":"#895743","pct":16.4},{"hex":"#87533f","pct":16.2},{"hex":"#895541","pct":15.4}],"color_family":"Red","tags":["Cork","Red","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501830.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-raw-sienna","shopify_pid":"7880967585843","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=899","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501840","dw_number":501840,"gl_id":900,"gl_product_id":null,"mfr_sku":"S300NQ8327","mfr_model":"S300NQ8327","pattern":"Brown Sugar","color":"Brown Sugar","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Brown Sugar Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Brown Sugar brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#7a5d44","top_colors":[{"hex":"#7a5d44","pct":20.2},{"hex":"#725841","pct":15.8},{"hex":"#765942","pct":14.7}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501840.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-brown-sugar","shopify_pid":"7880967553075","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=900","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501850","dw_number":501850,"gl_id":906,"gl_product_id":null,"mfr_sku":"S300NQ8328","mfr_model":"S300NQ8328","pattern":"Calliste Green","color":"Calliste Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Calliste Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Calliste Green brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#6e715d","top_colors":[{"hex":"#6e715d","pct":17.4},{"hex":"#6a6e5b","pct":14.6},{"hex":"#676856","pct":14.4}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501850.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-calliste-green","shopify_pid":"7880967520307","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=906","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501860","dw_number":501860,"gl_id":896,"gl_product_id":null,"mfr_sku":"S300NQ8329","mfr_model":"S300NQ8329","pattern":"Lark","color":"Lark","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Lark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Lark brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aa987a","top_colors":[{"hex":"#aa987a","pct":18},{"hex":"#ae9d80","pct":17.1},{"hex":"#a59477","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501860.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-lark","shopify_pid":"7880967487539","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=896","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501870","dw_number":501870,"gl_id":866,"gl_product_id":null,"mfr_sku":"S300NQ8330","mfr_model":"S300NQ8330","pattern":"Concrete","color":"Concrete","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Concrete Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Concrete brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#c3c4b3","top_colors":[{"hex":"#c3c4b3","pct":16.1},{"hex":"#c2c2b1","pct":15.6},{"hex":"#c6c7b6","pct":15.1}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501870.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-concrete","shopify_pid":"7880967454771","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=866","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501880","dw_number":501880,"gl_id":863,"gl_product_id":null,"mfr_sku":"S300NQ8332","mfr_model":"S300NQ8332","pattern":"Clean White","color":"Clean White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Clean White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"1","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Clean White brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#eaecea","top_colors":[{"hex":"#eaecea","pct":14.6},{"hex":"#e7e8e6","pct":14},{"hex":"#e2e3e1","pct":13}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501880.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-clean-white","shopify_pid":"7880967422003","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=863","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501890","dw_number":501890,"gl_id":897,"gl_product_id":null,"mfr_sku":"S300NQ8357","mfr_model":"S300NQ8357","pattern":"Sunny Lime","color":"Sunny Lime","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sunny Lime Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sunny Lime brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b6a358","top_colors":[{"hex":"#b6a358","pct":16.9},{"hex":"#b4a157","pct":15},{"hex":"#b19d56","pct":13.8}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501890.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sunny-lime","shopify_pid":"7880967389235","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=897","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501900","dw_number":501900,"gl_id":873,"gl_product_id":null,"mfr_sku":"S300NQ8360","mfr_model":"S300NQ8360","pattern":"Pelican","color":"Pelican","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Pelican Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Pelican brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#9e9683","top_colors":[{"hex":"#9e9683","pct":16.6},{"hex":"#a29a86","pct":15.7},{"hex":"#918977","pct":13.7}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501900.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-pelican","shopify_pid":"7880967356467","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=873","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501910","dw_number":501910,"gl_id":891,"gl_product_id":null,"mfr_sku":"S300NQ8361","mfr_model":"S300NQ8361","pattern":"Chanterelle","color":"Chanterelle","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chanterelle Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chanterelle brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#857363","top_colors":[{"hex":"#857363","pct":17.1},{"hex":"#897766","pct":14.3},{"hex":"#8c7867","pct":14.1}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501910.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chanterelle","shopify_pid":"7880967323699","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=891","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501920","dw_number":501920,"gl_id":908,"gl_product_id":null,"mfr_sku":"S300NQ8363","mfr_model":"S300NQ8363","pattern":"Horizon Blue","color":"Horizon Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Horizon Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Horizon Blue brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#425555","top_colors":[{"hex":"#425555","pct":15.1},{"hex":"#405353","pct":15},{"hex":"#405456","pct":14.8}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501920.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-horizon-blue","shopify_pid":"7880967290931","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=908","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501930","dw_number":501930,"gl_id":904,"gl_product_id":null,"mfr_sku":"S300NQ8364","mfr_model":"S300NQ8364","pattern":"Sweet Grape","color":"Sweet Grape","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sweet Grape Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sweet Grape brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4e4a55","top_colors":[{"hex":"#4e4a55","pct":21.7},{"hex":"#4d4954","pct":14.4},{"hex":"#4b4752","pct":14.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501930.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sweet-grape","shopify_pid":"7880967258163","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=904","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501940","dw_number":501940,"gl_id":911,"gl_product_id":null,"mfr_sku":"S300NQ8368","mfr_model":"S300NQ8368","pattern":"Olive","color":"Olive","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Olive Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Olive brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#4d4a3b","top_colors":[{"hex":"#4d4a3b","pct":18.7},{"hex":"#464537","pct":13.5},{"hex":"#4a4839","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501940.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-olive","shopify_pid":"7880967225395","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=911","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501950","dw_number":501950,"gl_id":915,"gl_product_id":null,"mfr_sku":"S300NQ8372","mfr_model":"S300NQ8372","pattern":"Iced Coffee","color":"Iced Coffee","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Iced Coffee Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Iced Coffee brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a38669","top_colors":[{"hex":"#a38669","pct":17.6},{"hex":"#92775d","pct":13.3},{"hex":"#9c8165","pct":13.2}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501950.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-iced-coffee","shopify_pid":"7880967192627","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=915","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502140","dw_number":501960,"gl_id":914,"gl_product_id":null,"mfr_sku":"S300NQ8373","mfr_model":"S300NQ8373","pattern":"Antique Gold","color":"Antique Gold","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Antique Gold Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Antique Gold brings natural warmth to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain only real cork delivers. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a88b58","top_colors":[{"hex":"#a88b58","pct":25.3},{"hex":"#ab8e5a","pct":22},{"hex":"#af915e","pct":20.2},{"hex":"#ad8f5c","pct":18.3},{"hex":"#a38554","pct":14.3}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502140.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":null,"online_published":false,"handle":null,"shopify_pid":null,"vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=914","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501970","dw_number":501970,"gl_id":913,"gl_product_id":null,"mfr_sku":"S300NQ8375","mfr_model":"S300NQ8375","pattern":"Oyster White","color":"Oyster White","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Oyster White Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Oyster White brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#b19f7e","top_colors":[{"hex":"#b19f7e","pct":16.9},{"hex":"#ac9a79","pct":15.5},{"hex":"#b4a381","pct":13.5}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501970.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-oyster-white","shopify_pid":"7880967127091","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=913","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501980","dw_number":501980,"gl_id":916,"gl_product_id":null,"mfr_sku":"S300NQ8377","mfr_model":"S300NQ8377","pattern":"Sepia Tint","color":"Sepia Tint","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Sepia Tint Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Sepia Tint brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#8b735e","top_colors":[{"hex":"#8b735e","pct":18.4},{"hex":"#836b56","pct":13.5},{"hex":"#8b725c","pct":12.6}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501980.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-sepia-tint","shopify_pid":"7880967094323","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=916","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-501990","dw_number":501990,"gl_id":910,"gl_product_id":null,"mfr_sku":"S300NQ8378","mfr_model":"S300NQ8378","pattern":"Desert Sage","color":"Desert Sage","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Desert Sage Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Desert Sage brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#878a80","top_colors":[{"hex":"#878a80","pct":18.6},{"hex":"#85887e","pct":15.3},{"hex":"#7e8178","pct":14.2}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-501990.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-desert-sage","shopify_pid":"7880967061555","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=910","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502000","dw_number":502000,"gl_id":878,"gl_product_id":null,"mfr_sku":"S300NQ8379","mfr_model":"S300NQ8379","pattern":"Silver Birch","color":"Silver Birch","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Silver Birch Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Silver Birch brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#aaaba6","top_colors":[{"hex":"#aaaba6","pct":16.3},{"hex":"#aeb0ab","pct":14.2},{"hex":"#9f9e97","pct":13.3}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502000.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-silver-birch","shopify_pid":"7880967028787","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=878","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502010","dw_number":502010,"gl_id":918,"gl_product_id":null,"mfr_sku":"S300NQ8380","mfr_model":"S300NQ8380","pattern":"Leaf Green","color":"Leaf Green","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Leaf Green Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Leaf Green brings a soft, organic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#758f6b","top_colors":[{"hex":"#758f6b","pct":15},{"hex":"#79916d","pct":14.6},{"hex":"#748966","pct":13.8}],"color_family":"Green","tags":["Cork","Green","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502010.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-leaf-green","shopify_pid":"7880966996019","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=918","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502020","dw_number":502020,"gl_id":912,"gl_product_id":null,"mfr_sku":"S300NQ8381","mfr_model":"S300NQ8381","pattern":"Ivory","color":"Ivory","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Ivory Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Ivory brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#fdfdfc","top_colors":[{"hex":"#fdfdfc","pct":18},{"hex":"#fafaf9","pct":16.5},{"hex":"#efede8","pct":13.3}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502020.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-ivory","shopify_pid":"7880966963251","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=912","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502130","dw_number":502030,"gl_id":917,"gl_product_id":null,"mfr_sku":"S300NQ8383","mfr_model":"S300NQ8383","pattern":"Bark","color":"Bark","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Bark Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Bark brings natural warmth to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain only real cork delivers. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#100905","top_colors":[{"hex":"#100905","pct":29.2},{"hex":"#150d07","pct":21.8},{"hex":"#0c0603","pct":21.6},{"hex":"#1b120b","pct":17.7},{"hex":"#2c2116","pct":9.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502130.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":null,"online_published":false,"handle":null,"shopify_pid":null,"vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=917","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502040","dw_number":502040,"gl_id":907,"gl_product_id":null,"mfr_sku":"S300NQ8391","mfr_model":"S300NQ8391","pattern":"Deep Teal","color":"Deep Teal","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Deep Teal Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Deep Teal brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#242c34","top_colors":[{"hex":"#242c34","pct":15.4},{"hex":"#1d232b","pct":14.1},{"hex":"#212830","pct":13.7}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502040.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-deep-teal","shopify_pid":"7880966897715","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=907","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502050","dw_number":502050,"gl_id":909,"gl_product_id":null,"mfr_sku":"S300NQ8392","mfr_model":"S300NQ8392","pattern":"Carbon Teal","color":"Carbon Teal","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Carbon Teal Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Carbon Teal brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#0d2726","top_colors":[{"hex":"#0d2726","pct":19.6},{"hex":"#071a1a","pct":16.2},{"hex":"#0a1e1e","pct":13.8}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502050.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-carbon-teal","shopify_pid":"7880966864947","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=909","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502060","dw_number":502060,"gl_id":924,"gl_product_id":null,"mfr_sku":"S300NQ8601","mfr_model":"S300NQ8601","pattern":"Terracotta","color":"Terracotta","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Terracotta Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Terracotta brings a golden, sun-warmed tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#a88159","top_colors":[{"hex":"#a88159","pct":17.5},{"hex":"#a17750","pct":14.6},{"hex":"#a67d54","pct":13.4}],"color_family":"Warm","tags":["Cork","Warm","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502060.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-terracotta","shopify_pid":"7880966832179","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=924","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502070","dw_number":502070,"gl_id":925,"gl_product_id":null,"mfr_sku":"S300NQ8611","mfr_model":"S300NQ8611","pattern":"Chalk","color":"Chalk","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Chalk Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Chalk brings a bright, airy tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#e8eae9","top_colors":[{"hex":"#e8eae9","pct":16},{"hex":"#e4e3df","pct":15.2},{"hex":"#f1f3f3","pct":14.5}],"color_family":"White","tags":["Cork","White","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502070.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-chalk","shopify_pid":"7880966799411","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=925","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502080","dw_number":502080,"gl_id":921,"gl_product_id":null,"mfr_sku":"S300NQ8614","mfr_model":"S300NQ8614","pattern":"Cocoa Brown","color":"Cocoa Brown","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Cocoa Brown Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Cocoa Brown brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#2f261b","top_colors":[{"hex":"#2f261b","pct":17},{"hex":"#291f15","pct":15},{"hex":"#2d2319","pct":13.4}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502080.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-cocoa-brown","shopify_pid":"7880966766643","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=921","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502090","dw_number":502090,"gl_id":922,"gl_product_id":null,"mfr_sku":"S300NQ8615","mfr_model":"S300NQ8615","pattern":"Espresso Moss","color":"Espresso Moss","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Espresso Moss Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Espresso Moss brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1f211c","top_colors":[{"hex":"#1f211c","pct":15.9},{"hex":"#1c1d18","pct":14.1},{"hex":"#262721","pct":13.4}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502090.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-espresso-moss","shopify_pid":"7880966733875","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=922","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502100","dw_number":502100,"gl_id":920,"gl_product_id":null,"mfr_sku":"S300NQ8616","mfr_model":"S300NQ8616","pattern":"Slate Blue","color":"Slate Blue","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Slate Blue Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Slate Blue brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#1a242c","top_colors":[{"hex":"#1a242c","pct":17.6},{"hex":"#161d26","pct":15.2},{"hex":"#192129","pct":14.6}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502100.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-slate-blue","shopify_pid":"7880966701107","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=920","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502110","dw_number":502110,"gl_id":919,"gl_product_id":null,"mfr_sku":"S300NQ8617","mfr_model":"S300NQ8617","pattern":"Moss Stone","color":"Moss Stone","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Moss Stone Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Moss Stone brings a deep, dramatic tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#323d35","top_colors":[{"hex":"#323d35","pct":18.4},{"hex":"#2c362e","pct":14.8},{"hex":"#29342c","pct":12.9}],"color_family":"Black","tags":["Cork","Black","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502110.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-moss-stone","shopify_pid":"7880966668339","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=919","created_at":"2026-07-10T17:30:45.883015"},{"dw_sku":"Cork-502120","dw_number":502120,"gl_id":923,"gl_product_id":null,"mfr_sku":"S300NQ8618","mfr_model":"S300NQ8618","pattern":"Ivory Grandeur","color":"Ivory Grandeur","city":"Montauk","collection":"Top 100 Cork& Wood","collection_code":"S300","title":"Montauk-Ivory Grandeur Cork Wallcovering | Phillipe Romano","material":"Cork","use":"Wallcovering","width":"91.5 cm/36''","width_inches":36,"backing":"Non Woven","composition":"Cork 100%","repeat":null,"fire_rating":"ASTM E84 Class A","weight":"270","minimum_order":"5.5 meters / 6 yards","country":null,"category":"Wallcovering","subcategory":"Cork, Top 100 Cork& Wood","product_type":"Wallcovering","description":"The Montauk colorway in Ivory Grandeur brings a warm, versatile tone to our Phillipe Romano cork wallcovering — a 100% natural cork surface with the subtle, tactile grain that only real cork delivers. Hand-crafted for interiors that want depth and warmth without pattern, cork adds quiet texture to feature walls, studies, and hospitality spaces while softening sound. Specifications: 91.5 cm/36'' wide, Non Woven backing, ASTM E84 Class A fire rating. Sold per yard in 6-yard increments. Request a sample or a trade quote.","hex":"#dfdcd1","top_colors":[{"hex":"#dfdcd1","pct":16},{"hex":"#e3e0d5","pct":14.6},{"hex":"#dad7cc","pct":14}],"color_family":"Neutral","tags":["Cork","Neutral","Montauk","Phillipe Romano","quotes"],"image":"/img/Cork-502120.jpg","retail_per_yard":59.5,"min_increment_yards":6,"sold_per":"Yard","sample_price":4.25,"net_cost":null,"trade_discount_pct":null,"cost_status":"unconfirmed","in_catalog":true,"stock_snapshot":"in_catalog","status":"active","shop_status":"ACTIVE","online_published":false,"handle":"montauk-cork-wallcovering-ivory-grandeur","shopify_pid":"7880966635571","vendor_url":"https://m.greenlandwallcoverings.com/#/pages/detail/index?id=923","created_at":"2026-07-10T17:30:45.883015"}]}
\ No newline at end of file
diff --git a/scripts/build-viewer-snapshot.mjs b/scripts/build-viewer-snapshot.mjs
index 2053637..78180ab 100644
--- a/scripts/build-viewer-snapshot.mjs
+++ b/scripts/build-viewer-snapshot.mjs
@@ -42,7 +42,9 @@ const catalog = psqlJson(`
   SELECT COALESCE(json_agg(row_to_json(t)), '[]')
   FROM (
     SELECT
-      dw_sku, dw_number, gl_id, mfr_sku, pattern_name, color_name, collection,
+      dw_sku, dw_number, gl_id,
+      (raw->>'parent_id')::int AS gl_product_id,   -- parent product id = live-stock key
+      mfr_sku, pattern_name, color_name, collection,
       material, use, width, width_inches, backing, composition, pattern_repeat,
       fire_rating_us, weight, minimum_order, category_name, subcategory_names,
       product_type, product_url, description,
@@ -93,7 +95,8 @@ const products = catalog.map(c => {
     // identity
     dw_sku: c.dw_sku,
     dw_number: c.dw_number,
-    gl_id: c.gl_id,                       // live-stock key (greenland API product id)
+    gl_id: c.gl_id,                       // SKU-level id (reference)
+    gl_product_id: c.gl_product_id,       // parent product id → live-stock re-check key
     mfr_sku: (c.mfr_sku || enr.mfrSku || '').trim(),
     mfr_model: enr.mfrModel || null,
     // naming (customer-facing = Phillipe Romano; city = style)
diff --git a/server.js b/server.js
index d5d4e26..460be3f 100644
--- a/server.js
+++ b/server.js
@@ -1,18 +1,131 @@
-// greenland.designerwallcoverings.com — DW-branded lookbook over the Greenland cork line.
-// Zero-dependency static server. Reads public/ (products.json is the staging export).
-// Refresh the export: psql "$DATABASE_URL" -tAc "...json_agg..." > public/products.json
-const http = require('http'), fs = require('fs'), path = require('path');
+// greenland.internal.designerwallcoverings.com — INTERNAL employee cork-line tool.
+// Basic-auth gated (admin/DW2024!). Look up a Cork SKU → specs, stock, pricing (net cost /
+// retail / discount / margin — INTERNAL ONLY, never customer-facing). Private-label brand is
+// Phillipe Romano; "Greenland" appears only here (auth-gated internal tool), never customer-facing.
+//
+// Zero-dependency (built-in http). Serves public/ (viewer.json snapshot + LOCAL images only —
+// NEVER hotlinks a CDN). Live stock re-check hits the open Greenland JSON API ($0, no auth).
+//
+// Env: PORT (default 9973) · BASIC_AUTH="user:pass" (default admin:DW2024!)
+//      GL_API (default https://api.greenlandwallcoverings.com/api)
+const http = require('http');
+const https = require('https');
+const zlib = require('zlib');
+const fs = require('fs');
+const path = require('path');
+
 const PORT = process.env.PORT || 9973;
 const ROOT = path.join(__dirname, 'public');
-const TYPES = { '.html':'text/html;charset=utf-8', '.js':'application/javascript', '.css':'text/css', '.json':'application/json', '.svg':'image/svg+xml',
-  '.jpg':'image/jpeg', '.jpeg':'image/jpeg', '.png':'image/png', '.gif':'image/gif', '.webp':'image/webp', '.avif':'image/avif' };
-http.createServer((req, res) => {
-  let p = decodeURIComponent(req.url.split('?')[0]);
-  if (p === '/') p = '/index.html';
-  const fp = path.join(ROOT, path.normalize(p).replace(/^(\.\.[/\\])+/, ''));
+const SNAP = path.join(ROOT, 'viewer.json');
+const GL_API = process.env.GL_API || 'https://api.greenlandwallcoverings.com/api';
+const [AUTH_USER, AUTH_PASS] = (process.env.BASIC_AUTH || 'admin:DW2024!').split(':');
+
+const TYPES = {
+  '.html': 'text/html;charset=utf-8', '.js': 'application/javascript', '.css': 'text/css',
+  '.json': 'application/json', '.svg': 'image/svg+xml', '.jpg': 'image/jpeg', '.jpeg': 'image/jpeg',
+  '.png': 'image/png', '.gif': 'image/gif', '.webp': 'image/webp', '.avif': 'image/avif',
+};
+
+// ── in-memory snapshot (hot-reloaded when build-viewer-snapshot.mjs rewrites it) ──
+let DATA = { products: [], count: 0 };
+let GL_BY_ID = new Map(); // gl_id -> product (for live-stock lookup)
+function loadSnapshot() {
+  try {
+    DATA = JSON.parse(fs.readFileSync(SNAP, 'utf8'));
+    GL_BY_ID = new Map(DATA.products.filter(p => p.gl_id != null).map(p => [String(p.gl_id), p]));
+    console.log(`[greenland-internal] loaded ${DATA.count} cork SKUs (generated ${DATA.generated_at})`);
+  } catch (e) { console.error('[greenland-internal] snapshot load failed:', e.message); }
+}
+loadSnapshot();
+fs.watchFile(SNAP, { interval: 5000 }, (c, p) => { if (c.mtimeMs !== p.mtimeMs) loadSnapshot(); });
+
+function send(res, code, body, headers = {}) {
+  res.writeHead(code, { 'cache-control': 'no-cache', ...headers });
+  res.end(body);
+}
+function sendJson(req, res, obj, code = 200) {
+  const buf = Buffer.from(JSON.stringify(obj));
+  const enc = (req.headers['accept-encoding'] || '').includes('gzip');
+  const h = { 'content-type': 'application/json', 'cache-control': 'no-cache' };
+  if (enc && buf.length > 512) { h['content-encoding'] = 'gzip'; return send(res, code, zlib.gzipSync(buf), h); }
+  send(res, code, buf, h);
+}
+
+// ── live stock re-check: open Greenland API GET /api/product/<gl_id> ($0, no auth) ──
+function glProductLive(glId) {
+  return new Promise((resolve, reject) => {
+    const url = `${GL_API}/product/${encodeURIComponent(glId)}`;
+    const req = https.get(url, { timeout: 15000 }, r => {
+      let s = '';
+      r.on('data', d => (s += d));
+      r.on('end', () => { try { const j = JSON.parse(s); resolve(j.data || j); } catch (e) { reject(e); } });
+    });
+    req.on('timeout', () => { req.destroy(); reject(new Error('timeout')); });
+    req.on('error', reject);
+  });
+}
+
+const server = http.createServer(async (req, res) => {
+  const u = new URL(req.url, `http://${req.headers.host || 'localhost'}`);
+  const p = decodeURIComponent(u.pathname);
+
+  // Unauthenticated health probe (deploy smoke test) — BEFORE the auth gate.
+  if (p === '/healthz') return sendJson(req, res, { ok: true, products: DATA.count, generated_at: DATA.generated_at });
+
+  // ── HTTP Basic Auth — internal-only gate ──
+  const hdr = req.headers.authorization || '';
+  const [scheme, b64] = hdr.split(' ');
+  let ok = false;
+  if (scheme === 'Basic' && b64) {
+    const [uu, pp] = Buffer.from(b64, 'base64').toString('utf8').split(':');
+    ok = uu === AUTH_USER && pp === AUTH_PASS;
+  }
+  if (!ok) {
+    res.writeHead(401, { 'WWW-Authenticate': 'Basic realm="Phillipe Romano Cork - internal"' });
+    return res.end('Authentication required.');
+  }
+
+  // ── API: full snapshot (grid + facets + pricing constants) ──
+  if (p === '/api/products') return sendJson(req, res, DATA);
+
+  // ── API: one product by DW SKU ──
+  if (p.startsWith('/api/product/')) {
+    const sku = p.slice('/api/product/'.length);
+    const prod = DATA.products.find(x => x.dw_sku === sku);
+    return prod ? sendJson(req, res, prod) : sendJson(req, res, { error: 'not found' }, 404);
+  }
+
+  // ── API: live stock re-check (metered? NO — $0 open API) for one DW SKU ──
+  if (p.startsWith('/api/stock/')) {
+    const sku = p.slice('/api/stock/'.length);
+    const prod = DATA.products.find(x => x.dw_sku === sku);
+    if (!prod) return sendJson(req, res, { error: 'not found' }, 404);
+    const pid = prod.gl_product_id != null ? prod.gl_product_id : prod.gl_id;
+    if (pid == null) return sendJson(req, res, { dw_sku: sku, live: false, error: 'no product id' }, 200);
+    try {
+      const live = await glProductLive(pid);
+      const published = live.isPublish === 1 || live.isPublish === true;
+      const status = live.status;
+      const skuCount = Array.isArray(live.skus) ? live.skus.length : null;
+      return sendJson(req, res, {
+        dw_sku: sku, gl_product_id: pid, live: true, checked_at: new Date().toISOString(),
+        in_catalog: published, status,
+        availability: published ? 'available' : 'unlisted',
+        colorways_live: skuCount,
+        cost_note: 'Greenland API exposes no per-SKU inventory count; availability = published-in-catalog signal.',
+      });
+    } catch (e) {
+      return sendJson(req, res, { dw_sku: sku, live: false, error: e.message }, 502);
+    }
+  }
+
+  // ── static files (viewer.json, LOCAL images, index.html) ──
+  let fp = p === '/' ? '/index.html' : p;
+  fp = path.join(ROOT, path.normalize(fp).replace(/^(\.\.[/\\])+/, ''));
   fs.readFile(fp, (err, buf) => {
-    if (err) { res.writeHead(404, {'content-type':'text/plain'}); return res.end('Not found'); }
-    res.writeHead(200, {'content-type': TYPES[path.extname(fp)] || 'application/octet-stream', 'cache-control':'no-cache'});
-    res.end(buf);
+    if (err) return send(res, 404, 'Not found', { 'content-type': 'text/plain' });
+    send(res, 200, buf, { 'content-type': TYPES[path.extname(fp)] || 'application/octet-stream' });
   });
-}).listen(PORT, () => console.log(`Greenland lookbook → http://127.0.0.1:${PORT}`));
+});
+
+server.listen(PORT, () => console.log(`Greenland Cork internal tool → http://127.0.0.1:${PORT} (auth: ${AUTH_USER})`));

← b4a101a Add viewer-snapshot generator (catalog+enriched+shopify merg  ·  back to Greenland Onboard  ·  Add refresh-viewer.sh, README internal-tool docs, .deploy.co b9d4529 →