{"product_id":"ur7s-zpurs","title":"UR7s Zpurs","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eUR7s Shoe Clips\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --bg: #f5f5f5;\n      --surface: #ffffff;\n      --text: #111111;\n      --muted: #5f5f5f;\n      --line: #dddddd;\n      --accent: #000000;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: Arial, Helvetica, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.5;\n    }\n\n    .container {\n      width: min(1100px, 92%);\n      margin: 0 auto;\n    }\n\n    .topbar {\n      background: #000;\n      color: #fff;\n      text-align: center;\n      padding: 0.75rem 1rem;\n      font-size: 0.95rem;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    header {\n      background: var(--surface);\n      border-bottom: 1px solid var(--line);\n      position: sticky;\n      top: 0;\n      z-index: 10;\n    }\n\n    .nav {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 1rem 0;\n      gap: 1rem;\n    }\n\n    .logo {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      text-decoration: none;\n      color: inherit;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    .logo img {\n      width: 62px;\n      height: 62px;\n      object-fit: contain;\n      border-radius: 8px;\n      background: #fff;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 1.25rem;\n      list-style: none;\n      color: var(--muted);\n      font-size: 0.95rem;\n    }\n\n    .nav-links a {\n      text-decoration: none;\n      color: inherit;\n    }\n\n    .hero {\n      padding: 4.5rem 0 3.5rem;\n      background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      margin-bottom: 1rem;\n      padding: 0.35rem 0.7rem;\n      border: 1px solid #000;\n      border-radius: 999px;\n      font-size: 0.8rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    h1 {\n      font-size: clamp(2.4rem, 5vw, 4.8rem);\n      line-height: 0.95;\n      text-transform: uppercase;\n      letter-spacing: -0.03em;\n      margin-bottom: 1rem;\n    }\n\n    .hero p {\n      max-width: 560px;\n      color: var(--muted);\n      font-size: 1.05rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .actions {\n      display: flex;\n      gap: 1rem;\n      flex-wrap: wrap;\n      margin-bottom: 1.5rem;\n    }\n\n    .btn {\n      display: inline-block;\n      padding: 0.95rem 1.35rem;\n      border-radius: 999px;\n      text-decoration: none;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      transition: transform 0.2s ease, opacity 0.2s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      opacity: 0.92;\n    }\n\n    .btn-primary {\n      background: #000;\n      color: #fff;\n    }\n\n    .btn-secondary {\n      border: 1px solid #000;\n      color: #000;\n      background: transparent;\n    }\n\n    .hero-points {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem 1.2rem;\n      color: #333;\n      font-size: 0.95rem;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n    }\n\n    .hero-card {\n      background: #000;\n      color: #fff;\n      border-radius: 24px;\n      padding: 2rem;\n      box-shadow: 0 20px 50px rgba(0,0,0,0.16);\n    }\n\n    .product-shape {\n      width: 100%;\n      max-width: 360px;\n      margin: 0 auto 1.5rem;\n      display: block;\n    }\n\n    .hero-card h2 {\n      font-size: 1.5rem;\n      margin-bottom: 0.75rem;\n      text-transform: uppercase;\n    }\n\n    .hero-card p {\n      color: rgba(255,255,255,0.78);\n      margin-bottom: 1rem;\n    }\n\n    .price {\n      font-size: 2rem;\n      font-weight: 800;\n      margin-bottom: 1rem;\n    }\n\n    section {\n      padding: 4rem 0;\n    }\n\n    .section-title {\n      font-size: clamp(1.8rem, 3vw, 2.8rem);\n      text-transform: uppercase;\n      margin-bottom: 0.75rem;\n    }\n\n    .section-copy {\n      color: var(--muted);\n      max-width: 700px;\n      margin-bottom: 2rem;\n    }\n\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1.25rem;\n    }\n\n    .card {\n      background: var(--surface);\n      border: 1px solid var(--line);\n      border-radius: 20px;\n      padding: 1.5rem;\n    }\n\n    .card h3 {\n      margin-bottom: 0.6rem;\n      text-transform: uppercase;\n      font-size: 1rem;\n      letter-spacing: 0.04em;\n    }\n\n    .card p {\n      color: var(--muted);\n      font-size: 0.98rem;\n    }\n\n    .split {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.5rem;\n    }\n\n    .feature-panel {\n      background: #fff;\n      border-radius: 24px;\n      border: 1px solid var(--line);\n      padding: 2rem;\n    }\n\n    .feature-list {\n      list-style: none;\n      display: grid;\n      gap: 1rem;\n    }\n\n    .feature-list li {\n      padding-bottom: 1rem;\n      border-bottom: 1px solid var(--line);\n    }\n\n    .feature-list li:last-child {\n      border-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .feature-list strong {\n      display: block;\n      margin-bottom: 0.25rem;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n    }\n\n    .cta {\n      background: #000;\n      color: #fff;\n      border-radius: 28px;\n      text-align: center;\n      padding: 3rem 1.5rem;\n    }\n\n    .cta p {\n      color: rgba(255,255,255,0.8);\n      max-width: 680px;\n      margin: 0.75rem auto 1.5rem;\n    }\n\n    footer {\n      padding: 2rem 0 3rem;\n      color: var(--muted);\n      font-size: 0.92rem;\n      text-align: center;\n    }\n\n    @media (max-width: 900px) {\n      .hero-grid,\n      .grid-3,\n      .split {\n        grid-template-columns: 1fr;\n      }\n\n      .nav {\n        flex-direction: column;\n      }\n\n      .nav-links {\n        flex-wrap: wrap;\n        justify-content: center;\n      }\n\n      .hero {\n        padding-top: 3rem;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"topbar\"\u003eUR7s performance gear inspired by the game of sevens\u003c\/div\u003e\n\n  \u003cheader\u003e\n    \u003cdiv class=\"container nav\"\u003e\n      \u003ca class=\"logo\" href=\"#\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/ur7_s-logo_400x400-e1575978611264.jpg?v=1775917133\" alt=\"UR7s logo\"\u003e\n        \u003cspan\u003eUR7s Clips\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003cul class=\"nav-links\"\u003e\n        \u003cli\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003c\/li\u003e\n        \u003cli\u003e\u003ca href=\"#why\"\u003eWhy UR7s\u003c\/a\u003e\u003c\/li\u003e\n        \u003cli\u003e\u003ca href=\"#shop\"\u003eShop\u003c\/a\u003e\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cmain\u003e\n    \u003csection class=\"hero\"\u003e\n      \u003cdiv class=\"container hero-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"eyebrow\"\u003eUltimate Rugby Sevens\u003c\/span\u003e\n          \u003ch1\u003eHang. Dry. Go Again.\u003c\/h1\u003e\n          \u003cp\u003e\n            A UR7s version of the Zpurs-style shoe clip, built for rugby boots, trainers and kit days on the move.\n            Keep footwear aired, tidy and easy to grab after training, tournaments and travel.\n          \u003c\/p\u003e\n          \u003cdiv class=\"actions\"\u003e\n            \u003ca class=\"btn btn-primary\" href=\"#shop\"\u003eShop now\u003c\/a\u003e\n            \u003ca class=\"btn btn-secondary\" href=\"#features\"\u003eSee features\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hero-points\"\u003e\n            \u003cspan\u003eBoot room ready\u003c\/span\u003e\n            \u003cspan\u003eTravel friendly\u003c\/span\u003e\n            \u003cspan\u003eFast drying\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-card\"\u003e\n          \u003csvg class=\"product-shape\" viewbox=\"0 0 420 280\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-label=\"Stylised shoe clip illustration\"\u003e\n            \u003crect x=\"70\" y=\"60\" width=\"280\" height=\"28\" rx=\"14\" fill=\"white\" opacity=\"0.96\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"190\" y=\"78\" width=\"40\" height=\"120\" rx=\"20\" fill=\"white\" opacity=\"0.96\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"105\" y=\"180\" width=\"85\" height=\"30\" rx=\"15\" fill=\"white\" opacity=\"0.96\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"230\" y=\"180\" width=\"85\" height=\"30\" rx=\"15\" fill=\"white\" opacity=\"0.96\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"210\" cy=\"94\" r=\"10\" fill=\"black\" opacity=\"0.35\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003ch2\u003eUR7s Shoe Clip\u003c\/h2\u003e\n          \u003cp\u003eSimple storage for boots and trainers between sessions, match days and travel weekends.\u003c\/p\u003e\n          \u003cdiv class=\"price\"\u003e£19.99\u003c\/div\u003e\n          \u003ca class=\"btn btn-secondary\" href=\"https:\/\/neatcleats.cc\/collections\/zpurs\/products\/zpurs-sports-shoe-hanger?_kx=\" target=\"_blank\" rel=\"noopener\"\u003eInspired by Zpurs\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"features\"\u003e\n      \u003cdiv class=\"container\"\u003e\n        \u003ch2 class=\"section-title\"\u003eBuilt for rugby life\u003c\/h2\u003e\n        \u003cp class=\"section-copy\"\u003e\n          A clean one-page concept using the UR7s black-and-white identity, focused on utility and performance.\n        \u003c\/p\u003e\n        \u003cdiv class=\"grid-3\"\u003e\n          \u003cdiv class=\"card\"\u003e\n            \u003ch3\u003eClip and carry\u003c\/h3\u003e\n            \u003cp\u003eAttach boots or trainers together quickly so they are easier to transport from changing room to car to home.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"card\"\u003e\n            \u003ch3\u003eAir dry faster\u003c\/h3\u003e\n            \u003cp\u003eKeep footwear off the floor and hanging openly after wet sessions, helping boots dry more neatly between uses.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"card\"\u003e\n            \u003ch3\u003eLess clutter\u003c\/h3\u003e\n            \u003cp\u003eMake kit storage simpler at home, in lockers and in travel bags with a compact clip that is easy to use.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"why\"\u003e\n      \u003cdiv class=\"container split\"\u003e\n        \u003cdiv class=\"feature-panel\"\u003e\n          \u003ch2 class=\"section-title\"\u003eWhy it fits UR7s\u003c\/h2\u003e\n          \u003cp class=\"section-copy\"\u003e\n            Sevens players move fast, train hard and travel light. This product page concept keeps the message direct and practical.\n          \u003c\/p\u003e\n          \u003cul class=\"feature-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eTournament weekends\u003c\/strong\u003e\n              Easy to hang boots after back-to-back fixtures.\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eAcademy training\u003c\/strong\u003e\n              Useful for players moving between school, sessions and home.\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eMinimal design\u003c\/strong\u003e\n              Strong typography, simple layout and no unnecessary extras.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-panel\" id=\"shop\"\u003e\n          \u003ch2 class=\"section-title\"\u003eQuick shop\u003c\/h2\u003e\n          \u003cp class=\"section-copy\"\u003e\n            Keep this section simple or connect it to a product page, cart or Shopify button later.\n          \u003c\/p\u003e\n          \u003cul class=\"feature-list\"\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eProduct\u003c\/strong\u003e\n              UR7s Shoe Clip\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eBest for\u003c\/strong\u003e\n              Rugby boots, trainers and light kit storage\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cstrong\u003eBranding\u003c\/strong\u003e\n              UR7s logo and monochrome palette\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cdiv style=\"margin-top: 1.5rem;\"\u003e\n            \u003ca class=\"btn btn-primary\" href=\"#\"\u003eAdd to cart\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection\u003e\n      \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"cta\"\u003e\n          \u003ch2 class=\"section-title\"\u003eSimple kit storage for serious players\u003c\/h2\u003e\n          \u003cp\u003e\n            A straightforward landing page concept for a UR7s-branded shoe clip, borrowing the practical idea behind Zpurs while keeping the visual style clean and bold.\n          \u003c\/p\u003e\n          \u003ca class=\"btn btn-secondary\" href=\"#\"\u003eLaunch the product\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/main\u003e\n\n  \u003cfooter\u003e\n    \u003cdiv class=\"container\"\u003e\n      Concept page for UR7s shoe clips. Logo shown from the supplied UR7s asset.\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Neatcleats.cc","offers":[{"title":"Default Title","offer_id":55518622548353,"sku":null,"price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0590\/3646\/7387\/files\/UR7Szpursneatcletsshoehangers.jpg?v=1775917042","url":"https:\/\/neatcleats.cc\/products\/ur7s-zpurs","provider":"Neatcleats.cc","version":"1.0","type":"link"}