{"product_id":"hegs-pegs-limited-edition-red-54-pegs","title":"HEGS Pegs Limited Edition Red | 54 Pegs","description":"\u003cstyle\u003e\n  .hegs-wrap {\n    --hegs-orange: #FF8200;\n    --hegs-charcoal: #1F1F1F;\n    --hegs-offwhite: #FCFBF8;\n    --hegs-warm: #F3F1EC;\n    --hegs-blue: #3E5F8A;\n    --hegs-blue-soft: #EEF4FA;\n    --hegs-border: #E6E1D8;\n    --hegs-text: #3A342E;\n    --hegs-radius-lg: 22px;\n    --hegs-radius-md: 16px;\n    --hegs-shadow: 0 10px 28px rgba(0,0,0,0.06);\n    max-width: 1120px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--hegs-text);\n    line-height: 1.5;\n  }\n\n  .hegs-wrap * {\n    box-sizing: border-box;\n  }\n\n  .hegs-hero {\n    background: linear-gradient(180deg, #ffffff 0%, var(--hegs-offwhite) 100%);\n    border: 1px solid var(--hegs-border);\n    border-radius: var(--hegs-radius-lg);\n    padding: 34px 28px;\n    box-shadow: var(--hegs-shadow);\n    margin-bottom: 22px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hegs-hero:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 6px;\n    background: var(--hegs-orange);\n  }\n\n  .hegs-kicker {\n    display: inline-block;\n    background: rgba(255,130,0,0.10);\n    color: var(--hegs-orange);\n    border: 1px solid rgba(255,130,0,0.20);\n    border-radius: 999px;\n    padding: 7px 12px;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    margin-bottom: 14px;\n  }\n\n  .hegs-hero h2 {\n    margin: 0 0 10px;\n    font-size: 36px;\n    line-height: 1.08;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-hero .sub {\n    margin: 0 0 14px;\n    font-size: 18px;\n    color: #665e56;\n  }\n\n  .hegs-hero p {\n    margin: 0;\n    max-width: 760px;\n    font-size: 16px;\n  }\n\n  .hegs-trust-row {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-bottom: 22px;\n  }\n\n  .hegs-trust-card {\n    background: #fff;\n    border: 1px solid var(--hegs-border);\n    border-radius: var(--hegs-radius-md);\n    padding: 18px;\n    box-shadow: var(--hegs-shadow);\n  }\n\n  .hegs-trust-card.orange {\n    background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);\n  }\n\n  .hegs-trust-card.blue {\n    background: linear-gradient(180deg, var(--hegs-blue-soft) 0%, #ffffff 100%);\n  }\n\n  .hegs-trust-card h3 {\n    margin: 0 0 6px;\n    font-size: 17px;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-trust-card p {\n    margin: 0;\n    font-size: 14px;\n    color: #5f5952;\n  }\n\n  .hegs-grid {\n    display: grid;\n    grid-template-columns: 1.25fr 0.95fr;\n    gap: 22px;\n    margin-bottom: 22px;\n  }\n\n  .hegs-panel {\n    background: #fff;\n    border: 1px solid var(--hegs-border);\n    border-radius: var(--hegs-radius-lg);\n    padding: 24px;\n    box-shadow: var(--hegs-shadow);\n  }\n\n  .hegs-panel h3 {\n    margin: 0 0 16px;\n    font-size: 24px;\n    line-height: 1.15;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-panel p {\n    margin: 0 0 14px;\n  }\n\n  .hegs-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hegs-feature {\n    background: var(--hegs-offwhite);\n    border: 1px solid var(--hegs-border);\n    border-radius: 14px;\n    padding: 14px;\n  }\n\n  .hegs-feature strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-feature span {\n    display: block;\n    font-size: 14px;\n    color: #655f58;\n  }\n\n  .hegs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .hegs-list li {\n    position: relative;\n    padding-left: 18px;\n    margin-bottom: 10px;\n  }\n\n  .hegs-list li:before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 9px;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--hegs-orange);\n  }\n\n  .hegs-specs {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .hegs-spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 14px;\n    background: var(--hegs-warm);\n    border: 1px solid var(--hegs-border);\n    border-radius: 14px;\n    padding: 14px 16px;\n  }\n\n  .hegs-spec .label {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    color: #766f68;\n  }\n\n  .hegs-spec .value {\n    font-size: 15px;\n    color: var(--hegs-charcoal);\n    text-align: right;\n  }\n\n  .hegs-aus {\n    display: grid;\n    grid-template-columns: 110px 1fr;\n    gap: 18px;\n    align-items: center;\n    margin-top: 20px;\n    background: #fff;\n    border: 1px solid var(--hegs-border);\n    border-radius: 16px;\n    padding: 16px;\n  }\n\n  .hegs-aus img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .hegs-aus h4 {\n    margin: 0 0 6px;\n    font-size: 18px;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-aus p {\n    margin: 0;\n    font-size: 14px;\n    color: #5f5952;\n  }\n\n  .hegs-bottom {\n    background: linear-gradient(180deg, #ffffff 0%, var(--hegs-offwhite) 100%);\n    border: 1px solid var(--hegs-border);\n    border-radius: var(--hegs-radius-lg);\n    padding: 24px;\n    box-shadow: var(--hegs-shadow);\n  }\n\n  .hegs-bottom h3 {\n    margin: 0 0 12px;\n    font-size: 24px;\n    color: var(--hegs-charcoal);\n  }\n\n  .hegs-bottom p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 768px) {\n    .hegs-hero h2 {\n      font-size: 28px;\n    }\n\n    .hegs-trust-row,\n    .hegs-grid,\n    .hegs-feature-grid,\n    .hegs-aus {\n      grid-template-columns: 1fr;\n    }\n\n    .hegs-aus {\n      text-align: center;\n    }\n\n    .hegs-aus img {\n      max-width: 110px;\n      margin: 0 auto;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hegs-wrap\"\u003e\n\u003csection class=\"hegs-hero\"\u003e\n\u003cdiv class=\"hegs-kicker\"\u003eAustralian Made \u0026amp; Owned\u003c\/div\u003e\n\u003ch2\u003e54 HEGS Pegs in Limited Edition Red\u003c\/h2\u003e\n\u003cp class=\"sub\"\u003eStrong, durable pegs made for Australian conditions.\u003c\/p\u003e\n\u003cp\u003eHEGS Pegs are built for everyday outdoor use, with a secure grip, UV-stabilised material and a stainless steel spring designed to handle the harsh Australian environment. They also help reduce peg and crease marks on clothes.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"hegs-trust-row\"\u003e\n\u003cdiv class=\"hegs-trust-card orange\"\u003e\n\u003ch3\u003eBuilt for the outdoors\u003c\/h3\u003e\n\u003cp\u003eUV-stabilised polypropylene made for tough Australian conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-trust-card blue\"\u003e\n\u003ch3\u003eMore than a standard peg\u003c\/h3\u003e\n\u003cp\u003eUse the patented dual hooks to peg or hang garments with more flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-trust-card\"\u003e\n\u003ch3\u003eEasy to use\u003c\/h3\u003e\n\u003cp\u003eLarge ergonomic grip designed to hold firmly with minimal hand strength.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hegs-grid\"\u003e\n\u003cdiv class=\"hegs-panel\"\u003e\n\u003ch3\u003eWhy HEGS Pegs are different\u003c\/h3\u003e\n\u003cp\u003eHEGS Pegs are designed to do more than just hold washing on the line. Peg clothes the usual way, or use the built-in dual hooks to hang straps, delicates and garments more easily.\u003c\/p\u003e\n\u003cp\u003eThey grip securely, leave fewer peg marks and are comfortable to use day after day.\u003c\/p\u003e\n\u003cdiv class=\"hegs-feature-grid\"\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003eStrong and durable\u003c\/strong\u003e \u003cspan\u003eBuilt for everyday outdoor use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003eUV-stabilised\u003c\/strong\u003e \u003cspan\u003eMade for harsh Australian sun\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003eStainless steel spring\u003c\/strong\u003e \u003cspan\u003eRust-resistant and reliable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003eSecure grip\u003c\/strong\u003e \u003cspan\u003eHelps keep washing on the line\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003ePatented dual hooks\u003c\/strong\u003e \u003cspan\u003eMore flexibility for hanging garments\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-feature\"\u003e\n\u003cstrong\u003eLess peg marking\u003c\/strong\u003e \u003cspan\u003eHelps reduce peg and crease marks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-panel\"\u003e\n\u003ch3\u003eAt a glance\u003c\/h3\u003e\n\u003cul class=\"hegs-list\"\u003e\n\u003cli\u003e54 pegs in Limtied Edition Red\u003c\/li\u003e\n\u003cli\u003eLarge ergonomic grip\u003c\/li\u003e\n\u003cli\u003e100% recyclable\u003c\/li\u003e\n\u003cli\u003eMade in Australia\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hegs-specs\"\u003e\n\u003cdiv class=\"hegs-spec\"\u003e\n\u003cdiv class=\"label\"\u003ePack size\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e54 pegs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-spec\"\u003e\n\u003cdiv class=\"label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eUV-stabilised polypropylene\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-spec\"\u003e\n\u003cdiv class=\"label\"\u003eSpring\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eStainless steel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hegs-aus\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/8910\/7337\/files\/brand-australia-made-svgrepo-com.svg?v=1772761367\" alt=\"Australian Made and Owned\"\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAustralian Made \u0026amp; Owned\u003c\/h4\u003e\n\u003cp\u003eDesigned and made locally for real Australian conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"hegs-bottom\"\u003e\n\u003ch3\u003eMade to do more than a standard peg\u003c\/h3\u003e\n\u003cp\u003eHEGS Pegs are practical, long-lasting and easy to use. They’re designed to save time on the line, help reduce marks on clothes and give you more flexibility with every wash.\u003c\/p\u003e\n\u003cp\u003eIf you want pegs that feel better in the hand and work harder outdoors, HEGS Pegs are built for exactly that.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"HEGS Australia","offers":[{"title":"Default Title","offer_id":46929771004041,"sku":null,"price":30.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0373\/8910\/7337\/files\/HEGS_LE_54_Red_Tile.png?v=1781496129","url":"https:\/\/hegs.com\/products\/hegs-pegs-limited-edition-red-54-pegs","provider":"HEGS Australia","version":"1.0","type":"link"}