{"product_id":"harlequins-foundation-zpurs","title":"Harlequins Foundation Zpurs","description":"\u003cstyle\u003e\n  .hq-zpurs-page {\n    --hq-light-blue: #82BEE6;\n    --hq-magenta: #C80550;\n    --hq-chocolate: #7D4605;\n    --hq-grey: #BEBEBE;\n    --hq-green: #2D964B;\n    --hq-black: #000000;\n    --hq-white: #ffffff;\n\n    font-family: inherit;\n    color: var(--hq-black);\n    background: var(--hq-white);\n    overflow: hidden;\n  }\n\n  .hq-zpurs-page * {\n    box-sizing: border-box;\n  }\n\n  .hq-zpurs-hero {\n    position: relative;\n    display: block;\n    padding: 48px 34px;\n    border-radius: 28px;\n    background:\n      linear-gradient(135deg, rgba(130,190,230,0.26), rgba(255,255,255,0.95) 42%),\n      linear-gradient(315deg, rgba(45,150,75,0.16), rgba(255,255,255,0) 55%);\n    border: 1px solid rgba(0,0,0,0.08);\n    margin-bottom: 32px;\n  }\n\n  .hq-zpurs-hero:after {\n    content: \"\";\n    position: absolute;\n    width: 170px;\n    height: 170px;\n    border-radius: 50%;\n    z-index: 0;\n    background: rgba(45,150,75,0.12);\n    bottom: -70px;\n    left: 8%;\n  }\n\n  .hq-zpurs-content {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n  }\n\n  .hq-foundation-logo {\n    display: block;\n    max-width: 360px;\n    width: 100%;\n    height: auto;\n    margin-bottom: 28px;\n  }\n\n  .hq-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: var(--hq-magenta);\n    color: var(--hq-white);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .hq-kicker span {\n    display: inline-block;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: var(--hq-light-blue);\n  }\n\n  .hq-zpurs-hero h1 {\n    margin: 0 0 18px;\n    font-size: clamp(36px, 6vw, 76px);\n    line-height: 0.95;\n    letter-spacing: -0.045em;\n    font-weight: 900;\n  }\n\n  .hq-zpurs-hero h1 em {\n    display: block;\n    font-style: normal;\n    color: var(--hq-magenta);\n  }\n\n  .hq-hero-copy {\n    max-width: 720px;\n    font-size: clamp(17px, 2vw, 21px);\n    line-height: 1.45;\n    margin: 0 0 26px;\n  }\n\n  .hq-donation-box {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 16px;\n    align-items: center;\n    max-width: 620px;\n    padding: 18px 20px;\n    background: var(--hq-black);\n    color: var(--hq-white);\n    border-radius: 20px;\n    margin: 26px 0 0;\n  }\n\n  .hq-donation-number {\n    font-size: clamp(42px, 6vw, 68px);\n    line-height: 0.9;\n    font-weight: 900;\n    color: var(--hq-light-blue);\n    letter-spacing: -0.05em;\n  }\n\n  .hq-donation-box strong {\n    display: block;\n    font-size: 18px;\n    margin-bottom: 4px;\n  }\n\n  .hq-donation-box p {\n    margin: 0;\n    color: rgba(255,255,255,0.86);\n    line-height: 1.35;\n  }\n\n  .hq-section {\n    padding: 36px 0;\n  }\n\n  .hq-section h2 {\n    font-size: clamp(28px, 4vw, 48px);\n    line-height: 1;\n    letter-spacing: -0.035em;\n    margin: 0 0 18px;\n    font-weight: 900;\n  }\n\n  .hq-section p {\n    font-size: 17px;\n    line-height: 1.62;\n    margin: 0 0 16px;\n  }\n\n  .hq-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 24px;\n  }\n\n  .hq-card {\n    padding: 24px;\n    border-radius: 22px;\n    background: #f7f7f7;\n    border: 1px solid rgba(0,0,0,0.08);\n  }\n\n  .hq-card h3 {\n    margin: 0 0 10px;\n    font-size: 21px;\n    line-height: 1.1;\n    font-weight: 900;\n  }\n\n  .hq-card p {\n    margin: 0;\n    font-size: 15.5px;\n    line-height: 1.5;\n  }\n\n  .hq-card.magenta {\n    background: var(--hq-magenta);\n    color: var(--hq-white);\n  }\n\n  .hq-card.green {\n    background: var(--hq-green);\n    color: var(--hq-white);\n  }\n\n  .hq-card.blue {\n    background: var(--hq-light-blue);\n    color: var(--hq-black);\n  }\n\n  .hq-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    padding: 0;\n    margin: 24px 0 0;\n    list-style: none;\n  }\n\n  .hq-feature-list li {\n    position: relative;\n    padding: 18px 18px 18px 48px;\n    border-radius: 18px;\n    background: #f7f7f7;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .hq-feature-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 18px;\n    top: 17px;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    background: var(--hq-green);\n    color: var(--hq-white);\n    display: grid;\n    place-items: center;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .hq-impact-band {\n    margin: 36px 0;\n    padding: 34px;\n    border-radius: 28px;\n    background: linear-gradient(90deg, var(--hq-black), #1d1d1d);\n    color: var(--hq-white);\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 28px;\n    align-items: center;\n  }\n\n  .hq-impact-band h2 {\n    color: var(--hq-white);\n    margin: 0;\n  }\n\n  .hq-impact-band p {\n    color: rgba(255,255,255,0.86);\n    margin: 0;\n  }\n\n  .hq-final-panel {\n    text-align: center;\n    padding: 38px 26px;\n    border-radius: 28px;\n    background:\n      linear-gradient(135deg, rgba(130,190,230,0.35), rgba(200,5,80,0.12)),\n      #ffffff;\n    border: 1px solid rgba(0,0,0,0.08);\n  }\n\n  .hq-final-panel h2 {\n    margin-bottom: 14px;\n  }\n\n  .hq-final-panel p {\n    max-width: 760px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  @media (max-width: 840px) {\n    .hq-zpurs-hero,\n    .hq-impact-band {\n      grid-template-columns: 1fr;\n      padding: 30px 20px;\n    }\n\n    .hq-card-grid,\n    .hq-feature-list {\n      grid-template-columns: 1fr;\n    }\n\n    .hq-donation-box {\n      grid-template-columns: 1fr;\n    }\n\n    .hq-foundation-logo {\n      max-width: 300px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hq-zpurs-page\"\u003e\n\n  \u003csection class=\"hq-zpurs-hero\"\u003e\n    \u003cdiv class=\"hq-zpurs-content\"\u003e\n      \u003cimg class=\"hq-foundation-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/Harlequins_foundation_logo.png?v=1780559397\" alt=\"Harlequins Foundation logo\"\u003e\n\n      \u003cdiv class=\"hq-kicker\"\u003e\n\u003cspan\u003e\u003c\/span\u003e Special Edition Harlequins Foundation Zpurs\u003c\/div\u003e\n\n      \u003ch1\u003e\n        Carry your boots.\n        \u003cem\u003eSupport the Foundation.\u003c\/em\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"hq-hero-copy\"\u003e\n        Created for supporters, players, coaches and active families, the Harlequins Foundation Edition Zpurs brings the practical, award-winning Zpurs design together with unmistakable Harlequins Foundation colours.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hq-donation-box\"\u003e\n        \u003cdiv class=\"hq-donation-number\"\u003e50%\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eof every sale goes back to the Harlequins Foundation.\u003c\/strong\u003e\n          \u003cp\u003e\n            A simple way to keep your sports shoes dry, organised and easy to carry — while helping support the charity’s work.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hq-section\" id=\"hq-more-info\"\u003e\n    \u003ch2\u003eHarlequins Foundation Edition Zpurs\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Based on the award-winning Zpurs sports shoe hanger, this bespoke Harlequins Foundation edition is designed for athletes, gym-goers and active people who want a smarter way to organise their footwear.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you play rugby, football, hockey, cricket or golf, enjoy running, hit the gym regularly or juggle multiple sports, Zpurs helps keep your shoes dry, organised and easy to carry.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Finished in Harlequins Foundation colours, this special edition offers a practical, durable way to carry footwear while showing your support for the Foundation.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hq-card-grid\"\u003e\n      \u003cdiv class=\"hq-card magenta\"\u003e\n        \u003ch3\u003eSupports the charity\u003c\/h3\u003e\n        \u003cp\u003e50% of every Harlequins Foundation Edition Zpurs sale is donated back to the Harlequins Foundation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hq-card blue\"\u003e\n        \u003ch3\u003eDry shoes faster\u003c\/h3\u003e\n        \u003cp\u003eHang your shoes externally or store them neatly so they can air naturally after training, matches or the gym.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hq-card green\"\u003e\n        \u003ch3\u003eNo more kit-bag mess\u003c\/h3\u003e\n        \u003cp\u003eKeep dirt, moisture and odours away from the rest of your kit, car, locker or hallway.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hq-section\"\u003e\n    \u003ch2\u003eSimple, practical and versatile\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Instead of stuffing wet or muddy shoes into a bag — or dealing with smelly shoe bags — Zpurs lets you hang your shoes externally or neatly store them at home, in the gym, or in your locker.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Shoes can dry up to 70% faster when hung with Zpurs, helping reduce odours and extend the life of your footwear. No more damp trainers lingering in your bag, car or hallway — just cleaner, fresher gear that’s ready for your next session.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hq-feature-list\"\u003e\n      \u003cli\u003eSuitable for rugby boots, football boots, running shoes, gym trainers and everyday footwear.\u003c\/li\u003e\n      \u003cli\u003eEach Zpurs set includes three different grip sizes for a wide range of shoes and boots.\u003c\/li\u003e\n      \u003cli\u003ePerfect for training, match days, school sport, gym lockers, travel and home storage.\u003c\/li\u003e\n      \u003cli\u003eHelps save valuable space in your kit bag while keeping shoes easy to grab and carry.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hq-impact-band\"\u003e\n    \u003ch2\u003eMade for active lives. Made to give back.\u003c\/h2\u003e\n    \u003cp\u003e\n      This special edition pairs proven Zpurs performance with the Harlequins Foundation identity. It is built for supporters who want practical kit that works hard — and gives something meaningful back.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hq-final-panel\"\u003e\n    \u003ch2\u003eReady for training, match day, school sport and everything in between.\u003c\/h2\u003e\n    \u003cp\u003e\n      The Harlequins Foundation Edition Zpurs keeps your footwear dry, organised and easy to carry — no clutter, no smells, no fuss.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Neatcleats.cc","offers":[{"title":"Default Title","offer_id":55762136957313,"sku":"England Lecrosse","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/Harlequins-foundation-shoe-clips-zpurs.png?v=1780559220","url":"https:\/\/neatcleats.cc\/products\/harlequins-foundation-zpurs","provider":"Neatcleats.cc","version":"1.0","type":"link"}