{"product_id":"🐕-stainless-steel-dog-chain-rust-resistant-9m-15m","title":"🐕 Stainless Steel Dog Chain {Rust-Resistant} (9m) (15m)","description":"\u003c!-- =========================================================\nHOUSE OF TAILS™ | HEAVY-DUTY STAINLESS STEEL DOG CHAIN\nPREMIUM BLACK • GOLD • WHITE PRODUCT DESCRIPTION\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .hot-chain-description {\n    --hot-black: #060606;\n    --hot-charcoal: #101010;\n    --hot-charcoal-light: #191919;\n    --hot-gold: #D4AF37;\n    --hot-gold-light: #F2D47A;\n    --hot-white: #FFFFFF;\n    --hot-grey: #C7C7C7;\n\n    max-width: 950px;\n    margin: 28px auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--hot-white);\n    line-height: 1.65;\n  }\n\n  .hot-chain-description * {\n    box-sizing: border-box;\n  }\n\n  \/* =========================================================\n     PREMIUM HERO\n  ========================================================= *\/\n\n  .hot-chain-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 52px 32px;\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 50% -10%,\n        rgba(212, 175, 55, 0.25),\n        transparent 50%\n      ),\n      linear-gradient(145deg, #171717, #050505);\n    border: 1px solid rgba(212, 175, 55, 0.6);\n    border-radius: 24px;\n    box-shadow:\n      0 25px 60px rgba(0, 0, 0, 0.35),\n      inset 0 1px 0 rgba(255, 255, 255, 0.06);\n  }\n\n  .hot-chain-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 15%;\n    width: 70%;\n    height: 2px;\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--hot-gold),\n        transparent\n      );\n  }\n\n  .hot-chain-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n    color: var(--hot-gold);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .hot-chain-eyebrow::before,\n  .hot-chain-eyebrow::after {\n    content: \"✦\";\n    font-size: 10px;\n  }\n\n  .hot-chain-hero h2 {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--hot-white);\n    font-size: clamp(33px, 5.5vw, 55px);\n    line-height: 1.08;\n    letter-spacing: -1.5px;\n  }\n\n  .hot-chain-hero h2 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-chain-hero p {\n    max-width: 720px;\n    margin: 20px auto 0;\n    color: #D0D0D0;\n    font-size: 16px;\n  }\n\n  \/* =========================================================\n     PREMIUM TRUST BAR\n  ========================================================= *\/\n\n  .hot-chain-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    max-width: 820px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    background: rgba(212, 175, 55, 0.25);\n    border: 1px solid rgba(212, 175, 55, 0.4);\n    border-radius: 16px;\n  }\n\n  .hot-chain-trust-item {\n    padding: 19px 12px;\n    text-align: center;\n    background: rgba(5, 5, 5, 0.88);\n  }\n\n  .hot-chain-trust-icon {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 23px;\n  }\n\n  .hot-chain-trust-item strong {\n    display: block;\n    color: white;\n    font-size: 13px;\n  }\n\n  .hot-chain-trust-item small {\n    display: block;\n    margin-top: 4px;\n    color: var(--hot-gold-light);\n    font-size: 11px;\n  }\n\n  \/* =========================================================\n     SECTION HEADINGS\n  ========================================================= *\/\n\n  .hot-chain-heading {\n    margin: 52px 0 22px;\n    text-align: center;\n  }\n\n  .hot-chain-heading small {\n    color: var(--hot-gold);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n  }\n\n  .hot-chain-heading h3 {\n    margin: 8px 0 0;\n    color: #111111;\n    font-size: clamp(27px, 4vw, 39px);\n    line-height: 1.15;\n  }\n\n  .hot-chain-heading p {\n    max-width: 720px;\n    margin: 13px auto 0;\n    color: #5B5B5B;\n    font-size: 15px;\n  }\n\n  \/* =========================================================\n     INTERACTIVE BENEFIT CARDS\n  ========================================================= *\/\n\n  .hot-chain-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .hot-chain-benefit {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n    padding: 25px;\n    cursor: pointer;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(212, 175, 55, 0.13),\n        transparent 48%\n      ),\n      linear-gradient(145deg, #171717, #070707);\n    border: 1px solid rgba(212, 175, 55, 0.3);\n    border-radius: 18px;\n    transition:\n      transform 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .hot-chain-benefit:hover {\n    transform: translateY(-6px);\n    border-color: var(--hot-gold);\n    box-shadow:\n      0 18px 38px rgba(0, 0, 0, 0.28),\n      0 0 28px rgba(212, 175, 55, 0.08);\n  }\n\n  .hot-chain-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 54px;\n    height: 54px;\n    margin-bottom: 18px;\n    border: 1px solid rgba(212, 175, 55, 0.58);\n    border-radius: 15px;\n    background: rgba(212, 175, 55, 0.1);\n    font-size: 25px;\n  }\n\n  .hot-chain-benefit h4 {\n    margin: 0;\n    color: white;\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .hot-chain-benefit p {\n    max-height: 0;\n    margin: 0;\n    overflow: hidden;\n    color: #C9C9C9;\n    font-size: 14px;\n    opacity: 0;\n    transition:\n      max-height 0.4s ease,\n      margin 0.4s ease,\n      opacity 0.35s ease;\n  }\n\n  .hot-chain-benefit:hover p,\n  .hot-chain-benefit:focus p {\n    max-height: 180px;\n    margin-top: 12px;\n    opacity: 1;\n  }\n\n  .hot-chain-hint {\n    position: absolute;\n    right: 20px;\n    bottom: 17px;\n    color: var(--hot-gold);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* =========================================================\n     PREMIUM STANDARD SECTION\n  ========================================================= *\/\n\n  .hot-chain-standard {\n    position: relative;\n    overflow: hidden;\n    margin-top: 45px;\n    padding: 42px 34px;\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(212, 175, 55, 0.2),\n        transparent 55%\n      ),\n      linear-gradient(145deg, #151515, #050505);\n    border: 1px solid rgba(212, 175, 55, 0.5);\n    border-radius: 22px;\n  }\n\n  .hot-chain-standard::after {\n    content: \"\";\n    position: absolute;\n    right: -80px;\n    bottom: -80px;\n    width: 230px;\n    height: 230px;\n    border: 1px solid rgba(212, 175, 55, 0.12);\n    border-radius: 50%;\n  }\n\n  .hot-chain-standard small {\n    color: var(--hot-gold);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n  }\n\n  .hot-chain-standard h3 {\n    position: relative;\n    z-index: 1;\n    margin: 9px 0 14px;\n    color: white;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.13;\n  }\n\n  .hot-chain-standard h3 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-chain-standard p {\n    position: relative;\n    z-index: 1;\n    max-width: 720px;\n    margin: 0 auto;\n    color: #CACACA;\n    font-size: 15px;\n  }\n\n  \/* =========================================================\n     FEATURE STRIP\n  ========================================================= *\/\n\n  .hot-chain-feature-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 25px;\n    overflow: hidden;\n    border: 1px solid rgba(212, 175, 55, 0.3);\n    border-radius: 15px;\n    background: #090909;\n  }\n\n  .hot-chain-feature {\n    padding: 21px 12px;\n    text-align: center;\n    border-right: 1px solid rgba(212, 175, 55, 0.2);\n  }\n\n  .hot-chain-feature:last-child {\n    border-right: none;\n  }\n\n  .hot-chain-feature span {\n    display: block;\n    color: var(--hot-gold);\n    font-size: 22px;\n  }\n\n  .hot-chain-feature strong {\n    display: block;\n    margin-top: 6px;\n    color: white;\n    font-size: 12px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  \/* =========================================================\n     FINAL CTA\n  ========================================================= *\/\n\n  .hot-chain-cta {\n    position: relative;\n    overflow: hidden;\n    margin-top: 42px;\n    padding: 48px 25px;\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(212, 175, 55, 0.24),\n        transparent 55%\n      ),\n      #080808;\n    border: 1px solid var(--hot-gold);\n    border-radius: 22px;\n  }\n\n  .hot-chain-cta h3 {\n    margin: 0;\n    color: white;\n    font-size: clamp(29px, 5vw, 45px);\n    line-height: 1.1;\n  }\n\n  .hot-chain-cta h3 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-chain-cta p {\n    max-width: 620px;\n    margin: 17px auto 25px;\n    color: #CCCCCC;\n    font-size: 15px;\n  }\n\n  .hot-chain-button {\n    display: inline-block;\n    padding: 15px 28px;\n    color: #080808;\n    background:\n      linear-gradient(\n        135deg,\n        #F4D77C,\n        #C99C25\n      );\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-decoration: none;\n    text-transform: uppercase;\n    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.22);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .hot-chain-button:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(212, 175, 55, 0.3);\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media (max-width: 720px) {\n\n    .hot-chain-description {\n      margin: 15px auto;\n    }\n\n    .hot-chain-hero {\n      padding: 40px 19px;\n      border-radius: 18px;\n    }\n\n    .hot-chain-hero p {\n      font-size: 14px;\n    }\n\n    .hot-chain-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-chain-trust-item {\n      padding: 16px;\n    }\n\n    .hot-chain-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-chain-benefit {\n      min-height: auto;\n    }\n\n    \/* Keep benefit text visible on mobile *\/\n    .hot-chain-benefit p {\n      max-height: 200px;\n      margin-top: 12px;\n      opacity: 1;\n    }\n\n    .hot-chain-hint {\n      display: none;\n    }\n\n    .hot-chain-standard {\n      padding: 35px 19px;\n    }\n\n    .hot-chain-feature-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-chain-feature {\n      border-right: none;\n      border-bottom: 1px solid rgba(212, 175, 55, 0.2);\n    }\n\n    .hot-chain-feature:last-child {\n      border-bottom: none;\n    }\n\n    .hot-chain-cta {\n      padding: 40px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hot-chain-description\"\u003e\n\n  \u003c!-- PREMIUM HERO --\u003e\n\n  \u003csection class=\"hot-chain-hero\"\u003e\n\n    \u003cdiv class=\"hot-chain-eyebrow\"\u003e\n      🐾 Premium Outdoor Security\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Built for the \u003cspan\u003eBold.\u003c\/span\u003e\u003cbr\u003e\n      Trusted by the Brave. 🐕\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Introducing the ultimate outdoor security solution\n      for medium to large dogs — a heavy-duty stainless\n      steel chain that combines raw strength with\n      intelligent design.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hot-chain-trust\"\u003e\n\n      \u003cdiv class=\"hot-chain-trust-item\"\u003e\n        \u003cspan class=\"hot-chain-trust-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003cstrong\u003eRust Resistant\u003c\/strong\u003e\n        \u003csmall\u003eBuilt for outdoor conditions\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-chain-trust-item\"\u003e\n        \u003cspan class=\"hot-chain-trust-icon\"\u003e💪\u003c\/span\u003e\n        \u003cstrong\u003eHeavy Duty\u003c\/strong\u003e\n        \u003csmall\u003eMade for larger breeds\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-chain-trust-item\"\u003e\n        \u003cspan class=\"hot-chain-trust-icon\"\u003e🌿\u003c\/span\u003e\n        \u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e\n        \u003csmall\u003eGarden • Yard • Campsite\u003c\/small\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003cdiv class=\"hot-chain-heading\"\u003e\n\n    \u003csmall\u003eStrength Meets Smart Design\u003c\/small\u003e\n\n    \u003ch3\u003e\n      ✨ Why You'll Love It\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Explore the features that make this chain a\n      dependable choice for secure outdoor moments.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hot-chain-benefits\"\u003e\n\n    \u003cdiv class=\"hot-chain-benefit\" tabindex=\"0\"\u003e\n\n      \u003cdiv class=\"hot-chain-benefit-icon\"\u003e\n        🛡️\n      \u003c\/div\u003e\n\n      \u003ch4\u003e\n        Rust-Resistant Stainless Steel\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Engineered to withstand rain, humidity,\n        and regular outdoor exposure. The\n        corrosion-resistant construction helps\n        keep the chain strong season after season.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"hot-chain-hint\"\u003e\n        Hover or tap ✦\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hot-chain-benefit\" tabindex=\"0\"\u003e\n\n      \u003cdiv class=\"hot-chain-benefit-icon\"\u003e\n        💪\n      \u003c\/div\u003e\n\n      \u003ch4\u003e\n        Heavy-Duty Strength\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Designed for medium and large breeds,\n        delivering a secure and reliable tie-out\n        that holds firm while giving your dog\n        room to move safely.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"hot-chain-hint\"\u003e\n        Hover or tap ✦\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hot-chain-benefit\" tabindex=\"0\"\u003e\n\n      \u003cdiv class=\"hot-chain-benefit-icon\"\u003e\n        🌿\n      \u003c\/div\u003e\n\n      \u003ch4\u003e\n        Outdoor-Ready Design\n      \u003c\/h4\u003e\n\n      \u003cp\u003e\n        Whether you are in the garden, backyard,\n        or at a campsite, this chain is designed\n        to support secure outdoor time with your\n        furry companion.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"hot-chain-hint\"\u003e\n        Hover or tap ✦\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PREMIUM STANDARD --\u003e\n\n  \u003csection class=\"hot-chain-standard\"\u003e\n\n    \u003csmall\u003e\n      The Premium Choice for Premium Pets\n    \u003c\/small\u003e\n\n    \u003ch3\u003e\n      More Than Ordinary.\u003cbr\u003e\n      Built to \u003cspan\u003eStand Apart.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Your dog deserves more than an ordinary chain.\n      This premium accessory combines dependable\n      durability, practical visibility, and refined\n      style for pet owners who refuse to settle.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hot-chain-feature-strip\"\u003e\n\n      \u003cdiv class=\"hot-chain-feature\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        \u003cstrong\u003eOutdoor Durable\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-chain-feature\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        \u003cstrong\u003eSecure Strength\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-chain-feature\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        \u003cstrong\u003ePremium Finish\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"hot-chain-cta\"\u003e\n\n    \u003ch3\u003e\n      Secure Your Dog.\u003cbr\u003e\n      \u003cspan\u003eElevate Your Standard.\u003c\/span\u003e\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Give your dog the freedom to enjoy the outdoors\n      while keeping dependable security close at hand.\n      Strong, durable, and designed for every adventure.\n    \u003c\/p\u003e\n\n    \u003ca class=\"hot-chain-button\" href=\"#product-form\"\u003e\n      Choose Premium Strength ✦\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n```","brand":"House Of Tails™","offers":[{"title":"9m","offer_id":46530412118118,"sku":null,"price":389.0,"currency_code":"ZAR","in_stock":true},{"title":"15m","offer_id":46530412150886,"sku":null,"price":689.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/house-of-tails-lifestyle-cable-ad.png?v=1785868707","url":"https:\/\/houseoftails.co.za\/products\/%f0%9f%90%95-stainless-steel-dog-chain-rust-resistant-9m-15m","provider":"House Of Tails™","version":"1.0","type":"link"}