Ceiling Hooks and Cord Grips
A collection page of LEDSone UK Ltd
About
/* ── clh__ unified system — ceiling light hooks & cord grips ─────── */ #clh-page { font-family: 'GeneralSans', 'Jost', sans-serif; font-size: 14px; color: #111111; background: #fff; } #clh-page * { box-sizing: border-box; } /* ── Sticky Nav ─────────────────────────────────────────────────────── */ #clh-page .clh__nav { position: sticky; top: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 2px solid #012f6d; padding: 12px 0; z-index: 1000; box-shadow: 0 2px 10px rgba(1,47,109,0.08); } #clh-page .clh__nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px; } #clh-page .clh__nav-title { font-size: 15px; font-weight: 700; color: #012f6d; white-space: nowrap; flex-shrink: 0; } #clh-page .clh__toc { display: flex; flex-wrap: wrap; gap: 4px; } #clh-page .clh__toc a { text-decoration: none; color: #555; font-size: 12px; font-weight: 500; padding: 6px 10px; border-radius: 30px; transition: all 0.2s ease; white-space: nowrap; } #clh-page .clh__toc a:hover { background: #012f6d; color: #fff; } #clh-page .clh__nav-toggle { display: none; background: #012f6d; color: #fff; border: none; padding: 8px 14px; border-radius: 30px; cursor: pointer; font-size: 12px; font-weight: 600; font-family: 'GeneralSans', 'Jost', sans-serif; } /* ── Wrap & Typography ──────────────────────────────────────────────── */ #clh-page .clh__wrap { max-width: 1200px; margin: 0 auto; padding: 28px 20px; } #clh-page h1 { font-size: 26px; font-weight: 700; color: #111111; text-align: center; margin: 0 0 16px; line-height: 1.3; } #clh-page h2 { font-size: 20px; font-weight: 600; color: #111111; margin: 0 0 10px; padding-bottom: 10px; border-bottom: 2px solid #012f6d; line-height: 1.3; } #clh-page h3 { font-size: 15px; font-weight: 600; color: #012f6d; margin: 18px 0 6px; } #clh-page p { font-size: 14px; font-weight: 500; color: #444; line-height: 1.75; margin: 0 0 12px; } #clh-page ul,