{"title":"Mesh \u0026 Wire","description":"Shop hinged joint, fixed knot, exclusion mesh, plain wire and barbed wire for rural fencing.","products":[{"product_id":"hinge-joint-8-90-30-200m","title":"Hinged Joint 8\/90\/30 200m","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\u003eHinged Joint 8\/90\/30 200m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.6;\n  }\n\n  .hero {\n    background: var(--brand);\n    padding: 44px 24px 52px;\n  }\n\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.18);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 40px;\n    margin-bottom: 20px;\n  }\n\n  .hero-tag svg { flex-shrink: 0; }\n\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 42px;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.15;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 span { color: var(--honey-light); }\n\n  .hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.88);\n    max-width: 540px;\n    line-height: 1.6;\n    margin-bottom: 28px;\n  }\n\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n\n  .stat-card {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 10px;\n    padding: 18px 10px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    color: var(--honey-light);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 6px;\n  }\n\n  .desc {\n    background: var(--cream);\n    padding: 40px 24px;\n  }\n\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n\n  .desc p {\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text-mid);\n  }\n\n  .desc strong { color: var(--text); }\n\n  .section-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--brand);\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--bark);\n    margin-bottom: 28px;\n    line-height: 1.2;\n  }\n\n  \/* FEATURES *\/\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .feat-card {\n    background: var(--brand-pale);\n    border: 1px solid var(--brand-light);\n    border-radius: 16px;\n    padding: 28px 20px;\n    text-align: center;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feat-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(27,94,32,0.1);\n  }\n\n  .feat-icon {\n    width: 52px;\n    height: 52px;\n    background: var(--brand);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n    color: var(--white);\n  }\n\n  .feat-card h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--bark);\n    margin-bottom: 8px;\n  }\n\n  .feat-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.5;\n  }\n\n  \/* CONFIG *\/\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n\n  .config-explain {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.7;\n    margin-bottom: 24px;\n  }\n\n  .config-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .config-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .config-num {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--brand);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .config-label {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--text-light);\n  }\n\n  \/* SPECS *\/\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n\n  .specs-tbl thead th {\n    text-align: left;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-light);\n    padding: 0 0 12px 0;\n    border-bottom: 2px solid var(--brand);\n  }\n\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n\n  .specs-tbl tbody td:first-child {\n    font-weight: 600;\n    color: var(--bark);\n    width: 50%;\n  }\n\n  .specs-tbl tbody td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: var(--brand);\n  }\n\n  \/* APPLICATIONS *\/\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n\n  .apps-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .app-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    transition: border-color 0.2s;\n  }\n\n  .app-item:hover { border-color: var(--brand); }\n\n  .app-emoji {\n    font-size: 24px;\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    background: var(--honey-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .app-text {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--bark);\n  }\n\n  \/* TRUST *\/\n  .trust { padding: 36px 24px; background: var(--white); }\n\n  .trust-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .trust-item { text-align: center; padding: 16px 8px; }\n\n  .trust-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--honey-pale);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    color: var(--honey);\n  }\n\n  .trust-label {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--bark);\n    line-height: 1.4;\n  }\n\n  \/* CTA *\/\n  .cta {\n    background: var(--bark);\n    padding: 40px 24px;\n  }\n\n  .cta-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: flex;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .cta-icon {\n    flex-shrink: 0;\n    width: 64px;\n    height: 64px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--honey-light);\n  }\n\n  .cta-text h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--honey-light);\n    margin-bottom: 6px;\n  }\n\n  .cta-text p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.6;\n  }\n\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n\n  \/* SHIPPING *\/\n  .ship {\n    background: var(--brand);\n    padding: 14px 24px;\n    text-align: center;\n  }\n\n  .ship p {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: 0.3px;\n  }\n\n  .ship span { color: var(--honey-light); }\n\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e8\/90\/30\u003c\/span\u003e\u003cbr\u003e200m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eExtra wire where it counts. 8 horizontal wires in a 200m roll — more strength per metre, manufactured in-house with hot-dip galvanised steel and our signature hinge joint knot.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e30cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e200m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e8\/90\/30 Hinged Joint Fence\u003c\/strong\u003e gives you everything the popular 7\/90\/30 offers — plus an extra horizontal wire for added strength and stock security. With \u003cstrong\u003e8 horizontal wires\u003c\/strong\u003e across a \u003cstrong\u003e90cm roll height\u003c\/strong\u003e and a full \u003cstrong\u003e200m roll length\u003c\/strong\u003e, this mesh provides tighter wire spacing and better resistance to livestock pressure. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot. If you're running cattle, heavier stock, or just want that extra level of fence integrity — the 8\/90\/30 is the step up.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt to outperform\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStrength \u0026amp; Flexibility\u003c\/h3\u003e\n        \u003cp\u003eDesigned to withstand heavy livestock pressure without permanent deformation. The hinge joint flexes under impact and returns to shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e8 Wires, Not 7\u003c\/h3\u003e\n        \u003cp\u003eOne extra horizontal wire means tighter spacing between lines — more resistance to stock pushing through and better overall fence integrity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 8\/90\/30 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e8\/90\/30\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e30\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e8\/90\/30\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e200m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCattle \u0026amp; general livestock\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eSheep \u0026amp; goat containment\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🏡\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eProperty boundary fencing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003ePaddock subdivision\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🚜\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eNew farm \u0026amp; station builds\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🔧\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eReplacing old ring lock or plain wire\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46034534170791,"sku":"4603453417","price":335.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/hinged-joint-89030-200m-2402558.png?v=1770769206"},{"product_id":"hinged-joint-7-90-30-2-5mm-200m","title":"Hinged Joint 7\/90\/30 200m","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\u003eHinged Joint 7\/90\/30 200m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.6;\n  }\n\n  .hero {\n    background: var(--brand);\n    padding: 44px 24px 52px;\n  }\n\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.18);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 40px;\n    margin-bottom: 20px;\n  }\n\n  .hero-tag svg { flex-shrink: 0; }\n\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 42px;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.15;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 span { color: var(--honey-light); }\n\n  .hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.88);\n    max-width: 540px;\n    line-height: 1.6;\n    margin-bottom: 28px;\n  }\n\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n\n  .stat-card {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 10px;\n    padding: 18px 10px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    color: var(--honey-light);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 6px;\n  }\n\n  .desc {\n    background: var(--cream);\n    padding: 40px 24px;\n  }\n\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n\n  .desc p {\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text-mid);\n  }\n\n  .desc strong { color: var(--text); }\n\n  .section-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--brand);\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--bark);\n    margin-bottom: 28px;\n    line-height: 1.2;\n  }\n\n  \/* FEATURES *\/\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .feat-card {\n    background: var(--brand-pale);\n    border: 1px solid var(--brand-light);\n    border-radius: 16px;\n    padding: 28px 20px;\n    text-align: center;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feat-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(27,94,32,0.1);\n  }\n\n  .feat-icon {\n    width: 52px;\n    height: 52px;\n    background: var(--brand);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n    color: var(--white);\n  }\n\n  .feat-card h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--bark);\n    margin-bottom: 8px;\n  }\n\n  .feat-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.5;\n  }\n\n  \/* CONFIG *\/\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n\n  .config-explain {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.7;\n    margin-bottom: 24px;\n  }\n\n  .config-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .config-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .config-num {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--brand);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .config-label {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--text-light);\n  }\n\n  \/* SPECS *\/\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n\n  .specs-tbl thead th {\n    text-align: left;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-light);\n    padding: 0 0 12px 0;\n    border-bottom: 2px solid var(--brand);\n  }\n\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n\n  .specs-tbl tbody td:first-child {\n    font-weight: 600;\n    color: var(--bark);\n    width: 50%;\n  }\n\n  .specs-tbl tbody td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: var(--brand);\n  }\n\n  \/* APPLICATIONS *\/\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n\n  .apps-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .app-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    transition: border-color 0.2s;\n  }\n\n  .app-item:hover { border-color: var(--brand); }\n\n  .app-emoji {\n    font-size: 24px;\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    background: var(--honey-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .app-text {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--bark);\n  }\n\n  \/* TRUST *\/\n  .trust { padding: 36px 24px; background: var(--white); }\n\n  .trust-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .trust-item { text-align: center; padding: 16px 8px; }\n\n  .trust-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--honey-pale);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    color: var(--honey);\n  }\n\n  .trust-label {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--bark);\n    line-height: 1.4;\n  }\n\n  \/* CTA *\/\n  .cta {\n    background: var(--bark);\n    padding: 40px 24px;\n  }\n\n  .cta-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: flex;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .cta-icon {\n    flex-shrink: 0;\n    width: 64px;\n    height: 64px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--honey-light);\n  }\n\n  .cta-text h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--honey-light);\n    margin-bottom: 6px;\n  }\n\n  .cta-text p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.6;\n  }\n\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n\n  \/* SHIPPING *\/\n  .ship {\n    background: var(--brand);\n    padding: 14px 24px;\n    text-align: center;\n  }\n\n  .ship p {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: 0.3px;\n  }\n\n  .ship span { color: var(--honey-light); }\n\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e7\/90\/30\u003c\/span\u003e\u003cbr\u003e200m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThe workhorse of Australian rural fencing. 200 metres of hot-dip galvanised hinged joint mesh — manufactured in-house with our signature tightly wrapped knot.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e30cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e200m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e7\/90\/30 Hinged Joint Fence\u003c\/strong\u003e is the go-to mesh for general rural fencing across Australia. With \u003cstrong\u003e7 horizontal wires\u003c\/strong\u003e, \u003cstrong\u003e30cm vertical spacing\u003c\/strong\u003e, and a generous \u003cstrong\u003e200m roll length\u003c\/strong\u003e, this configuration gives you more fence per roll — reducing joins, saving time, and cutting labour costs on longer runs. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot. It's the same proven design trusted by farmers and contractors running boundary fences, paddock subdivisions, and livestock containment across every state.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt to outperform\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStrength \u0026amp; Flexibility\u003c\/h3\u003e\n        \u003cp\u003eDesigned to withstand heavy livestock pressure without permanent deformation. The hinge joint flexes under impact and returns to shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e200m Rolls\u003c\/h3\u003e\n        \u003cp\u003eDouble the length of standard 100m rolls. Fewer joins, less waste, and faster fencing — especially on longer boundary runs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 7\/90\/30 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e7\/90\/30\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e30\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e7\/90\/30\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e200m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCattle \u0026amp; general livestock\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eSheep \u0026amp; goat containment\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🏡\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eProperty boundary fencing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003ePaddock subdivision\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🚜\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eNew farm \u0026amp; station builds\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🔧\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eReplacing old ring lock or plain wire\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46034534367399,"sku":"4603453436","price":305.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/pallet-of-hinged-joint-79030-200m-9-rolls-4676512.png?v=1770769147"},{"product_id":"medium-tensile-wire-1500m","title":"Medium Tensile Wire 1500m","description":"\u003ch3\u003eProduct Specification\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWire Diameter:\u003c\/strong\u003e 2.5mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Hot Dip Galvanised, medium tensile\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRoll Length:\u003c\/strong\u003e 1500M\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 58KG\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eOur Medium Tensile Wire is the perfect solution for reliable, long-lasting fencing across rural and agricultural properties. This premium 2.5mm galvanised wire offers exceptional strength and durability, making it ideal for securing livestock, boundary fencing, and temporary enclosures.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eApplications include:\u003c\/strong\u003e cattle and sheep fencing, property boundaries, temporary yards, electric fence support, and general agricultural fencing needs.\u003c\/p\u003e\n\n\u003cp\u003eAt Outback Fencing \u0026amp; Steel Supplies, we're committed to providing quality Australian fencing solutions that withstand our harsh climate conditions. Our medium tensile wire features superior hot-dip galvanising for maximum corrosion resistance, ensuring your investment lasts for years to come.\u003c\/p\u003e\n\n\u003cp\u003eSuitable for farms, hobby blocks, equestrian properties, and commercial agricultural operations. Pairs perfectly with our range of Outback Pickets and fence posts for a complete fencing system you can trust.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46034534432935,"sku":"4603453443","price":225.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/medium-tensile-wire-1500m-3874381.jpg?v=1770769206"},{"product_id":"high-tension-wire-1500m","title":"High Tensile Wire 1500m","description":"\u003cp data-start=\"61\" data-end=\"364\"\u003eOutback Fencing’s \u003cstrong data-start=\"79\" data-end=\"94\"\u003ecustom-made\u003c\/strong\u003e high-tensile wire is designed for \u003cstrong data-start=\"129\" data-end=\"192\"\u003esuperior strength, durability, and long-lasting performance\u003c\/strong\u003e. Manufactured with a \u003cstrong data-start=\"214\" data-end=\"259\"\u003ehot-dip galvanised zinc\/aluminium coating\u003c\/strong\u003e, this wire offers \u003cstrong data-start=\"278\" data-end=\"314\"\u003eexceptional corrosion resistance\u003c\/strong\u003e and reliability in tough Australian conditions.\u003c\/p\u003e\n\u003ch3 data-start=\"366\" data-end=\"391\"\u003e\u003cstrong data-start=\"370\" data-end=\"389\"\u003eSpecifications:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"392\" data-end=\"553\"\u003e\n\u003cli data-start=\"392\" data-end=\"420\"\u003e\n\u003cstrong data-start=\"394\" data-end=\"412\"\u003eWire Diameter:\u003c\/strong\u003e 2.5mm\u003c\/li\u003e\n\u003cli data-start=\"421\" data-end=\"505\"\u003e\n\u003cstrong data-start=\"423\" data-end=\"436\"\u003eMaterial:\u003c\/strong\u003e Hot-Dip Galvanised, High-Tensile Steel with Zinc\/Aluminium Coating\u003c\/li\u003e\n\u003cli data-start=\"506\" data-end=\"532\"\u003e\n\u003cstrong data-start=\"508\" data-end=\"524\"\u003eRoll Length:\u003c\/strong\u003e 1500m\u003c\/li\u003e\n\u003cli data-start=\"533\" data-end=\"553\"\u003e\n\u003cstrong data-start=\"535\" data-end=\"546\"\u003eWeight:\u003c\/strong\u003e 58kg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"555\" data-end=\"765\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eIdeal for \u003cstrong data-start=\"565\" data-end=\"612\"\u003erural, agricultural, and industrial fencing\u003c\/strong\u003e, this \u003cstrong data-start=\"619\" data-end=\"638\"\u003epremium-quality\u003c\/strong\u003e wire ensures strong and secure fencing solutions. Available in \u003cstrong data-start=\"702\" data-end=\"730\"\u003ebulk or individual rolls\u003c\/strong\u003e, with \u003cstrong data-start=\"737\" data-end=\"764\"\u003eAustralia-wide delivery\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46034534465703,"sku":"4603453446","price":225.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/high-tensile-wire-1500m-3314763.jpg?v=1770769165"},{"product_id":"8-90-15x100m-roll-2-5mm-wire","title":"Hinged Joint  8\/90\/15 100M","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\u003eHinged Joint 8\/90\/15 100m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.6;\n  }\n\n  .hero {\n    background: var(--brand);\n    padding: 44px 24px 52px;\n  }\n\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.18);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 40px;\n    margin-bottom: 20px;\n  }\n\n  .hero-tag svg { flex-shrink: 0; }\n\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 42px;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.15;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 span { color: var(--honey-light); }\n\n  .hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.88);\n    max-width: 540px;\n    line-height: 1.6;\n    margin-bottom: 28px;\n  }\n\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n\n  .stat-card {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 10px;\n    padding: 18px 10px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    color: var(--honey-light);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 6px;\n  }\n\n  .desc {\n    background: var(--cream);\n    padding: 40px 24px;\n  }\n\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n\n  .desc p {\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text-mid);\n  }\n\n  .desc strong { color: var(--text); }\n\n  .section-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--brand);\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--bark);\n    margin-bottom: 28px;\n    line-height: 1.2;\n  }\n\n  \/* FEATURES *\/\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .feat-card {\n    background: var(--brand-pale);\n    border: 1px solid var(--brand-light);\n    border-radius: 16px;\n    padding: 28px 20px;\n    text-align: center;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feat-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(27,94,32,0.1);\n  }\n\n  .feat-icon {\n    width: 52px;\n    height: 52px;\n    background: var(--brand);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n    color: var(--white);\n  }\n\n  .feat-card h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--bark);\n    margin-bottom: 8px;\n  }\n\n  .feat-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.5;\n  }\n\n  \/* CONFIG *\/\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n\n  .config-explain {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.7;\n    margin-bottom: 24px;\n  }\n\n  .config-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .config-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .config-num {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--brand);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .config-label {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--text-light);\n  }\n\n  \/* SPECS *\/\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n\n  .specs-tbl thead th {\n    text-align: left;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-light);\n    padding: 0 0 12px 0;\n    border-bottom: 2px solid var(--brand);\n  }\n\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n\n  .specs-tbl tbody td:first-child {\n    font-weight: 600;\n    color: var(--bark);\n    width: 50%;\n  }\n\n  .specs-tbl tbody td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: var(--brand);\n  }\n\n  \/* APPLICATIONS *\/\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n\n  .apps-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .app-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    transition: border-color 0.2s;\n  }\n\n  .app-item:hover { border-color: var(--brand); }\n\n  .app-emoji {\n    font-size: 24px;\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    background: var(--honey-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .app-text {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--bark);\n  }\n\n  \/* TRUST *\/\n  .trust { padding: 36px 24px; background: var(--white); }\n\n  .trust-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .trust-item { text-align: center; padding: 16px 8px; }\n\n  .trust-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--honey-pale);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    color: var(--honey);\n  }\n\n  .trust-label {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--bark);\n    line-height: 1.4;\n  }\n\n  \/* CTA *\/\n  .cta {\n    background: var(--bark);\n    padding: 40px 24px;\n  }\n\n  .cta-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: flex;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .cta-icon {\n    flex-shrink: 0;\n    width: 64px;\n    height: 64px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--honey-light);\n  }\n\n  .cta-text h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--honey-light);\n    margin-bottom: 6px;\n  }\n\n  .cta-text p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.6;\n  }\n\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n\n  \/* SHIPPING *\/\n  .ship {\n    background: var(--brand);\n    padding: 14px 24px;\n    text-align: center;\n  }\n\n  .ship p {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: 0.3px;\n  }\n\n  .ship span { color: var(--honey-light); }\n\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e8\/90\/15\u003c\/span\u003e\u003cbr\u003e100m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003ePremium exclusion-grade hinged joint fencing. Manufactured in-house with tightly wrapped knots that flex under pressure and hold their shape for years.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e15cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e100m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e8\/90\/15 Hinged Joint Fence\u003c\/strong\u003e is built for applications where tighter vertical spacing matters — think exclusion fencing, pest control, and small stock containment. With \u003cstrong\u003e8 horizontal wires\u003c\/strong\u003e at just \u003cstrong\u003e15cm vertical spacing\u003c\/strong\u003e, this mesh delivers significantly more coverage than standard 30cm configurations, making it harder for smaller animals to push through. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot — the same knot design trusted on properties running tens of thousands of head across Australia.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt to outperform\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStrength \u0026amp; Flexibility\u003c\/h3\u003e\n        \u003cp\u003eDesigned to withstand heavy livestock pressure without permanent deformation. The hinge joint flexes under impact and returns to shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eTight 15cm Spacing\u003c\/h3\u003e\n        \u003cp\u003eHalf the vertical gap of standard 30cm mesh. Ideal for exclusion fencing where smaller animals need to be kept in — or out.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 8\/90\/15 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e8\/90\/15\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e15\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e8\/90\/15\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e100m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e15cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eSmall stock \u0026amp; lamb containment\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🦊\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eExclusion fencing (pest control)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCattle \u0026amp; general livestock\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🏡\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eProperty boundary fencing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCropping \u0026amp; paddock subdivision\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🦘\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eKangaroo \u0026amp; wildlife management\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46199300685991,"sku":"","price":235.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/hinged-joint-89015-100m-1343442.png?v=1770769161"},{"product_id":"hinged-joint-6-90-30-200m","title":"Hinged Joint 6\/90\/30 200M","description":"\u003cp data-start=\"58\" data-end=\"444\"\u003eDesigned and manufactured \u003cstrong data-start=\"84\" data-end=\"96\"\u003ein-house\u003c\/strong\u003e at Outback Fencing, our \u003cstrong data-start=\"121\" data-end=\"136\"\u003ecustom-made\u003c\/strong\u003e Hinged Joint Fence \u003cstrong data-start=\"156\" data-end=\"167\"\u003e6\/90\/30\u003c\/strong\u003e offers \u003cstrong data-start=\"175\" data-end=\"228\"\u003eexceptional strength, durability, and flexibility\u003c\/strong\u003e for rural and agricultural applications. Built from \u003cstrong data-start=\"281\" data-end=\"314\"\u003ehot-dip galvanised steel wire\u003c\/strong\u003e, this fencing provides \u003cstrong data-start=\"338\" data-end=\"365\"\u003elong-lasting protection\u003c\/strong\u003e against rust and corrosion, making it ideal for tough Australian conditions.\u003c\/p\u003e\n\u003ch3 data-start=\"446\" data-end=\"471\"\u003e\u003cstrong data-start=\"450\" data-end=\"469\"\u003eSpecifications:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"472\" data-end=\"703\"\u003e\n\u003cli data-start=\"472\" data-end=\"507\"\u003e\n\u003cstrong data-start=\"474\" data-end=\"497\"\u003eWire Configuration:\u003c\/strong\u003e 6\/90\/30\u003c\/li\u003e\n\u003cli data-start=\"508\" data-end=\"533\"\u003e\n\u003cstrong data-start=\"510\" data-end=\"526\"\u003eRoll Height:\u003c\/strong\u003e 0.9m\u003c\/li\u003e\n\u003cli data-start=\"534\" data-end=\"559\"\u003e\n\u003cstrong data-start=\"536\" data-end=\"552\"\u003eRoll Length:\u003c\/strong\u003e 200m\u003c\/li\u003e\n\u003cli data-start=\"560\" data-end=\"587\"\u003e\n\u003cstrong data-start=\"562\" data-end=\"583\"\u003eHorizontal Wires:\u003c\/strong\u003e 6\u003c\/li\u003e\n\u003cli data-start=\"588\" data-end=\"618\"\u003e\n\u003cstrong data-start=\"590\" data-end=\"611\"\u003eVertical Spacing:\u003c\/strong\u003e 30cm\u003c\/li\u003e\n\u003cli data-start=\"619\" data-end=\"660\"\u003e\n\u003cstrong data-start=\"621\" data-end=\"640\"\u003eWire Thickness:\u003c\/strong\u003e 2.5mm (all wires)\u003c\/li\u003e\n\u003cli data-start=\"661\" data-end=\"703\" data-is-only-node=\"\"\u003e\n\u003cstrong data-start=\"663\" data-end=\"676\"\u003eMaterial:\u003c\/strong\u003e Hot-Dip Galvanised Steel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-start=\"705\" data-end=\"728\"\u003e\u003cstrong data-start=\"709\" data-end=\"726\"\u003eKey Features:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"729\" data-end=\"1019\"\u003e\n\u003cli data-start=\"729\" data-end=\"824\"\u003e\n\u003cstrong data-start=\"731\" data-end=\"787\"\u003eHot-Dip Galvanised for Superior Corrosion Resistance\u003c\/strong\u003e – Ensures long-lasting durability.\u003c\/li\u003e\n\u003cli data-start=\"825\" data-end=\"919\"\u003e\n\u003cstrong data-start=\"827\" data-end=\"865\"\u003eStrong \u0026amp; Flexible Hinge Joint Knot\u003c\/strong\u003e – Absorbs impact while maintaining fence structure.\u003c\/li\u003e\n\u003cli data-start=\"920\" data-end=\"1019\"\u003e\n\u003cstrong data-start=\"922\" data-end=\"956\"\u003eLightweight Yet Durable Design\u003c\/strong\u003e – Ideal for livestock containment and general fencing needs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1021\" data-end=\"1208\" data-is-last-node=\"\" data-is-only-node=\"\"\u003ePerfect for \u003cstrong data-start=\"1033\" data-end=\"1097\"\u003erural properties, livestock enclosures, and boundary fencing\u003c\/strong\u003e, this \u003cstrong data-start=\"1104\" data-end=\"1128\"\u003ehigh-quality fencing\u003c\/strong\u003e is available in \u003cstrong data-start=\"1145\" data-end=\"1173\"\u003ebulk or individual rolls\u003c\/strong\u003e, with \u003cstrong data-start=\"1180\" data-end=\"1207\"\u003eAustralia-wide delivery\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46528480051367,"sku":"","price":270.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/hinged-joint-69030-200m-7405527.png?v=1770769158"},{"product_id":"hinge-joint-8-115-30-200m","title":"Hinged Joint 8\/115\/30 200m","description":"\u003cp data-start=\"59\" data-end=\"426\"\u003eOutback Fencing’s \u003cstrong data-start=\"77\" data-end=\"92\"\u003ecustom-made\u003c\/strong\u003e Hinged Joint Fence \u003cstrong data-start=\"112\" data-end=\"124\"\u003e8\/115\/30\u003c\/strong\u003e is designed and manufactured \u003cstrong data-start=\"154\" data-end=\"166\"\u003ein-house\u003c\/strong\u003e to provide \u003cstrong data-start=\"178\" data-end=\"227\"\u003emaximum strength, flexibility, and durability\u003c\/strong\u003e. Constructed from \u003cstrong data-start=\"246\" data-end=\"279\"\u003ehot-dip galvanised steel wire\u003c\/strong\u003e, this fencing offers \u003cstrong data-start=\"301\" data-end=\"334\"\u003esuperior corrosion resistance\u003c\/strong\u003e, making it ideal for \u003cstrong data-start=\"356\" data-end=\"423\"\u003elivestock containment, boundary fencing, and rural applications\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3 data-start=\"428\" data-end=\"453\"\u003e\u003cstrong data-start=\"432\" data-end=\"451\"\u003eSpecifications:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"454\" data-end=\"687\"\u003e\n\u003cli data-start=\"454\" data-end=\"490\"\u003e\n\u003cstrong data-start=\"456\" data-end=\"479\"\u003eWire Configuration:\u003c\/strong\u003e 8\/115\/30\u003c\/li\u003e\n\u003cli data-start=\"491\" data-end=\"517\"\u003e\n\u003cstrong data-start=\"493\" data-end=\"509\"\u003eRoll Height:\u003c\/strong\u003e 1.15m\u003c\/li\u003e\n\u003cli data-start=\"518\" data-end=\"543\"\u003e\n\u003cstrong data-start=\"520\" data-end=\"536\"\u003eRoll Length:\u003c\/strong\u003e 200m\u003c\/li\u003e\n\u003cli data-start=\"544\" data-end=\"571\"\u003e\n\u003cstrong data-start=\"546\" data-end=\"567\"\u003eHorizontal Wires:\u003c\/strong\u003e 8\u003c\/li\u003e\n\u003cli data-start=\"572\" data-end=\"602\"\u003e\n\u003cstrong data-start=\"574\" data-end=\"595\"\u003eVertical Spacing:\u003c\/strong\u003e 30cm\u003c\/li\u003e\n\u003cli data-start=\"603\" data-end=\"644\"\u003e\n\u003cstrong data-start=\"605\" data-end=\"624\"\u003eWire Thickness:\u003c\/strong\u003e 2.5mm (all wires)\u003c\/li\u003e\n\u003cli data-start=\"645\" data-end=\"687\" data-is-only-node=\"\"\u003e\n\u003cstrong data-start=\"647\" data-end=\"660\"\u003eMaterial:\u003c\/strong\u003e Hot-Dip Galvanised Steel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-start=\"689\" data-end=\"712\"\u003e\u003cstrong data-start=\"693\" data-end=\"710\"\u003eKey Features:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"713\" data-end=\"1003\"\u003e\n\u003cli data-start=\"713\" data-end=\"809\"\u003e\n\u003cstrong data-start=\"715\" data-end=\"761\"\u003eHot-Dip Galvanised for Superior Protection\u003c\/strong\u003e – Resists rust, corrosion, and harsh weather.\u003c\/li\u003e\n\u003cli data-start=\"810\" data-end=\"904\"\u003e\n\u003cstrong data-start=\"812\" data-end=\"850\"\u003eStrong \u0026amp; Flexible Hinge Joint Knot\u003c\/strong\u003e – Absorbs impact while maintaining fence integrity.\u003c\/li\u003e\n\u003cli data-start=\"905\" data-end=\"1003\"\u003e\n\u003cstrong data-start=\"907\" data-end=\"932\"\u003eTall \u0026amp; Durable Design\u003c\/strong\u003e – Provides secure containment for livestock and property protection.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1005\" data-end=\"1178\" data-is-last-node=\"\" data-is-only-node=\"\"\u003ePerfect for \u003cstrong data-start=\"1017\" data-end=\"1067\"\u003eagricultural, livestock, and perimeter fencing\u003c\/strong\u003e, this \u003cstrong data-start=\"1074\" data-end=\"1098\"\u003ehigh-quality fencing\u003c\/strong\u003e is available in \u003cstrong data-start=\"1115\" data-end=\"1143\"\u003ebulk or individual rolls\u003c\/strong\u003e, with \u003cstrong data-start=\"1150\" data-end=\"1177\"\u003eAustralia-wide delivery\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46528484212903,"sku":"","price":360.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/hinge-joint-811530-200m-6966711.png?v=1770769158"},{"product_id":"hinged-joint-8-115-15-100m","title":"Hinged Joint 8\/115\/15 100m","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\u003eHinged Joint 8\/115\/15 100m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.6;\n  }\n\n  .hero {\n    background: var(--brand);\n    padding: 44px 24px 52px;\n  }\n\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.18);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 40px;\n    margin-bottom: 20px;\n  }\n\n  .hero-tag svg { flex-shrink: 0; }\n\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 42px;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.15;\n    margin-bottom: 14px;\n  }\n\n  .hero h1 span { color: var(--honey-light); }\n\n  .hero-sub {\n    font-size: 17px;\n    color: rgba(255,255,255,0.88);\n    max-width: 540px;\n    line-height: 1.6;\n    margin-bottom: 28px;\n  }\n\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n\n  .stat-card {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 10px;\n    padding: 18px 10px;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    color: var(--honey-light);\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 6px;\n  }\n\n  .desc {\n    background: var(--cream);\n    padding: 40px 24px;\n  }\n\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n\n  .desc p {\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text-mid);\n  }\n\n  .desc strong { color: var(--text); }\n\n  .section-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--brand);\n    margin-bottom: 10px;\n  }\n\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--bark);\n    margin-bottom: 28px;\n    line-height: 1.2;\n  }\n\n  \/* FEATURES *\/\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .feat-card {\n    background: var(--brand-pale);\n    border: 1px solid var(--brand-light);\n    border-radius: 16px;\n    padding: 28px 20px;\n    text-align: center;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feat-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(27,94,32,0.1);\n  }\n\n  .feat-icon {\n    width: 52px;\n    height: 52px;\n    background: var(--brand);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n    color: var(--white);\n  }\n\n  .feat-card h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--bark);\n    margin-bottom: 8px;\n  }\n\n  .feat-card p {\n    font-size: 14px;\n    color: var(--text-mid);\n    line-height: 1.5;\n  }\n\n  \/* CONFIG *\/\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n\n  .config-explain {\n    font-size: 15px;\n    color: var(--text-mid);\n    line-height: 1.7;\n    margin-bottom: 24px;\n  }\n\n  .config-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .config-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 24px 16px;\n    text-align: center;\n  }\n\n  .config-num {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--brand);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .config-label {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--text-light);\n  }\n\n  \/* SPECS *\/\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n\n  .specs-tbl thead th {\n    text-align: left;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--text-light);\n    padding: 0 0 12px 0;\n    border-bottom: 2px solid var(--brand);\n  }\n\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n\n  .specs-tbl tbody td:first-child {\n    font-weight: 600;\n    color: var(--bark);\n    width: 50%;\n  }\n\n  .specs-tbl tbody td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: var(--brand);\n  }\n\n  \/* APPLICATIONS *\/\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n\n  .apps-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .app-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    transition: border-color 0.2s;\n  }\n\n  .app-item:hover { border-color: var(--brand); }\n\n  .app-emoji {\n    font-size: 24px;\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    background: var(--honey-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .app-text {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--bark);\n  }\n\n  \/* TRUST *\/\n  .trust { padding: 36px 24px; background: var(--white); }\n\n  .trust-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .trust-item { text-align: center; padding: 16px 8px; }\n\n  .trust-icon {\n    width: 40px;\n    height: 40px;\n    background: var(--honey-pale);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    color: var(--honey);\n  }\n\n  .trust-label {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--bark);\n    line-height: 1.4;\n  }\n\n  \/* CTA *\/\n  .cta {\n    background: var(--bark);\n    padding: 40px 24px;\n  }\n\n  .cta-inner {\n    max-width: 720px;\n    margin: 0 auto;\n    display: flex;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .cta-icon {\n    flex-shrink: 0;\n    width: 64px;\n    height: 64px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--honey-light);\n  }\n\n  .cta-text h3 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--honey-light);\n    margin-bottom: 6px;\n  }\n\n  .cta-text p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.6;\n  }\n\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n\n  \/* SHIPPING *\/\n  .ship {\n    background: var(--brand);\n    padding: 14px 24px;\n    text-align: center;\n  }\n\n  .ship p {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: 0.3px;\n  }\n\n  .ship span { color: var(--honey-light); }\n\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e8\/115\/15\u003c\/span\u003e\u003cbr\u003e100m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eTaller, tighter, tougher. Our 1.15m high exclusion-grade mesh with 15cm vertical spacing — manufactured in-house with hot-dip galvanised wire and our signature hinge joint knot.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e115cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e15cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e100m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e8\/115\/15 Hinged Joint Fence\u003c\/strong\u003e combines the tight 15cm vertical spacing of our exclusion mesh with a taller 1.15m roll height — giving you more fence where it counts. With \u003cstrong\u003e8 horizontal wires\u003c\/strong\u003e spread across \u003cstrong\u003e1.15 metres\u003c\/strong\u003e, this configuration is ideal for properties that need height and security without stepping up to a full 1.42m mesh. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot — built to flex under livestock pressure and snap back into shape, year after year.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt to outperform\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStrength \u0026amp; Flexibility\u003c\/h3\u003e\n        \u003cp\u003eDesigned to withstand heavy livestock pressure without permanent deformation. The hinge joint flexes under impact and returns to shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eTaller + Tighter\u003c\/h3\u003e\n        \u003cp\u003e1.15m height with 15cm vertical spacing gives you more coverage and security than standard 90cm mesh — without the cost of full-height exclusion fencing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 8\/115\/15 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e8\/115\/15\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e115\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e15\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e8\/115\/15\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e1.15m (115cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e100m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e15cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eSmall stock \u0026amp; lamb containment\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🦊\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eExclusion fencing (pest control)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCattle \u0026amp; general livestock\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🏡\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eProperty boundary fencing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eCropping \u0026amp; paddock subdivision\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n        \u003cdiv class=\"app-emoji\"\u003e🦘\u003c\/div\u003e\n        \u003cdiv class=\"app-text\"\u003eKangaroo \u0026amp; wildlife management\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHIPPING --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":46528497746087,"sku":"","price":270.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/hinged-joint-811515-100m-5664282.png?v=1770769157"},{"product_id":"fixed-knot-16-180-15-250m","title":"Fixed Knot 16\/180\/15 – 250m Roll","description":"\u003ch2\u003eFixed Knot 16\/180\/15 — 250m Roll\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003e$1,500 inc. GST — exactly $6.00 per metre.\u003c\/strong\u003e One flat rate on every roll length, direct from the factory in Orange NSW.\u003c\/p\u003e\u003cp\u003eThis is the fence you put up once and don't touch again. Fixed Knot 16\/180\/15 is our full-height, heavy-duty exclusion mesh for properties that need serious boundary protection — keeping predators out, stock in, or both.\u003c\/p\u003e\u003cp\u003eAt 180 cm tall with 16 line wires and tight 15 cm vertical stays, it delivers coverage and strength hinged joint can't match. The fixed knot locks every wire intersection solid — no slipping, no sagging, no weak points. It holds its shape under impact and stays tight for decades.\u003c\/p\u003e\u003cp\u003eThe 250 m roll is the full-length option — fewest joins per kilometre, the pick for long boundary runs.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eWhy fixed knot?\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo sag, no stretch\u003c\/strong\u003e — the fence holds tension across its full height, year after year\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuperior impact resistance\u003c\/strong\u003e — stock pressure and knocks won't deform the mesh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetter exclusion\u003c\/strong\u003e — the locked mesh can't be pushed open or worked loose by roos, wild dogs or foxes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA true set-and-forget fence\u003c\/strong\u003e — longer life between maintenance runs\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eBuilt for\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003eGoat fencing and high-pressure boundaries\u003c\/li\u003e\n\u003cli\u003eKangaroo, wild dog and fox exclusion\u003c\/li\u003e\n\u003cli\u003ePaddock division where stock push hard\u003c\/li\u003e\n\u003cli\u003eBoundary re-dos on rough country\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eSpecifications\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:20px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eFence type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eFixed knot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eSpecification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e16\/180\/15 — 16 line wires · 180 cm high · 15 cm vertical stays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll length\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e250 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eApprox. roll weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e350 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice per metre\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00 inc. GST\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eTop \u0026amp; bottom wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.80 mm high-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eIntermediate wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.50 mm medium-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eKnot wire\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.24 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eCoating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eZnAl (Galfan-type) zinc-aluminium — heavy corrosion resistance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eAustralian Made — rolled on our own fixed knot machine in Orange NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003chr\u003e\u003ch3\u003eChoose your roll length — every length is $6.00 a metre\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:12px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice inc. GST\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRate\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e100 m roll\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$600\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e200 m roll\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,200\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-250m-roll\"\u003e250 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,500\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003cp\u003eSame mesh off the same machine — pick the lengths that fit your run. Longer rolls just mean fewer joins.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eFreight \u0026amp; pickup\u003c\/h3\u003e\u003cp\u003eMesh is heavy. Collect from the factory in Orange NSW, or call Jess before you order and we'll sort freight for your area.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":47548476719271,"sku":"FK-16-180-15-250M","price":1500.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/PREMIUM_HINGE_JOINT_LABELS_1.png?v=1784843712"},{"product_id":"pallet-of-hinged-joint-7-90-30-200m-9-rolls","title":"Pallet — Hinged Joint 7\/90\/30 200m (9 Rolls)","description":"\u003cp data-start=\"58\" data-end=\"387\"\u003eManufactured \u003cstrong data-start=\"71\" data-end=\"83\"\u003ein-house\u003c\/strong\u003e at Outback Fencing, our \u003cstrong data-start=\"108\" data-end=\"123\"\u003ecustom-made\u003c\/strong\u003e Hinged Joint Fencing is built for \u003cstrong data-start=\"158\" data-end=\"212\"\u003estrength, durability, and long-lasting performance\u003c\/strong\u003e. Made from \u003cstrong data-start=\"224\" data-end=\"257\"\u003ehot-dip galvanised steel wire\u003c\/strong\u003e, this fencing is designed to withstand tough Australian conditions while providing \u003cstrong data-start=\"341\" data-end=\"384\"\u003esecure and reliable boundary protection\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3 data-start=\"389\" data-end=\"414\"\u003e\u003cstrong data-start=\"393\" data-end=\"412\"\u003eSpecifications:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul data-start=\"415\" data-end=\"646\"\u003e\n\u003cli data-start=\"415\" data-end=\"450\"\u003e\n\u003cstrong data-start=\"417\" data-end=\"440\"\u003eWire Configuration:\u003c\/strong\u003e 7\/90\/30\u003c\/li\u003e\n\u003cli data-start=\"451\" data-end=\"476\"\u003e\n\u003cstrong data-start=\"453\" data-end=\"469\"\u003eRoll Height:\u003c\/strong\u003e 0.9m\u003c\/li\u003e\n\u003cli data-start=\"477\" data-end=\"502\"\u003e\n\u003cstrong data-start=\"479\" data-end=\"495\"\u003eRoll Length:\u003c\/strong\u003e 200m\u003c\/li\u003e\n\u003cli data-start=\"503\" data-end=\"530\"\u003e\n\u003cstrong data-start=\"505\" data-end=\"526\"\u003eHorizontal Wires:\u003c\/strong\u003e 7\u003c\/li\u003e\n\u003cli data-start=\"531\" data-end=\"561\" data-is-only-node=\"\"\u003e\n\u003cstrong data-start=\"533\" data-end=\"554\"\u003eVertical Spacing:\u003c\/strong\u003e 30cm\u003c\/li\u003e\n\u003cli data-start=\"562\" data-end=\"603\"\u003e\n\u003cstrong data-start=\"564\" data-end=\"583\"\u003eWire Thickness:\u003c\/strong\u003e 2.5mm (all wires)\u003c\/li\u003e\n\u003cli data-start=\"604\" data-end=\"646\"\u003e\n\u003cstrong data-start=\"606\" data-end=\"619\"\u003eMaterial:\u003c\/strong\u003e Hot-Dip Galvanised Steel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"648\" data-end=\"890\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eIdeal for \u003cstrong data-start=\"658\" data-end=\"723\"\u003elivestock containment, rural fencing, and property boundaries\u003c\/strong\u003e, this \u003cstrong data-start=\"730\" data-end=\"757\"\u003epremium-quality fencing\u003c\/strong\u003e ensures \u003cstrong data-start=\"766\" data-end=\"812\"\u003eexceptional durability and rust resistance\u003c\/strong\u003e. Available in \u003cstrong data-start=\"827\" data-end=\"855\"\u003ebulk or individual rolls\u003c\/strong\u003e, with \u003cstrong data-start=\"862\" data-end=\"889\"\u003eAustralia-wide delivery\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":47584370950311,"sku":"4603453436","price":2430.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/pallet-of-hinged-joint-79030-200m-9-rolls-4676512.png?v=1770769147"},{"product_id":"barbed-wire-1-80-500m-roll","title":"Barbed Wire 1.80 500m Roll","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\u003eOutback Barbed Wire | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Source+Sans+3:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --green-dark: #1a3c1a;\n    --green-mid: #2d6b2d;\n    --green-light: #3a8a3a;\n    --green-pale: #e8f5e8;\n    --gold: #d4a012;\n    --gold-light: #f5c518;\n    --white: #ffffff;\n    --off-white: #f7f7f5;\n    --grey-light: #e8e8e6;\n    --grey-mid: #999;\n    --text-dark: #1a1a1a;\n    --text-body: #333;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-body);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── STOCK BANNER ── *\/\n  .stock-banner {\n    background: linear-gradient(90deg, var(--green-dark) 0%, var(--green-mid) 100%);\n    padding: 14px 24px; text-align: center; position: relative; overflow: hidden;\n  }\n  .stock-banner::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);\n    pointer-events: none;\n  }\n  .stock-banner p {\n    font-family: 'Bebas Neue', Impact, sans-serif; font-size: 18px;\n    color: var(--white); letter-spacing: 2px; margin: 0; position: relative; z-index: 1;\n  }\n  .stock-banner p span {\n    background: var(--gold-light); color: var(--green-dark);\n    padding: 2px 10px; border-radius: 3px; margin-right: 10px;\n    font-size: 14px; letter-spacing: 1.5px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    padding: 48px 24px 56px; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -50%; right: -20%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(58,138,58,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\n  .hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 15px; letter-spacing: 2px; padding: 6px 16px; border-radius: 3px;\n  }\n  .hero-badge svg { flex-shrink: 0; }\n  .badge-galv {\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark);\n  }\n  .badge-500m {\n    background: linear-gradient(135deg, var(--green-light) 0%, var(--green-mid) 100%);\n    color: var(--white);\n  }\n  .badge-sizes {\n    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);\n    color: var(--white);\n  }\n  .hero h1 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(38px, 7vw, 60px);\n    color: var(--white); line-height: 1.05; letter-spacing: 1px; margin-bottom: 4px;\n  }\n  .hero h1 .brand { color: var(--gold-light); }\n  .hero-sub {\n    font-size: 18px; color: rgba(255,255,255,0.7);\n    font-weight: 400; margin-bottom: 28px; line-height: 1.5;\n  }\n  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .stat {\n    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 8px; padding: 16px 14px; text-align: center;\n    transition: border-color 0.3s, background 0.3s;\n  }\n  .stat:hover { border-color: var(--gold); background: rgba(255,255,255,0.1); }\n  .stat-num {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(28px, 5vw, 38px);\n    color: var(--gold-light); line-height: 1; margin-bottom: 4px;\n  }\n  .stat-lbl {\n    font-size: 12px; color: rgba(255,255,255,0.6);\n    text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600;\n  }\n\n  \/* ── DESCRIPTION ── *\/\n  .desc { max-width: 800px; margin: 0 auto; padding: 48px 24px; }\n  .desc p { font-size: 17px; line-height: 1.75; color: var(--text-body); margin-bottom: 16px; }\n  .desc strong { color: var(--green-dark); font-weight: 700; }\n\n  \/* ── GAUGE CALLOUT ── *\/\n  .gauge-callout { max-width: 800px; margin: 0 auto; padding: 0 24px; }\n  .gauge-card {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    border-radius: 12px; padding: 32px 28px; position: relative; overflow: hidden;\n  }\n  .gauge-card::before {\n    content: ''; position: absolute; top: -40%; right: -10%;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(58,138,58,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .gauge-card h3 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 26px; color: var(--gold-light);\n    letter-spacing: 1px; margin-bottom: 12px; position: relative; z-index: 1;\n  }\n  .gauge-card p {\n    font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.8);\n    margin-bottom: 12px; position: relative; z-index: 1;\n  }\n  .gauge-card p:last-child { margin-bottom: 0; }\n  .gauge-card strong { color: var(--gold-light); }\n  .gauge-stats {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 12px; margin-top: 20px; position: relative; z-index: 1;\n  }\n  .g-stat {\n    text-align: center; padding: 12px 8px;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1); border-radius: 8px;\n  }\n  .g-stat .val {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 20px; color: var(--gold-light); display: block;\n  }\n  .g-stat .lbl {\n    font-size: 11px; color: rgba(255,255,255,0.5);\n    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;\n  }\n\n  \/* ── COMPARE ── *\/\n  .compare {\n    background: var(--green-pale); border-left: 4px solid var(--green-mid);\n    max-width: 800px; margin: 32px auto 0;\n    padding: 20px 24px; border-radius: 0 8px 8px 0;\n  }\n  .compare p { font-size: 15px; line-height: 1.6; color: var(--green-dark); margin: 0; }\n  .compare strong { color: var(--green-dark); }\n\n  \/* ── SECTION HELPERS ── *\/\n  .sec-label {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 14px; letter-spacing: 3px;\n    color: var(--green-mid); text-transform: uppercase; margin-bottom: 8px;\n  }\n  .sec-title {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(28px, 5vw, 36px);\n    color: var(--text-dark); margin-bottom: 32px; line-height: 1.1;\n  }\n\n  \/* ── PRICING CARDS ── *\/\n  .pricing { max-width: 800px; margin: 0 auto; padding: 48px 24px 0; }\n  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n  .price-card {\n    background: var(--white); border: 2px solid var(--grey-light);\n    border-radius: 12px; padding: 28px 20px; text-align: center;\n    transition: transform 0.2s, border-color 0.3s, box-shadow 0.3s;\n    position: relative;\n  }\n  .price-card:hover {\n    transform: translateY(-3px); border-color: var(--gold);\n    box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n  }\n  .price-card.popular { border-color: var(--green-mid); }\n  .price-card.popular::before {\n    content: 'BEST SELLER'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: linear-gradient(135deg, var(--green-mid) 0%, var(--green-dark) 100%);\n    color: var(--white); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 12px; letter-spacing: 2px; padding: 4px 16px; border-radius: 100px;\n  }\n  .price-card.clearance { border-color: #e65100; }\n  .price-card.clearance::before {\n    content: 'CLEARANCE'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: linear-gradient(135deg, #e65100 0%, #ff8f00 100%);\n    color: var(--white); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 12px; letter-spacing: 2px; padding: 4px 16px; border-radius: 100px;\n  }\n  .price-card .gauge {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 42px; color: var(--text-dark); line-height: 1;\n  }\n  .price-card .gauge-sub {\n    font-size: 14px; color: var(--grey-mid); margin-bottom: 16px;\n  }\n  .price-card .wire-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 14px; letter-spacing: 1.5px;\n    padding: 4px 14px; border-radius: 3px; margin-bottom: 16px;\n  }\n  .price-card .price-val {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 48px; color: var(--green-dark); line-height: 1;\n  }\n  .price-card .price-inc {\n    font-size: 13px; color: var(--grey-mid); margin-top: 2px;\n  }\n  .price-card .specs-mini {\n    margin-top: 16px; padding-top: 16px;\n    border-top: 1px solid var(--grey-light); text-align: left;\n  }\n  .price-card .specs-mini div {\n    display: flex; justify-content: space-between;\n    font-size: 14px; padding: 4px 0; color: var(--text-body);\n  }\n  .price-card .specs-mini div span:first-child { color: var(--grey-mid); }\n  .price-card .specs-mini div span:last-child { font-weight: 700; color: var(--text-dark); }\n\n  \/* ── FEATURES ── *\/\n  .features { background: var(--off-white); padding: 48px 24px; margin-top: 48px; }\n  .features-inner { max-width: 800px; margin: 0 auto; }\n  .feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }\n  .feat {\n    background: var(--white); border-radius: 10px; padding: 24px 20px;\n    border: 1px solid var(--grey-light);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .feat:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .feat-ico {\n    width: 40px; height: 40px; background: var(--green-pale);\n    border-radius: 8px; display: flex; align-items: center;\n    justify-content: center; margin-bottom: 12px; color: var(--green-mid);\n  }\n  .feat h3 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }\n  .feat p { font-size: 14px; color: var(--grey-mid); line-height: 1.5; margin: 0; }\n  .feat-hl { border: 1px solid var(--gold); background: linear-gradient(135deg, #fffdf5 0%, var(--white) 100%); }\n  .feat-hl .feat-ico {\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--white);\n  }\n\n  \/* ── APPLICATIONS ── *\/\n  .apps { background: var(--green-dark); padding: 40px 24px; }\n  .apps-inner { max-width: 800px; margin: 0 auto; text-align: center; }\n  .apps .sec-label { color: var(--gold-light); }\n  .apps .sec-title { color: var(--white); margin-bottom: 24px; }\n  .app-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }\n  .app-tag {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    color: rgba(255,255,255,0.85); padding: 10px 20px; border-radius: 100px;\n    font-size: 14px; font-weight: 600; letter-spacing: 0.5px;\n    transition: background 0.2s, border-color 0.2s;\n  }\n  .app-tag:hover { background: rgba(255,255,255,0.14); border-color: var(--gold); color: var(--white); }\n\n  \/* ── SPECS TABLE ── *\/\n  .specs { max-width: 800px; margin: 0 auto; padding: 48px 24px; }\n  .specs-tbl { width: 100%; border-collapse: collapse; margin-top: 24px; }\n  .specs-tbl tr { border-bottom: 1px solid var(--grey-light); }\n  .specs-tbl tr:last-child { border-bottom: none; }\n  .specs-tbl td { padding: 14px 16px; font-size: 15px; vertical-align: top; }\n  .specs-tbl td:first-child {\n    font-weight: 700; color: var(--text-dark); width: 40%;\n    background: var(--off-white); border-right: 3px solid var(--green-mid);\n  }\n\n  \/* ── BULK CTA ── *\/\n  .bulk { max-width: 800px; margin: 0 auto; padding: 0 24px 48px; }\n  .bulk-card {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    border-radius: 12px; padding: 32px 28px;\n    display: flex; align-items: center; gap: 24px;\n    position: relative; overflow: hidden;\n  }\n  .bulk-card::after {\n    content: ''; position: absolute; top: -40%; right: -10%;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(58,138,58,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bulk-ico {\n    flex-shrink: 0; width: 64px; height: 64px;\n    background: rgba(255,255,255,0.1); border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    color: var(--gold-light); position: relative; z-index: 1;\n  }\n  .bulk-txt { flex: 1; position: relative; z-index: 1; }\n  .bulk-txt h3 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 22px; color: var(--white);\n    letter-spacing: 1px; margin-bottom: 4px;\n  }\n  .bulk-txt p { font-size: 14px; color: rgba(255,255,255,0.6); margin: 0; }\n  .bulk-btn {\n    flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark); text-decoration: none;\n    font-weight: 700; font-size: 14px; padding: 12px 24px;\n    border-radius: 6px; letter-spacing: 0.5px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    position: relative; z-index: 1;\n  }\n  .bulk-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(212,160,18,0.3); }\n\n  \/* ── FOOTER BAR ── *\/\n  .ship { background: var(--green-mid); padding: 16px 24px; text-align: center; }\n  .ship p { font-size: 14px; color: var(--white); font-weight: 600; letter-spacing: 0.5px; margin: 0; }\n  .ship span { color: var(--gold-light); }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 640px) {\n    .hero-stats { gap: 8px; }\n    .stat { padding: 12px 8px; }\n    .stat-num { font-size: 26px; }\n    .stat-lbl { font-size: 10px; }\n    .feat-grid { grid-template-columns: 1fr; }\n    .price-grid { grid-template-columns: 1fr; }\n    .gauge-stats { grid-template-columns: 1fr; }\n    .compare { margin-left: 24px; margin-right: 24px; }\n    .bulk-card { flex-direction: column; text-align: center; gap: 16px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════ STOCK BANNER ══════════════ --\u003e\n\u003cdiv class=\"stock-banner\"\u003e\n  \u003cp\u003e\u003cspan\u003eIN STOCK\u003c\/span\u003e 500M ROLLS — READY TO SHIP FROM ORANGE NSW\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ HERO ══════════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cdiv class=\"hero-badge badge-galv\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        HOT-DIP GALVANISED\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-badge badge-500m\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        500M ROLLS\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-badge badge-sizes\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        3 GAUGE OPTIONS\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003e\n\u003cspan class=\"brand\"\u003eOUTBACK\u003c\/span\u003e Barbed Wire\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eHigh tensile. Hot-dip galvanised. 500 metre rolls. Built to secure Australian properties.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e500m\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003ePer Roll\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003eGauge Options\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003eHDG\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003eHot-Dip Galvanised\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ DESCRIPTION ══════════════ --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cp\u003e\u003cstrong\u003eOutback Barbed Wire\u003c\/strong\u003e is engineered for maximum strength and durability in Australia's toughest landscapes. Every roll is \u003cstrong\u003ehot-dip galvanised\u003c\/strong\u003e for superior corrosion resistance — because a boundary line that rusts out in 5 years isn't a boundary line.\u003c\/p\u003e\n  \u003cp\u003eAvailable in three wire gauges to match your application. The \u003cstrong\u003e2.00mm\u003c\/strong\u003e is built for high-pressure boundary runs where maximum tensile strength matters. The \u003cstrong\u003e1.80mm\u003c\/strong\u003e is the all-rounder — strong, economical, and the most popular choice for general farm use.\u003c\/p\u003e\n  \u003cp\u003eAll rolls are \u003cstrong\u003e500 metres\u003c\/strong\u003e with optimally spaced barbs for effective stock deterrence and security.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ GAUGE CALLOUT ══════════════ --\u003e\n\u003cdiv class=\"gauge-callout\"\u003e\n  \u003cdiv class=\"gauge-card\"\u003e\n    \u003ch3\u003e📐 Which Gauge Do You Need?\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003e2.00mm\u003c\/strong\u003e — Maximum strength. Ideal for external boundary fencing, highway fencing, and high-pressure livestock areas where the wire needs to hold serious tension over long runs.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e1.80mm\u003c\/strong\u003e — The all-rounder. Perfect for general farm fencing, paddock boundaries, and most rural applications. Strong enough for cattle, light enough to work with easily.\u003c\/p\u003e\n    \n    \u003cdiv class=\"gauge-stats\"\u003e\n      \u003cdiv class=\"g-stat\"\u003e\n        \u003cspan class=\"val\"\u003e2.00mm\u003c\/span\u003e\n        \u003cspan class=\"lbl\"\u003eHeavy duty\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g-stat\"\u003e\n        \u003cspan class=\"val\"\u003e1.80mm\u003c\/span\u003e\n        \u003cspan class=\"lbl\"\u003eAll-rounder\u003c\/span\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ COMPARISON ══════════════ --\u003e\n\u003cdiv class=\"compare\"\u003e\n  \u003cp\u003e\u003cstrong\u003eWhy Outback barbed wire?\u003c\/strong\u003e Our wire is hot-dip galvanised — not electro-galvanised like many cheap imports. Hot-dip coating is thicker, more uniform, and lasts significantly longer in Australian conditions. Combined with high tensile steel, you get a wire that holds tension and resists corrosion for decades, not years.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ PRICING ══════════════ --\u003e\n\u003cdiv class=\"pricing\"\u003e\n  \u003cdiv class=\"sec-label\"\u003eChoose Your Gauge\u003c\/div\u003e\n  \u003cdiv class=\"sec-title\"\u003ePricing — 500m Rolls\u003c\/div\u003e\n  \u003cdiv class=\"price-grid\"\u003e\n    \u003cdiv class=\"price-card\"\u003e\n      \u003cdiv class=\"gauge\"\u003e2.00mm\u003c\/div\u003e\n      \u003cdiv class=\"gauge-sub\"\u003eHeavy Duty\u003c\/div\u003e\n      \u003cdiv class=\"wire-tag\"\u003eHIGH TENSILE\u003c\/div\u003e\n      \u003cdiv class=\"price-val\"\u003e$155\u003c\/div\u003e\n      \u003cdiv class=\"price-inc\"\u003einc GST\u003c\/div\u003e\n      \u003cdiv class=\"specs-mini\"\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eRoll length\u003c\/span\u003e \u003cspan\u003e500m\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eWire gauge\u003c\/span\u003e \u003cspan\u003e2.00mm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eCoating\u003c\/span\u003e \u003cspan\u003eHot-dip galvanised\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eBest for\u003c\/span\u003e \u003cspan\u003eBoundary \u0026amp; highway\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"price-card popular\"\u003e\n      \u003cdiv class=\"gauge\"\u003e1.80mm\u003c\/div\u003e\n      \u003cdiv class=\"gauge-sub\"\u003eAll-Rounder\u003c\/div\u003e\n      \u003cdiv class=\"wire-tag\"\u003eHIGH TENSILE\u003c\/div\u003e\n      \u003cdiv class=\"price-val\"\u003e$135\u003c\/div\u003e\n      \u003cdiv class=\"price-inc\"\u003einc GST\u003c\/div\u003e\n      \u003cdiv class=\"specs-mini\"\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eRoll length\u003c\/span\u003e \u003cspan\u003e500m\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eWire gauge\u003c\/span\u003e \u003cspan\u003e1.80mm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eCoating\u003c\/span\u003e \u003cspan\u003eHot-dip galvanised\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eBest for\u003c\/span\u003e \u003cspan\u003eGeneral farm use\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ FEATURES ══════════════ --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eQuality You Can Trust\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eKey Features\u003c\/div\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat feat-hl\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eThicker, more uniform zinc coating than electro-galvanised imports. Superior corrosion resistance in all Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eHigh Tensile Steel\u003c\/h3\u003e\n        \u003cp\u003eHolds tension over long runs without sagging. Maintains fence integrity through temperature changes and livestock pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e500m Rolls\u003c\/h3\u003e\n        \u003cp\u003eFewer joins, less waste, faster fencing. One roll covers more ground — saving you time and money on every run.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eOptimally Spaced Barbs\u003c\/h3\u003e\n        \u003cp\u003eConsistent barb spacing for effective stock deterrence. Sharp, secure barbs that maintain their point over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e3 Gauge Options\u003c\/h3\u003e\n        \u003cp\u003eMatch the wire to the job. Heavy duty 2.00mm for boundaries, 1.80mm all-rounder for general use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eAustralia-Wide Delivery\u003c\/h3\u003e\n        \u003cp\u003e🚚 Free delivery on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ APPLICATIONS ══════════════ --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eApplications\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eWherever You Need a Line\u003c\/div\u003e\n    \u003cdiv class=\"app-tags\"\u003e\n      \u003cspan class=\"app-tag\"\u003eBoundary Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCattle Containment\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eProperty Security\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eHighway Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003ePaddock Subdivision\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTop \u0026amp; Bottom Lines\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eExclusion Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTemporary Runs\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ SPECS TABLE ══════════════ --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"sec-label\"\u003eTechnical Details\u003c\/div\u003e\n  \u003cdiv class=\"sec-title\"\u003eSpecifications\u003c\/div\u003e\n  \u003ctable class=\"specs-tbl\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003eOutback Barbed Wire\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eAvailable Gauges\u003c\/td\u003e\n\u003ctd\u003e2.00mm ($155)  |  1.80mm ($135)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e500 metres\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWire Type\u003c\/td\u003e\n\u003ctd\u003eHigh tensile steel\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eCoating\u003c\/td\u003e\n\u003ctd\u003eHot-dip galvanised\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBarb Style\u003c\/td\u003e\n\u003ctd\u003e2-strand twist with 4-point barbs\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBarb Spacing\u003c\/td\u003e\n\u003ctd\u003eStandard optimised spacing\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMinimum Order\u003c\/td\u003e\n\u003ctd\u003eNo minimum — single rolls available\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBulk Pricing\u003c\/td\u003e\n\u003ctd\u003eAvailable on 10+ rolls — call for quote\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ BULK CTA ══════════════ --\u003e\n\u003cdiv class=\"bulk\"\u003e\n  \u003cdiv class=\"bulk-card\"\u003e\n    \u003cdiv class=\"bulk-ico\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bulk-txt\"\u003e\n      \u003ch3\u003eRunning Big Kilometres? Call for Volume Pricing\u003c\/h3\u003e\n      \u003cp\u003e🚚 Free delivery on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"tel:0434093077\" class=\"bulk-btn\"\u003e\n      \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      0434 093 077\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ FOOTER BAR ══════════════ --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🇦🇺 \u003cspan\u003eShips from Orange, NSW\u003c\/span\u003e · Australian owned \u0026amp; operated · 📞 0434 093 077\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":48186866303143,"sku":null,"price":135.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/barbed-wire-157-500m-roll-6216783.png?v=1770769160"},{"product_id":"barbed-wire-2-00-500m-roll","title":"Barbed Wire 2.00 500m Roll","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\u003eOutback Barbed Wire | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Source+Sans+3:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --green-dark: #1a3c1a;\n    --green-mid: #2d6b2d;\n    --green-light: #3a8a3a;\n    --green-pale: #e8f5e8;\n    --gold: #d4a012;\n    --gold-light: #f5c518;\n    --white: #ffffff;\n    --off-white: #f7f7f5;\n    --grey-light: #e8e8e6;\n    --grey-mid: #999;\n    --text-dark: #1a1a1a;\n    --text-body: #333;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-body);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── STOCK BANNER ── *\/\n  .stock-banner {\n    background: linear-gradient(90deg, var(--green-dark) 0%, var(--green-mid) 100%);\n    padding: 14px 24px; text-align: center; position: relative; overflow: hidden;\n  }\n  .stock-banner::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.05) 10px, rgba(255,255,255,0.05) 20px);\n    pointer-events: none;\n  }\n  .stock-banner p {\n    font-family: 'Bebas Neue', Impact, sans-serif; font-size: 18px;\n    color: var(--white); letter-spacing: 2px; margin: 0; position: relative; z-index: 1;\n  }\n  .stock-banner p span {\n    background: var(--gold-light); color: var(--green-dark);\n    padding: 2px 10px; border-radius: 3px; margin-right: 10px;\n    font-size: 14px; letter-spacing: 1.5px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    padding: 48px 24px 56px; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -50%; right: -20%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(58,138,58,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\n  .hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 15px; letter-spacing: 2px; padding: 6px 16px; border-radius: 3px;\n  }\n  .hero-badge svg { flex-shrink: 0; }\n  .badge-galv {\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark);\n  }\n  .badge-500m {\n    background: linear-gradient(135deg, var(--green-light) 0%, var(--green-mid) 100%);\n    color: var(--white);\n  }\n  .badge-sizes {\n    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);\n    color: var(--white);\n  }\n  .hero h1 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(38px, 7vw, 60px);\n    color: var(--white); line-height: 1.05; letter-spacing: 1px; margin-bottom: 4px;\n  }\n  .hero h1 .brand { color: var(--gold-light); }\n  .hero-sub {\n    font-size: 18px; color: rgba(255,255,255,0.7);\n    font-weight: 400; margin-bottom: 28px; line-height: 1.5;\n  }\n  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .stat {\n    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 8px; padding: 16px 14px; text-align: center;\n    transition: border-color 0.3s, background 0.3s;\n  }\n  .stat:hover { border-color: var(--gold); background: rgba(255,255,255,0.1); }\n  .stat-num {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(28px, 5vw, 38px);\n    color: var(--gold-light); line-height: 1; margin-bottom: 4px;\n  }\n  .stat-lbl {\n    font-size: 12px; color: rgba(255,255,255,0.6);\n    text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600;\n  }\n\n  \/* ── DESCRIPTION ── *\/\n  .desc { max-width: 800px; margin: 0 auto; padding: 48px 24px; }\n  .desc p { font-size: 17px; line-height: 1.75; color: var(--text-body); margin-bottom: 16px; }\n  .desc strong { color: var(--green-dark); font-weight: 700; }\n\n  \/* ── GAUGE CALLOUT ── *\/\n  .gauge-callout { max-width: 800px; margin: 0 auto; padding: 0 24px; }\n  .gauge-card {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    border-radius: 12px; padding: 32px 28px; position: relative; overflow: hidden;\n  }\n  .gauge-card::before {\n    content: ''; position: absolute; top: -40%; right: -10%;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(58,138,58,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .gauge-card h3 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 26px; color: var(--gold-light);\n    letter-spacing: 1px; margin-bottom: 12px; position: relative; z-index: 1;\n  }\n  .gauge-card p {\n    font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.8);\n    margin-bottom: 12px; position: relative; z-index: 1;\n  }\n  .gauge-card p:last-child { margin-bottom: 0; }\n  .gauge-card strong { color: var(--gold-light); }\n  .gauge-stats {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 12px; margin-top: 20px; position: relative; z-index: 1;\n  }\n  .g-stat {\n    text-align: center; padding: 12px 8px;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1); border-radius: 8px;\n  }\n  .g-stat .val {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 20px; color: var(--gold-light); display: block;\n  }\n  .g-stat .lbl {\n    font-size: 11px; color: rgba(255,255,255,0.5);\n    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;\n  }\n\n  \/* ── COMPARE ── *\/\n  .compare {\n    background: var(--green-pale); border-left: 4px solid var(--green-mid);\n    max-width: 800px; margin: 32px auto 0;\n    padding: 20px 24px; border-radius: 0 8px 8px 0;\n  }\n  .compare p { font-size: 15px; line-height: 1.6; color: var(--green-dark); margin: 0; }\n  .compare strong { color: var(--green-dark); }\n\n  \/* ── SECTION HELPERS ── *\/\n  .sec-label {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 14px; letter-spacing: 3px;\n    color: var(--green-mid); text-transform: uppercase; margin-bottom: 8px;\n  }\n  .sec-title {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: clamp(28px, 5vw, 36px);\n    color: var(--text-dark); margin-bottom: 32px; line-height: 1.1;\n  }\n\n  \/* ── PRICING CARDS ── *\/\n  .pricing { max-width: 800px; margin: 0 auto; padding: 48px 24px 0; }\n  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n  .price-card {\n    background: var(--white); border: 2px solid var(--grey-light);\n    border-radius: 12px; padding: 28px 20px; text-align: center;\n    transition: transform 0.2s, border-color 0.3s, box-shadow 0.3s;\n    position: relative;\n  }\n  .price-card:hover {\n    transform: translateY(-3px); border-color: var(--gold);\n    box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n  }\n  .price-card.popular { border-color: var(--green-mid); }\n  .price-card.popular::before {\n    content: 'BEST SELLER'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: linear-gradient(135deg, var(--green-mid) 0%, var(--green-dark) 100%);\n    color: var(--white); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 12px; letter-spacing: 2px; padding: 4px 16px; border-radius: 100px;\n  }\n  .price-card.clearance { border-color: #e65100; }\n  .price-card.clearance::before {\n    content: 'CLEARANCE'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: linear-gradient(135deg, #e65100 0%, #ff8f00 100%);\n    color: var(--white); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 12px; letter-spacing: 2px; padding: 4px 16px; border-radius: 100px;\n  }\n  .price-card .gauge {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 42px; color: var(--text-dark); line-height: 1;\n  }\n  .price-card .gauge-sub {\n    font-size: 14px; color: var(--grey-mid); margin-bottom: 16px;\n  }\n  .price-card .wire-tag {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark); font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 14px; letter-spacing: 1.5px;\n    padding: 4px 14px; border-radius: 3px; margin-bottom: 16px;\n  }\n  .price-card .price-val {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 48px; color: var(--green-dark); line-height: 1;\n  }\n  .price-card .price-inc {\n    font-size: 13px; color: var(--grey-mid); margin-top: 2px;\n  }\n  .price-card .specs-mini {\n    margin-top: 16px; padding-top: 16px;\n    border-top: 1px solid var(--grey-light); text-align: left;\n  }\n  .price-card .specs-mini div {\n    display: flex; justify-content: space-between;\n    font-size: 14px; padding: 4px 0; color: var(--text-body);\n  }\n  .price-card .specs-mini div span:first-child { color: var(--grey-mid); }\n  .price-card .specs-mini div span:last-child { font-weight: 700; color: var(--text-dark); }\n\n  \/* ── FEATURES ── *\/\n  .features { background: var(--off-white); padding: 48px 24px; margin-top: 48px; }\n  .features-inner { max-width: 800px; margin: 0 auto; }\n  .feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }\n  .feat {\n    background: var(--white); border-radius: 10px; padding: 24px 20px;\n    border: 1px solid var(--grey-light);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .feat:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }\n  .feat-ico {\n    width: 40px; height: 40px; background: var(--green-pale);\n    border-radius: 8px; display: flex; align-items: center;\n    justify-content: center; margin-bottom: 12px; color: var(--green-mid);\n  }\n  .feat h3 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }\n  .feat p { font-size: 14px; color: var(--grey-mid); line-height: 1.5; margin: 0; }\n  .feat-hl { border: 1px solid var(--gold); background: linear-gradient(135deg, #fffdf5 0%, var(--white) 100%); }\n  .feat-hl .feat-ico {\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--white);\n  }\n\n  \/* ── APPLICATIONS ── *\/\n  .apps { background: var(--green-dark); padding: 40px 24px; }\n  .apps-inner { max-width: 800px; margin: 0 auto; text-align: center; }\n  .apps .sec-label { color: var(--gold-light); }\n  .apps .sec-title { color: var(--white); margin-bottom: 24px; }\n  .app-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }\n  .app-tag {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    color: rgba(255,255,255,0.85); padding: 10px 20px; border-radius: 100px;\n    font-size: 14px; font-weight: 600; letter-spacing: 0.5px;\n    transition: background 0.2s, border-color 0.2s;\n  }\n  .app-tag:hover { background: rgba(255,255,255,0.14); border-color: var(--gold); color: var(--white); }\n\n  \/* ── SPECS TABLE ── *\/\n  .specs { max-width: 800px; margin: 0 auto; padding: 48px 24px; }\n  .specs-tbl { width: 100%; border-collapse: collapse; margin-top: 24px; }\n  .specs-tbl tr { border-bottom: 1px solid var(--grey-light); }\n  .specs-tbl tr:last-child { border-bottom: none; }\n  .specs-tbl td { padding: 14px 16px; font-size: 15px; vertical-align: top; }\n  .specs-tbl td:first-child {\n    font-weight: 700; color: var(--text-dark); width: 40%;\n    background: var(--off-white); border-right: 3px solid var(--green-mid);\n  }\n\n  \/* ── BULK CTA ── *\/\n  .bulk { max-width: 800px; margin: 0 auto; padding: 0 24px 48px; }\n  .bulk-card {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #0f2a0f 100%);\n    border-radius: 12px; padding: 32px 28px;\n    display: flex; align-items: center; gap: 24px;\n    position: relative; overflow: hidden;\n  }\n  .bulk-card::after {\n    content: ''; position: absolute; top: -40%; right: -10%;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(58,138,58,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bulk-ico {\n    flex-shrink: 0; width: 64px; height: 64px;\n    background: rgba(255,255,255,0.1); border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    color: var(--gold-light); position: relative; z-index: 1;\n  }\n  .bulk-txt { flex: 1; position: relative; z-index: 1; }\n  .bulk-txt h3 {\n    font-family: 'Bebas Neue', Impact, sans-serif;\n    font-size: 22px; color: var(--white);\n    letter-spacing: 1px; margin-bottom: 4px;\n  }\n  .bulk-txt p { font-size: 14px; color: rgba(255,255,255,0.6); margin: 0; }\n  .bulk-btn {\n    flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;\n    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n    color: var(--green-dark); text-decoration: none;\n    font-weight: 700; font-size: 14px; padding: 12px 24px;\n    border-radius: 6px; letter-spacing: 0.5px;\n    transition: transform 0.2s, box-shadow 0.2s;\n    position: relative; z-index: 1;\n  }\n  .bulk-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(212,160,18,0.3); }\n\n  \/* ── FOOTER BAR ── *\/\n  .ship { background: var(--green-mid); padding: 16px 24px; text-align: center; }\n  .ship p { font-size: 14px; color: var(--white); font-weight: 600; letter-spacing: 0.5px; margin: 0; }\n  .ship span { color: var(--gold-light); }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 640px) {\n    .hero-stats { gap: 8px; }\n    .stat { padding: 12px 8px; }\n    .stat-num { font-size: 26px; }\n    .stat-lbl { font-size: 10px; }\n    .feat-grid { grid-template-columns: 1fr; }\n    .price-grid { grid-template-columns: 1fr; }\n    .gauge-stats { grid-template-columns: 1fr; }\n    .compare { margin-left: 24px; margin-right: 24px; }\n    .bulk-card { flex-direction: column; text-align: center; gap: 16px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════ STOCK BANNER ══════════════ --\u003e\n\u003cdiv class=\"stock-banner\"\u003e\n  \u003cp\u003e\u003cspan\u003eIN STOCK\u003c\/span\u003e 500M ROLLS — READY TO SHIP FROM ORANGE NSW\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ HERO ══════════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cdiv class=\"hero-badge badge-galv\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        HOT-DIP GALVANISED\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-badge badge-500m\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        500M ROLLS\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-badge badge-sizes\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        3 GAUGE OPTIONS\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003e\n\u003cspan class=\"brand\"\u003eOUTBACK\u003c\/span\u003e Barbed Wire\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eHigh tensile. Hot-dip galvanised. 500 metre rolls. Built to secure Australian properties.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e500m\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003ePer Roll\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003eGauge Options\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cdiv class=\"stat-num\"\u003eHDG\u003c\/div\u003e\n        \u003cdiv class=\"stat-lbl\"\u003eHot-Dip Galvanised\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ DESCRIPTION ══════════════ --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cp\u003e\u003cstrong\u003eOutback Barbed Wire\u003c\/strong\u003e is engineered for maximum strength and durability in Australia's toughest landscapes. Every roll is \u003cstrong\u003ehot-dip galvanised\u003c\/strong\u003e for superior corrosion resistance — because a boundary line that rusts out in 5 years isn't a boundary line.\u003c\/p\u003e\n  \u003cp\u003eAvailable in three wire gauges to match your application. The \u003cstrong\u003e2.00mm\u003c\/strong\u003e is built for high-pressure boundary runs where maximum tensile strength matters. The \u003cstrong\u003e1.80mm\u003c\/strong\u003e is the all-rounder — strong, economical, and the most popular choice for general farm use.\u003c\/p\u003e\n  \u003cp\u003eAll rolls are \u003cstrong\u003e500 metres\u003c\/strong\u003e with optimally spaced barbs for effective stock deterrence and security.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ GAUGE CALLOUT ══════════════ --\u003e\n\u003cdiv class=\"gauge-callout\"\u003e\n  \u003cdiv class=\"gauge-card\"\u003e\n    \u003ch3\u003e📐 Which Gauge Do You Need?\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003e2.00mm\u003c\/strong\u003e — Maximum strength. Ideal for external boundary fencing, highway fencing, and high-pressure livestock areas where the wire needs to hold serious tension over long runs.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e1.80mm\u003c\/strong\u003e — The all-rounder. Perfect for general farm fencing, paddock boundaries, and most rural applications. Strong enough for cattle, light enough to work with easily.\u003c\/p\u003e\n    \n    \u003cdiv class=\"gauge-stats\"\u003e\n      \u003cdiv class=\"g-stat\"\u003e\n        \u003cspan class=\"val\"\u003e2.00mm\u003c\/span\u003e\n        \u003cspan class=\"lbl\"\u003eHeavy duty\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"g-stat\"\u003e\n        \u003cspan class=\"val\"\u003e1.80mm\u003c\/span\u003e\n        \u003cspan class=\"lbl\"\u003eAll-rounder\u003c\/span\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ COMPARISON ══════════════ --\u003e\n\u003cdiv class=\"compare\"\u003e\n  \u003cp\u003e\u003cstrong\u003eWhy Outback barbed wire?\u003c\/strong\u003e Our wire is hot-dip galvanised — not electro-galvanised like many cheap imports. Hot-dip coating is thicker, more uniform, and lasts significantly longer in Australian conditions. Combined with high tensile steel, you get a wire that holds tension and resists corrosion for decades, not years.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ PRICING ══════════════ --\u003e\n\u003cdiv class=\"pricing\"\u003e\n  \u003cdiv class=\"sec-label\"\u003eChoose Your Gauge\u003c\/div\u003e\n  \u003cdiv class=\"sec-title\"\u003ePricing — 500m Rolls\u003c\/div\u003e\n  \u003cdiv class=\"price-grid\"\u003e\n    \u003cdiv class=\"price-card\"\u003e\n      \u003cdiv class=\"gauge\"\u003e2.00mm\u003c\/div\u003e\n      \u003cdiv class=\"gauge-sub\"\u003eHeavy Duty\u003c\/div\u003e\n      \u003cdiv class=\"wire-tag\"\u003eHIGH TENSILE\u003c\/div\u003e\n      \u003cdiv class=\"price-val\"\u003e$155\u003c\/div\u003e\n      \u003cdiv class=\"price-inc\"\u003einc GST\u003c\/div\u003e\n      \u003cdiv class=\"specs-mini\"\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eRoll length\u003c\/span\u003e \u003cspan\u003e500m\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eWire gauge\u003c\/span\u003e \u003cspan\u003e2.00mm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eCoating\u003c\/span\u003e \u003cspan\u003eHot-dip galvanised\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eBest for\u003c\/span\u003e \u003cspan\u003eBoundary \u0026amp; highway\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"price-card popular\"\u003e\n      \u003cdiv class=\"gauge\"\u003e1.80mm\u003c\/div\u003e\n      \u003cdiv class=\"gauge-sub\"\u003eAll-Rounder\u003c\/div\u003e\n      \u003cdiv class=\"wire-tag\"\u003eHIGH TENSILE\u003c\/div\u003e\n      \u003cdiv class=\"price-val\"\u003e$135\u003c\/div\u003e\n      \u003cdiv class=\"price-inc\"\u003einc GST\u003c\/div\u003e\n      \u003cdiv class=\"specs-mini\"\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eRoll length\u003c\/span\u003e \u003cspan\u003e500m\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eWire gauge\u003c\/span\u003e \u003cspan\u003e1.80mm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eCoating\u003c\/span\u003e \u003cspan\u003eHot-dip galvanised\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eBest for\u003c\/span\u003e \u003cspan\u003eGeneral farm use\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ FEATURES ══════════════ --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eQuality You Can Trust\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eKey Features\u003c\/div\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat feat-hl\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eThicker, more uniform zinc coating than electro-galvanised imports. Superior corrosion resistance in all Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eHigh Tensile Steel\u003c\/h3\u003e\n        \u003cp\u003eHolds tension over long runs without sagging. Maintains fence integrity through temperature changes and livestock pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e500m Rolls\u003c\/h3\u003e\n        \u003cp\u003eFewer joins, less waste, faster fencing. One roll covers more ground — saving you time and money on every run.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eOptimally Spaced Barbs\u003c\/h3\u003e\n        \u003cp\u003eConsistent barb spacing for effective stock deterrence. Sharp, secure barbs that maintain their point over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e3 Gauge Options\u003c\/h3\u003e\n        \u003cp\u003eMatch the wire to the job. Heavy duty 2.00mm for boundaries, 1.80mm all-rounder for general use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat\"\u003e\n        \u003cdiv class=\"feat-ico\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eAustralia-Wide Delivery\u003c\/h3\u003e\n        \u003cp\u003e🚚 Free delivery on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ APPLICATIONS ══════════════ --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"sec-label\"\u003eApplications\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eWherever You Need a Line\u003c\/div\u003e\n    \u003cdiv class=\"app-tags\"\u003e\n      \u003cspan class=\"app-tag\"\u003eBoundary Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCattle Containment\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eProperty Security\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eHighway Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003ePaddock Subdivision\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTop \u0026amp; Bottom Lines\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eExclusion Fencing\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTemporary Runs\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ SPECS TABLE ══════════════ --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"sec-label\"\u003eTechnical Details\u003c\/div\u003e\n  \u003cdiv class=\"sec-title\"\u003eSpecifications\u003c\/div\u003e\n  \u003ctable class=\"specs-tbl\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003eOutback Barbed Wire\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eAvailable Gauges\u003c\/td\u003e\n\u003ctd\u003e2.00mm ($155)  |  1.80mm ($135)\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e500 metres\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eWire Type\u003c\/td\u003e\n\u003ctd\u003eHigh tensile steel\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eCoating\u003c\/td\u003e\n\u003ctd\u003eHot-dip galvanised\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBarb Style\u003c\/td\u003e\n\u003ctd\u003e2-strand twist with 4-point barbs\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBarb Spacing\u003c\/td\u003e\n\u003ctd\u003eStandard optimised spacing\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMinimum Order\u003c\/td\u003e\n\u003ctd\u003eNo minimum — single rolls available\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eBulk Pricing\u003c\/td\u003e\n\u003ctd\u003eAvailable on 10+ rolls — call for quote\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ BULK CTA ══════════════ --\u003e\n\u003cdiv class=\"bulk\"\u003e\n  \u003cdiv class=\"bulk-card\"\u003e\n    \u003cdiv class=\"bulk-ico\"\u003e\n      \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bulk-txt\"\u003e\n      \u003ch3\u003eRunning Big Kilometres? Call for Volume Pricing\u003c\/h3\u003e\n      \u003cp\u003e🚚 Free delivery on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"tel:0434093077\" class=\"bulk-btn\"\u003e\n      \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      0434 093 077\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════ FOOTER BAR ══════════════ --\u003e\n\u003cdiv class=\"ship\"\u003e\n  \u003cp\u003e🇦🇺 \u003cspan\u003eShips from Orange, NSW\u003c\/span\u003e · Australian owned \u0026amp; operated · 📞 0434 093 077\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":48186877739175,"sku":null,"price":155.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/barbed-wire-157-500m-roll-6216783.png?v=1770769160"},{"product_id":"hinged-joint-7-90-30-500m","title":"Hinged Joint 7\/90\/30 500m","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\u003eHinged Joint 7\/90\/30 500m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }\n  .hero { background: var(--brand); padding: 44px 24px 52px; }\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n  .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.18); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 40px; margin-bottom: 20px; }\n  .hero-tag svg { flex-shrink: 0; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: 42px; font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 14px; }\n  .hero h1 span { color: var(--honey-light); }\n  .hero-sub { font-size: 17px; color: rgba(255,255,255,0.88); max-width: 540px; line-height: 1.6; margin-bottom: 28px; }\n  .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n  .stat-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 18px 10px; text-align: center; }\n  .stat-number { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--honey-light); line-height: 1; }\n  .stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,0.55); margin-top: 6px; }\n  .desc { background: var(--cream); padding: 40px 24px; }\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n  .desc p { font-size: 16px; line-height: 1.8; color: var(--text-mid); }\n  .desc strong { color: var(--text); }\n  .section-label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 30px; font-weight: 400; color: var(--bark); margin-bottom: 28px; line-height: 1.2; }\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n  .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n  .feat-card { background: var(--brand-pale); border: 1px solid var(--brand-light); border-radius: 16px; padding: 28px 20px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; }\n  .feat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,94,32,0.1); }\n  .feat-icon { width: 52px; height: 52px; background: var(--brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--white); }\n  .feat-card h3 { font-size: 16px; font-weight: 800; color: var(--bark); margin-bottom: 8px; }\n  .feat-card p { font-size: 14px; color: var(--text-mid); line-height: 1.5; }\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n  .config-explain { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 24px; }\n  .config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .config-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 16px; text-align: center; }\n  .config-num { font-size: 36px; font-weight: 800; color: var(--brand); line-height: 1; margin-bottom: 4px; }\n  .config-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); }\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n  .specs-tbl thead th { text-align: left; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); padding: 0 0 12px 0; border-bottom: 2px solid var(--brand); }\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n  .specs-tbl tbody td:first-child { font-weight: 600; color: var(--bark); width: 50%; }\n  .specs-tbl tbody td:last-child { text-align: right; font-weight: 700; color: var(--brand); }\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n  .apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .app-item { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; transition: border-color 0.2s; }\n  .app-item:hover { border-color: var(--brand); }\n  .app-emoji { font-size: 24px; flex-shrink: 0; width: 44px; height: 44px; background: var(--honey-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; }\n  .app-text { font-size: 14px; font-weight: 700; color: var(--bark); }\n  .trust { padding: 36px 24px; background: var(--white); }\n  .trust-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }\n  .trust-item { text-align: center; padding: 16px 8px; }\n  .trust-icon { width: 40px; height: 40px; background: var(--honey-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; color: var(--honey); }\n  .trust-label { font-size: 12px; font-weight: 700; color: var(--bark); line-height: 1.4; }\n  .cta { background: var(--bark); padding: 40px 24px; }\n  .cta-inner { max-width: 720px; margin: 0 auto; display: flex; gap: 24px; align-items: center; }\n  .cta-icon { flex-shrink: 0; width: 64px; height: 64px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--honey-light); }\n  .cta-text h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--honey-light); margin-bottom: 6px; }\n  .cta-text p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; }\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n  .ship { background: var(--brand); padding: 14px 24px; text-align: center; }\n  .ship p { font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 0.3px; }\n  .ship span { color: var(--honey-light); }\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e7\/90\/30\u003c\/span\u003e\u003cbr\u003e500m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eMaximum coverage, minimum joins. 500 metres of hot-dip galvanised hinged joint mesh — manufactured in-house for contractors and large-scale fencing runs.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e30cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e500m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e7\/90\/30 Hinged Joint Fence in 500m rolls\u003c\/strong\u003e is built for contractors and landholders running serious kilometres. Same trusted 7-wire, 90cm-high, 30cm-spaced mesh — just \u003cstrong\u003e2.5 times the length\u003c\/strong\u003e of a standard roll. That means dramatically fewer joins across a run, less downtime rolling out new mesh, and a lower cost per metre on large jobs. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our Orange, NSW facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot. If you're fencing boundary lines, subdividing large paddocks, or quoting big contract jobs — this is the roll that pays for itself in labour savings alone.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt for big runs\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStrength \u0026amp; Flexibility\u003c\/h3\u003e\n        \u003cp\u003eDesigned to withstand heavy livestock pressure without permanent deformation. The hinge joint flexes under impact and returns to shape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e500m — Fewer Joins\u003c\/h3\u003e\n        \u003cp\u003eCover half a kilometre per roll. Drastically reduces join points across a fence line — saving time, materials, and potential weak spots.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 7\/90\/30 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e7\/90\/30\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e30\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e7\/90\/30\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e500m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eCattle \u0026amp; general livestock\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eSheep \u0026amp; goat containment\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e📏\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eLong boundary runs (1km+)\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003ePaddock subdivision\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🚜\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eContract fencing jobs\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eReplacing old ring lock or plain wire\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ship\"\u003e\u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":48348888367271,"sku":"4603453436","price":750.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/Untitled_design_7.png?v=1775536661"},{"product_id":"hinged-joint-8-90-30-500m","title":"Hinged Joint 8\/90\/30 500m","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\u003eHinged Joint 8\/90\/30 500m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }\n  .hero { background: var(--brand); padding: 44px 24px 52px; }\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n  .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.18); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 40px; margin-bottom: 20px; }\n  .hero-tag svg { flex-shrink: 0; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: 42px; font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 14px; }\n  .hero h1 span { color: var(--honey-light); }\n  .hero-sub { font-size: 17px; color: rgba(255,255,255,0.88); max-width: 540px; line-height: 1.6; margin-bottom: 28px; }\n  .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n  .stat-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 18px 10px; text-align: center; }\n  .stat-number { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--honey-light); line-height: 1; }\n  .stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,0.55); margin-top: 6px; }\n  .desc { background: var(--cream); padding: 40px 24px; }\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n  .desc p { font-size: 16px; line-height: 1.8; color: var(--text-mid); }\n  .desc strong { color: var(--text); }\n  .section-label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 30px; font-weight: 400; color: var(--bark); margin-bottom: 28px; line-height: 1.2; }\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n  .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n  .feat-card { background: var(--brand-pale); border: 1px solid var(--brand-light); border-radius: 16px; padding: 28px 20px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; }\n  .feat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,94,32,0.1); }\n  .feat-icon { width: 52px; height: 52px; background: var(--brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--white); }\n  .feat-card h3 { font-size: 16px; font-weight: 800; color: var(--bark); margin-bottom: 8px; }\n  .feat-card p { font-size: 14px; color: var(--text-mid); line-height: 1.5; }\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n  .config-explain { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 24px; }\n  .config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .config-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 16px; text-align: center; }\n  .config-num { font-size: 36px; font-weight: 800; color: var(--brand); line-height: 1; margin-bottom: 4px; }\n  .config-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); }\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n  .specs-tbl thead th { text-align: left; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); padding: 0 0 12px 0; border-bottom: 2px solid var(--brand); }\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n  .specs-tbl tbody td:first-child { font-weight: 600; color: var(--bark); width: 50%; }\n  .specs-tbl tbody td:last-child { text-align: right; font-weight: 700; color: var(--brand); }\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n  .apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .app-item { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; transition: border-color 0.2s; }\n  .app-item:hover { border-color: var(--brand); }\n  .app-emoji { font-size: 24px; flex-shrink: 0; width: 44px; height: 44px; background: var(--honey-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; }\n  .app-text { font-size: 14px; font-weight: 700; color: var(--bark); }\n  .trust { padding: 36px 24px; background: var(--white); }\n  .trust-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }\n  .trust-item { text-align: center; padding: 16px 8px; }\n  .trust-icon { width: 40px; height: 40px; background: var(--honey-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; color: var(--honey); }\n  .trust-label { font-size: 12px; font-weight: 700; color: var(--bark); line-height: 1.4; }\n  .cta { background: var(--bark); padding: 40px 24px; }\n  .cta-inner { max-width: 720px; margin: 0 auto; display: flex; gap: 24px; align-items: center; }\n  .cta-icon { flex-shrink: 0; width: 64px; height: 64px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--honey-light); }\n  .cta-text h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--honey-light); margin-bottom: 6px; }\n  .cta-text p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; }\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n  .ship { background: var(--brand); padding: 14px 24px; text-align: center; }\n  .ship p { font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 0.3px; }\n  .ship span { color: var(--honey-light); }\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e8\/90\/30\u003c\/span\u003e\u003cbr\u003e500m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eExtra wire, extra strength. 500 metres of 8-wire hinged joint mesh — tighter horizontal spacing for improved stock control on large-scale fencing runs.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e30cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e500m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e8\/90\/30 Hinged Joint Fence in 500m rolls\u003c\/strong\u003e steps up from the standard 7-wire with an \u003cstrong\u003eadditional horizontal line wire\u003c\/strong\u003e — tightening the gaps between horizontals and giving you a stronger, more rigid mesh face. At \u003cstrong\u003e500 metres per roll\u003c\/strong\u003e, it's built for contractors and large landholders who want maximum coverage with fewer joins. Every roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our Orange, NSW facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot. The 8-wire configuration is the go-to upgrade when you need better containment for mixed stock, higher pressure areas, or simply want a fence that stands firmer between posts.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eMore wire, more control\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e8-Wire Strength\u003c\/h3\u003e\n        \u003cp\u003eAn extra horizontal wire tightens the mesh face, increasing rigidity and reducing the chance of stock pushing through under pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e500m — Fewer Joins\u003c\/h3\u003e\n        \u003cp\u003eCover half a kilometre per roll. Drastically reduces join points across a fence line — saving time, materials, and potential weak spots.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 8\/90\/30 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e8\/90\/30\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e30\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e8\/90\/30\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e500m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eCattle \u0026amp; heavy livestock\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eMixed stock — sheep, goats \u0026amp; cattle\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e📏\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eLong boundary runs (1km+)\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eHigh-pressure paddock areas\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🚜\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eContract fencing jobs\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eUpgrading from 7-wire mesh\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ship\"\u003e\u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":48348909994151,"sku":"4603453436","price":845.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/Untitled_design_8.png?v=1775536793"},{"product_id":"hinged-joint-8-90-15-200m","title":"Hinged Joint 8\/90\/15 200m","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\u003eHinged Joint 8\/90\/15 200m | Outback Fencing \u0026amp; Steel Supplies\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Nunito:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --brand: #1B5E20;\n    --brand-dark: #145218;\n    --brand-light: #e6f3e8;\n    --brand-pale: #f2f9f3;\n    --cream: #faf8f5;\n    --bark: #3d2e1e;\n    --honey: #d4a04a;\n    --honey-light: #f0d48a;\n    --honey-pale: #fdf6e3;\n    --text: #3d2e1e;\n    --text-mid: #6b5a48;\n    --text-light: #9a8b7a;\n    --white: #ffffff;\n    --border: #e8e0d6;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; }\n  .hero { background: var(--brand); padding: 44px 24px 52px; }\n  .hero-inner { max-width: 720px; margin: 0 auto; }\n  .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.18); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 40px; margin-bottom: 20px; }\n  .hero-tag svg { flex-shrink: 0; }\n  .hero h1 { font-family: 'DM Serif Display', serif; font-size: 42px; font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 14px; }\n  .hero h1 span { color: var(--honey-light); }\n  .hero-sub { font-size: 17px; color: rgba(255,255,255,0.88); max-width: 540px; line-height: 1.6; margin-bottom: 28px; }\n  .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n  .stat-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 18px 10px; text-align: center; }\n  .stat-number { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--honey-light); line-height: 1; }\n  .stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,0.55); margin-top: 6px; }\n  .desc { background: var(--cream); padding: 40px 24px; }\n  .desc-inner { max-width: 720px; margin: 0 auto; }\n  .desc p { font-size: 16px; line-height: 1.8; color: var(--text-mid); }\n  .desc strong { color: var(--text); }\n  .section-label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; }\n  .section-title { font-family: 'DM Serif Display', serif; font-size: 30px; font-weight: 400; color: var(--bark); margin-bottom: 28px; line-height: 1.2; }\n  .features { padding: 48px 24px; background: var(--white); }\n  .features-inner { max-width: 720px; margin: 0 auto; }\n  .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n  .feat-card { background: var(--brand-pale); border: 1px solid var(--brand-light); border-radius: 16px; padding: 28px 20px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; }\n  .feat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,94,32,0.1); }\n  .feat-icon { width: 52px; height: 52px; background: var(--brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--white); }\n  .feat-card h3 { font-size: 16px; font-weight: 800; color: var(--bark); margin-bottom: 8px; }\n  .feat-card p { font-size: 14px; color: var(--text-mid); line-height: 1.5; }\n  .config { padding: 48px 24px; background: var(--cream); }\n  .config-inner { max-width: 720px; margin: 0 auto; }\n  .config-explain { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 24px; }\n  .config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n  .config-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 16px; text-align: center; }\n  .config-num { font-size: 36px; font-weight: 800; color: var(--brand); line-height: 1; margin-bottom: 4px; }\n  .config-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); }\n  .specs { padding: 48px 24px; background: var(--white); }\n  .specs-inner { max-width: 720px; margin: 0 auto; }\n  .specs-tbl { width: 100%; border-collapse: collapse; }\n  .specs-tbl thead th { text-align: left; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); padding: 0 0 12px 0; border-bottom: 2px solid var(--brand); }\n  .specs-tbl thead th:last-child { text-align: right; }\n  .specs-tbl tbody tr { border-bottom: 1px solid var(--border); }\n  .specs-tbl tbody tr:last-child { border-bottom: none; }\n  .specs-tbl tbody td { padding: 14px 0; font-size: 15px; }\n  .specs-tbl tbody td:first-child { font-weight: 600; color: var(--bark); width: 50%; }\n  .specs-tbl tbody td:last-child { text-align: right; font-weight: 700; color: var(--brand); }\n  .apps { padding: 48px 24px; background: var(--cream); }\n  .apps-inner { max-width: 720px; margin: 0 auto; }\n  .apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .app-item { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; transition: border-color 0.2s; }\n  .app-item:hover { border-color: var(--brand); }\n  .app-emoji { font-size: 24px; flex-shrink: 0; width: 44px; height: 44px; background: var(--honey-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; }\n  .app-text { font-size: 14px; font-weight: 700; color: var(--bark); }\n  .trust { padding: 36px 24px; background: var(--white); }\n  .trust-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }\n  .trust-item { text-align: center; padding: 16px 8px; }\n  .trust-icon { width: 40px; height: 40px; background: var(--honey-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; color: var(--honey); }\n  .trust-label { font-size: 12px; font-weight: 700; color: var(--bark); line-height: 1.4; }\n  .cta { background: var(--bark); padding: 40px 24px; }\n  .cta-inner { max-width: 720px; margin: 0 auto; display: flex; gap: 24px; align-items: center; }\n  .cta-icon { flex-shrink: 0; width: 64px; height: 64px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--honey-light); }\n  .cta-text h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--honey-light); margin-bottom: 6px; }\n  .cta-text p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; }\n  .cta-text span { color: var(--honey-light); font-weight: 700; }\n  .ship { background: var(--brand); padding: 14px 24px; text-align: center; }\n  .ship p { font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 0.3px; }\n  .ship span { color: var(--honey-light); }\n  @media (max-width: 640px) {\n    .hero h1 { font-size: 32px; }\n    .hero-stats { grid-template-columns: repeat(2, 1fr); }\n    .feat-grid { grid-template-columns: 1fr; }\n    .config-grid { grid-template-columns: repeat(3, 1fr); }\n    .config-num { font-size: 28px; }\n    .apps-grid { grid-template-columns: 1fr; }\n    .trust-inner { grid-template-columns: repeat(2, 1fr); }\n    .cta-inner { flex-direction: column; text-align: center; }\n    .section-title { font-size: 26px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-tag\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      MANUFACTURED IN-HOUSE\n    \u003c\/div\u003e\n    \u003ch1\u003eHinged Joint \u003cspan\u003e8\/90\/15\u003c\/span\u003e\u003cbr\u003e200m Roll\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eTight mesh. Serious containment. 200 metres of 8-wire hinged joint mesh with 15cm vertical spacing — built for stock that test your fences.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eLine Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e90cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Height\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e15cm\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eVertical Spacing\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cdiv class=\"stat-number\"\u003e200m\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eRoll Length\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n  \u003cdiv class=\"desc-inner\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003e8\/90\/15 Hinged Joint Fence\u003c\/strong\u003e is the tightest mesh in our range — purpose-built for stock that push, lean, and test every fence they meet. With \u003cstrong\u003e8 horizontal wires\u003c\/strong\u003e and \u003cstrong\u003e15cm vertical spacing\u003c\/strong\u003e, the mesh apertures are half the size of a standard 30cm configuration, creating a wall of wire that keeps even the most persistent sheep, goats, and lambs where they belong. Every 200m roll is \u003cstrong\u003emanufactured in-house\u003c\/strong\u003e at our Orange, NSW facility using 2.5mm hot-dip galvanised wire with our signature tightly wrapped hinge joint knot. This is the mesh you reach for when standard spacings aren't cutting it — high-traffic laneways, yards, containment paddocks, and anywhere stock pressure is at its highest.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      KEY FEATURES\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTight mesh, total control\u003c\/h2\u003e\n    \u003cdiv class=\"feat-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e15cm Vertical Spacing\u003c\/h3\u003e\n        \u003cp\u003eHalf the aperture of standard 30cm mesh. Creates a significantly tighter barrier that keeps small stock, lambs, and goats contained.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e8-Wire Strength\u003c\/h3\u003e\n        \u003cp\u003eAn extra horizontal wire tightens the mesh face, increasing rigidity and reducing the chance of stock pushing through under pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v10l7-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHot-Dip Galvanised\u003c\/h3\u003e\n        \u003cp\u003eFull hot-dip galvanised coating on all wires for maximum rust and corrosion resistance — built to last in harsh Australian conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WIRE CONFIG --\u003e\n\u003cdiv class=\"config\"\u003e\n  \u003cdiv class=\"config-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      WHAT 8\/90\/15 MEANS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eUnderstanding the wire configuration\u003c\/h2\u003e\n    \u003cp class=\"config-explain\"\u003eThe naming convention tells you everything about the mesh at a glance. Here's what each number in \u003cstrong\u003e8\/90\/15\u003c\/strong\u003e represents:\u003c\/p\u003e\n    \u003cdiv class=\"config-grid\"\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHorizontal Wires\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e90\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eHeight (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"config-card\"\u003e\n        \u003cdiv class=\"config-num\"\u003e15\u003c\/div\u003e\n        \u003cdiv class=\"config-label\"\u003eVertical Spacing (cm)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      FULL SPECIFICATIONS\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical details\u003c\/h2\u003e\n    \u003ctable class=\"specs-tbl\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Configuration\u003c\/td\u003e\n\u003ctd\u003e8\/90\/15\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Height\u003c\/td\u003e\n\u003ctd\u003e0.9m (90cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRoll Length\u003c\/td\u003e\n\u003ctd\u003e200m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHorizontal Wires\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVertical Wire Spacing\u003c\/td\u003e\n\u003ctd\u003e15cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire Thickness (All Wires)\u003c\/td\u003e\n\u003ctd\u003e2.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHot-Dip Galvanised Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eKnot Type\u003c\/td\u003e\n\u003ctd\u003eTightly Wrapped Hinge Joint\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eManufacturing\u003c\/td\u003e\n\u003ctd\u003eMade In-House — Orange, NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"apps\"\u003e\n  \u003cdiv class=\"apps-inner\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      IDEAL FOR\n    \u003c\/div\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon applications\u003c\/h2\u003e\n    \u003cdiv class=\"apps-grid\"\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐑\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eSheep, lambs \u0026amp; goat containment\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🐄\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eMixed stock paddocks\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🚪\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eHigh-traffic laneways \u0026amp; yards\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🏡\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eSmallholding \u0026amp; hobby farm perimeters\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eContainment paddocks\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"app-item\"\u003e\n\u003cdiv class=\"app-emoji\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"app-text\"\u003eReplacing worn or stretched mesh\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"trust\"\u003e\n  \u003cdiv class=\"trust-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eMade In-House\u003cbr\u003eOrange, NSW\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eHot-Dip\u003cbr\u003eGalvanised\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003e2.5mm Wire\u003cbr\u003eThroughout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cdiv class=\"trust-icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"23 7 16 12 16 2 23 7\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trust-label\"\u003eAussie Family\u003cbr\u003eBusiness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003cdiv class=\"cta-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cta-text\"\u003e\n      \u003ch3\u003eNeed a bulk quote?\u003c\/h3\u003e\n      \u003cp\u003eRunning kilometres of fence? Call \u003cspan\u003eJess on 0434 093 077\u003c\/span\u003e for volume pricing on pallet quantities. We deliver Australia-wide.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ship\"\u003e\u003cp\u003e🚚 \u003cspan\u003eFree delivery\u003c\/span\u003e on orders over $10,000 within 500km of Orange NSW. National freight available Australia-wide.\u003c\/p\u003e\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":48348959506599,"sku":"4603453436","price":440.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/18.png?v=1775537114"},{"product_id":"fixed-knot-16-180-15-100m-roll","title":"Fixed Knot 16\/180\/15 – 100m Roll","description":"\u003ch2\u003eFixed Knot 16\/180\/15 — 100m Roll\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003e$600 inc. GST — exactly $6.00 per metre.\u003c\/strong\u003e One flat rate on every roll length, direct from the factory in Orange NSW.\u003c\/p\u003e\u003cp\u003eThis is the fence you put up once and don't touch again. Fixed Knot 16\/180\/15 is our full-height, heavy-duty exclusion mesh for properties that need serious boundary protection — keeping predators out, stock in, or both.\u003c\/p\u003e\u003cp\u003eAt 180 cm tall with 16 line wires and tight 15 cm vertical stays, it delivers coverage and strength hinged joint can't match. The fixed knot locks every wire intersection solid — no slipping, no sagging, no weak points. It holds its shape under impact and stays tight for decades.\u003c\/p\u003e\u003cp\u003eThe 100 m roll is the easy-handling length — right for smaller runs, patch jobs and tight-access work.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eWhy fixed knot?\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo sag, no stretch\u003c\/strong\u003e — the fence holds tension across its full height, year after year\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuperior impact resistance\u003c\/strong\u003e — stock pressure and knocks won't deform the mesh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetter exclusion\u003c\/strong\u003e — the locked mesh can't be pushed open or worked loose by roos, wild dogs or foxes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA true set-and-forget fence\u003c\/strong\u003e — longer life between maintenance runs\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eBuilt for\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003eGoat fencing and high-pressure boundaries\u003c\/li\u003e\n\u003cli\u003eKangaroo, wild dog and fox exclusion\u003c\/li\u003e\n\u003cli\u003ePaddock division where stock push hard\u003c\/li\u003e\n\u003cli\u003eBoundary re-dos on rough country\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eSpecifications\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:20px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eFence type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eFixed knot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eSpecification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e16\/180\/15 — 16 line wires · 180 cm high · 15 cm vertical stays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll length\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e100 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice per metre\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00 inc. GST\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eTop \u0026amp; bottom wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.80 mm high-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eIntermediate wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.50 mm medium-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eKnot wire\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.24 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eCoating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eZnAl (Galfan-type) zinc-aluminium — heavy corrosion resistance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eAustralian Made — rolled on our own fixed knot machine in Orange NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003chr\u003e\u003ch3\u003eChoose your roll length — every length is $6.00 a metre\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:12px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice inc. GST\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRate\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-100m-roll\"\u003e100 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$600\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-200m-roll\"\u003e200 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,200\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-250m-roll\"\u003e250 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,500\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003cp\u003eSame mesh off the same machine — pick the lengths that fit your run. Longer rolls just mean fewer joins.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eFreight \u0026amp; pickup\u003c\/h3\u003e\u003cp\u003eMesh is heavy. Collect from the factory in Orange NSW, or call Jess before you order and we'll sort freight for your area.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":51011421864103,"sku":"FK-16-180-15-100M","price":600.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/8_98afdb01-933e-4c2f-9ae2-ad2c4d0d354a.png?v=1785291990"},{"product_id":"fixed-knot-16-180-15-200m-roll","title":"Fixed Knot 16\/180\/15 – 200m Roll","description":"\u003ch2\u003eFixed Knot 16\/180\/15 — 200m Roll\u003c\/h2\u003e\u003cp\u003e\u003cstrong\u003e$1,200 inc. GST — exactly $6.00 per metre.\u003c\/strong\u003e One flat rate on every roll length, direct from the factory in Orange NSW.\u003c\/p\u003e\u003cp\u003eThis is the fence you put up once and don't touch again. Fixed Knot 16\/180\/15 is our full-height, heavy-duty exclusion mesh for properties that need serious boundary protection — keeping predators out, stock in, or both.\u003c\/p\u003e\u003cp\u003eAt 180 cm tall with 16 line wires and tight 15 cm vertical stays, it delivers coverage and strength hinged joint can't match. The fixed knot locks every wire intersection solid — no slipping, no sagging, no weak points. It holds its shape under impact and stays tight for decades.\u003c\/p\u003e\u003cp\u003eThe 200 m roll covers serious ground with fewer joins than 100 m rolls — the practical mid-length for most jobs.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eWhy fixed knot?\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo sag, no stretch\u003c\/strong\u003e — the fence holds tension across its full height, year after year\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuperior impact resistance\u003c\/strong\u003e — stock pressure and knocks won't deform the mesh\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetter exclusion\u003c\/strong\u003e — the locked mesh can't be pushed open or worked loose by roos, wild dogs or foxes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA true set-and-forget fence\u003c\/strong\u003e — longer life between maintenance runs\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eBuilt for\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003eGoat fencing and high-pressure boundaries\u003c\/li\u003e\n\u003cli\u003eKangaroo, wild dog and fox exclusion\u003c\/li\u003e\n\u003cli\u003ePaddock division where stock push hard\u003c\/li\u003e\n\u003cli\u003eBoundary re-dos on rough country\u003c\/li\u003e\n\u003c\/ul\u003e\u003chr\u003e\u003ch3\u003eSpecifications\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:20px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eFence type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eFixed knot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eSpecification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e16\/180\/15 — 16 line wires · 180 cm high · 15 cm vertical stays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll length\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e200 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice per metre\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00 inc. GST\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eTop \u0026amp; bottom wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.80 mm high-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eIntermediate wires\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.50 mm medium-tensile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eKnot wire\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e2.24 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eCoating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eZnAl (Galfan-type) zinc-aluminium — heavy corrosion resistance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003eAustralian Made — rolled on our own fixed knot machine in Orange NSW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003chr\u003e\u003ch3\u003eChoose your roll length — every length is $6.00 a metre\u003c\/h3\u003e\u003ctable style=\"width:100%;border-collapse:collapse;margin-bottom:12px;\"\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRoll\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003ePrice inc. GST\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003cstrong\u003eRate\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-100m-roll\"\u003e100 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$600\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-200m-roll\"\u003e200 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,200\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px;\"\u003e\u003ca href=\"\/products\/fixed-knot-16-180-15-250m-roll\"\u003e250 m roll\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$1,500\u003c\/td\u003e\n\u003ctd style=\"padding:8px;\"\u003e$6.00\/m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\u003cp\u003eSame mesh off the same machine — pick the lengths that fit your run. Longer rolls just mean fewer joins.\u003c\/p\u003e\u003chr\u003e\u003ch3\u003eFreight \u0026amp; pickup\u003c\/h3\u003e\u003cp\u003eMesh is heavy. Collect from the factory in Orange NSW, or call Jess before you order and we'll sort freight for your area.\u003c\/p\u003e","brand":"Outback Fencing \u0026 Steel Supplies","offers":[{"title":"Default Title","offer_id":51011422060711,"sku":"FK-16-180-15-200M","price":1200.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/4907\/2551\/files\/7_e786e1ef-dd2d-4499-9a6d-516069c95553.png?v=1785291991"}],"url":"https:\/\/outbackfencingsupplies.com.au\/collections\/mesh-wire.oembed","provider":"Outback Fencing and Steel Supplies","version":"1.0","type":"link"}