{"product_id":"peryo-3000amp-heavy-duty-booster-cables","title":"**Peryo 3000AMP Heavy-Duty Booster Cables, *","description":"\u003cstyle\u003e\n  .peryo-product {\n    --red: #e50914;\n    --red-dark: #a80009;\n    --black: #080808;\n    --dark: #111111;\n    --grey: #8e8e8e;\n    --white: #ffffff;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    background: #080808;\n    color: #fff;\n    border-radius: 24px;\n    overflow: hidden;\n    margin: 25px auto;\n    max-width: 1200px;\n    box-shadow: 0 20px 60px rgba(0,0,0,.35);\n  }\n\n  .peryo-hero {\n    position: relative;\n    padding: 65px 50px;\n    background:\n      radial-gradient(circle at 80% 20%, rgba(229,9,20,.22), transparent 35%),\n      linear-gradient(135deg, #080808 0%, #141414 55%, #090909 100%);\n    overflow: hidden;\n  }\n\n  .peryo-hero:before {\n    content: \"\";\n    position: absolute;\n    width: 420px;\n    height: 420px;\n    right: -180px;\n    top: -180px;\n    border: 1px solid rgba(229,9,20,.25);\n    border-radius: 50%;\n    box-shadow:\n      0 0 0 35px rgba(229,9,20,.04),\n      0 0 0 70px rgba(229,9,20,.025);\n  }\n\n  .peryo-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(229,9,20,.12);\n    border: 1px solid rgba(229,9,20,.4);\n    color: #ff4a52;\n    padding: 8px 14px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .peryo-label span {\n    width: 7px;\n    height: 7px;\n    background: #ff2633;\n    border-radius: 50%;\n    box-shadow: 0 0 12px #ff2633;\n  }\n\n  .peryo-title {\n    font-size: clamp(38px, 6vw, 68px);\n    line-height: .95;\n    font-weight: 900;\n    letter-spacing: -2.5px;\n    margin: 0 0 20px;\n    max-width: 850px;\n  }\n\n  .peryo-title strong {\n    color: var(--red);\n    display: block;\n  }\n\n  .peryo-subtitle {\n    color: #cfcfcf;\n    font-size: 18px;\n    line-height: 1.7;\n    max-width: 720px;\n    margin: 0;\n  }\n\n  .peryo-power {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 28px;\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .peryo-power-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    background: var(--red);\n    border-radius: 50%;\n    font-size: 20px;\n    box-shadow: 0 0 25px rgba(229,9,20,.4);\n  }\n\n  \/* PRODUCT INTRO *\/\n\n  .peryo-intro {\n    padding: 55px 50px;\n    background: #0d0d0d;\n  }\n\n  .peryo-intro-grid {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 50px;\n    align-items: center;\n  }\n\n  .peryo-heading {\n    font-size: 34px;\n    line-height: 1.15;\n    margin: 0 0 18px;\n    font-weight: 900;\n    letter-spacing: -.8px;\n  }\n\n  .peryo-heading span {\n    color: var(--red);\n  }\n\n  .peryo-text {\n    color: #aaa;\n    font-size: 16px;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  .peryo-highlight {\n    background: linear-gradient(145deg, #171717, #0d0d0d);\n    border: 1px solid #292929;\n    border-radius: 20px;\n    padding: 30px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .peryo-highlight:after {\n    content: \"\";\n    position: absolute;\n    width: 120px;\n    height: 120px;\n    background: rgba(229,9,20,.1);\n    border-radius: 50%;\n    right: -50px;\n    top: -50px;\n  }\n\n  .peryo-amp {\n    font-size: 55px;\n    font-weight: 950;\n    line-height: 1;\n    color: #fff;\n    letter-spacing: -2px;\n  }\n\n  .peryo-amp span {\n    color: var(--red);\n  }\n\n  .peryo-amp-label {\n    color: #888;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-top: 10px;\n  }\n\n  \/* FEATURES *\/\n\n  .peryo-features {\n    padding: 60px 50px;\n    background: #080808;\n  }\n\n  .peryo-section-title {\n    text-align: center;\n    max-width: 650px;\n    margin: 0 auto 40px;\n  }\n\n  .peryo-section-title h2 {\n    font-size: 36px;\n    margin: 0 0 12px;\n    font-weight: 900;\n    letter-spacing: -.8px;\n  }\n\n  .peryo-section-title p {\n    margin: 0;\n    color: #8d8d8d;\n    line-height: 1.6;\n  }\n\n  .peryo-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .peryo-card {\n    background: linear-gradient(145deg, #161616, #0e0e0e);\n    border: 1px solid #242424;\n    border-radius: 18px;\n    padding: 28px;\n    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;\n  }\n\n  .peryo-card:hover {\n    transform: translateY(-5px);\n    border-color: rgba(229,9,20,.55);\n    box-shadow: 0 15px 35px rgba(0,0,0,.35);\n  }\n\n  .peryo-icon {\n    width: 52px;\n    height: 52px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(229,9,20,.1);\n    border: 1px solid rgba(229,9,20,.3);\n    border-radius: 14px;\n    font-size: 23px;\n    margin-bottom: 20px;\n  }\n\n  .peryo-card h3 {\n    margin: 0 0 10px;\n    font-size: 18px;\n    font-weight: 850;\n  }\n\n  .peryo-card p {\n    margin: 0;\n    color: #8f8f8f;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* VEHICLES *\/\n\n  .peryo-vehicles {\n    padding: 55px 50px;\n    background:\n      linear-gradient(rgba(229,9,20,.06), rgba(229,9,20,.02)),\n      #101010;\n    border-top: 1px solid #222;\n    border-bottom: 1px solid #222;\n  }\n\n  .peryo-vehicle-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 35px;\n  }\n\n  .peryo-vehicle {\n    text-align: center;\n    background: #0a0a0a;\n    border: 1px solid #242424;\n    padding: 25px 15px;\n    border-radius: 16px;\n  }\n\n  .peryo-vehicle-icon {\n    font-size: 30px;\n    margin-bottom: 12px;\n  }\n\n  .peryo-vehicle strong {\n    display: block;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: .8px;\n  }\n\n  \/* EMERGENCY MESSAGE *\/\n\n  .peryo-cta {\n    position: relative;\n    text-align: center;\n    padding: 65px 35px;\n    background:\n      radial-gradient(circle at center, rgba(229,9,20,.2), transparent 55%),\n      #090909;\n  }\n\n  .peryo-cta h2 {\n    font-size: clamp(30px, 5vw, 48px);\n    margin: 0 0 15px;\n    font-weight: 900;\n    letter-spacing: -1px;\n  }\n\n  .peryo-cta h2 span {\n    color: var(--red);\n  }\n\n  .peryo-cta p {\n    color: #999;\n    max-width: 650px;\n    margin: 0 auto 28px;\n    line-height: 1.7;\n  }\n\n  .peryo-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--red);\n    color: #fff;\n    padding: 14px 22px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    box-shadow: 0 12px 30px rgba(229,9,20,.25);\n  }\n\n  \/* TRUST BAR *\/\n\n  .peryo-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    background: #050505;\n    border-top: 1px solid #222;\n  }\n\n  .peryo-trust-item {\n    text-align: center;\n    padding: 22px 15px;\n    border-right: 1px solid #222;\n  }\n\n  .peryo-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .peryo-trust-item strong {\n    display: block;\n    font-size: 13px;\n    margin-bottom: 5px;\n  }\n\n  .peryo-trust-item span {\n    color: #777;\n    font-size: 11px;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 850px) {\n\n    .peryo-hero,\n    .peryo-intro,\n    .peryo-features,\n    .peryo-vehicles {\n      padding: 45px 25px;\n    }\n\n    .peryo-intro-grid {\n      grid-template-columns: 1fr;\n      gap: 30px;\n    }\n\n    .peryo-feature-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .peryo-vehicle-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n\n    .peryo-product {\n      border-radius: 14px;\n      margin: 10px 0;\n    }\n\n    .peryo-hero {\n      padding: 42px 22px;\n    }\n\n    .peryo-title {\n      font-size: 42px;\n      letter-spacing: -1.8px;\n    }\n\n    .peryo-subtitle {\n      font-size: 15px;\n    }\n\n    .peryo-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .peryo-vehicle-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .peryo-heading {\n      font-size: 28px;\n    }\n\n    .peryo-section-title h2 {\n      font-size: 29px;\n    }\n\n    .peryo-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .peryo-trust-item {\n      border-right: 0;\n      border-bottom: 1px solid #222;\n    }\n\n    .peryo-trust-item:last-child {\n      border-bottom: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"peryo-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"peryo-hero\"\u003e\n\n    \u003cdiv class=\"peryo-label\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\n      Emergency Roadside Essential\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"peryo-title\"\u003e\n      POWER WHEN\n      \u003cstrong\u003eYOU NEED IT.\u003c\/strong\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"peryo-subtitle\"\u003e\n      Meet the \u003cstrong\u003ePeryo 3000AMP Heavy-Duty Booster Cables\u003c\/strong\u003e —\n      a dependable roadside essential designed to help get vehicles with\n      discharged batteries back on the road.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"peryo-power\"\u003e\n      \u003cdiv class=\"peryo-power-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003e3000AMP\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"color:#888;\"\u003eHigh-power capacity\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"peryo-intro\"\u003e\n\n    \u003cdiv class=\"peryo-intro-grid\"\u003e\n\n      \u003cdiv\u003e\n        \u003ch2 class=\"peryo-heading\"\u003e\n          Don't Let a Flat Battery\n          \u003cspan\u003eLeave You Stranded.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"peryo-text\"\u003e\n          Whether you're at home, heading to work, or stuck on the roadside,\n          keeping a reliable set of booster cables nearby means you're better\n          prepared for unexpected battery problems.\n        \u003c\/p\u003e\n\n        \u003cbr\u003e\n\n        \u003cp class=\"peryo-text\"\u003e\n          The Peryo CTC-834 combines a heavy-duty design, long cables and\n          powerful 3000AMP capacity in a practical carry case that can be\n          stored in your vehicle and kept ready for emergencies.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"peryo-highlight\"\u003e\n\n        \u003cdiv class=\"peryo-amp\"\u003e\n          3000\u003cspan\u003eAMP\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"peryo-amp-label\"\u003e\n          High-Power Booster Cable Capacity\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"height:1px;background:#292929;margin:25px 0;\"\u003e\u003c\/div\u003e\n\n        \u003cdiv style=\"color:#aaa;font-size:14px;line-height:1.7;\"\u003e\n          Built for emergency starting situations involving\n          cars, trucks, SUVs and vans.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"peryo-features\"\u003e\n\n    \u003cdiv class=\"peryo-section-title\"\u003e\n      \u003ch2\u003eBuilt for the Moments That Matter\u003c\/h2\u003e\n      \u003cp\u003e\n        Keep essential starting power close at hand and be prepared\n        when a discharged battery catches you off guard.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"peryo-feature-grid\"\u003e\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003e3000AMP Capacity\u003c\/h3\u003e\n        \u003cp\u003e\n          Powerful 3000AMP capacity designed for emergency vehicle\n          starting applications.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e💪\u003c\/div\u003e\n        \u003ch3\u003eHeavy-Duty Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Durable construction designed to be a dependable addition\n          to your roadside emergency kit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eLong-Length Cables\u003c\/h3\u003e\n        \u003cp\u003e\n          Extended cable length provides convenient reach when\n          positioning vehicles for a jump start.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e🚗\u003c\/div\u003e\n        \u003ch3\u003eVehicle Ready\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for a range of vehicles including cars,\n          trucks, SUVs and vans.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e🔋\u003c\/div\u003e\n        \u003ch3\u003eEmergency Starting\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to help start vehicles when the battery has\n          become discharged.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"peryo-card\"\u003e\n        \u003cdiv class=\"peryo-icon\"\u003e🧰\u003c\/div\u003e\n        \u003ch3\u003eEasy to Keep Ready\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep the cable set stored in your vehicle, garage or\n          emergency equipment kit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- VEHICLE SECTION --\u003e\n  \u003csection class=\"peryo-vehicles\"\u003e\n\n    \u003cdiv class=\"peryo-section-title\"\u003e\n      \u003ch2\u003eReady for Your Vehicle\u003c\/h2\u003e\n      \u003cp\u003e\n        A practical emergency essential for everyday drivers\n        and larger vehicles alike.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"peryo-vehicle-grid\"\u003e\n\n      \u003cdiv class=\"peryo-vehicle\"\u003e\n        \u003cdiv class=\"peryo-vehicle-icon\"\u003e🚗\u003c\/div\u003e\n        \u003cstrong\u003eCars\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"peryo-vehicle\"\u003e\n        \u003cdiv class=\"peryo-vehicle-icon\"\u003e🚚\u003c\/div\u003e\n        \u003cstrong\u003eTrucks\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"peryo-vehicle\"\u003e\n        \u003cdiv class=\"peryo-vehicle-icon\"\u003e🚙\u003c\/div\u003e\n        \u003cstrong\u003eSUVs\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"peryo-vehicle\"\u003e\n        \u003cdiv class=\"peryo-vehicle-icon\"\u003e🚐\u003c\/div\u003e\n        \u003cstrong\u003eVans\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"peryo-cta\"\u003e\n\n    \u003ch2\u003e\n      Be Prepared.\u003cbr\u003e\n      \u003cspan\u003eStay Moving.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A flat battery can happen when you least expect it.\n      Keep the Peryo 3000AMP Booster Cables nearby and\n      be ready for the unexpected.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"peryo-badge\"\u003e\n      ⚡ Peryo CTC-834 • 3000AMP\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003cdiv class=\"peryo-trust\"\u003e\n\n    \u003cdiv class=\"peryo-trust-item\"\u003e\n      \u003cstrong\u003e⚡ 3000AMP\u003c\/strong\u003e\n      \u003cspan\u003eHigh-power capacity\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"peryo-trust-item\"\u003e\n      \u003cstrong\u003e🛡️ HEAVY-DUTY\u003c\/strong\u003e\n      \u003cspan\u003eBuilt for emergency use\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"peryo-trust-item\"\u003e\n      \u003cstrong\u003e🚗 MULTI-VEHICLE\u003c\/strong\u003e\n      \u003cspan\u003eCars • Trucks • SUVs • Vans\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"J\u0026B TRESUREBOX","offers":[{"title":"Default Title","offer_id":50522579238989,"sku":null,"price":269.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6900\/8461\/files\/ChatGPTImageSep23_2026_04_49_07PM.png?v=1790174960","url":"https:\/\/jbtresurebox.co.za\/products\/peryo-3000amp-heavy-duty-booster-cables","provider":"J\u0026B TRESUREBOX","version":"1.0","type":"link"}