{"product_id":"botanical-rodent-repellent-balls","title":"Botanical Rodent Repellent Balls","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Botanical Rodent Repellent\nTarget Audience: Homeowners, Pet Owners, Campers, Families seeking safe pest control\nVisual Style: High-contrast, clean, trustworthy, natural yet highly effective\nColor Strategy: \n  - Primary Accent: #FDE02F (Packaging Yellow - evokes caution for pests, brightness for homes)\n  - Dark Contrast: #111111 (For sharp, readable text)\n  - Backgrounds: #FFFFFF and #F9F9F9 for clean sectioning\nShape Strategy: Radius 16px (Approachable, safe for home\/family context)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 36px-44px, Body at 18px-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly stacked with data-labels)\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary-color: #FDE02F;\n    --primary-dark: #E6C810;\n    --text-main: #111111;\n    --text-sub: #555555;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F9F9;\n    --border-color: #E5E5E5;\n    \n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n    --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n\n    --space-section: clamp(3rem, 6vw, 5rem);\n    --space-element: clamp(1.5rem, 3vw, 2.5rem);\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .text-h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .text-h2 {\n    font-size: clamp(26px, 4vw, 34px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .text-h3 {\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    line-height: 1.4;\n    margin: 0 0 0.75rem 0;\n  }\n\n  .text-body {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin: 0 0 1rem 0;\n  }\n\n  .text-highlight {\n    background-color: var(--primary-color);\n    padding: 0 0.5rem;\n    border-radius: 4px;\n    display: inline-block;\n  }\n\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .visual-badge {\n    background-color: var(--bg-card);\n    color: var(--text-main);\n    padding: 0.5rem 1rem;\n    border-radius: 30px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid var(--border-color);\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Structural Sections *\/\n  .section-block {\n    padding: var(--space-section) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .section-block:last-child {\n    border-bottom: none;\n  }\n\n  \/* Hero Section *\/\n  .hero-grid {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-element);\n    align-items: center;\n    text-align: center;\n  }\n\n  \/* Image Protocol - Placeholder Styles *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background: #f0f2f5;\n    border: 2px dashed #d9d9d9;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #666;\n    font-size: clamp(16px, 2vw, 20px);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n  }\n\n  .img-placeholder-natural {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Features - Mobile Ordering Lock (Strict Pattern) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Force Mobile Stack: Image THEN Text *\/\n    gap: var(--space-element);\n    margin-bottom: var(--space-section);\n    align-items: center;\n  }\n\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n    text-align: left;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .hero-grid {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern trigger *\/\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n\n    .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specs Table (CRITICAL: Card-based on Mobile) *\/\n  .specs-container {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: var(--space-element);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th, \n  .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    font-size: clamp(16px, 2vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    background-color: #f1f1f1;\n    font-weight: 700;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table thead {\n      display: none; \/* Hide desktop headers *\/\n    }\n\n    .specs-table tr {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      gap: 0.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      opacity: 0.7;\n    }\n  }\n\n  \/* FAQ Layout *\/\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n\n  .faq-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 1.5rem;\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-q {\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n\n  .faq-a {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section-block hero-grid\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🌿 100% Botanical\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🐾 Pet Safe\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e⏱️ 60-Day Action\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"text-h1\"\u003eKeep Your Home Rodent-Free, \u003cspan class=\"text-highlight\"\u003eNaturally.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"text-body\" style=\"font-size: clamp(18px, 2.5vw, 22px); max-width: 800px;\"\u003eProtect your kitchen, garage, and vehicles with our slow-release herbal repellent balls. No traps, no harsh chemicals, zero maintenance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413132458\/06870902a41ad7f77394d355ef9b2b4e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 class=\"text-h2\" style=\"text-align: center; margin-bottom: var(--space-element);\"\u003eWhy Choose HerbalGuard™?\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413132458\/36b1576a614cd89468419558fc6e7c79.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"text-h3\"\u003e100% Botanical Formula\u003c\/h3\u003e\n\n\u003cp class=\"text-body\"\u003e\u003cstrong\u003eFeature:\u003c\/strong\u003e Combines peppermint-rich essential oils with kaolin and cellulose gum.\u003cbr\u003e\n\u003cstrong\u003eAdvantage:\u003c\/strong\u003e Creates a powerful sensory barrier that drives rodents away without relying on poisons or dangerous snap-traps.\u003cbr\u003e\n\u003cstrong\u003eBenefit:\u003c\/strong\u003e Enjoy absolute peace of mind knowing your pest control solution relies entirely on the power of nature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413132458\/cce4f377ea0aad9567bf49f6270d8ebf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"text-h3\"\u003eLong-Lasting 60-Day Protection\u003c\/h3\u003e\n\n\u003cp class=\"text-body\"\u003e\u003cstrong\u003eFeature:\u003c\/strong\u003e Advanced slow-release core technology.\u003cbr\u003e\n\u003cstrong\u003eAdvantage:\u003c\/strong\u003e Keeps emitting the active repellent formula consistently for up to two full months.\u003cbr\u003e\n\u003cstrong\u003eBenefit:\u003c\/strong\u003e Set it and forget it. Delivers round-the-clock defense for kitchens, garages, campers, and attics without daily monitoring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413132458\/c17d171c1b4069ffe918ada2e2a21221.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"text-h3\"\u003eCompletely Safe for People \u0026amp; Pets\u003c\/h3\u003e\n\n\u003cp class=\"text-body\"\u003e\u003cstrong\u003eFeature:\u003c\/strong\u003e Crafted with non-corrosive, non-toxic household-safe ingredients.\u003cbr\u003e\n\u003cstrong\u003eAdvantage:\u003c\/strong\u003e Leaves no harsh chemical odors and completely eliminates the risks associated with traditional rodenticides.\u003cbr\u003e\n\u003cstrong\u003eBenefit:\u003c\/strong\u003e Safely place them around your living spaces. Your children, dogs, and cats remain completely out of harm's way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413132458\/19c81efe9cf199701b4e4559ef36474b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"text-h3\"\u003eAny-Place, Any-Time Convenience\u003c\/h3\u003e\n\n\u003cp class=\"text-body\"\u003e\u003cstrong\u003eFeature:\u003c\/strong\u003e Includes breathable, reusable mesh placement pouches.\u003cbr\u003e\n\u003cstrong\u003eAdvantage:\u003c\/strong\u003e Requires zero plugs, zero batteries, and absolutely no complicated installation.\u003cbr\u003e\n\u003cstrong\u003eBenefit:\u003c\/strong\u003e Simply drop a ball into a pouch, hang or place it exactly where you need it, and reclaim your space instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 class=\"text-h2\" style=\"text-align: center; margin-bottom: var(--space-element);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Contents\"\u003ePackage contents\u003c\/td\u003e\n\t\t\t\u003ctd\u003e4 compressed herbal balls + 4 reusable mesh pouches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ball Size\"\u003eBall size\u003c\/td\u003e\n\t\t\t\u003ctd\u003eØ 3.5 cm \/ 1.37 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Box Size\"\u003eBox size\u003c\/td\u003e\n\t\t\t\u003ctd\u003e7.7 × 8.7 cm \/ 3.03 × 3.42 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Coverage Area\"\u003eCoverage\u003c\/td\u003e\n\t\t\t\u003ctd\u003e1–2 balls protect ≈ 5–10 m² (54–108 ft²)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredients\"\u003eActive ingredients\u003c\/td\u003e\n\t\t\t\u003ctd\u003eKaolin, cellulose gum, camphor, menthol, bergamot fruit oil, ginger root oil\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shelf Life\"\u003eShelf life\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 years (unopened, cool dry storage)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 class=\"text-h2\" style=\"text-align: center; margin-bottom: var(--space-element);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhere are the best places to use these repellent balls?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eThey are perfect for enclosed or semi-enclosed spaces where rodents tend to hide. Highly recommended for kitchen cabinets, pantries, garages, RVs, car engine bays, basements, and attics.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs the scent overwhelming for humans?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eNot at all! The formula uses a blend of peppermint, menthol, and bergamot. To humans, it smells like a fresh, minty herbal scent, but to rodents' highly sensitive olfactory systems, it is incredibly overwhelming and forces them to flee.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow do I know when it is time to replace them?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eEach ball is formulated to provide continuous slow-release protection for up to 60 days. Once you notice the herbal scent has completely faded and the ball has significantly dried out or shrunk, it is time to replace it with a fresh one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🌱 1-Pack (4 Balls) - Trial Pack","offer_id":49903449506012,"sku":"0413-14234569","price":18.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (8 Balls) - Most Popular (Save 15%)","offer_id":49903449538780,"sku":"0413-14238561","price":35.95,"currency_code":"USD","in_stock":true},{"title":"🛡️ 5-Pack (20 Balls) - Whole House \u0026 Garage (Save 25%)","offer_id":49903449571548,"sku":"0413-14230945","price":88.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/06870902a41ad7f77394d355ef9b2b4e.jpg?v=1776061453","url":"https:\/\/cheerstash.com\/products\/botanical-rodent-repellent-balls","provider":"Cheerstash","version":"1.0","type":"link"}