{"product_id":"traffic-handle","title":"Waterproof PVC Traffic Handle – 30cm or 40cm Lead | Handmade in Australia","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWaterproof PVC Traffic Handle – Jacaranda Collars\u003c\/title\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    background: #f7f7f5;\n    color: #1a1916;\n    line-height: 1.6;\n  }\n\n  .page { max-width: 760px; margin: 0 auto; padding: 2rem 1.25rem 4rem; }\n\n  \/* ── OPENING ── *\/\n  .opening {\n    margin-bottom: 2rem;\n  }\n  .opening .eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #7DD3C0;\n    margin-bottom: 0.6rem;\n  }\n  .opening h2 {\n    font-size: 24px;\n    font-weight: 800;\n    line-height: 1.25;\n    color: #1a1916;\n    margin-bottom: 1.1rem;\n  }\n  .opening p {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin-bottom: 0.85rem;\n  }\n  .opening p strong { color: #1a1916; }\n\n  \/* ── STARS ── *\/\n  .stars-bar {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 8px;\n    padding: 10px 16px;\n    margin: 1.5rem 0;\n    font-size: 13px;\n    color: #555;\n  }\n  .stars-bar .stars { color: #f5a623; font-size: 16px; letter-spacing: 1px; }\n  .stars-bar strong { color: #1a1916; }\n\n  \/* ── DIVIDER ── *\/\n  .divider {\n    border: none;\n    border-top: 1px solid #e0e0e0;\n    margin: 2rem 0;\n  }\n\n  \/* ── SECTION HEADING ── *\/\n  .section-heading {\n    font-size: 17px;\n    font-weight: 700;\n    color: #1a1916;\n    margin-bottom: 1rem;\n    padding-bottom: 0.5rem;\n    border-bottom: 3px solid #7DD3C0;\n  }\n\n  \/* ── BIG DOG CALLOUT ── *\/\n  .big-dog-callout {\n    background: #1a1916;\n    border-radius: 14px;\n    padding: 1.75rem 2rem;\n    margin: 1.75rem 0;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.25rem;\n    align-items: start;\n  }\n  .big-dog-callout .icon {\n    font-size: 36px;\n    line-height: 1;\n  }\n  .big-dog-callout h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: #7DD3C0;\n    margin-bottom: 0.5rem;\n  }\n  .big-dog-callout p {\n    font-size: 14px;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.7;\n    margin-bottom: 0.5rem;\n  }\n  .big-dog-callout p:last-child { margin-bottom: 0; }\n\n  \/* ── FEATURE GRID ── *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 12px;\n    margin: 1.25rem 0;\n  }\n  .feature-card {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 12px;\n    padding: 1.1rem 1.25rem;\n  }\n  .feature-card .icon { font-size: 22px; margin-bottom: 7px; display: block; }\n  .feature-card h3 {\n    font-size: 12px;\n    font-weight: 700;\n    color: #2a7a6a;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555; line-height: 1.6; }\n\n  \/* ── COMFORT COMPARISON ── *\/\n  .comfort-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 1.25rem 0;\n  }\n  .compare-card {\n    border-radius: 12px;\n    padding: 1.25rem;\n  }\n  .compare-card.bad {\n    background: #fff5f5;\n    border: 1px solid #ffcccc;\n  }\n  .compare-card.good {\n    background: #e8f8f5;\n    border: 1px solid #7DD3C0;\n  }\n  .compare-card h3 {\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n  }\n  .compare-card.bad h3 { color: #c0392b; }\n  .compare-card.good h3 { color: #2a7a6a; }\n  .compare-card ul { list-style: none; padding: 0; }\n  .compare-card ul li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n    padding-left: 1.4rem;\n    position: relative;\n  }\n  .compare-card.bad ul li::before { content: \"✗\"; position: absolute; left: 0; color: #c0392b; font-weight: 700; }\n  .compare-card.good ul li::before { content: \"✔\"; position: absolute; left: 0; color: #7DD3C0; font-weight: 700; }\n\n  \/* ── WHEN TO USE ── *\/\n  .use-list { margin: 1.1rem 0; }\n  .use-item {\n    display: flex;\n    gap: 1rem;\n    padding: 0.85rem 0;\n    border-bottom: 1px solid #f0f0f0;\n    align-items: flex-start;\n  }\n  .use-item:last-child { border-bottom: none; }\n  .use-item .use-icon { font-size: 22px; flex-shrink: 0; width: 32px; text-align: center; }\n  .use-item h3 { font-size: 14px; font-weight: 700; color: #1a1916; margin-bottom: 3px; }\n  .use-item p { font-size: 13px; color: #555; line-height: 1.6; }\n\n  \/* ── STAT ROW ── *\/\n  .stat-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin: 1.5rem 0;\n  }\n  .stat-box {\n    background: #1a1916;\n    border-radius: 10px;\n    padding: 1rem 0.75rem;\n    text-align: center;\n  }\n  .stat-box .num {\n    font-size: 22px;\n    font-weight: 800;\n    color: #7DD3C0;\n    line-height: 1.1;\n    margin-bottom: 4px;\n  }\n  .stat-box .lbl {\n    font-size: 10px;\n    color: rgba(255,255,255,0.65);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n\n  \/* ── HANDMADE STRIP ── *\/\n  .handmade-strip {\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 12px;\n    padding: 1.25rem 1.5rem;\n    margin: 1.5rem 0;\n    font-size: 14px;\n    color: #444;\n    line-height: 1.7;\n  }\n  .handmade-strip strong { color: #1a1916; }\n\n  \/* ── UPSELL STRIP ── *\/\n  .upsell-strip {\n    background: #e8f8f5;\n    border: 1px solid #7DD3C0;\n    border-radius: 12px;\n    padding: 1.25rem 1.5rem;\n    margin: 1.75rem 0;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 1rem;\n    flex-wrap: wrap;\n  }\n  .upsell-strip p {\n    font-size: 14px;\n    font-weight: 700;\n    color: #2a7a6a;\n  }\n  .upsell-strip a {\n    background: #7DD3C0;\n    color: #fff;\n    text-decoration: none;\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-size: 13px;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  \/* ── GUIDE LINK ── *\/\n  .guide-link {\n    text-align: center;\n    font-size: 13px;\n    color: #888;\n    margin-bottom: 0.5rem;\n  }\n  .guide-link a {\n    color: #2a7a6a;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  \/* ── CLOSING ── *\/\n  .closing {\n    background: #1a1916;\n    border-radius: 12px;\n    padding: 1.5rem;\n    text-align: center;\n    margin-top: 1.5rem;\n  }\n  .closing p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.75);\n    margin-bottom: 4px;\n    line-height: 1.7;\n  }\n  .closing .tagline {\n    font-size: 15px;\n    font-weight: 700;\n    color: #7DD3C0;\n    margin-bottom: 0.5rem;\n  }\n\n  @media (max-width: 520px) {\n    .comfort-compare { grid-template-columns: 1fr; }\n    .stat-row { grid-template-columns: repeat(2, 1fr); }\n    .big-dog-callout { grid-template-columns: 1fr; }\n    .big-dog-callout .icon { display: none; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"page\"\u003e\n\n  \u003c!-- OPENING --\u003e\n  \u003cdiv class=\"opening\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eWaterproof PVC · Riveted · 30cm or 40cm · 15 Colours\u003c\/div\u003e\n    \u003ch2\u003eBuilt for the moments when a long lead is the wrong tool.\u003c\/h2\u003e\n    \u003cp\u003eA traffic handle is the lead you clip on at the vet, at a busy intersection, loading your dog into the ute, or anywhere you need them exactly beside you with zero fumble and zero slack. Dog trainers have used them for years. Most Aussie pet stores don't even stock them. We make ours properly — same waterproof PVC webbing as every lead we build, same hardware, same rivets, same zero-returns track record.\u003c\/p\u003e\n    \u003cp\u003eOur standard leads are deliberately soft — smooth PVC that won't rope burn your hands on a regular walk. \u003cstrong\u003eThe traffic handle is a different tool entirely.\u003c\/strong\u003e Short, firm, immediate. Grip it, hold it, done.\u003c\/p\u003e\n    \u003cp\u003eZero returns. Zero faults. \u003cstrong\u003eBuilt Tough for Aussie Dogs.\u003c\/strong\u003e 🐾\u003c\/p\u003e\n\n    \u003cdiv class=\"stars-bar\"\u003e\n      \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan\u003e\u003cstrong\u003e5.0 stars\u003c\/strong\u003e from 17 verified Google reviews — customers buy one for the vet and end up using it everywhere.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stat-row\"\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n\u003cdiv class=\"num\"\u003e37–47cm\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eTotal reach\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n\u003cdiv class=\"num\"\u003e450kg\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eBreak strength\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n\u003cdiv class=\"num\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eReturns ever\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n\u003cdiv class=\"num\"\u003e16\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eColours\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- BUILT TOUGH BADGE --\u003e\n  \u003cdiv style=\"text-align:center;margin:0.5rem 0 1.5rem;\"\u003e\u003cspan style=\"display:inline-block;background:#7DD3C0;color:#fff;font-size:11px;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;padding:6px 18px;border-radius:20px;\"\u003eBuilt Tough for Aussie Dogs 🐾\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- BIG DOG CALLOUT --\u003e\n  \u003cdiv class=\"big-dog-callout\"\u003e\n    \u003cdiv class=\"icon\"\u003e🦮\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eEspecially built for big, strong dogs\u003c\/h3\u003e\n      \u003cp\u003eIf you've got a large dog that means business — a Rottweiler, Malinois, Labrador, German Shepherd — you already know what happens when they decide to move and you've got two metres of lead to manage. You wrap it around your fingers. You get rope burn. You get dragged.\u003c\/p\u003e\n      \u003cp\u003eA traffic handle puts your hand 30cm from their collar. No wrapping, no fumbling, no rope burn. You're in control the moment you clip it on — not after you've gathered up the slack.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- COMFORT: PVC vs NYLON --\u003e\n  \u003ch2 class=\"section-heading\"\u003eComfort for handler and dog — why PVC beats nylon\u003c\/h2\u003e\n\n  \u003cdiv class=\"comfort-compare\"\u003e\n    \u003cdiv class=\"compare-card bad\"\u003e\n      \u003ch3\u003eNylon traffic leads\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eRope burns hands if the dog surges\u003c\/li\u003e\n        \u003cli\u003eCrushed fingers from wrapping excess\u003c\/li\u003e\n        \u003cli\u003eGoes limp and floppy over time\u003c\/li\u003e\n        \u003cli\u003eAbsorbs smell and bacteria\u003c\/li\u003e\n        \u003cli\u003eFrays at stitching under load\u003c\/li\u003e\n        \u003cli\u003eUncomfortable on the dog's neck\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"compare-card good\"\u003e\n      \u003ch3\u003eJacaranda PVC traffic handle\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSoft, textured, rubbery grip — no burn\u003c\/li\u003e\n        \u003cli\u003eFirm enough to hold without wrapping\u003c\/li\u003e\n        \u003cli\u003eKeeps its shape — reliable every time\u003c\/li\u003e\n        \u003cli\u003eWipes clean in seconds, zero odour\u003c\/li\u003e\n        \u003cli\u003eRiveted hardware — nothing to fail\u003c\/li\u003e\n        \u003cli\u003eSmooth against skin, no chafe\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size:14px;color:#555;line-height:1.7;margin:0.75rem 0 0;\"\u003e\n    The PVC webbing we use is the same on every Jacaranda lead. It feels slightly rubbery and textured — enough grip to hold a surging large dog, soft enough that your hand isn't hurting after five minutes of close control. Your dog gets the same benefit: no stiff, rough material rubbing against their neck.\n  \u003c\/p\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- FEATURE GRID --\u003e\n  \u003ch2 class=\"section-heading\"\u003eBuilt the same way as everything else we make\u003c\/h2\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🔩\u003c\/span\u003e\n      \u003ch3\u003eRiveted, Not Stitched\u003c\/h3\u003e\n      \u003cp\u003eHand punched and riveted with solid hardware. No stitching to fray, loosen or fail under a sudden load.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e💧\u003c\/span\u003e\n      \u003ch3\u003eFully Waterproof PVC\u003c\/h3\u003e\n      \u003cp\u003eWipe it down after the vet, the beach or a muddy car park. No smell, no rot, no fading.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e💪\u003c\/span\u003e\n      \u003ch3\u003e450kg Break Strength\u003c\/h3\u003e\n      \u003cp\u003eShort doesn't mean weak. Same load rating as every lead we make — rated for even the biggest dogs.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🤲\u003c\/span\u003e\n      \u003ch3\u003eSoft Rubbery Grip\u003c\/h3\u003e\n      \u003cp\u003eTextured PVC webbing is comfortable in the hand and won't rope burn if your dog makes a sudden move.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e📏\u003c\/span\u003e\n      \u003ch3\u003e30cm \u0026amp; 40cm\u003c\/h3\u003e\n      \u003cp\u003e30cm or 40cm handle length — clip adds 7cm, giving 37cm or 47cm total reach. Both built identically.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🐾\u003c\/span\u003e\n      \u003ch3\u003eHandmade in Orange NSW\u003c\/h3\u003e\n      \u003cp\u003eMade by Sarah \u0026amp; Adam, one at a time. Not imported, not mass-produced.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- WHEN TO USE --\u003e\n  \u003ch2 class=\"section-heading\"\u003eWhen you actually need one\u003c\/h2\u003e\n\n  \u003cdiv class=\"use-list\"\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🏥\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eAt the vet\u003c\/h3\u003e\n        \u003cp\u003eWaiting rooms are small, stressful and full of other animals. A traffic handle keeps your dog tight to your side without metres of lead to manage. Especially important with large or reactive dogs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🚦\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTraffic lights \u0026amp; busy streets\u003c\/h3\u003e\n        \u003cp\u003eThe exact scenario the name comes from. When you're standing at a crossing with a big dog and cars moving — you want 30cm between your hand and their collar, not 150cm of lead to gather up fast.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🏙️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eCrowds, markets \u0026amp; cafés\u003c\/h3\u003e\n        \u003cp\u003eFootpaths, weekend markets, café strips — anywhere people and dogs share tight space. Short handle means your dog is right beside you, not three steps ahead into someone's shopping bags.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🚗\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eGetting in and out of the car\u003c\/h3\u003e\n        \u003cp\u003eThat moment between the car door and the footpath is where things go wrong with big dogs. Clip the traffic handle on before you open the door. Problem solved.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🐕\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eTraining heel work\u003c\/h3\u003e\n        \u003cp\u003eRemove the feedback loop of excess slack. Your dog learns exactly where you want them — immediately, precisely, every rep. A standard tool for trainers working with strong or large breeds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-item\"\u003e\n      \u003cdiv class=\"use-icon\"\u003e🏕️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eOff-lead runs\u003c\/h3\u003e\n        \u003cp\u003eClip it to your dog's D-ring and let them run — it trails without tangling. When you need them back fast, it's right there. Nothing to fumble with.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- HANDMADE --\u003e\n  \u003cdiv class=\"handmade-strip\"\u003e\n    \u003cstrong\u003eEvery traffic handle is made by hand in Orange, NSW.\u003c\/strong\u003e Cut, punched, riveted and checked by Sarah \u0026amp; Adam before it leaves. No factory. No production line. No quality control issues we don't personally catch. That's why the return rate is zero.\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- UPSELL --\u003e\n  \u003cdiv class=\"upsell-strip\"\u003e\n    \u003cp\u003e💰 Pair with a matching collar and save 10%\u003c\/p\u003e\n    \u003ca href=\"https:\/\/jacarandacollars.com.au\/products\/traffic-handle-collar-set\"\u003eShop the Set →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"guide-link\"\u003eWant the full story? \u003ca href=\"https:\/\/jacarandacollars.com.au\/pages\/traffic-lead-australia\"\u003eRead our Traffic Lead Guide →\u003c\/a\u003e\u003c\/p\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"closing\"\u003e\n    \u003cdiv class=\"tagline\"\u003eBuilt Tough for Aussie Dogs 🐾\u003c\/div\u003e\n    \u003cp\u003eHandmade in Orange, NSW · Zero returns since launch · 15 colours · Ships Australia-wide\u003c\/p\u003e\n    \u003cp\u003eTwo sizes. One job. Done properly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Jacaranda Collars","offers":[{"title":"30cm \/ Black","offer_id":51844923031840,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Orange","offer_id":51844923064608,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Neon Pink","offer_id":51844923097376,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Hot Pink","offer_id":51844923130144,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Lilac Pink","offer_id":51844923162912,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Mauve","offer_id":51844923195680,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Purple","offer_id":51844923228448,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Fluoro yellow","offer_id":51844923261216,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Red","offer_id":51844923293984,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Teal","offer_id":51844923326752,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Green","offer_id":51844923359520,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Gold","offer_id":51844923392288,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Light Blue","offer_id":51844923425056,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Royal Blue","offer_id":51844923457824,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"30cm \/ Mint Green","offer_id":51844923490592,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Black","offer_id":51844923523360,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Orange","offer_id":51844923556128,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Neon Pink","offer_id":51844923588896,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Hot Pink","offer_id":51844923621664,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Lilac Pink","offer_id":51844923654432,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Mauve","offer_id":51844923687200,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Purple","offer_id":51844923719968,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Fluoro yellow","offer_id":51844923752736,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Red","offer_id":51844923785504,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Teal","offer_id":51844923818272,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Green","offer_id":51844923851040,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Gold","offer_id":51844923883808,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Light Blue","offer_id":51844923916576,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Royal Blue","offer_id":51844923949344,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true},{"title":"40cm \/ Mint Green","offer_id":51844923982112,"sku":null,"price":18.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/1803\/3952\/files\/IMG_0831.jpg?v=1781416583","url":"https:\/\/jacarandacollars.com.au\/products\/traffic-handle","provider":"Jacaranda Collars","version":"1.0","type":"link"}