{"product_id":"padded-handle-dog-leash-high-strength-2m","title":"Padded Handle Dog Leash:{High Strength}{3M}","description":"\u003c!-- HOUSE OF TAILS™ | PREMIUM PADDED HANDLE DOG LEASH DESCRIPTION --\u003e\n\u003cstyle\u003e\n  .hot-leash-description {\n    --hot-black: #090909;\n    --hot-black-soft: #151515;\n    --hot-gold: #D4AF37;\n    --hot-gold-light: #F3D77A;\n    --hot-white: #FFFFFF;\n    --hot-grey: #B8B8B8;\n\n    max-width: 900px;\n    margin: 25px auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--hot-white);\n    line-height: 1.65;\n  }\n\n  .hot-leash-description * {\n    box-sizing: border-box;\n  }\n\n  \/* PREMIUM HERO *\/\n  .hot-leash-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 28px;\n    text-align: center;\n    background:\n      radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 40%),\n      linear-gradient(145deg, #171717, #050505);\n    border: 1px solid rgba(212,175,55,.55);\n    border-radius: 20px;\n    box-shadow: 0 18px 45px rgba(0,0,0,.35);\n  }\n\n  .hot-leash-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 15%;\n    width: 70%;\n    height: 2px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--hot-gold),\n      transparent\n    );\n  }\n\n  .hot-brand {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: var(--hot-gold);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .hot-leash-hero h2 {\n    margin: 0;\n    color: var(--hot-white);\n    font-size: clamp(28px, 5vw, 46px);\n    line-height: 1.15;\n    letter-spacing: -.8px;\n  }\n\n  .hot-leash-hero h2 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-leash-hero p {\n    max-width: 680px;\n    margin: 18px auto 0;\n    color: #D0D0D0;\n    font-size: 16px;\n  }\n\n  .hot-premium-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-top: 23px;\n    padding: 9px 16px;\n    border: 1px solid rgba(212,175,55,.55);\n    border-radius: 50px;\n    color: var(--hot-gold-light);\n    background: rgba(212,175,55,.07);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* SECTION TITLE *\/\n  .hot-section-heading {\n    margin: 42px 0 18px;\n    text-align: center;\n  }\n\n  .hot-section-heading small {\n    color: var(--hot-gold);\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .hot-section-heading h3 {\n    margin: 6px 0 0;\n    color: #111;\n    font-size: 28px;\n  }\n\n  \/* INTERACTIVE BENEFITS *\/\n  .hot-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .hot-benefit {\n    position: relative;\n    overflow: hidden;\n    padding: 21px;\n    cursor: pointer;\n    background: linear-gradient(145deg, #111, #050505);\n    border: 1px solid rgba(212,175,55,.28);\n    border-radius: 15px;\n    transition: transform .25s ease, border-color .25s ease,\n                box-shadow .25s ease;\n  }\n\n  .hot-benefit:hover {\n    transform: translateY(-4px);\n    border-color: var(--hot-gold);\n    box-shadow: 0 12px 28px rgba(0,0,0,.25);\n  }\n\n  .hot-benefit summary {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    list-style: none;\n    color: var(--hot-white);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .hot-benefit summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .hot-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 44px;\n    width: 44px;\n    height: 44px;\n    border: 1px solid rgba(212,175,55,.55);\n    border-radius: 12px;\n    background: rgba(212,175,55,.09);\n    font-size: 21px;\n  }\n\n  .hot-plus {\n    margin-left: auto;\n    color: var(--hot-gold);\n    font-size: 22px;\n    transition: transform .25s ease;\n  }\n\n  .hot-benefit[open] .hot-plus {\n    transform: rotate(45deg);\n  }\n\n  .hot-benefit-content {\n    padding: 15px 5px 2px 57px;\n    color: #C8C8C8;\n    font-size: 14px;\n  }\n\n  .hot-benefit-content strong {\n    color: var(--hot-gold-light);\n  }\n\n  \/* PREMIUM PROMISE *\/\n  .hot-promise {\n    position: relative;\n    overflow: hidden;\n    margin-top: 38px;\n    padding: 34px 28px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(212,175,55,.17), transparent 50%),\n      #090909;\n    border-radius: 18px;\n    border: 1px solid rgba(212,175,55,.45);\n  }\n\n  .hot-promise h3 {\n    margin: 0;\n    color: var(--hot-white);\n    font-size: 26px;\n  }\n\n  .hot-promise h3 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-promise p {\n    max-width: 690px;\n    margin: 14px auto 0;\n    color: #C5C5C5;\n    font-size: 15px;\n  }\n\n  \/* VALUE STRIP *\/\n  .hot-value-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 18px;\n    border: 1px solid rgba(212,175,55,.3);\n    border-radius: 14px;\n    overflow: hidden;\n    background: #0A0A0A;\n  }\n\n  .hot-value {\n    padding: 18px 10px;\n    text-align: center;\n    border-right: 1px solid rgba(212,175,55,.2);\n  }\n\n  .hot-value:last-child {\n    border-right: none;\n  }\n\n  .hot-value span {\n    display: block;\n    color: var(--hot-gold);\n    font-size: 19px;\n  }\n\n  .hot-value strong {\n    display: block;\n    margin-top: 4px;\n    color: white;\n    font-size: 12px;\n    letter-spacing: .4px;\n    text-transform: uppercase;\n  }\n\n  \/* FINAL LINE *\/\n  .hot-final-line {\n    margin: 32px 0 5px;\n    text-align: center;\n    color: #151515;\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .hot-final-line span {\n    color: #A9861D;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 650px) {\n    .hot-leash-hero {\n      padding: 34px 19px;\n      border-radius: 16px;\n    }\n\n    .hot-leash-hero p {\n      font-size: 14px;\n    }\n\n    .hot-benefit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-benefit {\n      padding: 17px;\n    }\n\n    .hot-benefit-content {\n      padding-left: 0;\n    }\n\n    .hot-value-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-value {\n      border-right: none;\n      border-bottom: 1px solid rgba(212,175,55,.2);\n    }\n\n    .hot-value:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hot-leash-description\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hot-leash-hero\"\u003e\n\u003cdiv class=\"hot-brand\"\u003eHouse of Tails™\u003c\/div\u003e\n\u003ch2\u003eWalk in \u003cspan\u003eStyle.\u003c\/span\u003e\u003cbr\u003eWalk in Comfort. 🐾\u003c\/h2\u003e\n\u003cp\u003eIntroducing the Padded Handle Dog Leash — thoughtfully crafted for pet parents who refuse to compromise on comfort, strength, or premium style.\u003c\/p\u003e\n\u003cdiv class=\"hot-premium-badge\"\u003e✦ Comfort • Strength • Style\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"hot-section-heading\"\u003e\n\u003csmall\u003eDesigned for better walks\u003c\/small\u003e\n\u003ch3\u003eWhy You'll Love It ✨\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit-grid\"\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eCushioned Padded Handle\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eEnjoy a \u003cstrong\u003esoft, comfortable grip\u003c\/strong\u003e designed to reduce hand strain and fatigue — even during longer walks or when your pup gets excited.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003eHigh-Strength Rope\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eCrafted with durable, tangle-resistant rope for dependable everyday performance. Strong enough for energetic adventures, while remaining lightweight and easy to handle.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e🐕\u003c\/span\u003e \u003cspan\u003eLightweight Freedom\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eThe ideal balance between \u003cstrong\u003estrength and flexibility\u003c\/strong\u003e, giving your dog room to explore while helping you maintain comfortable, confident control.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e🎨\u003c\/span\u003e \u003cspan\u003ePremium Finish\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eA sleek, refined design made for pet parents who appreciate quality. It performs beautifully and adds a \u003cstrong\u003epremium finishing touch\u003c\/strong\u003e to every walk.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e🔒\u003c\/span\u003e \u003cspan\u003eSecure Clip Attachment\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eA reliable clip connection helps keep your leash securely attached, giving you greater confidence and \u003cstrong\u003epeace of mind\u003c\/strong\u003e on every outing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hot-benefit\"\u003e\n\u003csummary\u003e\u003cspan class=\"hot-icon\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eMade for Everyday Adventures\u003c\/span\u003e \u003cspan class=\"hot-plus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hot-benefit-content\"\u003eFrom relaxed park strolls to energetic morning walks, this leash is designed to make every outing feel \u003cstrong\u003esmoother, more comfortable, and more enjoyable.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- BRAND PROMISE --\u003e\n\u003csection class=\"hot-promise\"\u003e\n\u003ch3\u003eBuilt for the \u003cspan\u003eModern Pet Parent\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAt House of Tails™, we believe your dog deserves the best — and so do you. Every detail has been thoughtfully designed to combine comfort, durability, confidence, and elevated style.\u003c\/p\u003e\n\u003cdiv class=\"hot-value-strip\"\u003e\n\u003cdiv class=\"hot-value\"\u003e\n\u003cspan\u003e✦\u003c\/span\u003e \u003cstrong\u003eComfort First\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-value\"\u003e\n\u003cspan\u003e✦\u003c\/span\u003e \u003cstrong\u003eBuilt to Last\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-value\"\u003e\n\u003cspan\u003e✦\u003c\/span\u003e \u003cstrong\u003ePremium Style\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hot-final-line\"\u003eBecause great walks start with the \u003cspan\u003eright leash.\u003c\/span\u003e 🐶\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46529755218022,"sku":null,"price":279.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/dog-leash-with-house-of-tails-logo.png?v=1785843564","url":"https:\/\/houseoftails.co.za\/products\/padded-handle-dog-leash-high-strength-2m","provider":"House Of Tails™","version":"1.0","type":"link"}