{"product_id":"rat-repellents","title":"Herby Rat Repellent Concentrate","description":"\u003cstyle\u003e\n    .herby-rat-page,\n    .herby-rat-page * {\n        box-sizing: border-box;\n    }\n\n    .herby-rat-page {\n        width: 100%;\n        max-width: 1300px;\n        margin: 0 auto;\n        padding: 30px 20px 60px;\n        color: #222222;\n        line-height: 1.65;\n    }\n\n    .herby-rat-page h1,\n    .herby-rat-page h2,\n    .herby-rat-page h3,\n    .herby-rat-page h4 {\n        margin-top: 0;\n        color: #173f2b;\n        font-family: \"Alegreya\", serif;\n        line-height: 1.2;\n    }\n\n    .herby-rat-page p {\n        margin-top: 0;\n        font-size: 16px;\n    }\n\n    .herby-rat-section {\n        margin-top: 55px;\n    }\n\n    .herby-rat-section:first-child {\n        margin-top: 0;\n    }\n\n    .herby-rat-section-heading {\n        margin-bottom: 14px;\n        font-size: 36px;\n    }\n\n    \/* BRAND STORY *\/\n    .herby-rat-story {\n        padding: 30px;\n        background: #e8f3e6;\n        border-radius: 14px;\n    }\n\n    .herby-rat-story p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* COMMON GRID *\/\n    .herby-rat-grid {\n        display: grid;\n        gap: 18px;\n    }\n\n    .herby-rat-grid-four {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n\n    .herby-rat-card {\n        padding: 22px;\n        background: #f8fbf6;\n        border: 1px solid #d6e7d4;\n        border-radius: 12px;\n    }\n\n    .herby-rat-card h3 {\n        margin-bottom: 8px;\n        font-size: 21px;\n    }\n\n    .herby-rat-card p {\n        margin-bottom: 0;\n        font-size: 15px;\n    }\n\n    .herby-rat-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 50px;\n        height: 50px;\n        margin-bottom: 15px;\n        background: #d8ecd9;\n        border-radius: 50%;\n        font-size: 24px;\n    }\n\n    \/* HOW TO USE *\/\n    .herby-rat-steps {\n        display: grid;\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n        gap: 18px;\n    }\n\n    .herby-rat-step {\n        padding: 22px;\n        background: #f8fbf6;\n        border-left: 5px solid #3f714d;\n        border-radius: 10px;\n    }\n\n    .herby-rat-step-number {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 36px;\n        height: 36px;\n        margin-bottom: 13px;\n        background: #3f714d;\n        border-radius: 50%;\n        color: #ffffff;\n        font-weight: bold;\n    }\n\n    .herby-rat-step h3 {\n        margin-bottom: 8px;\n        font-size: 21px;\n    }\n\n    .herby-rat-step p {\n        margin-bottom: 0;\n        font-size: 15px;\n    }\n\n    .herby-rat-tip {\n        padding: 22px;\n        margin-top: 18px;\n        background: #fff7dd;\n        border: 1px solid #efd98d;\n        border-radius: 10px;\n    }\n\n    .herby-rat-tip h3 {\n        margin-bottom: 8px;\n        color: #624d18;\n        font-size: 23px;\n    }\n\n    .herby-rat-tip p {\n        margin-bottom: 0;\n    }\n\n    \/* FAQ + VIDEO *\/\n    .faq-video-container {\n        display: flex;\n        max-width: 1300px;\n        margin: 55px auto 0;\n        gap: 40px;\n    }\n\n    \/* FAQ SECTION *\/\n    .faq-section {\n        flex: 1;\n        min-width: 0;\n        padding: 25px;\n        background: #d8ecd9;\n        border-radius: 10px;\n    }\n\n    .faq-section h2 {\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: bold;\n    }\n\n    .faq-item {\n        padding: 15px 0;\n        border-bottom: 1px solid #c5ddc5;\n        cursor: pointer;\n    }\n\n    .faq-item:last-child {\n        border-bottom: none;\n    }\n\n    .faq-question {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 15px;\n        font-family: \"Alegreya\", serif;\n        font-size: 18px;\n        font-weight: bold;\n        line-height: 1.4;\n    }\n\n    .faq-question .icon {\n        display: inline-block;\n        flex-shrink: 0;\n        font-size: 22px;\n        transition: transform 0.3s ease;\n        transform-origin: center center;\n    }\n\n    .faq-item.active .faq-question .icon {\n        transform: rotate(45deg);\n    }\n\n    .faq-answer {\n        display: none;\n        margin-top: 10px;\n        color: #333333;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n\n    .faq-item.active .faq-answer {\n        display: block;\n    }\n\n    \/* VIDEO SECTION *\/\n    .video-section {\n        display: flex;\n        flex: 1;\n        min-width: 0;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        overflow: hidden;\n        background: #d8ecd9;\n        border-radius: 10px;\n        text-align: center;\n    }\n\n    .video-wrapper {\n        display: flex;\n        width: 100%;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .video-wrapper video {\n        display: block;\n        width: 100%;\n        height: auto;\n        border-radius: 10px;\n    }\n\n    \/* CTA *\/\n    .herby-rat-cta {\n        padding: 38px 24px;\n        margin-top: 55px;\n        background: #173f2b;\n        border-radius: 14px;\n        color: #ffffff;\n        text-align: center;\n    }\n\n    .herby-rat-cta h2 {\n        margin-bottom: 10px;\n        color: #ffffff;\n        font-size: 38px;\n    }\n\n    .herby-rat-cta p {\n        max-width: 800px;\n        margin: 0 auto 22px;\n        color: #edf6ec;\n        font-size: 16px;\n    }\n\n    .herby-rat-button {\n        display: inline-block;\n        padding: 13px 24px;\n        background: #ffffff;\n        border-radius: 30px;\n        color: #173f2b;\n        font-weight: bold;\n        text-decoration: none;\n        transition: transform 0.25s ease, background 0.25s ease;\n    }\n\n    .herby-rat-button:hover {\n        background: #e7f2e5;\n        transform: translateY(-2px);\n    }\n\n    \/* TABLET RESPONSIVE *\/\n    @media screen and (max-width: 1024px) {\n        .herby-rat-grid-four {\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n        }\n\n        .herby-rat-steps {\n            grid-template-columns: 1fr;\n        }\n    }\n\n    \/* FAQ MOBILE RESPONSIVE *\/\n    @media screen and (max-width: 900px) {\n        .faq-video-container {\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .faq-section,\n        .video-section {\n            width: 100%;\n        }\n    }\n\n    \/* MOBILE RESPONSIVE *\/\n    @media screen and (max-width: 767px) {\n        .herby-rat-page {\n            padding: 20px 14px 40px;\n        }\n\n        .herby-rat-section {\n            margin-top: 40px;\n        }\n\n        .herby-rat-section-heading {\n            font-size: 29px;\n        }\n\n        .herby-rat-story {\n            padding: 21px;\n        }\n\n        .herby-rat-grid-four {\n            grid-template-columns: 1fr;\n            gap: 14px;\n        }\n\n        .herby-rat-card,\n        .herby-rat-step {\n            padding: 18px;\n        }\n\n        .faq-video-container {\n            margin-top: 40px;\n            gap: 18px;\n        }\n\n        .faq-section {\n            padding: 18px;\n        }\n\n        .faq-section h2 {\n            font-size: 25px;\n        }\n\n        .faq-question {\n            font-size: 16px;\n        }\n\n        .faq-answer {\n            font-size: 14px;\n        }\n\n        .herby-rat-cta {\n            padding: 29px 18px;\n            margin-top: 40px;\n        }\n\n        .herby-rat-cta h2 {\n            font-size: 30px;\n        }\n    }\n\n    \/* SMALL MOBILE RESPONSIVE *\/\n    @media screen and (max-width: 480px) {\n        .herby-rat-page {\n            padding: 16px 10px 32px;\n        }\n\n        .herby-rat-section-heading {\n            font-size: 26px;\n        }\n\n        .herby-rat-page p {\n            font-size: 15px;\n        }\n\n        .herby-rat-button {\n            width: 100%;\n            text-align: center;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"herby-rat-page\"\u003e\n\u003c!-- BRAND STORY --\u003e\n\u003cdiv class=\"herby-rat-section herby-rat-storys\"\u003e\n\u003ch2 class=\"pf0 herby-rat-section-heading\"\u003e\u003cspan class=\"cf0\"\u003ePowerful by Nature. Formulated by Science.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003e Unlike traditional pest control that relies on synthetic poisons, Herby targets a rodent’s highly sensitive olfactory system. By blending precise concentrations of active botanical oils, we’ve created a sensory barrier that leaves a refreshing scent for you, but completely overwhelms rodent smell and taste receptors. No traps, no dead rodents, no harmful fumes—just a natural, invisible shield for your home and business. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HERBY DIFFERENCE --\u003e\n\u003cdiv class=\"herby-rat-section\"\u003e\n\u003ch2 class=\"pf0 herby-rat-section-heading\"\u003e\u003cspan class=\"cf0\"\u003eThe Herby Difference\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"herby-rat-grid herby-rat-grid-four\"\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🍽️\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003e100% Kitchen-Safe\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eFormulated specifically for culinary environments. Use it near pantries and under cabinets without risking toxic chemical residue near your food.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eHighly Economical \u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eWhy pay for water? Just 100ml of our highly potent concentrate dilutes at a 1:20 ratio to give you 2 full liters of powerful repellent. One small bottle provides massive, long-lasting coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eZero Toxic Chemicals\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eProtect your family, pets, and staff. Our formula contains no harmful synthetic poisons, making it a safe alternative to traditional pest control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eCruelty-Free Protection\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eWe deter pests by disrupting their navigation and comfort, forcing them to relocate naturally without the mess or cruelty of traps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPLETE PROTECTION --\u003e\n\u003cdiv class=\"herby-rat-section\"\u003e\n\u003ch2 class=\"pf0 herby-rat-section-heading\"\u003e\u003cspan class=\"cf0\"\u003eComplete Protection for Every Space\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"herby-rat-grid herby-rat-grid-four\"\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eHomes \u0026amp; Kitchens\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eSpray a fine mist behind kitchen appliances, under sinks, and near food trash bins to deter scavengers naturally.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eOffices \u0026amp; Workspaces\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eApply mist along floor baseboards, cable pathways, and inside drop-ceilings where hidden rodents travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eWarehouses \u0026amp; Logistics\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eCover warehouse perimeters, loading dock tracks, and pallet bases with a fine mist for large-scale protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-card\"\u003e\n\u003cdiv class=\"herby-rat-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eVehicles \u0026amp; Automotive\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eMist cooled engine bays, wheel arches, and spare tire wells to stop rats from chewing expensive wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"herby-rat-section\"\u003e\n\u003ch2 class=\"pf0 herby-rat-section-heading\"\u003e\u003cspan class=\"cf0\"\u003eMaximum Protection in 3 Simple Steps\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"herby-rat-steps\"\u003e\n\u003cdiv class=\"herby-rat-step\"\u003e\n\u003cdiv class=\"herby-rat-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eDilute (1:20 Ratio)\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eMix your Herby Concentrate in a ratio of 1:20 liters of water to create 2 full liters of repellent. Pour the mixture into a standard spray bottle and shake gently to activate the botanical oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-step\"\u003e\n\u003cdiv class=\"herby-rat-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eTarget Vulnerabilities\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eSpray a fine mist generously along baseboards, under cabinets, near garbage bins, and around any cracks or cable pathways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"herby-rat-step\"\u003e\n\u003cdiv class=\"herby-rat-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003eMaintain the Barrier\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eFor the first week, apply every 2-3 days to break existing rodent habits. Afterward, reapply once a week or after deep cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRO TIP --\u003e\n\u003cdiv class=\"herby-rat-tip\"\u003e\n\u003ch3 class=\"pf0\"\u003e\u003cspan class=\"cf0\"\u003ePro Tip: The Alternate Application Method\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eFor enclosed or sensitive spaces, you don't even need to use a spray bottle! Simply spray the concentrate onto cotton balls and keep them in the corners of your cars, inside server stacks, or near important files to preserve them and maintain a strong, continuous scent barrier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Herby","offers":[{"title":"Default Title","offer_id":49188380770556,"sku":null,"price":1100.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0762\/4527\/0780\/files\/main_image.jpg_1.jpg?v=1781613938","url":"https:\/\/herby.in\/products\/rat-repellents","provider":"Herby","version":"1.0","type":"link"}