{"product_id":"blue-parisian-marble-16x24-suede-tile","title":"Blue Parisian Marble 16x24 Suede Tile","description":"\u003cstyle\u003e\n\/* ── TMD PRODUCT PAGE — BELOW FOLD SECTIONS ── *\/\n\/* Paste after your existing buy box \/ sticky sidebar section *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300\u0026family=DM+Sans:wght@300;400;500\u0026display=swap');\n\n:root {\n  --brand: #480d0d;\n  --brand-dark: #321004;\n  --cream: #EAE8E3;\n  --cream-light: #F5F3EF;\n  --text: #321004;\n  --text-muted: rgba(50,16,4,0.55);\n  --text-light: rgba(50,16,4,0.35);\n  --serif: 'Cormorant Garamond', Georgia, serif;\n  --sans: 'DM Sans', system-ui, sans-serif;\n  --ease: cubic-bezier(0.4,0,0.2,1);\n}\n* { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: var(--sans); color: var(--text); background: #fff; }\n\n\/* ─────────────────────────────\n   1. TRUST BAR\n───────────────────────────── *\/\n.tmd-trust-bar {\n  background: var(--brand);\n  padding: 16px 40px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n.tmd-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  color: rgba(255,255,255,0.88);\n  font-family: var(--sans);\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n}\n.tmd-trust-item svg {\n  width: 18px;\n  height: 18px;\n  opacity: 0.7;\n  flex-shrink: 0;\n}\n@media (max-width: 768px) {\n  .tmd-trust-bar { padding: 14px 20px; justify-content: center; gap: 16px 24px; }\n  .tmd-trust-item { font-size: 10px; }\n}\n\n\/* ─────────────────────────────\n   2. PRODUCT TABS\n───────────────────────────── *\/\n.tmd-tabs-wrap {\n  border-top: 1px solid var(--cream);\n  border-bottom: 1px solid var(--cream);\n  background: #fff;\n}\n.tmd-tab-nav {\n  display: flex;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width: none;\n  border-bottom: 1px solid var(--cream);\n  padding: 0 40px;\n}\n.tmd-tab-nav::-webkit-scrollbar { display: none; }\n.tmd-tab-btn {\n  font-family: var(--sans);\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n  color: var(--text-muted);\n  background: none;\n  border: none;\n  border-bottom: 2px solid transparent;\n  margin-bottom: -1px;\n  padding: 16px 20px;\n  cursor: pointer;\n  white-space: nowrap;\n  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);\n}\n.tmd-tab-btn:hover { color: var(--brand); }\n.tmd-tab-btn.active {\n  color: var(--brand);\n  border-bottom-color: var(--brand);\n}\n.tmd-tab-panel {\n  display: none;\n  padding: 36px 40px;\n  max-width: 820px;\n  animation: tabfade 0.22s var(--ease);\n}\n.tmd-tab-panel.active { display: block; }\n@keyframes tabfade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }\n.tmd-tab-panel p {\n  font-size: 14px;\n  color: var(--text-muted);\n  line-height: 1.9;\n  margin-bottom: 14px;\n}\n.tmd-tab-panel p strong { color: var(--text); font-weight: 500; }\n\n\/* Spec Table *\/\n.tmd-spec-table {\n  width: 100%;\n  max-width: 560px;\n  border-collapse: collapse;\n}\n.tmd-spec-table tr {\n  border-bottom: 1px solid var(--cream);\n}\n.tmd-spec-table tr:last-child { border-bottom: none; }\n.tmd-spec-table td {\n  padding: 12px 0;\n  font-size: 13px;\n  vertical-align: top;\n}\n.tmd-spec-table td:first-child {\n  color: var(--text-muted);\n  font-weight: 500;\n  width: 160px;\n  letter-spacing: 0.02em;\n  padding-right: 20px;\n}\n.tmd-spec-table td:last-child { color: var(--text); }\n\n\/* Applications grid *\/\n.tmd-app-checks {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-top: 4px;\n}\n.tmd-app-check {\n  padding: 13px 15px;\n  background: var(--cream-light);\n  font-size: 12px;\n  border-left: 2px solid var(--brand);\n}\n.tmd-app-check strong {\n  display: block;\n  color: var(--text);\n  font-weight: 500;\n  margin-bottom: 3px;\n}\n.tmd-app-check span { color: var(--text-muted); }\n.tmd-app-no {\n  border-left-color: var(--cream);\n  background: #fff;\n  border: 1px solid var(--cream);\n}\n.tmd-app-no strong { color: var(--text-light); }\n\n\/* Care \/ Info note *\/\n.tmd-info-note {\n  background: var(--cream-light);\n  border-left: 3px solid var(--brand);\n  padding: 14px 18px;\n  font-size: 13px;\n  color: var(--text-muted);\n  line-height: 1.8;\n  margin-top: 14px;\n}\n.tmd-info-note strong { color: var(--text); font-weight: 500; }\n\n@media (max-width: 768px) {\n  .tmd-tab-nav { padding: 0 16px; }\n  .tmd-tab-btn { padding: 13px 14px; font-size: 10px; }\n  .tmd-tab-panel { padding: 24px 16px; }\n  .tmd-app-checks { grid-template-columns: 1fr 1fr; }\n  .tmd-spec-table td:first-child { width: 120px; }\n}\n\n\/* ─────────────────────────────\n   4. WHY BUY FROM US\n───────────────────────────── *\/\n.tmd-why-section {\n  padding: 64px 40px;\n  background: #fff;\n  border-top: 1px solid var(--cream);\n  text-align: center;\n}\n.tmd-why-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 24px;\n  max-width: 900px;\n  margin: 0 auto;\n  margin-top: 36px;\n}\n.tmd-why-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }\n.tmd-why-icon {\n  width: 52px;\n  height: 52px;\n  border-radius: 50%;\n  border: 1px solid var(--cream);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);\n}\n.tmd-why-item:hover .tmd-why-icon {\n  background: var(--cream-light);\n  border-color: var(--brand);\n}\n.tmd-why-icon svg {\n  width: 22px;\n  height: 22px;\n  color: var(--brand);\n  stroke: var(--brand);\n}\n.tmd-why-item h4 {\n  font-family: var(--sans);\n  font-size: 12px;\n  font-weight: 500;\n  color: var(--text);\n  margin: 0;\n}\n.tmd-why-item p {\n  font-size: 11px;\n  color: var(--text-muted);\n  line-height: 1.65;\n  text-align: center;\n}\n@media (max-width: 900px) {\n  .tmd-why-grid { grid-template-columns: repeat(3, 1fr); }\n}\n@media (max-width: 600px) {\n  .tmd-why-section { padding: 36px 16px; }\n  .tmd-why-grid { grid-template-columns: 1fr 1fr; gap: 20px; }\n}\n\n\/* ─────────────────────────────\n   6. SEO EXPANDABLE SECTION\n───────────────────────────── *\/\n.tmd-seo-section {\n  border-top: 1px solid var(--cream);\n  background: #fff;\n  padding: 0 40px;\n}\n.tmd-seo-toggle {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 22px 0;\n  cursor: pointer;\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s var(--ease);\n}\n.tmd-seo-toggle.open { border-bottom-color: var(--cream); }\n.tmd-seo-toggle h3 {\n  font-family: var(--serif);\n  font-size: 20px;\n  font-weight: 300;\n  color: var(--text);\n}\n.tmd-seo-toggle-icon {\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--text-muted);\n  transition: transform 0.3s var(--ease);\n  flex-shrink: 0;\n}\n.tmd-seo-toggle.open .tmd-seo-toggle-icon { transform: rotate(180deg); }\n.tmd-seo-body {\n  display: none;\n  padding: 28px 0 40px;\n  grid-template-columns: 1fr 1fr;\n  gap: 36px;\n}\n.tmd-seo-body.open {\n  display: grid;\n}\n.tmd-seo-col h4 {\n  font-family: var(--sans);\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--brand);\n  margin-bottom: 14px;\n  padding-bottom: 8px;\n  border-bottom: 1px solid var(--cream);\n}\n.tmd-seo-col p {\n  font-size: 13px;\n  color: var(--text-muted);\n  line-height: 1.9;\n  margin-bottom: 12px;\n}\n.tmd-seo-col p strong { color: var(--text); font-weight: 500; }\n.tmd-seo-col a { color: var(--brand); text-decoration: underline; }\n\n@media (max-width: 768px) {\n  .tmd-seo-section { padding: 0 16px; }\n  .tmd-seo-body.open { grid-template-columns: 1fr; gap: 24px; }\n}\n\n\u003c\/style\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     1. TRUST BAR\n     ════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tmd-trust-bar\"\u003e\n\n  \u003cdiv class=\"tmd-trust-item\"\u003e\n    \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 18.75a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 01-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 00-3.213-9.193 2.056 2.056 0 00-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 00-10.026 0 1.106 1.106 0 00-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    Ships in 2–3 Days\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tmd-trust-item\"\u003e\n    \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 11.25v8.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 109.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1114.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    Free Sample Shipping\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tmd-trust-item\"\u003e\n    \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    Nationwide Delivery\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tmd-trust-item\"\u003e\n    \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    Premium Natural Stone\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tmd-trust-item\"\u003e\n    \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    Secure Packaging\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     2. PRODUCT INFORMATION TABS\n     ════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tmd-tabs-wrap\"\u003e\n  \u003cdiv class=\"tmd-tab-nav\" role=\"tablist\"\u003e\n    \u003cbutton class=\"tmd-tab-btn active\" onclick=\"tmdTab(this,'desc')\" role=\"tab\"\u003eDescription\u003c\/button\u003e\n    \u003cbutton class=\"tmd-tab-btn\" onclick=\"tmdTab(this,'specs')\" role=\"tab\"\u003eSpecifications\u003c\/button\u003e\n    \u003cbutton class=\"tmd-tab-btn\" onclick=\"tmdTab(this,'apps')\" role=\"tab\"\u003eApplications\u003c\/button\u003e\n    \u003cbutton class=\"tmd-tab-btn\" onclick=\"tmdTab(this,'shipping')\" role=\"tab\"\u003eShipping \u0026amp; Returns\u003c\/button\u003e\n    \u003cbutton class=\"tmd-tab-btn\" onclick=\"tmdTab(this,'care')\" role=\"tab\"\u003eInstallation \u0026amp; Care\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DESCRIPTION --\u003e\n  \u003cdiv class=\"tmd-tab-panel active\" id=\"tmd-desc\"\u003e\n    \u003cp\u003eBlue Parisian marble is a rare and elegant natural stone quarried in Europe, prized for its soft light-blue background and delicate white cloudy veining. The serene, watery palette brings a calm, sophisticated atmosphere that few marbles can match.\u003c\/p\u003e\n    \u003cp\u003eThis 16×24 large-format tile is finished in a suede surface — a soft, low-sheen matte texture that is smooth underfoot, reduces glare, and gives the stone a gentle, contemporary feel. The generous format means fewer grout lines and a cleaner, more seamless installation across floors and walls.\u003c\/p\u003e\n    \u003cp\u003eSuitable for feature floors, accent and shower walls, kitchen backsplashes, fireplace surrounds, and statement vanity surfaces. Each tile is unique — order free samples to evaluate the color and veining under your own lighting before placing a full order.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003cdiv class=\"tmd-tab-panel\" id=\"tmd-specs\"\u003e\n    \u003ctable class=\"tmd-spec-table\" aria-label=\"Product specifications\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eNatural Marble\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eLight Blue with White Cloudy Veining\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eSuede (Soft Matte)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTile Size\u003c\/td\u003e\n\u003ctd\u003e16 × 24 inches (nominal)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eThickness\u003c\/td\u003e\n\u003ctd\u003e1\/2 inch (12mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCoverage\u003c\/td\u003e\n\u003ctd\u003e2 sq ft per piece\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSold By\u003c\/td\u003e\n\u003ctd\u003eSquare Foot — 50 sq ft minimum\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eWall \u0026amp; Floor (Indoor)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eShade Variation\u003c\/td\u003e\n\u003ctd\u003eV3 — Moderate to High Variation\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eEdge\u003c\/td\u003e\n\u003ctd\u003eStraight\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eTraditional\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eEurope\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003cdiv class=\"tmd-tab-panel\" id=\"tmd-apps\"\u003e\n    \u003cdiv class=\"tmd-app-checks\"\u003e\n      \u003cdiv class=\"tmd-app-check\"\u003e\n\u003cstrong\u003e✓ Feature Floors\u003c\/strong\u003e\u003cspan\u003eSoft matte suede, smooth underfoot\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"tmd-app-check\"\u003e\n\u003cstrong\u003e✓ Accent \u0026amp; Shower Walls\u003c\/strong\u003e\u003cspan\u003eStatement walls and wet-wall surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"tmd-app-check\"\u003e\n\u003cstrong\u003e✓ Kitchen Backsplash\u003c\/strong\u003e\u003cspan\u003eBehind range and counters\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"tmd-app-check\"\u003e\n\u003cstrong\u003e✓ Fireplace Surrounds\u003c\/strong\u003e\u003cspan\u003eCalming, heat-tolerant application\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"tmd-app-check\"\u003e\n\u003cstrong\u003e✓ Vanity \u0026amp; Niche Tops\u003c\/strong\u003e\u003cspan\u003eBathroom vanities and display niches\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"tmd-app-check tmd-app-no\"\u003e\n\u003cstrong\u003e— Indoor use only\u003c\/strong\u003e\u003cspan\u003eNot recommended for exterior applications\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHIPPING \u0026 RETURNS --\u003e\n  \u003cdiv class=\"tmd-tab-panel\" id=\"tmd-shipping\"\u003e\n    \u003cp\u003e\u003cstrong\u003eShipping Cost:\u003c\/strong\u003e This is a full-size tile, which ships at standard freight rates calculated at checkout based on quantity and destination. Free shipping is not available on tile or porcelain orders — it applies only to qualifying mosaic and molding orders.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eProcessing \u0026amp; Delivery:\u003c\/strong\u003e Orders are processed within 2–3 business days. Large orders ship via LTL freight — curbside delivery only. An adult must be present to sign for delivery. Estimated transit: 2–10 business days after shipment.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Uninstalled tile may be returned within 30 days of delivery. Inspect all tile carefully before installation — installed tile cannot be returned or exchanged. Samples are final sale.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eExclusions:\u003c\/strong\u003e Standard shipping fees apply to all tile and porcelain orders. Additional charges may apply for delivery to Hawaii, Alaska, U.S. territories, or international addresses.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTALLATION \u0026 CARE --\u003e\n  \u003cdiv class=\"tmd-tab-panel\" id=\"tmd-care\"\u003e\n    \u003cp\u003e\u003cstrong\u003eSealing:\u003c\/strong\u003e Seal all natural marble with a penetrating stone sealer before and after installation. Re-seal annually in kitchens and high-use areas. Do not use surface sealers or topical coatings on suede-finish marble.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCleaning:\u003c\/strong\u003e Use a pH-neutral stone cleaner only. Avoid acidic cleaners, bleach, vinegar, and ammonia-based products — these etch marble and permanently dull the surface. The soft matte suede texture hides etching and water spots better than a polished finish, but still requires acid-free care.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Use white or light-colored thinset — standard gray thinset can bleed through the white marble and alter its appearance. Dry-lay tiles before setting to balance veining and color across the layout. Professional installation recommended for large-format tile.\u003c\/p\u003e\n    \u003cdiv class=\"tmd-info-note\"\u003e\n      \u003cstrong\u003eImportant:\u003c\/strong\u003e Inspect all tile before installation. Variations in color, veining, and texture between pieces are natural characteristics of genuine marble — not defects. Order 10% overage for cuts, waste, and future repairs. Tile \u0026amp; Mosaic Depot specialists are available M–F 8:30AM–5PM PST at 855-797-8453.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     4. WHY BUY FROM US\n     ════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tmd-why-section\"\u003e\n  \u003cspan class=\"tmd-section-eyebrow\" style=\"display:block;text-align:center;\"\u003eWhy Tile \u0026amp; Mosaic Depot\u003c\/span\u003e\n  \u003ch2 class=\"tmd-section-title\" style=\"text-align:center;margin-bottom:0;\"\u003eThe natural stone specialists\u003c\/h2\u003e\n\n  \u003cdiv class=\"tmd-why-grid\"\u003e\n\n    \u003cdiv class=\"tmd-why-item\"\u003e\n      \u003cdiv class=\"tmd-why-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003ePremium Materials\u003c\/h4\u003e\n      \u003cp\u003eSourced direct from quarries. Same stone as luxury showrooms — better pricing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tmd-why-item\"\u003e\n      \u003cdiv class=\"tmd-why-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 11.25v8.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 109.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1114.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eFree Sample Shipping\u003c\/h4\u003e\n      \u003cp\u003eEvery product ships a free sample. Evaluate real stone in your actual space.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tmd-why-item\"\u003e\n      \u003cdiv class=\"tmd-why-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 18.75a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 01-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 00-3.213-9.193 2.056 2.056 0 00-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 00-10.026 0 1.106 1.106 0 00-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eFast Nationwide Shipping\u003c\/h4\u003e\n      \u003cp\u003eShips from US warehouses in 2–3 business days. Free on qualifying orders.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tmd-why-item\"\u003e\n      \u003cdiv class=\"tmd-why-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eExpert Support\u003c\/h4\u003e\n      \u003cp\u003eStone specialists M–F 8:30AM–5PM PST. 855-797-8453 or live chat.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tmd-why-item\"\u003e\n      \u003cdiv class=\"tmd-why-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e30-Day Returns\u003c\/h4\u003e\n      \u003cp\u003eUninstalled tile accepted within 30 days. Shop with full confidence.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     6. SEO EXPANDABLE CONTENT\n     Collapsed for UX — crawlable for SEO\n     ════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tmd-seo-section\"\u003e\n  \u003cdiv class=\"tmd-seo-toggle\" id=\"tmd-seo-toggle\" onclick=\"tmdToggleSEO()\" aria-expanded=\"false\" role=\"button\"\u003e\n    \u003ch3\u003eAbout Blue Parisian Marble\u003c\/h3\u003e\n    \u003cdiv class=\"tmd-seo-toggle-icon\" aria-hidden=\"true\"\u003e\n      \u003csvg width=\"18\" height=\"18\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9l-7 7-7-7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tmd-seo-body\" id=\"tmd-seo-body\" aria-hidden=\"true\"\u003e\n\n    \u003cdiv class=\"tmd-seo-col\"\u003e\n      \u003ch4\u003eMaterial Education\u003c\/h4\u003e\n      \u003cp\u003eBlue Parisian marble is a metamorphic marble quarried in Europe, valued for its uncommon blue coloration — a rarity among natural marbles, which are far more often white, gray, beige, or brown. Its calcite base gives it the soft, light blue tone that makes the stone so distinctive.\u003c\/p\u003e\n      \u003cp\u003eThe cloudy white veining is the result of mineral movement and recrystallization over millions of years. Shade variation (V3) means the depth of blue and the density of veining differ from piece to piece — the geological signature of genuine Blue Parisian marble, not a defect.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eSuede vs polished:\u003c\/strong\u003e The suede finish is a soft, lightly textured matte surface that diffuses light, resists glare, and conceals etching and water spots far better than a reflective polished finish — ideal for calm, contemporary interiors.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tmd-seo-col\"\u003e\n      \u003ch4\u003eDesign \u0026amp; Inspiration\u003c\/h4\u003e\n      \u003cp\u003eBlue Parisian's light-blue-and-white palette pairs beautifully with warm brass and gold fixtures, pale oak and walnut cabinetry, and soft white or greige walls. The cool, watery tone brings a spa-like calm that works especially well in bathrooms and powder rooms.\u003c\/p\u003e\n      \u003cp\u003eIn the 16×24 large format, the tile reads as a near-seamless slab look on feature floors and shower walls, with far fewer grout lines than smaller sizes. Run the tiles in a stacked or brick-bond layout to let the cloudy veining drift naturally across the surface.\u003c\/p\u003e\n      \u003cp\u003ePopular design combinations: Blue Parisian as a feature floor or shower wall, paired with crisp white marble accents and brushed brass trim for a serene, contemporary bathroom. Browse the full \u003ca href=\"\/collections\/marble-tile\"\u003emarble tile collection\u003c\/a\u003e and \u003ca href=\"\/collections\/blue-tones\"\u003eblue-tone stone\u003c\/a\u003e for coordinating pieces.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ════════════════════════════════════════════\n     JAVASCRIPT — Tabs + SEO toggle\n     ════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n  function tmdTab(btn, panelId) {\n    document.querySelectorAll('.tmd-tab-btn').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.tmd-tab-panel').forEach(p =\u003e p.classList.remove('active'));\n    btn.classList.add('active');\n    document.getElementById('tmd-' + panelId).classList.add('active');\n  }\n\n  function tmdToggleSEO() {\n    var toggle = document.getElementById('tmd-seo-toggle');\n    var body   = document.getElementById('tmd-seo-body');\n    var isOpen = body.classList.contains('open');\n    body.classList.toggle('open');\n    toggle.classList.toggle('open');\n    toggle.setAttribute('aria-expanded', String(!isOpen));\n    body.setAttribute('aria-hidden', String(isOpen));\n  }\n\u003c\/script\u003e","brand":"TILE AND MOSAIC DEPOT","offers":[{"title":"Default Title","offer_id":47770067042530,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0089\/1836\/8292\/files\/093-058bluestonesuede.jpg?v=1777959389","url":"https:\/\/tileandmosaicdepot.com\/products\/blue-parisian-marble-16x24-suede-tile","provider":"TILE \u0026 MOSAIC DEPOT","version":"1.0","type":"link"}