{"product_id":"employee-handbook-uk","title":"Employee Handbook (UK)","description":"\u003cstyle\u003e\n  .hlb-pdp {\n    --hlb-teal: #03989e;\n    --hlb-teal-deep: #0a4a4d;\n    --hlb-charcoal: #1f2d30;\n    --hlb-charcoal-deep: #17383c;\n    --hlb-charcoal-dark: #1c272a;\n    --hlb-green: #5dcaa5;\n    --hlb-coral: #FF6B47;\n    --hlb-line: #E0EEEE;\n    --hlb-soft: #FAFAFA;\n    --hlb-text: #1f2a2b;\n    --hlb-muted: #5b6b6d;\n    --hlb-muted-light: #8a9799;\n    font-family: -apple-system, BlinkMacSystemFont, \"Inter\", \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--hlb-text);\n    line-height: 1.6;\n  }\n\n  .hlb-pdp * {\n    box-sizing: border-box;\n  }\n\n  .hlb-pdp__head {\n    margin: 0 0 34px;\n  }\n\n  .hlb-pdp__eyebrow {\n    display: inline-block;\n    margin: 0 0 12px;\n    color: var(--hlb-teal);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__lede {\n    margin: 0;\n    max-width: 860px;\n    color: var(--hlb-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .hlb-pdp__lede strong {\n    color: var(--hlb-teal-deep);\n    font-weight: 800;\n  }\n\n  .hlb-pdp__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .hlb-pdp__badge {\n    display: inline-flex;\n    align-items: center;\n    border: 1px solid var(--hlb-line);\n    background: #ffffff;\n    color: var(--hlb-teal-deep);\n    border-radius: 999px;\n    padding: 8px 12px;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .hlb-pdp__section,\n  .hlb-pdp__diff,\n  .hlb-pdp__how {\n    margin: 34px 0;\n  }\n\n  .hlb-pdp__h3 {\n    margin: 0 0 10px;\n    color: var(--hlb-teal-deep);\n    font-size: 24px;\n    line-height: 1.22;\n    font-weight: 850;\n    letter-spacing: -0.02em;\n  }\n\n  .hlb-pdp__sub {\n    margin: 0 0 22px;\n    color: var(--hlb-muted);\n    font-size: 15.5px;\n    line-height: 1.65;\n    max-width: 880px;\n  }\n\n  .hlb-pdp__diff {\n    background: #ffffff;\n    border: 1px solid var(--hlb-line);\n    border-radius: 20px;\n    padding: 30px;\n    box-shadow: 0 16px 38px rgba(10, 74, 77, 0.045);\n  }\n\n  .hlb-pdp__diff-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .hlb-pdp__diff-col {\n    border: 1px solid var(--hlb-line);\n    border-radius: 16px;\n    padding: 22px;\n    background: #ffffff;\n  }\n\n  .hlb-pdp__diff-col--bad {\n    background: #FAFAFA;\n  }\n\n  .hlb-pdp__diff-col--good {\nbackground: #ffffff;\n  border-color: var(--hlb-line);\n  }\n\n  .hlb-pdp__diff-tag {\n    display: inline-block;\n    margin: 0 0 12px;\n    color: var(--hlb-teal-deep);\n    font-size: 13px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__diff-col ul,\n  .hlb-pdp__feature-list,\n  .hlb-pdp__inside,\n  .hlb-pdp__extras {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hlb-pdp__diff-col li {\n    position: relative;\n    padding: 6px 0 6px 24px;\n    color: var(--hlb-muted);\n    font-size: 13.5px;\n    line-height: 1.45;\n  }\n\n  @media (min-width: 901px) {\n    .hlb-pdp__diff-col li {\n      white-space: nowrap;\n    }\n  }\n\n  .hlb-pdp__diff-col--bad li::before {\n    content: \"×\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    color: #8a9799;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 850;\n  }\n\n  .hlb-pdp__diff-col--good li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    color: var(--hlb-teal);\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .hlb-pdp__feature-list li,\n  .hlb-pdp__inside li {\n    position: relative;\n    padding: 8px 0 8px 24px;\n    color: var(--hlb-muted);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .hlb-pdp__feature-list li::before,\n  .hlb-pdp__inside li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 17px;\n    width: 7px;\n    height: 7px;\n    border-radius: 999px;\n    background: var(--hlb-teal);\n    box-shadow: 0 0 0 4px rgba(3, 152, 158, 0.10);\n  }\n\n  .hlb-pdp__feature-list,\n  .hlb-pdp__inside {\n    display: grid;\n    gap: 2px;\n  }\n\n  .hlb-pdp__inside {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px 18px;\n  }\n\n  .hlb-pdp__how {\n    background: linear-gradient(135deg, #17383c 0%, #1f2d30 62%, #1c272a 100%);\n    color: #ffffff;\n    border-radius: 24px;\n    padding: 32px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 24px 60px rgba(10, 74, 77, 0.18);\n  }\n\n  .hlb-pdp__how::before {\n    content: \"\";\n    position: absolute;\n    right: -86px;\n    top: -92px;\n    width: 220px;\n    height: 220px;\n    border-radius: 34px;\n    background: rgba(93, 202, 165, 0.10);\n    transform: rotate(12deg);\n    pointer-events: none;\n  }\n\n  .hlb-pdp__how \u003e * {\n    position: relative;\n    z-index: 2;\n  }\n\n  .hlb-pdp__how .hlb-pdp__h3 {\n    color: #ffffff;\n    font-size: 13px;\n    text-transform: none;\n    letter-spacing: 0;\n    margin-bottom: 8px;\n  }\n\n  .hlb-pdp__how .hlb-pdp__sub {\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 17px;\n    margin-bottom: 24px;\n  }\n\n  .hlb-pdp__steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    gap: 14px;\n  }\n\n  .hlb-pdp__steps li {\n    display: grid;\n    grid-template-columns: 42px minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    background: rgba(255, 255, 255, 0.06);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 16px;\n    padding: 20px;\n  }\n\n  .hlb-pdp__step-num {\n    width: 30px;\n    height: 30px;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--hlb-teal-deep);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .hlb-pdp__step-title {\n    margin: 0 0 8px;\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 850;\n    line-height: 1.3;\n  }\n\n  .hlb-pdp__step-body {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14.5px;\n    line-height: 1.6;\n  }\n\n  .hlb-pdp__step-body strong {\n    color: var(--hlb-coral);\n    font-weight: 850;\n  }\n\n  .hlb-pdp__format-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 22px;\n  }\n\n  .hlb-pdp__format-card {\n    background: #ffffff;\n    border: 1px solid var(--hlb-line);\n    border-radius: 16px;\n    padding: 22px;\n    position: relative;\n  }\n\n  .hlb-pdp__format-card--rec {\n    border-color: var(--hlb-teal);\n    background: #F0FAFA;\n  }\n\n  .hlb-pdp__rec-tag {\n    display: inline-block;\n    margin: 0 0 10px;\n    background: var(--hlb-teal);\n    color: #ffffff;\n    border-radius: 999px;\n    padding: 5px 9px;\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__format-name {\n    margin: 0 0 8px;\n    color: var(--hlb-teal-deep);\n    font-size: 17px;\n    font-weight: 850;\n    line-height: 1.3;\n  }\n\n  .hlb-pdp__format-desc {\n    margin: 0;\n    color: var(--hlb-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .hlb-pdp__note-stack {\n    margin: 34px 0;\n    border-top: 1px solid var(--hlb-line);\n    border-bottom: 1px solid var(--hlb-line);\n  }\n\n  .hlb-pdp__note {\n    margin: 0;\n    padding: 0;\n    background: transparent;\n    border: 0;\n  }\n\n  .hlb-pdp__note + .hlb-pdp__note {\n    border-top: 1px solid var(--hlb-line);\n  }\n\n  .hlb-pdp__note p {\n    margin: 0;\n    padding: 18px 0;\n    color: var(--hlb-muted);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .hlb-pdp__note strong {\n    color: var(--hlb-teal-deep);\n    font-weight: 850;\n  }\n\n  .hlb-pdp__note a,\n  .hlb-pdp__extras a,\n  .hlb-pdp__licence a {\n    color: var(--hlb-teal);\n    font-weight: 750;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .hlb-pdp__note a:hover,\n  .hlb-pdp__extras a:hover,\n  .hlb-pdp__licence a:hover {\n    text-decoration: none;\n  }\n\n  .hlb-pdp__section--extras {\n    margin-top: 34px;\n    padding: 28px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, #17383c 0%, #1f2d30 62%, #1c272a 100%);\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 20px 48px rgba(10, 74, 77, 0.14);\n  }\n\n  .hlb-pdp__section--extras::before {\n    content: \"\";\n    position: absolute;\n    right: -70px;\n    top: -80px;\n    width: 180px;\n    height: 180px;\n    border-radius: 28px;\n    background: rgba(93, 202, 165, 0.12);\n    transform: rotate(12deg);\n    pointer-events: none;\n  }\n\n  .hlb-pdp__section--extras \u003e * {\n    position: relative;\n    z-index: 2;\n  }\n\n  .hlb-pdp__section--extras .hlb-pdp__h3 {\n    color: #ffffff;\n    margin-bottom: 18px;\n  }\n\n  .hlb-pdp__extras {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hlb-pdp__extras li {\n    padding: 0;\n    margin: 0;\n  }\n\n  .hlb-pdp__extras li::before {\n    display: none !important;\n    content: none !important;\n  }\n\n  .hlb-pdp__extras a {\n    display: inline-flex;\n    align-items: center;\n    min-height: 48px;\n    padding: 12px 18px;\n    border-radius: 12px;\n    background: rgba(93, 202, 165, 0.12);\n    border: 1px solid rgba(93, 202, 165, 0.28);\n    color: #5dcaa5 !important;\n    font-weight: 750;\n    text-decoration: none !important;\n    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;\n  }\n\n  .hlb-pdp__extras a:hover {\n    transform: translateY(-1px);\n    background: #5dcaa5;\n    border-color: #5dcaa5;\n    color: #17383c !important;\n  }\n\n  .hlb-pdp__licence {\n    margin: 30px 0 0;\n    color: var(--hlb-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 900px) {\n    .hlb-pdp__diff-grid,\n    .hlb-pdp__format-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hlb-pdp__inside {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 600px) {\n    .hlb-pdp__diff,\n    .hlb-pdp__how,\n    .hlb-pdp__section--extras {\n      padding: 24px 20px;\n      border-radius: 20px;\n    }\n\n    .hlb-pdp__steps li {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      padding: 18px;\n    }\n\n    .hlb-pdp__inside {\n      grid-template-columns: 1fr;\n    }\n\n    .hlb-pdp__extras {\n      flex-direction: column;\n    }\n\n    .hlb-pdp__extras a {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hlb-pdp\"\u003e\n\n  \u003cheader class=\"hlb-pdp__head\"\u003e\n    \u003cspan class=\"hlb-pdp__eyebrow\"\u003eUK employee handbook\u003c\/span\u003e\n    \u003cp class=\"hlb-pdp__lede\"\u003eA practical, plain-English handbook for UK startups and SMEs. Sets expectations, meets key UK obligations and reduces risk, ready to circulate company-wide.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__badges\"\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eUK-focused\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eEngland, Wales, Scotland \u0026amp; NI\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eSME \u0026amp; startup friendly\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eDelivered in minutes after setup\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"hlb-pdp__diff\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eThis isn't just another template.\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eA handbook isn't something you copy from the internet and hope for the best. Our Personalisation Studio builds yours around your business, with cross-referenced policies aligned to UK statutory codes of practice.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__diff-grid\"\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--bad\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003eStandard templates\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003eGeneric policies that don't reflect your business\u003c\/li\u003e\n          \u003cli\u003eDisconnected sections that contradict each other\u003c\/li\u003e\n          \u003cli\u003eYou guess which policies you need\u003c\/li\u003e\n          \u003cli\u003eNo clear acknowledgment record\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--good\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003ePersonalisation Studio\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003eTailored to your company name, structure and policies\u003c\/li\u003e\n          \u003cli\u003eCross-referenced for consistency throughout\u003c\/li\u003e\n          \u003cli\u003ePlain-English drafting aligned to UK statutory codes\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhat you'll receive\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__feature-list\"\u003e\n      \u003cli\u003eA personalised 28-page PDF handbook, ready to share, \u003cstrong\u003eand\/or\u003c\/strong\u003e editable Word (.docx) master, depending on the format you select above.\u003c\/li\u003e\n      \u003cli\u003eCross-referenced policies that work together as one consistent document.\u003c\/li\u003e\n      \u003cli\u003eAcknowledgment page for employee sign-off, keeps a record that staff have read it.\u003c\/li\u003e\n      \u003cli\u003eThe Word version is \u003cstrong\u003eextendable internally\u003c\/strong\u003e. Add your own sections, evolve over time, reissue without re-buying.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhat's inside (core policies)\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__inside\"\u003e\n      \u003cli\u003eWelcome \u0026amp; our values\u003c\/li\u003e\n      \u003cli\u003eStandards of conduct\u003c\/li\u003e\n      \u003cli\u003ePerformance \u0026amp; probation\u003c\/li\u003e\n      \u003cli\u003eDisciplinary \u0026amp; grievance\u003c\/li\u003e\n      \u003cli\u003eDrugs, alcohol and conduct\u003c\/li\u003e\n      \u003cli\u003eFlexible \u0026amp; hybrid working\u003c\/li\u003e\n      \u003cli\u003eWorking hours \u0026amp; remote work\u003c\/li\u003e\n      \u003cli\u003eHolidays \u0026amp; public holidays\u003c\/li\u003e\n      \u003cli\u003eSickness reporting \u0026amp; sick pay\u003c\/li\u003e\n      \u003cli\u003eData protection (UK GDPR)\u003c\/li\u003e\n      \u003cli\u003ePay \u0026amp; expenses\u003c\/li\u003e\n      \u003cli\u003ePerformance \u0026amp; development\u003c\/li\u003e\n      \u003cli\u003eHealth \u0026amp; safety\u003c\/li\u003e\n      \u003cli\u003eIT, Systems and Social Media Use\u003c\/li\u003e\n      \u003cli\u003eWhistleblowing\u003c\/li\u003e\n      \u003cli\u003eEquality, anti-bullying \u0026amp; harassment\u003c\/li\u003e\n      \u003cli\u003eAnti-bribery and conflicts of interest\u003c\/li\u003e\n      \u003cli\u003eConfidentiality, IP \u0026amp; company property\u003c\/li\u003e\n      \u003cli\u003eFamily-friendly leave (maternity, paternity, parental) \u003c\/li\u003e\n      \u003cli\u003eLeaving the company\u003c\/li\u003e\n      \u003cli\u003eHandbook version control page\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__how\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eHow it works\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eFrom order to inbox in minutes — no waiting, no guesswork.\u003c\/p\u003e\n    \u003col class=\"hlb-pdp__steps\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003ePurchase\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eStraight after checkout, we email your \u003cstrong\u003ededicated studio link\u003c\/strong\u003e — private, personal and tied to your purchase.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003eOpen the Personalisation Studio\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eAdd your company details and key policy options. We explain each decision in plain English.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003eReceive your handbook\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eYour chosen format(s) arrive in your inbox the moment you submit, typically within minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eChoose your format\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003ePick the format that suits your workflow. For the best of both worlds, choose the combined option: circulate the PDF today and extend the Word version over time.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__format-grid\"\u003e\n      \u003cdiv class=\"hlb-pdp__format-card\"\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised PDF\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eCirculate internally to all staff of your single legal entity. Not editable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__format-card\"\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised Word\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eFully editable .docx. Extend and evolve internally over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__format-card hlb-pdp__format-card--rec\"\u003e\n        \u003cspan class=\"hlb-pdp__rec-tag\"\u003eMost popular\u003c\/span\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised PDF + Word\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eIssue today. Keep the editable master for future updates.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"hlb-pdp__note-stack\"\u003e\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eA friendly note.\u003c\/strong\u003e Our handbook reflects general UK practice for SMEs and startups across England, Wales, Scotland and Northern Ireland. For sector-specific rules (regulated industries, FCA, healthcare) or unusual operating models, consider Consultant Review or independent legal advice before issuing.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAbout add-ons.\u003c\/strong\u003e Eligible add-ons (where available) appear with your variant choice above. Selected add-ons are added to your basket alongside your main document at checkout.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"hlb-pdp__section hlb-pdp__section--extras\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eOptional extras\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__extras\"\u003e\n      \u003cli\u003e\u003ca href=\"\/products\/update-alerts-subscription\"\u003eUpdate Alerts Subscription\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"\/products\/on-tap-hr-support\"\u003eOn-Tap HR Support\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"hlb-pdp__licence\"\u003eRead the full licence terms in our \u003ca href=\"\/policies\/terms-of-service\"\u003eTerms of Service\u003c\/a\u003e.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"HR Launch Box","offers":[{"title":"Personalised PDF","offer_id":58438166544733,"sku":"HLB-EH-PDF","price":199.99,"currency_code":"GBP","in_stock":true},{"title":"Personalised Word","offer_id":58438166577501,"sku":"HLB-EH-WRD","price":399.99,"currency_code":"GBP","in_stock":true},{"title":"Personalised PDF + Word","offer_id":58438166610269,"sku":"HLB-EH-BOTH","price":409.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9929\/9677\/files\/04-handbook.jpg?v=1779057635","url":"https:\/\/hrlaunchbox.com\/products\/employee-handbook-uk","provider":"HR Launch Box","version":"1.0","type":"link"}