{"product_id":"self-defence-stick-rod-foldable","title":"Portable Foldable Self-Defence Stick with Anti-Slip Grip \u0026 Carry Pouch","description":"\u003cstyle\u003e\n  .sbc-safety-stick {\n    --orange: #f57c00;\n    --orange-dark: #c95000;\n    --orange-soft: #fff0dc;\n    --cream: #fff9f1;\n    --white: #ffffff;\n    --charcoal: #222326;\n    --grey: #63666c;\n    --border: #eadfd2;\n    --green: #16864b;\n    width: 100%;\n    max-width: 1100px;\n    min-width: 0;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--charcoal);\n    background: var(--white);\n    border-radius: 18px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .sbc-safety-stick *,\n  .sbc-safety-stick *::before,\n  .sbc-safety-stick *::after {\n    box-sizing: border-box;\n  }\n\n  .sbc-safety-stick h2,\n  .sbc-safety-stick h3,\n  .sbc-safety-stick p,\n  .sbc-safety-stick ul {\n    margin-top: 0;\n  }\n\n  .sbc-safety-stick .sbc-offer {\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px 15px;\n    padding: 11px 10px;\n    overflow: hidden;\n    color: #ffffff;\n    background: linear-gradient(100deg, #d45600, var(--orange), #ff9f32);\n    font-size: 14px;\n    font-weight: 850;\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-offer::after {\n    position: absolute;\n    top: -80%;\n    left: -25%;\n    width: 15%;\n    height: 260%;\n    background: rgba(255,255,255,0.25);\n    content: \"\";\n    transform: rotate(18deg);\n    animation: sbcStickShine 5s infinite;\n  }\n\n  .sbc-safety-stick .sbc-offer-badge {\n    padding: 3px 10px;\n    color: #743000;\n    background: #fff8e8;\n    border-radius: 50px;\n    font-size: 12px;\n    white-space: nowrap;\n  }\n\n  .sbc-safety-stick .sbc-hero {\n    position: relative;\n    padding: clamp(40px, 7vw, 80px) clamp(16px, 6vw, 70px);\n    overflow: hidden;\n    background:\n      radial-gradient(circle at 15% 15%, rgba(245,124,0,0.17), transparent 30%),\n      linear-gradient(135deg, #ffffff, #fff2df);\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-hero::before {\n    position: absolute;\n    top: -80px;\n    right: -70px;\n    width: 220px;\n    height: 220px;\n    background: rgba(245,124,0,0.08);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .sbc-safety-stick .sbc-label {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 13px;\n    padding: 7px 12px;\n    color: var(--orange-dark);\n    background: var(--orange-soft);\n    border: 1px solid #ffcb91;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .sbc-safety-stick .sbc-title {\n    position: relative;\n    z-index: 1;\n    max-width: 880px;\n    margin: 0 auto 16px;\n    color: var(--charcoal);\n    font-size: clamp(30px, 5.8vw, 58px);\n    font-weight: 950;\n    letter-spacing: -0.045em;\n    line-height: 1.05;\n    overflow-wrap: anywhere;\n  }\n\n  .sbc-safety-stick .sbc-title span {\n    color: var(--orange);\n  }\n\n  .sbc-safety-stick .sbc-lead {\n    position: relative;\n    z-index: 1;\n    max-width: 780px;\n    margin: 0 auto 25px;\n    color: var(--grey);\n    font-size: clamp(15px, 2.3vw, 19px);\n    line-height: 1.7;\n  }\n\n  .sbc-safety-stick .sbc-hero-points {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0,1fr));\n    max-width: 900px;\n    gap: 10px;\n    margin: 0 auto;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sbc-safety-stick .sbc-hero-points li {\n    min-width: 0;\n    padding: 13px 9px;\n    background: rgba(255,255,255,0.9);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    box-shadow: 0 7px 18px rgba(60,40,20,0.06);\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .sbc-safety-stick .sbc-trust {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0,1fr));\n    gap: 1px;\n    background: #414247;\n  }\n\n  .sbc-safety-stick .sbc-trust-item {\n    min-width: 0;\n    padding: 16px 8px;\n    color: #ffffff;\n    background: var(--charcoal);\n    font-size: 12px;\n    font-weight: 750;\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-trust-item strong {\n    display: block;\n    margin-bottom: 2px;\n    color: #ffad55;\n    font-size: 15px;\n  }\n\n  .sbc-safety-stick .sbc-section {\n    width: 100%;\n    min-width: 0;\n    padding: clamp(38px, 6vw, 72px) clamp(16px, 5vw, 60px);\n  }\n\n  .sbc-safety-stick .sbc-cream {\n    background: var(--cream);\n  }\n\n  .sbc-safety-stick .sbc-dark-section {\n    color: #ffffff;\n    background:\n      radial-gradient(circle at 90% 5%, rgba(245,124,0,0.22), transparent 30%),\n      var(--charcoal);\n  }\n\n  .sbc-safety-stick .sbc-heading-wrap {\n    max-width: 780px;\n    margin: 0 auto clamp(25px, 4vw, 42px);\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-heading {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: inherit;\n    font-size: clamp(26px, 4.5vw, 43px);\n    font-weight: 950;\n    letter-spacing: -0.035em;\n    line-height: 1.13;\n  }\n\n  .sbc-safety-stick .sbc-heading::after {\n    display: block;\n    width: 65px;\n    height: 4px;\n    margin: 12px auto 0;\n    background: linear-gradient(90deg, var(--orange), #ffb45d);\n    border-radius: 30px;\n    content: \"\";\n    animation: sbcStickUnderline 2.8s infinite;\n  }\n\n  .sbc-safety-stick .sbc-subheading {\n    margin-bottom: 0;\n    color: var(--grey);\n    font-size: clamp(14px, 2vw, 17px);\n  }\n\n  .sbc-safety-stick .sbc-dark-section .sbc-subheading {\n    color: #d5d6d8;\n  }\n\n  .sbc-safety-stick .sbc-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0,1fr));\n    gap: 15px;\n  }\n\n  .sbc-safety-stick .sbc-feature {\n    min-width: 0;\n    padding: 21px 16px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    box-shadow: 0 8px 22px rgba(55,40,24,0.06);\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .sbc-safety-stick .sbc-feature:hover {\n    box-shadow: 0 15px 30px rgba(70,42,15,0.13);\n    transform: translateY(-5px);\n  }\n\n  .sbc-safety-stick .sbc-icon {\n    display: grid;\n    width: 48px;\n    height: 48px;\n    margin-bottom: 14px;\n    place-items: center;\n    color: var(--orange-dark);\n    background: var(--orange-soft);\n    border: 1px solid #ffd0a0;\n    border-radius: 13px;\n    font-size: 10px;\n    font-weight: 950;\n  }\n\n  .sbc-safety-stick .sbc-feature h3 {\n    margin-bottom: 7px;\n    color: var(--charcoal);\n    font-size: 17px;\n    line-height: 1.3;\n  }\n\n  .sbc-safety-stick .sbc-feature p {\n    margin-bottom: 0;\n    color: var(--grey);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .sbc-safety-stick .sbc-benefit-layout {\n    display: grid;\n    grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr);\n    align-items: center;\n    gap: clamp(25px, 5vw, 55px);\n    min-width: 0;\n  }\n\n  .sbc-safety-stick .sbc-benefit-layout \u003e * {\n    min-width: 0;\n  }\n\n  .sbc-safety-stick .sbc-highlight {\n    padding: clamp(25px, 5vw, 48px);\n    color: #ffffff;\n    background: linear-gradient(145deg, #242528, #393a3f);\n    border-radius: 20px;\n    box-shadow: 0 18px 40px rgba(30,30,30,0.2);\n  }\n\n  .sbc-safety-stick .sbc-highlight span {\n    display: block;\n    margin-bottom: 8px;\n    color: #ffad55;\n    font-size: 13px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .sbc-safety-stick .sbc-highlight h2 {\n    margin-bottom: 12px;\n    color: #ffffff;\n    font-size: clamp(26px, 4.5vw, 42px);\n    font-weight: 950;\n    line-height: 1.14;\n  }\n\n  .sbc-safety-stick .sbc-highlight p {\n    margin-bottom: 0;\n    color: #dedfe1;\n  }\n\n  .sbc-safety-stick .sbc-benefits {\n    display: grid;\n    gap: 11px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sbc-safety-stick .sbc-benefits li {\n    display: flex;\n    align-items: flex-start;\n    min-width: 0;\n    gap: 10px;\n    padding: 13px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    font-size: 14px;\n  }\n\n  .sbc-safety-stick .sbc-check {\n    display: grid;\n    width: 23px;\n    height: 23px;\n    flex: 0 0 23px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--orange);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .sbc-safety-stick .sbc-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0,1fr));\n    gap: 14px;\n  }\n\n  .sbc-safety-stick .sbc-use-card {\n    min-width: 0;\n    padding: 22px 15px;\n    background: #2d2e32;\n    border: 1px solid #47494e;\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-use-label {\n    display: inline-grid;\n    width: 48px;\n    height: 48px;\n    margin-bottom: 11px;\n    place-items: center;\n    color: #2d1907;\n    background: linear-gradient(135deg, #ffb35d, var(--orange));\n    border-radius: 50%;\n    font-size: 9px;\n    font-weight: 950;\n  }\n\n  .sbc-safety-stick .sbc-use-card h3 {\n    margin-bottom: 6px;\n    color: #ffffff;\n    font-size: 16px;\n  }\n\n  .sbc-safety-stick .sbc-use-card p {\n    margin-bottom: 0;\n    color: #d1d2d4;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .sbc-safety-stick .sbc-table-wrap {\n    width: 100%;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    box-shadow: 0 10px 25px rgba(60,42,25,0.07);\n  }\n\n  .sbc-safety-stick .sbc-table {\n    width: 100%;\n    border: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .sbc-safety-stick .sbc-table th,\n  .sbc-safety-stick .sbc-table td {\n    padding: 14px 16px;\n    border: 0;\n    border-bottom: 1px solid #eee3d8;\n    color: var(--charcoal);\n    font-size: 14px;\n    line-height: 1.5;\n    text-align: left;\n    vertical-align: top;\n    overflow-wrap: anywhere;\n  }\n\n  .sbc-safety-stick .sbc-table tr:last-child th,\n  .sbc-safety-stick .sbc-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .sbc-safety-stick .sbc-table th {\n    width: 35%;\n    color: #773700;\n    background: #fff5e8;\n    font-weight: 850;\n  }\n\n  .sbc-safety-stick .sbc-safety-note {\n    display: flex;\n    align-items: flex-start;\n    max-width: 900px;\n    gap: 12px;\n    margin: 25px auto 0;\n    padding: 17px;\n    color: #63360d;\n    background: #fff1dc;\n    border: 1px solid #ffc984;\n    border-radius: 14px;\n    font-size: 13px;\n  }\n\n  .sbc-safety-stick .sbc-warning {\n    display: grid;\n    width: 32px;\n    height: 32px;\n    flex: 0 0 32px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--orange);\n    border-radius: 50%;\n    font-weight: 900;\n  }\n\n  .sbc-safety-stick .sbc-faq-list {\n    display: grid;\n    max-width: 880px;\n    gap: 10px;\n    margin: 0 auto;\n  }\n\n  .sbc-safety-stick .sbc-faq {\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .sbc-safety-stick .sbc-faq[open] {\n    border-color: #f3a352;\n    box-shadow: 0 9px 22px rgba(75,45,15,0.09);\n  }\n\n  .sbc-safety-stick .sbc-faq summary {\n    position: relative;\n    padding: 16px 48px 16px 16px;\n    color: var(--charcoal);\n    cursor: pointer;\n    font-size: 15px;\n    font-weight: 850;\n    line-height: 1.45;\n    list-style: none;\n  }\n\n  .sbc-safety-stick .sbc-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .sbc-safety-stick .sbc-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 15px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    color: var(--orange-dark);\n    background: var(--orange-soft);\n    border-radius: 50%;\n    content: \"+\";\n    font-size: 20px;\n    transform: translateY(-50%);\n    transition: transform 0.25s ease;\n  }\n\n  .sbc-safety-stick .sbc-faq[open] summary::after {\n    transform: translateY(-50%) rotate(45deg);\n  }\n\n  .sbc-safety-stick .sbc-answer {\n    padding: 0 16px 16px;\n    color: var(--grey);\n    font-size: 14px;\n    animation: sbcStickFaq 0.3s ease;\n  }\n\n  .sbc-safety-stick .sbc-answer p {\n    margin-bottom: 0;\n  }\n\n  .sbc-safety-stick .sbc-final {\n    padding: clamp(36px, 6vw, 65px) clamp(16px, 5vw, 60px);\n    color: #ffffff;\n    background: linear-gradient(125deg, #bd4900, var(--orange), #ff9d31);\n    text-align: center;\n  }\n\n  .sbc-safety-stick .sbc-final h2 {\n    margin-bottom: 11px;\n    color: #ffffff;\n    font-size: clamp(27px, 5vw, 46px);\n    font-weight: 950;\n    letter-spacing: -0.035em;\n    line-height: 1.12;\n  }\n\n  .sbc-safety-stick .sbc-final p {\n    max-width: 740px;\n    margin: 0 auto 19px;\n    color: #fff8ef;\n  }\n\n  .sbc-safety-stick .sbc-payment {\n    display: inline-flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px 10px;\n    max-width: 100%;\n    padding: 12px 15px;\n    color: var(--charcoal);\n    background: #ffffff;\n    border-radius: 13px;\n    box-shadow: 0 10px 28px rgba(85,35,0,0.2);\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .sbc-safety-stick .sbc-payment strong {\n    color: var(--green);\n  }\n\n  @keyframes sbcStickShine {\n    0%,35% { left: -25%; }\n    65%,100% { left: 125%; }\n  }\n\n  @keyframes sbcStickUnderline {\n    0%,100% { transform: scaleX(0.7); }\n    50% { transform: scaleX(1); }\n  }\n\n  @keyframes sbcStickFaq {\n    from { opacity: 0; transform: translateY(-6px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 900px) {\n    .sbc-safety-stick .sbc-feature-grid,\n    .sbc-safety-stick .sbc-use-grid,\n    .sbc-safety-stick .sbc-hero-points {\n      grid-template-columns: repeat(2, minmax(0,1fr));\n    }\n  }\n\n  @media (max-width: 749px) {\n    .sbc-safety-stick {\n      border-radius: 12px;\n      font-size: 15px;\n    }\n\n    .sbc-safety-stick .sbc-benefit-layout {\n      grid-template-columns: minmax(0,1fr);\n    }\n\n    .sbc-safety-stick .sbc-trust {\n      grid-template-columns: repeat(2, minmax(0,1fr));\n    }\n  }\n\n  @media (max-width: 520px) {\n    .sbc-safety-stick .sbc-hero {\n      padding: 36px 14px;\n    }\n\n    .sbc-safety-stick .sbc-feature-grid,\n    .sbc-safety-stick .sbc-use-grid,\n    .sbc-safety-stick .sbc-hero-points {\n      grid-template-columns: minmax(0,1fr);\n    }\n\n    .sbc-safety-stick .sbc-table,\n    .sbc-safety-stick .sbc-table tbody,\n    .sbc-safety-stick .sbc-table tr,\n    .sbc-safety-stick .sbc-table th,\n    .sbc-safety-stick .sbc-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .sbc-safety-stick .sbc-table tr {\n      border-bottom: 1px solid var(--border);\n    }\n\n    .sbc-safety-stick .sbc-table tr:last-child {\n      border-bottom: 0;\n    }\n\n    .sbc-safety-stick .sbc-table th {\n      padding-bottom: 6px;\n      border-bottom: 0;\n    }\n\n    .sbc-safety-stick .sbc-table td {\n      padding-top: 7px;\n      border-bottom: 0;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .sbc-safety-stick *,\n    .sbc-safety-stick *::before,\n    .sbc-safety-stick *::after {\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sbc-safety-stick\"\u003e\n\n  \u003cdiv class=\"sbc-offer\"\u003e\n    \u003cspan\u003eFREE Shipping Across India\u003c\/span\u003e\n    \u003cspan class=\"sbc-offer-badge\"\u003e₹50 OFF on Online Payment\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"sbc-hero\"\u003e\n    \u003cdiv class=\"sbc-label\"\u003eCompact • Portable • Prepared\u003c\/div\u003e\n\n    \u003ch2 class=\"sbc-title\"\u003e\n      Portable Foldable \u003cspan\u003ePersonal Safety Stick\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sbc-lead\"\u003e\n      A compact telescopic safety accessory featuring a sturdy metal structure,\n      comfortable anti-slip grip and convenient carry pouch. Designed for\n      responsible adult ownership, lawful personal-safety preparedness and\n      controlled training use.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sbc-hero-points\"\u003e\n      \u003cli\u003eFoldable Design\u003c\/li\u003e\n      \u003cli\u003eComfortable Grip\u003c\/li\u003e\n      \u003cli\u003eMetal Construction\u003c\/li\u003e\n      \u003cli\u003eCarry Pouch Included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sbc-trust\"\u003e\n    \u003cdiv class=\"sbc-trust-item\"\u003e\n      \u003cstrong\u003eCOD Available\u003c\/strong\u003e\n      Pay at Delivery\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-trust-item\"\u003e\n      \u003cstrong\u003eSecure Payments\u003c\/strong\u003e\n      UPI \u0026amp; Cards\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-trust-item\"\u003e\n      \u003cstrong\u003ePortable\u003c\/strong\u003e\n      Compact Storage\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-trust-item\"\u003e\n      \u003cstrong\u003eAdult Product\u003c\/strong\u003e\n      Responsible Use Only\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"sbc-section sbc-cream\"\u003e\n    \u003cdiv class=\"sbc-heading-wrap\"\u003e\n      \u003ch2 class=\"sbc-heading\"\u003ePractical Design for Responsible Preparedness\u003c\/h2\u003e\n      \u003cp class=\"sbc-subheading\"\u003e\n        A portable structure with a secure grip and protective storage pouch.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-feature-grid\"\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eFOLD\u003c\/div\u003e\n        \u003ch3\u003eFoldable Structure\u003c\/h3\u003e\n        \u003cp\u003e\n          The compact telescopic structure occupies less space when stored and\n          can be kept securely when not in use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eGRIP\u003c\/div\u003e\n        \u003ch3\u003eAnti-Slip Handle\u003c\/h3\u003e\n        \u003cp\u003e\n          The cushioned handle provides a more comfortable and controlled hold\n          during lawful training or handling.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eMETAL\u003c\/div\u003e\n        \u003ch3\u003eSturdy Construction\u003c\/h3\u003e\n        \u003cp\u003e\n          Manufactured with a metal telescopic structure designed for durability\n          under responsible handling and proper storage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003ePOUCH\u003c\/div\u003e\n        \u003ch3\u003eProtective Carry Pouch\u003c\/h3\u003e\n        \u003cp\u003e\n          The included black pouch keeps the product covered and organised\n          during lawful storage or transportation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eSIZE\u003c\/div\u003e\n        \u003ch3\u003eSpace-Saving Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Its folded form is easier to store in a secure drawer, cupboard or\n          approved equipment bag.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eCARE\u003c\/div\u003e\n        \u003ch3\u003eComfortable Handling\u003c\/h3\u003e\n        \u003cp\u003e\n          The textured padded grip helps reduce unnecessary slipping during\n          controlled and responsible handling.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eBLACK\u003c\/div\u003e\n        \u003ch3\u003eProfessional Appearance\u003c\/h3\u003e\n        \u003cp\u003e\n          Finished in a simple black and metallic colour combination with a\n          matching storage cover.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-feature\"\u003e\n        \u003cdiv class=\"sbc-icon\"\u003eADULT\u003c\/div\u003e\n        \u003ch3\u003eAdults Only\u003c\/h3\u003e\n        \u003cp\u003e\n          This is not a toy. It must be stored securely and kept completely\n          away from children and unauthorised users.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-section\"\u003e\n    \u003cdiv class=\"sbc-benefit-layout\"\u003e\n\n      \u003cdiv class=\"sbc-highlight\"\u003e\n        \u003cspan\u003ePortable Safety Accessory\u003c\/span\u003e\n        \u003ch2\u003eCompact When Stored, Ready When Lawfully Required\u003c\/h2\u003e\n        \u003cp\u003e\n          The foldable construction and included pouch make secure storage more\n          convenient. The padded grip supports controlled handling by responsible\n          adults who understand applicable local laws.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"sbc-benefits\"\u003e\n        \u003cli\u003e\n          \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\u003cstrong\u003eCompact storage:\u003c\/strong\u003e Foldable form occupies less space when properly stored.\u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\u003cstrong\u003eSecure grip:\u003c\/strong\u003e Cushioned handle supports comfortable and controlled holding.\u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\u003cstrong\u003eProtective pouch:\u003c\/strong\u003e Helps keep the product covered and organised.\u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\u003cstrong\u003eSimple maintenance:\u003c\/strong\u003e The exterior can be wiped clean and kept dry.\u003c\/span\u003e\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n          \u003cspan\u003e\u003cstrong\u003eResponsible ownership:\u003c\/strong\u003e Intended only for adults and lawful purposes.\u003c\/span\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-section sbc-dark-section\"\u003e\n    \u003cdiv class=\"sbc-heading-wrap\"\u003e\n      \u003ch2 class=\"sbc-heading\"\u003eSuitable for Responsible Adult Use\u003c\/h2\u003e\n      \u003cp class=\"sbc-subheading\"\u003e\n        Always check applicable rules before purchasing, possessing, carrying\n        or transporting this product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-use-grid\"\u003e\n\n      \u003carticle class=\"sbc-use-card\"\u003e\n        \u003cdiv class=\"sbc-use-label\"\u003eHOME\u003c\/div\u003e\n        \u003ch3\u003eSecure Home Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep it inside its pouch in a locked location away from children.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-use-card\"\u003e\n        \u003cdiv class=\"sbc-use-label\"\u003eTRAIN\u003c\/div\u003e\n        \u003ch3\u003eControlled Training\u003c\/h3\u003e\n        \u003cp\u003e\n          Use only with qualified supervision and appropriate protective equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-use-card\"\u003e\n        \u003cdiv class=\"sbc-use-label\"\u003eSTORE\u003c\/div\u003e\n        \u003ch3\u003eOrganised Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          The protective pouch helps keep the folded product covered when stored.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sbc-use-card\"\u003e\n        \u003cdiv class=\"sbc-use-label\"\u003eLEGAL\u003c\/div\u003e\n        \u003ch3\u003eLawful Ownership\u003c\/h3\u003e\n        \u003cp\u003e\n          Purchase and use are subject to laws applicable in your location.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-section sbc-cream\"\u003e\n    \u003cdiv class=\"sbc-heading-wrap\"\u003e\n      \u003ch2 class=\"sbc-heading\"\u003eProduct Details\u003c\/h2\u003e\n      \u003cp class=\"sbc-subheading\"\u003e\n        Main product information based on the available product configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-table-wrap\"\u003e\n      \u003ctable class=\"sbc-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003ePortable Foldable Personal Safety Stick\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eTelescopic personal-safety accessory\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eConstruction\u003c\/th\u003e\n            \u003ctd\u003eMetal telescopic structure\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eHandle\u003c\/th\u003e\n            \u003ctd\u003eCushioned anti-slip grip\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDesign\u003c\/th\u003e\n            \u003ctd\u003eFoldable and space-saving\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColour\u003c\/th\u003e\n            \u003ctd\u003eBlack with metallic components\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRecommended User\u003c\/th\u003e\n            \u003ctd\u003eResponsible adults only\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePackage Contains\u003c\/th\u003e\n            \u003ctd\u003e1 × Foldable safety stick and 1 × black carry pouch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eImportant Condition\u003c\/th\u003e\n            \u003ctd\u003eOwnership, carrying and use are subject to applicable local laws\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-safety-note\"\u003e\n      \u003cspan class=\"sbc-warning\"\u003e!\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eLegal and safety notice:\u003c\/strong\u003e This product is intended only\n        for responsible adults and lawful purposes. It is not a toy. Never use it\n        to threaten, intimidate or unlawfully harm another person. Laws regarding\n        possession, carrying and use can differ by state, city and location.\n        The buyer is responsible for checking applicable rules before purchase\n        and use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-section\"\u003e\n    \u003cdiv class=\"sbc-heading-wrap\"\u003e\n      \u003ch2 class=\"sbc-heading\"\u003eCare \u0026amp; Storage\u003c\/h2\u003e\n      \u003cp class=\"sbc-subheading\"\u003e\n        Proper storage helps protect the product and prevents unauthorised access.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"sbc-benefits\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eKeep the product clean and completely dry before placing it inside the pouch.\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStore it in a locked location away from children, pets and unauthorised users.\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eInspect the grip, metal structure and locking mechanism before handling.\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDo not operate a damaged or loose product. Seek qualified assistance if required.\u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"sbc-check\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eFollow the instructions supplied with the product for opening, closing and maintenance.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-section sbc-cream\"\u003e\n    \u003cdiv class=\"sbc-heading-wrap\"\u003e\n      \u003ch2 class=\"sbc-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"sbc-subheading\"\u003eTap a question to see the answer.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbc-faq-list\"\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eIs this product foldable?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            Yes. It uses a compact telescopic structure designed to occupy less\n            space when properly closed and stored.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eIs a storage pouch included?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            Yes. The package includes a black protective carry pouch for organised\n            and responsible storage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eIs it suitable for children?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            No. This is strictly an adult product and must always be stored securely\n            away from children.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eCan I carry it everywhere?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            Not necessarily. Carrying restrictions can vary by state, city, venue\n            and transport system. Check applicable local laws before carrying or\n            transporting it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eHow should it be maintained?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            Keep it clean, dry and securely stored. Regularly inspect the exterior,\n            grip and mechanism, and follow the supplied care instructions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"sbc-faq\"\u003e\n        \u003csummary\u003eIs Cash on Delivery available?\u003c\/summary\u003e\n        \u003cdiv class=\"sbc-answer\"\u003e\n          \u003cp\u003e\n            Cash on Delivery is available on eligible Indian pincodes. Secure UPI\n            and card payments are also available with ₹50 OFF on prepaid orders.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbc-final\"\u003e\n    \u003ch2\u003eCompact Design for Responsible Preparedness\u003c\/h2\u003e\n    \u003cp\u003e\n      Portable construction, comfortable grip and a protective storage pouch—all\n      in one practical adult safety accessory. Purchase and use only where lawful.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sbc-payment\"\u003e\n      \u003cspan\u003eCash on Delivery\u003c\/span\u003e\n      \u003cspan\u003e•\u003c\/span\u003e\n      \u003cstrong\u003e₹50 OFF Online Payment\u003c\/strong\u003e\n      \u003cspan\u003e•\u003c\/span\u003e\n      \u003cspan\u003eSecure UPI\/Card\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"smartbuycart","offers":[{"title":"1. Self Defence Stick Rod Foldable","offer_id":53590514860397,"sku":"FGHYU8526","price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1016\/1104\/5229\/files\/51ORVfUFDfL.jpg?v=1784902939","url":"https:\/\/smartbuycart.online\/products\/self-defence-stick-rod-foldable","provider":"smartbuycart","version":"1.0","type":"link"}