{"title":"Home page","description":null,"products":[{"product_id":"snapfit-ratchet-wrench","title":"Snap-Fit Ratchet Wrench","description":"\u003c!--\n  ============================================================================\n  VORQUE TOOLS — Snap-Fit Ratchet Wrench — Product Description (HTML)\n  ============================================================================\n  WHAT THIS IS\n  A self-contained HTML block for the product's DESCRIPTION field (not the\n  Custom Liquid \"flash\" block — that one lives in the block list above\/below\n  Add to Cart; this one is the long-form description content further down\n  the page). No JavaScript — the dropdowns use the native \u003cdetails\u003e\/\u003csummary\u003e\n  element, which Shopify's description field won't strip out.\n\n  HOW TO INSTALL\n  1. Shopify admin → Products → Snap-Fit Ratchet Wrench.\n  2. Click into the \"Description\" field.\n  3. In the rich text toolbar, click the \"\u003c\u003e\" (Show HTML) button.\n  4. Select all existing content in that box and replace it by pasting in\n     everything below this comment block (you can leave this comment out,\n     or leave it in — comments never render on the storefront either way).\n  5. Save, then check the live product page.\n\n  IMPORTANT — editing the text later\n  If you need to tweak the wording after this is installed, reopen the\n  \"\u003c\u003e\" Show HTML view and edit the text in there directly. Editing inside\n  the normal formatted (WYSIWYG) view instead is what broke it last time —\n  Shopify's rich text editor strips the whole \u003cstyle\u003e block and rewrites\n  some markup as soon as you type into the formatted view, even just to\n  fix a sentence. Always go back in through \"\u003c\u003e\" for any future edit.\n\n  Only facts already established for this product are used here (the 5\n  sizes, the 10-32mm combined range, one-handed ratchet action, the\n  snap-fit\/no-extra-tools swap, the CRMO steel visible on the tool itself,\n  the plumbing-fitting size guidance already used on the landing page, and\n  the AU\/NZ free-shipping terms). Swap or trim anything you want.\n  ============================================================================\n--\u003e\n\n\u003cdiv class=\"vqp-desc\"\u003e\n  \u003cstyle\u003e\n    .vqp-desc {\n      --vqd-bg: #0f1115;\n      --vqd-text: #f5f6f8;\n      --vqd-text-muted: #a7adba;\n      --vqd-accent: #ff6a1a;\n      --vqd-accent-dark: #e05a0f;\n      --vqd-border: #262b33;\n      --vqd-card: rgba(255, 255, 255, 0.03);\n      background: var(--vqd-bg);\n      color: var(--vqd-text);\n      padding: 28px 24px;\n      border-radius: 16px;\n      border: 1px solid var(--vqd-border);\n      font-family: inherit;\n      line-height: 1.6;\n      max-width: 100%;\n      box-sizing: border-box;\n    }\n    .vqp-desc * { box-sizing: border-box; }\n\n    .vqp-desc h2 {\n      font-size: 22px;\n      font-weight: 800;\n      color: var(--vqd-text);\n      margin: 0 0 8px;\n    }\n    .vqp-desc h2 span { color: var(--vqd-accent); }\n    .vqp-desc \u003e p.vqp-lede {\n      font-size: 14.5px;\n      color: var(--vqd-text-muted);\n      margin: 0 0 22px;\n      max-width: 62ch;\n    }\n\n    \/* ---- Feature grid ---- *\/\n    .vqp-desc .vqp-feats {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 10px;\n      margin-bottom: 26px;\n    }\n    .vqp-desc .vqp-feat {\n      background: var(--vqd-card);\n      border: 1px solid var(--vqd-border);\n      border-radius: 12px;\n      padding: 16px 10px;\n      text-align: center;\n    }\n    .vqp-desc .vqp-feat svg { color: var(--vqd-accent); margin-bottom: 6px; }\n    .vqp-desc .vqp-feat strong {\n      display: block;\n      font-size: 15px;\n      font-weight: 800;\n      color: var(--vqd-text);\n    }\n    .vqp-desc .vqp-feat span {\n      display: block;\n      font-size: 11px;\n      font-weight: 600;\n      color: var(--vqd-text-muted);\n      margin-top: 3px;\n    }\n\n    \/* ---- Size table ---- *\/\n    .vqp-desc table.vqp-sizes {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 4px 0 26px;\n      font-size: 13.5px;\n    }\n    .vqp-desc table.vqp-sizes th,\n    .vqp-desc table.vqp-sizes td {\n      text-align: left;\n      padding: 10px 12px;\n      border-bottom: 1px solid var(--vqd-border);\n    }\n    .vqp-desc table.vqp-sizes th {\n      color: var(--vqd-text-muted);\n      font-weight: 600;\n      font-size: 11.5px;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n    }\n    .vqp-desc table.vqp-sizes td { color: var(--vqd-text); }\n    .vqp-desc table.vqp-sizes td.vqp-num { color: var(--vqd-accent); font-weight: 700; }\n\n    \/* ---- Accordion (native \u003cdetails\u003e, no JS needed) ---- *\/\n    .vqp-desc .vqp-acc {\n      border: 1px solid var(--vqd-border);\n      border-radius: 12px;\n      margin-bottom: 10px;\n      overflow: hidden;\n      background: var(--vqd-card);\n    }\n    .vqp-desc .vqp-acc summary {\n      list-style: none;\n      cursor: pointer;\n      padding: 15px 18px;\n      font-size: 14.5px;\n      font-weight: 700;\n      color: var(--vqd-text);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n    }\n    .vqp-desc .vqp-acc summary::-webkit-details-marker { display: none; }\n    .vqp-desc .vqp-acc summary::after {\n      content: \"\";\n      flex: none;\n      width: 9px;\n      height: 9px;\n      border-right: 2px solid var(--vqd-accent);\n      border-bottom: 2px solid var(--vqd-accent);\n      transform: rotate(45deg);\n      transition: transform 0.2s ease;\n      margin-top: -3px;\n    }\n    .vqp-desc .vqp-acc[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }\n    .vqp-desc .vqp-acc summary:hover { background: rgba(255, 106, 26, 0.06); }\n    .vqp-desc .vqp-acc .vqp-acc-body {\n      padding: 0 18px 16px;\n      font-size: 13.5px;\n      color: var(--vqd-text-muted);\n    }\n    .vqp-desc .vqp-acc .vqp-acc-body p { margin: 0 0 10px; }\n    .vqp-desc .vqp-acc .vqp-acc-body p:last-child { margin-bottom: 0; }\n    .vqp-desc .vqp-acc .vqp-acc-body ul {\n      margin: 0 0 10px;\n      padding-left: 18px;\n    }\n    .vqp-desc .vqp-acc .vqp-acc-body li { margin-bottom: 6px; }\n    .vqp-desc .vqp-acc .vqp-acc-body li:last-child { margin-bottom: 0; }\n    .vqp-desc .vqp-acc .vqp-acc-body strong { color: var(--vqd-text); }\n\n    @media (max-width: 640px) {\n      .vqp-desc { padding: 22px 16px; }\n      .vqp-desc .vqp-feats { grid-template-columns: repeat(2, 1fr); }\n      .vqp-desc table.vqp-sizes { font-size: 12.5px; }\n      .vqp-desc table.vqp-sizes th, .vqp-desc table.vqp-sizes td { padding: 8px; }\n    }\n  \u003c\/style\u003e\n\n  \u003ch2\u003e\n\u003cspan\u003eSnap-Fit\u003c\/span\u003e Ratchet Wrench.\u003c\/h2\u003e\n  \u003cp class=\"vqp-lede\"\u003e\n    No extra tools, no spare wrenches in the bag. Snap a wrench jaw on,\n    ratchet it one-handed.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vqp-feats\"\u003e\n    \u003cdiv class=\"vqp-feat\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"9\" width=\"18\" height=\"6\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 9v6M11 9v6M15 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cstrong\u003e5\u003c\/strong\u003e\n      \u003cspan\u003eSizes Available\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vqp-feat\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M3 12h18M3 12l4-4M3 12l4 4M21 12l-4-4M21 12l-4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cstrong\u003e10–32mm\u003c\/strong\u003e\n      \u003cspan\u003eCombined Range\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vqp-feat\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2v4M12 18v4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M2 12h4M18 12h4M4.9 19.1l2.8-2.8M16.3 7.7l2.8-2.8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cstrong\u003e1-Handed\u003c\/strong\u003e\n      \u003cspan\u003eRatchet Action\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vqp-feat\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2 3 7v6c0 5 4 8 9 9 5-1 9-4 9-9V7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cstrong\u003eCrMo\u003c\/strong\u003e\n      \u003cspan\u003eSteel Build\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"vqp-sizes\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n\u003cth\u003eJaw Size\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd class=\"vqp-num\"\u003e10–13mm\u003c\/td\u003e\n\u003ctd\u003eSmall fasteners \u0026amp; fittings\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd class=\"vqp-num\"\u003e13–16mm\u003c\/td\u003e\n\u003ctd\u003eGeneral household \u0026amp; light automotive\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd class=\"vqp-num\"\u003e16–19mm\u003c\/td\u003e\n\u003ctd\u003eGeneral household \u0026amp; light automotive\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd class=\"vqp-num\"\u003e19–24mm\u003c\/td\u003e\n\u003ctd\u003eIdeal for ½″ plumbing fittings\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd class=\"vqp-num\"\u003e24–32mm\u003c\/td\u003e\n\u003ctd\u003eIdeal for ¾″ and 1″ plumbing fittings\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdetails class=\"vqp-acc\" open\u003e\n    \u003csummary\u003eHow the Snap-Fit Ratchet Wrench system works\u003c\/summary\u003e\n    \u003cdiv class=\"vqp-acc-body\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSnap it on.\u003c\/strong\u003e Line it up, push the handle down, and the jaw snaps tight around whatever size you're working with.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eRatchet it.\u003c\/strong\u003e The handle's ratchet action lets you keep turning without repositioning your grip — useful in tight spaces where a full swing isn't possible.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSnap it off.\u003c\/strong\u003e Push the handle upward and release the jaw.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"vqp-acc\"\u003e\n    \u003csummary\u003eSizing \u0026amp; best uses\u003c\/summary\u003e\n    \u003cdiv class=\"vqp-acc-body\"\u003e\n      \u003cp\u003eThe five wrenches together cover 10–32mm.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003e19–24mm\u003c\/strong\u003e is the size most plumbers reach for on standard ½″ plumbing fittings.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e24–32mm\u003c\/strong\u003e is sized for ¾″ and 1″ plumbing fittings.\u003c\/li\u003e\n        \u003cli\u003eThe smaller three jaws (10–13mm, 13–16mm, 16–19mm) cover most everyday nuts, bolts and automotive work.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"vqp-acc\"\u003e\n    \u003csummary\u003eShipping to Australia \u0026amp; New Zealand\u003c\/summary\u003e\n    \u003cdiv class=\"vqp-acc-body\"\u003e\n      \u003cp\u003e\u003cstrong\u003eFree shipping\u003c\/strong\u003e on this item to Australia and New\n      Zealand, no minimum spend required.\u003c\/p\u003e\n      \u003cp\u003eEstimated delivery is \u003cstrong\u003e7–14 business days\u003c\/strong\u003e from\n      when your order is placed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"vqp-acc\"\u003e\n    \u003csummary\u003eCare \u0026amp; maintenance\u003c\/summary\u003e\n    \u003cdiv class=\"vqp-acc-body\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eWipe the wrench and jaws down after use, especially if they've been exposed to moisture or grease.\u003c\/li\u003e\n        \u003cli\u003eA light machine oil on the ratchet mechanism and snap-fit catch every so often keeps the action smooth.\u003c\/li\u003e\n        \u003cli\u003eStore in a dry place to keep the steel in good condition long-term.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"vqp-acc\"\u003e\n    \u003csummary\u003eQuestions about your order?\u003c\/summary\u003e\n    \u003cdiv class=\"vqp-acc-body\"\u003e\n      \u003cp\u003eIf anything about your order doesn't look right, get in touch\n      through our \u003cstrong\u003eContact\u003c\/strong\u003e page and we'll sort it out.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"powerco","offers":[{"title":"10 to 13mm","offer_id":49153062535385,"sku":"QSYD307769202BY","price":47.0,"currency_code":"AUD","in_stock":true},{"title":"13 to 16mm","offer_id":49153062568153,"sku":"QSYD307769203CX","price":55.0,"currency_code":"AUD","in_stock":true},{"title":"16 to 19mm","offer_id":49153062600921,"sku":"QSYD307769204DW","price":61.0,"currency_code":"AUD","in_stock":true},{"title":"19 to 24mm","offer_id":49153062633689,"sku":"QSYD307769205EV","price":76.0,"currency_code":"AUD","in_stock":true},{"title":"24 to 32mm","offer_id":49153062666457,"sku":"QSYD307769206FU","price":98.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/9878\/8313\/files\/10-13.jpg?v=1789185612"},{"product_id":"large-opening-d4-industrial-professional-fast-wrench-more-sizes-plumbing-nipper-for-pipe","title":"Large Opening D4 Industrial Professional Fast Wrench More Sizes Plumbing Nipper For Pipe","description":"\u003cp\u003e\n \u003cb\u003eProduct information:\u003c\/b\u003e\n \u003cbr\u003e\n Model: water pump pliers\n \u003cbr\u003e\n Size: 7 inches, 10 inches, 12 inches\n \u003cbr\u003e\n Material: Alloy Steel\n\u003c\/p\u003e\n\u003cbr\u003e\n\u003cb\u003ePacking list: \u003c\/b\u003e\n\u003cbr\u003e\nWrench×1pc\n\u003cbr\u003e\n\u003cb\u003eProduct Image:\u003c\/b\u003e\n\u003cbr\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060321100.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060321400.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060321700.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060322400.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060322700.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060323100.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060323700.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060324000.jpg\"\u003e\n\u003cimg src=\"https:\/\/oss.yesourcing.com\/17094240\/2403030634060324700.jpg\"\u003e","brand":"powerco","offers":[{"title":"Water Pump Pliers \/ 10inches","offer_id":49153096614105,"sku":"QSYD197969403CX","price":39.0,"currency_code":"AUD","in_stock":false},{"title":"Water Pump Pliers \/ 12inches","offer_id":49153096646873,"sku":"QSYD197969404DW","price":49.0,"currency_code":"AUD","in_stock":false},{"title":"Water Pump Pliers \/ 7inches","offer_id":49153096679641,"sku":"QSYD197969402BY","price":29.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/9878\/8313\/files\/8933e404-e19b-42a1-af45-edd59971b41a.jpg?v=1787726957"}],"url":"https:\/\/vorquetools.com\/collections\/frontpage.oembed","provider":"Vorque Tools","version":"1.0","type":"link"}