{"id":104,"date":"2026-08-31T11:21:28","date_gmt":"2026-08-31T03:21:28","guid":{"rendered":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/"},"modified":"2026-08-31T11:21:28","modified_gmt":"2026-08-31T03:21:28","slug":"tiles","status":"publish","type":"page","link":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/","title":{"rendered":"Tiles"},"content":{"rendered":"\n<style>\n\n:root{\n  --ink:#0e1b2a;\n  --ink2:#15293c;\n  --gold:#c9a24b;\n  --gold2:#d4ad5a;\n  --cream:#f5f1eb;\n  --text:#26323d;\n  --muted:#6b7a85;\n  --white:#fff\n}\n*{margin:0;padding:0;box-sizing:border-box}\nbody{font-family:'Segoe UI',system-ui,-apple-system,Arial,sans-serif;background:var(--cream);color:var(--text);line-height:1.65}\nimg{max-width:100%}\n\/* ---- Astra theme overrides ---- *\/\n.site-header,#masthead,.site-footer,#colophon,.entry-header{display:none!important}\n.ast-container{max-width:100%!important;width:100%!important;padding:0!important}\n.site-content{max-width:100%!important}\n.hfeed.site{max-width:100%!important}\n.ast-plain-container .site-content > .ast-container{max-width:100%!important}\n.entry-content > *{max-width:100%!important;margin-left:0!important;margin-right:0!important}\n\/* ---- topbar ---- *\/\n.topbar{background:var(--ink);color:#9fb0c0;font-size:12.5px;padding:8px 40px;display:flex;justify-content:space-between;align-items:center;letter-spacing:.3px}\n.tb-left span{margin-right:18px}\n.tb-right span{margin-left:14px;cursor:pointer}\n\/* ---- nav ---- *\/\n.nav{background:rgba(255,255,255,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:68px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.06)}\n.logo{font-weight:800;font-size:22px;letter-spacing:4px;color:var(--ink);text-decoration:none;flex-shrink:0}\n.menu{display:flex;gap:26px}\n.menu a{color:var(--text);text-decoration:none;font-size:14.5px;font-weight:600;letter-spacing:.3px;padding:6px 0;border-bottom:2px solid transparent}\n.menu a:hover{color:var(--gold)}\n.menu a.active{color:var(--gold);border-bottom-color:var(--gold)}\n.btn-gold-caps{background:var(--gold);color:var(--ink);border:none;padding:8px 18px;border-radius:30px;font-weight:700;font-size:13px;cursor:pointer;letter-spacing:.3px;text-decoration:none;display:inline-block}\n.btn-gold-caps:hover{background:var(--gold2)}\n.hamburger{display:none}\n\/* ---- mobile fullscreen menu overlay ---- *\/\n.menu-overlay{display:none;position:fixed;inset:0;background:rgba(14,27,42,.97);z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:22px}\n.menu-overlay.open{display:flex}\n.menu-overlay a{color:#fff;font-size:20px;text-decoration:none;letter-spacing:1px}\n.menu-overlay a:hover{color:var(--gold)}\n.menu-overlay .menu-quote-btn{background:var(--gold);color:var(--ink);padding:10px 30px;border-radius:30px;font-weight:700;margin-top:10px}\n.menu-close{position:absolute;top:22px;right:26px;background:none;border:none;color:#fff;font-size:30px;cursor:pointer}\n\/* ---- page hero ---- *\/\n.page-hero{background:linear-gradient(135deg,#0e1b2a 0%,#1d2f44 60%,#2a3f58 100%);color:#fff;text-align:center;padding:84px 40px 76px;position:relative;overflow:hidden}\n.page-hero:before{content:\"\";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0 2px,transparent 2px 26px)}\n.page-hero-inner{position:relative;max-width:1400px;margin:0 auto}\n.page-hero .kicker{color:var(--gold);font-size:13px;letter-spacing:4px;text-transform:uppercase;font-weight:700;margin-bottom:14px}\n.page-hero h1{font-size:46px;font-weight:800;letter-spacing:1px;line-height:1.15;margin-bottom:14px}\n.page-hero h1 em{color:var(--gold);font-style:normal}\n.page-hero p{color:#a9b8c6;font-size:16px;max-width:680px;margin:0 auto}\n\/* ---- sections ---- *\/\n.section{padding:80px 40px}\n.section-inner{max-width:1400px;margin:0 auto}\n.section-head{text-align:center;margin-bottom:46px}\n.section-head .kicker{color:var(--gold);font-size:12.5px;letter-spacing:3.5px;text-transform:uppercase;font-weight:700;margin-bottom:10px}\n.section-head h2{font-size:32px;font-weight:800;color:var(--ink);letter-spacing:.5px}\n.section-head p{color:var(--muted);margin-top:8px;max-width:620px;margin-left:auto;margin-right:auto}\n\/* ---- product grid ---- *\/\n.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}\n.product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(14,27,42,.08);transition:transform .25s ease,box-shadow .25s ease}\n.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(14,27,42,.14)}\n.product-card .pc-img{height:300px;overflow:hidden;position:relative;background:var(--cream)}\n.product-card .pc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}\n.product-card:hover .pc-img img{transform:scale(1.05)}\n.product-card .pc-tag{position:absolute;top:14px;left:14px;background:var(--ink);color:var(--gold);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px}\n.product-card .pc-body{padding:20px 22px 24px}\n.product-card .pc-body h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:6px}\n.product-card .pc-body p{font-size:13px;color:var(--muted);line-height:1.6}\n.product-card .pc-spec{display:flex;gap:14px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line,#e7ebef);font-size:12px;color:var(--muted)}\n\/* ---- specs table ---- *\/\n.specs-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:10px}\n.spec-item{background:#fff;border:1px solid #eceff3;border-radius:12px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-size:14px}\n.spec-item .k{color:var(--muted)}\n.spec-item .v{font-weight:700;color:var(--ink)}\n\/* ---- two column (about) ---- *\/\n.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}\n.two-col .tc-copy h2{font-size:30px;font-weight:800;color:var(--ink);margin-bottom:16px;letter-spacing:.5px}\n.two-col .tc-copy p{color:var(--muted);margin-bottom:14px;font-size:14.5px}\n.two-col .tc-img img{width:100%;border-radius:14px;box-shadow:0 14px 40px rgba(14,27,42,.14);display:block}\n.two-col .tc-img+.tc-img{margin-top:20px}\n\/* ---- stats band ---- *\/\n.stats-band{background:var(--ink);color:#fff;padding:44px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}\n.stats-band .fs .num{font-size:30px;font-weight:800;color:var(--gold)}\n.stats-band .fs .lbl{font-size:12px;color:#9fb0c0;margin-top:4px;letter-spacing:.5px;text-transform:uppercase}\n\/* ---- projects placeholder cards ---- *\/\n.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}\n.proj-card{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(14,27,42,.08);transition:transform .25s ease}\n.proj-card:hover{transform:translateY(-5px)}\n.proj-card .pj-img{height:220px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.9);font-size:38px}\n.proj-card .pj-body{padding:18px 22px 22px}\n.proj-card .pj-body h3{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:6px}\n.proj-card .pj-body p{font-size:13px;color:var(--muted)}\n\/* ---- contact ---- *\/\n.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:46px;align-items:start}\n.contact-info .ci-item{display:flex;gap:16px;margin-bottom:22px;background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #eceff3}\n.contact-info .ci-item .ic{font-size:22px}\n.contact-info .ci-item .k{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}\n.contact-info .ci-item .v{font-size:15px;font-weight:600;color:var(--ink);margin-top:2px}\n.contact-form{background:#fff;border-radius:14px;padding:32px;box-shadow:0 10px 30px rgba(14,27,42,.08)}\n.contact-form label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin:14px 0 6px}\n.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #dfe4ea;border-radius:8px;padding:11px 14px;font-size:14px;font-family:inherit;background:#fafbfc}\n.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);outline:none}\n.contact-form textarea{min-height:120px;resize:vertical}\n.wpcf7-submit{background:var(--gold)!important;color:var(--ink)!important;border:none!important;padding:13px 34px!important;border-radius:30px!important;font-weight:700!important;font-size:14px!important;cursor:pointer!important;margin-top:18px!important;letter-spacing:.5px!important}\n.wpcf7-submit:hover{background:var(--gold2)!important}\n.wpcf7-response-output{font-size:13px;margin-top:12px}\n.wpcf7-not-valid-tip{font-size:12px;color:#c0392b}\n\/* ---- cta band ---- *\/\n.cta-band{background:var(--ink);color:#fff;text-align:center;padding:66px 40px;position:relative;overflow:hidden}\n.cta-band:before{content:\"\";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0 2px,transparent 2px 26px)}\n.cta-band-inner{position:relative;max-width:720px;margin:0 auto}\n.cta-band h2{font-size:30px;font-weight:800;margin-bottom:12px}\n.cta-band p{color:#a9b8c6;margin-bottom:26px;font-size:14.5px}\n\/* ---- footer ---- *\/\n.footer{background:#08111e;padding:50px 80px 30px;color:#6b7a8a;font-size:13px}\n.footer-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.06)}\n.footer-brand{font-size:24px;font-weight:800;letter-spacing:3px;color:#fff}\n.footer-col h4{color:#c9d2da;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}\n.footer-col a{display:block;color:#6b7a8a;text-decoration:none;margin-bottom:8px;font-size:12.5px}\n.footer-col a:hover{color:var(--gold)}\n.footer-bottom{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;padding-top:22px;font-size:12px}\n\/* ---- responsive ---- *\/\n@media (max-width:768px){\n  .topbar{padding:8px 16px;font-size:11px}\n  .tb-left span{margin-right:10px}\n  .nav{padding:0 16px;height:58px}\n  .menu{display:none}\n  .hamburger{display:block;font-size:20px;color:var(--ink);background:rgba(255,255,255,.92);border:none;border-radius:5px;padding:6px 10px;cursor:pointer}\n  .page-hero{padding:56px 16px 52px}\n  .page-hero h1{font-size:30px}\n  .section{padding:54px 16px}\n  .section-head h2{font-size:24px}\n  .product-grid,.proj-grid{grid-template-columns:1fr}\n  .product-card .pc-img{height:240px}\n  .specs-wrap,.two-col,.contact-grid{grid-template-columns:1fr}\n  .stats-band{grid-template-columns:repeat(2,1fr);padding:34px 16px}\n  .cta-band{padding:50px 16px}\n  .cta-band h2{font-size:24px}\n  .footer{padding:40px 16px 24px}\n  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}\n  .footer-bottom{flex-direction:column;gap:8px}\n}\n\n<\/style>\n<div class=\"topbar\">\n  <div class=\"tb-left\">\n    <span>&#128231; sales@tashi.com<\/span>\n    <span>&#9742; +86-XXX-XXXX-XXXX<\/span>\n    <span>WhatsApp +86-XXX-XXXX-XXXX<\/span>\n  <\/div>\n  <div class=\"tb-right\">\n    <span>EN<\/span><span>&#127760;<\/span>\n  <\/div>\n<\/div>\n<nav class=\"nav\" style=\"display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 40px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.06)\">\n  <div class=\"nav-inner\" style=\"width:100%;max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box\">\n  <a href=\"https:\/\/www.shuimoshi.net\/\" class=\"logo\">T<b style=\"color:var(--gold)\">A<\/b>SHI<\/a>\n  <div class=\"menu\">\n    <a href=\"https:\/\/www.shuimoshi.net\/\">Home<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/terrazzo\/\">Terrazzo<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/tiles\/\" class=\"active\">Tiles<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/sintered-stone\/\">Sintered Stone<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/projects\/\">Projects<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/about\/\">About<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/contact\/\">Contact<\/a>\n  <\/div>\n  <div class=\"menu-overlay\">\n    <button class=\"menu-close\" aria-label=\"Close menu\">&#x2715;<\/button>\n    <a href=\"https:\/\/www.shuimoshi.net\/\">Home<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/terrazzo\/\">Terrazzo<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/tiles\/\" class=\"active\">Tiles<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/sintered-stone\/\">Sintered Stone<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/projects\/\">Projects<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/about\/\">About<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/contact\/\">Contact<\/a>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/get-a-quote\/\" class=\"menu-quote-btn\">Get a Quote<\/a>\n  <\/div>\n  <div class=\"nav-right\" style=\"display:flex;align-items:center;gap:8px;flex-shrink:0\">\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/get-a-quote\/\" class=\"btn-gold-caps\" style=\"background:var(--gold);color:var(--ink);border:none;padding:8px 18px;border-radius:30px;font-weight:700;font-size:13px;cursor:pointer;letter-spacing:.3px\">Get a Quote<\/a>\n    <button class=\"hamburger\" aria-label=\"Open menu\">&#9776;<\/button>\n  <\/div>\n  <\/div>\n<\/nav>\n<section class=\"page-hero\">\n  <div class=\"page-hero-inner\">\n    <div class=\"kicker\">TASHI Collections<\/div>\n    <h1>Ceramic &#038; <em>Porcelain Tiles<\/em><\/h1>\n    <p>Durable ceramic and porcelain tiles with consistent color and precision sizing \u2014 ideal for floors, walls and facades.<\/p>\n  <\/div>\n<\/section><section class=\"section\" style=\"background:#fff\">\n  <div class=\"section-inner\">\n    <div class=\"section-head\">\n  <div class=\"kicker\">Our Range<\/div>\n  <h2>Tile Collections<\/h2>\n  <p>Factory-direct ceramic tiles in popular sizes and finishes.<\/p>\n<\/div>\n    <div class=\"product-grid\">\n      <div class=\"product-card\">\n  <div class=\"pc-img\"><span class=\"pc-tag\">White<\/span><img decoding=\"async\" src=\"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg\" alt=\"W006 White Fine Terrazzo Tile\" loading=\"lazy\"><\/div>\n  <div class=\"pc-body\">\n    <h3>W006 White Fine Terrazzo Tile<\/h3>\n    <p>Fine-grain white tile with a clean, professional look \u2014 our top pick.<\/p>\n    <div class=\"pc-spec\"><span>600x600mm<\/span><span>Custom Sizes<\/span><\/div>\n  <\/div>\n<\/div>\n      <div class=\"product-card\">\n  <div class=\"pc-img\"><span class=\"pc-tag\">Warm Tone<\/span><img decoding=\"async\" src=\"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-r003.jpg\" alt=\"R003 Red Stone Mosaic Tile\" loading=\"lazy\"><\/div>\n  <div class=\"pc-body\">\n    <h3>R003 Red Stone Mosaic Tile<\/h3>\n    <p>Ivory base with red and olive chips \u2014 Italian vintage character.<\/p>\n    <div class=\"pc-spec\"><span>600x600mm<\/span><span>Custom Sizes<\/span><\/div>\n  <\/div>\n<\/div>\n      <div class=\"product-card\">\n  <div class=\"pc-img\"><span class=\"pc-tag\">Sand<\/span><img decoding=\"async\" src=\"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-y002.jpg\" alt=\"Y002 Sand Tile\" loading=\"lazy\"><\/div>\n  <div class=\"pc-body\">\n    <h3>Y002 Sand Tile<\/h3>\n    <p>Warm sand base with red and white aggregates \u2014 boutique style.<\/p>\n    <div class=\"pc-spec\"><span>600x600mm<\/span><span>Custom Sizes<\/span><\/div>\n  <\/div>\n<\/div>\n      <div class=\"product-card\">\n  <div class=\"pc-img\"><span class=\"pc-tag\">Golden<\/span><img decoding=\"async\" src=\"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-y004.jpg\" alt=\"Y004 Golden Tile\" loading=\"lazy\"><\/div>\n  <div class=\"pc-body\">\n    <h3>Y004 Golden Tile<\/h3>\n    <p>Bright golden base with olive chips \u2014 a statement accent tile.<\/p>\n    <div class=\"pc-spec\"><span>600x600mm<\/span><span>Custom Sizes<\/span><\/div>\n  <\/div>\n<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<section class=\"section\" style=\"background:var(--cream)\">\n  <div class=\"section-inner\">\n    <div class=\"section-head\">\n  <div class=\"kicker\">Specifications<\/div>\n  <h2>Standard Specifications<\/h2>\n  <p>Consistent quality batch after batch \u2014 perfect for large-scale projects.<\/p>\n<\/div>\n    <div class=\"specs-wrap\">\n      <div class=\"spec-item\"><span class=\"k\">Size<\/span><span class=\"v\">300x300mm &#8211; 600x1200mm<\/span><\/div>\n      <div class=\"spec-item\"><span class=\"k\">Thickness<\/span><span class=\"v\">8mm \/ 10mm \/ 18mm<\/span><\/div>\n      <div class=\"spec-item\"><span class=\"k\">Surface<\/span><span class=\"v\">Glazed \/ Matt \/ Polished<\/span><\/div>\n      <div class=\"spec-item\"><span class=\"k\">Grade<\/span><span class=\"v\">First Grade, AA<\/span><\/div>\n      <div class=\"spec-item\"><span class=\"k\">MOQ<\/span><span class=\"v\">1 x 20ft Container<\/span><\/div>\n      <div class=\"spec-item\"><span class=\"k\">Certification<\/span><span class=\"v\">CE \/ SGS \/ ISO9001<\/span><\/div>\n    <\/div>\n  <\/div>\n<\/section><section class=\"cta-band\">\n  <div class=\"cta-band-inner\">\n    <h2>Need a Quote for Your Project?<\/h2>\n    <p>Tell us your project size and requirements \u2014 we reply within 24 hours with pricing and samples.<\/p>\n    <a href=\"https:\/\/www.shuimoshi.net\/index.php\/get-a-quote\/\" class=\"btn-gold-caps\" style=\"background:var(--gold);color:var(--ink);padding:13px 36px;border-radius:30px;font-weight:700;font-size:14px;text-decoration:none;letter-spacing:.5px\">Get a Free Quote<\/a>\n  <\/div>\n<\/section>\n<footer class=\"footer\">\n  <div class=\"footer-grid\">\n    <div>\n      <div class=\"footer-brand\">T<b style=\"color:var(--gold)\">A<\/b>SHI<\/div>\n      <div style=\"font-size:12px;line-height:1.7;color:#6b7a8a;margin-top:8px\">Verified Manufacturer<br>Foshan, Guangdong, China<br><br>CE &middot; SGS &middot; ISO9001 Certified<\/div>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Products<\/h4>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/terrazzo\/\">Terrazzo Tiles<\/a>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/tiles\/\">Ceramic Tiles<\/a>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/sintered-stone\/\">Sintered Stone<\/a>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Company<\/h4>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/about\/\">About Us<\/a>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/projects\/\">Projects<\/a>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/get-a-quote\/\">Get a Quote<\/a>\n    <\/div>\n    <div class=\"footer-col\">\n      <h4>Contact<\/h4>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/contact\/\">Contact Us<\/a>\n      <a href=\"mailto:sales@tashi.com\">sales@tashi.com<\/a>\n      <a href=\"https:\/\/www.shuimoshi.net\/index.php\/get-a-quote\/\">Request Samples<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <span>&copy; 2026 TASHI Building Materials Co., Ltd. All rights reserved.<\/span>\n    <span>Privacy Policy &middot; Terms &middot; Sitemap<\/span>\n  <\/div>\n<\/footer>\n<script>\ndocument.addEventListener('DOMContentLoaded', function(){\n  var ham = document.querySelector('.hamburger');\n  var overlay = document.getElementById('menuOverlay') || document.querySelector('.menu-overlay');\n  var close = document.querySelector('.menu-close');\n  if(ham && overlay){\n    ham.addEventListener('click', function(){ overlay.classList.toggle('open'); document.body.style.overflow = overlay.classList.contains('open') ? 'hidden' : ''; });\n  }\n  if(close && overlay){\n    close.addEventListener('click', function(){ overlay.classList.remove('open'); document.body.style.overflow = ''; });\n  }\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>&#128231; sales@tash [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-104","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tiles - TASHI \u2014 Global Tile &amp; Building Materials<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.shuimoshi.net\/index.php\/tiles\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tiles - TASHI \u2014 Global Tile &amp; Building Materials\" \/>\n<meta property=\"og:description\" content=\"&#128231; sales@tash [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shuimoshi.net\/index.php\/tiles\/\" \/>\n<meta property=\"og:site_name\" content=\"TASHI \u2014 Global Tile &amp; Building Materials\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/\",\"url\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/\",\"name\":\"Tiles - TASHI \u2014 Global Tile &amp; Building Materials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.shuimoshi.net\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/tile-w006.jpg\",\"datePublished\":\"2026-08-31T03:21:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.shuimoshi.net\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/tile-w006.jpg\",\"contentUrl\":\"https:\\\/\\\/www.shuimoshi.net\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/tile-w006.jpg\",\"width\":1400,\"height\":1398},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/index.php\\\/tiles\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/www.shuimoshi.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tiles\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#website\",\"url\":\"https:\\\/\\\/www.shuimoshi.net\\\/\",\"name\":\"TASHI \u2014 Global Tile &amp; Building Materials\",\"description\":\"Global Tile &amp; Building Materials\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.shuimoshi.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#organization\",\"name\":\"TASHI \u2014 Global Tile &amp; Building Materials\",\"url\":\"https:\\\/\\\/www.shuimoshi.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.shuimoshi.net\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.shuimoshi.net\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo.png\",\"width\":156,\"height\":40,\"caption\":\"TASHI \u2014 Global Tile &amp; Building Materials\"},\"image\":{\"@id\":\"https:\\\/\\\/www.shuimoshi.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tiles - TASHI \u2014 Global Tile &amp; Building Materials","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/","og_locale":"zh_CN","og_type":"article","og_title":"Tiles - TASHI \u2014 Global Tile &amp; Building Materials","og_description":"&#128231; sales@tash [&hellip;]","og_url":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/","og_site_name":"TASHI \u2014 Global Tile &amp; Building Materials","og_image":[{"url":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/","url":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/","name":"Tiles - TASHI \u2014 Global Tile &amp; Building Materials","isPartOf":{"@id":"https:\/\/www.shuimoshi.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/#primaryimage"},"image":{"@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg","datePublished":"2026-08-31T03:21:28+00:00","breadcrumb":{"@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shuimoshi.net\/index.php\/tiles\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/#primaryimage","url":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg","contentUrl":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/tile-w006.jpg","width":1400,"height":1398},{"@type":"BreadcrumbList","@id":"https:\/\/www.shuimoshi.net\/index.php\/tiles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.shuimoshi.net\/"},{"@type":"ListItem","position":2,"name":"Tiles"}]},{"@type":"WebSite","@id":"https:\/\/www.shuimoshi.net\/#website","url":"https:\/\/www.shuimoshi.net\/","name":"TASHI \u2014 Global Tile &amp; Building Materials","description":"Global Tile &amp; Building Materials","publisher":{"@id":"https:\/\/www.shuimoshi.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.shuimoshi.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/www.shuimoshi.net\/#organization","name":"TASHI \u2014 Global Tile &amp; Building Materials","url":"https:\/\/www.shuimoshi.net\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.shuimoshi.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/logo.png","contentUrl":"https:\/\/www.shuimoshi.net\/wp-content\/uploads\/2026\/08\/logo.png","width":156,"height":40,"caption":"TASHI \u2014 Global Tile &amp; Building Materials"},"image":{"@id":"https:\/\/www.shuimoshi.net\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/pages\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/comments?post=104"}],"version-history":[{"count":0,"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/pages\/104\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.shuimoshi.net\/index.php\/wp-json\/wp\/v2\/media?parent=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}