Dorset Woolliscroft fully vitrified tiles

A collection page of Tile.co.uk

categoryLinked from the homepage
Products
39
Active ads
0
Depth
Click depth 1
Published
2025/07/30

About

/* ================================================= DW COLLECTION PAGE — INTRODUCTION SECTION Class prefix: .dwc- Paste into Shopify collection description or Custom HTML section above the product grid ================================================= */ .dwc-full * { box-sizing: border-box; } .dwc-full a, .dwc-full a:hover, .dwc-full a:visited { text-decoration: none !important; } /* --- SYSTEM EXPLAINER --- */ .dwc-system { margin-bottom: 32px; } .dwc-system-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; } .dwc-system-sub { font-size: 13px; color: #888; margin: 0 0 16px; } /* --- PROFILE CARDS --- */ .dwc-profiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-bottom: 24px; } @media (max-width: 540px) { .dwc-profiles { grid-template-columns: repeat(2, 1fr); } } .dwc-profile-card { border-radius: 10px; overflow: hidden; border: 1px solid #e5e5e3; display: block; transition: transform 0.15s, box-shadow 0.15s; } .dwc-profile-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); } .dwc-profile-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; } .dwc-profile-body { padding: 10px 12px 12px; background: #fff; } .dwc-profile-name { font-size: 14px; font-weight: 700; color: #1a1a1a; display: block; margin-bottom: 4px; } .dwc-profile-rating { display: inline-flex; align-items: center; gap: 5px; background: #f0f7ee; border: 1px solid #9fcf90; border-radius: 12px; padding: 2px 8px; font-size: 11px; font-weight: 600; color: #2d5a1e; margin-bottom: 6px; } .dwc-profile-desc { font-size: 12px; color: #555; line-height: 1.4; display: block; } /* --- FITTINGS STRIP --- */ .dwc-fittings-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; } .dwc-fittings-sub { font-size: 13px; color: #888; margin: 0 0 14px; } .dwc-fittings { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 10px; margin-bottom: 24px