{"product_id":"brambles-crunchy-hedgehog-food-5kg","title":"Brambles Crunchy Hedgehog Food 5Kg","description":"\u003cmeta charset=\"UTF-8\"\u003e\r\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n\u003ctitle\u003eBrambles Crunchy Hedgehog Food 5kg – UK Pet Supplies\u003c\/title\u003e\r\n\u003cmeta name=\"description\" content=\"Brambles Crunchy Hedgehog Food 5kg – scientifically formulated dry kibble for wild hedgehogs. High protein, no added sugar, approved by wildlife hospitals. Free from mealworms \u0026amp; peanuts. Made in Great Britain.\"\u003e\r\n\r\n\u003cstyle\u003e\n  :root {\n    --moss: #3d5a2e;\n    --moss-light: #527a3d;\n    --earth: #7a5c3a;\n    --cream: #f7f2e8;\n    --warm-white: #fdfaf5;\n    --hedgehog-brown: #9b6b3a;\n    --leaf: #a8c67a;\n    --leaf-pale: #e8f2d8;\n    --night: #1e2b18;\n    --text: #2c2c2c;\n    --text-muted: #5a5a5a;\n    --border: #ddd6c4;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--warm-white);\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  .product-page {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 32px 20px 60px;\n  }\n\n  \/* ── BREADCRUMB ── *\/\n  .breadcrumb {\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-bottom: 24px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  .breadcrumb span { color: var(--moss); font-weight: 600; }\n\n  \/* ── HERO BAND ── *\/\n  .hero-band {\n    background: linear-gradient(135deg, var(--night) 0%, var(--moss) 60%, var(--moss-light) 100%);\n    border-radius: 16px;\n    padding: 40px 36px;\n    display: flex;\n    align-items: center;\n    gap: 28px;\n    margin-bottom: 36px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero-band::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(168,198,122,0.12);\n  }\n  .hero-band::after {\n    content: '';\n    position: absolute;\n    bottom: -30px; left: 40%;\n    width: 130px; height: 130px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n  }\n  .hero-icon {\n    font-size: 72px;\n    line-height: 1;\n    flex-shrink: 0;\n    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));\n  }\n  .hero-text { color: white; position: relative; z-index: 1; }\n  .hero-text .badge {\n    display: inline-block;\n    background: var(--leaf);\n    color: var(--night);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 20px;\n    margin-bottom: 10px;\n  }\n  .hero-text h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 34px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 8px;\n  }\n  .hero-text .sub {\n    font-size: 15px;\n    opacity: 0.85;\n    font-weight: 400;\n  }\n\n  \/* ── TRUST PILLS ── *\/\n  .trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 32px;\n  }\n  .trust-pill {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    background: var(--leaf-pale);\n    border: 1px solid #c8dfa8;\n    border-radius: 100px;\n    padding: 6px 14px;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--moss);\n  }\n  .trust-pill .icon { font-size: 15px; }\n\n  \/* ── SECTIONS ── *\/\n  .section { margin-bottom: 36px; }\n\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--moss);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: linear-gradient(to right, var(--leaf), transparent);\n    border-radius: 2px;\n  }\n\n  \/* ── INTRO BODY ── *\/\n  .intro-body {\n    background: var(--cream);\n    border-left: 4px solid var(--moss);\n    border-radius: 0 12px 12px 0;\n    padding: 20px 24px;\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  \/* ── FEATURE GRID ── *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 18px 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .feature-card:hover {\n    box-shadow: 0 6px 20px rgba(61,90,46,0.10);\n    transform: translateY(-2px);\n  }\n  .feature-card .fc-icon {\n    font-size: 26px;\n    line-height: 1;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .feature-card h3 {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--moss);\n    margin-bottom: 4px;\n  }\n  .feature-card p {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* ── NUTRITIONAL TABLE ── *\/\n  .nutrition-wrapper {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n  @media (max-width: 600px) { .nutrition-wrapper { grid-template-columns: 1fr; } }\n\n  .nutr-box {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .nutr-box-header {\n    background: var(--moss);\n    color: white;\n    padding: 12px 18px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  .nutr-table { width: 100%; border-collapse: collapse; }\n  .nutr-table tr:last-child td { border-bottom: none; }\n  .nutr-table td {\n    padding: 9px 18px;\n    font-size: 13.5px;\n    border-bottom: 1px solid var(--border);\n  }\n  .nutr-table td:first-child { color: var(--text-muted); }\n  .nutr-table td:last-child { font-weight: 600; color: var(--moss); text-align: right; }\n  .nutr-table tr:nth-child(even) td { background: var(--cream); }\n\n  .additives-box {\n    background: var(--leaf-pale);\n    border: 1px solid #c8dfa8;\n    border-radius: 12px;\n    padding: 18px 20px;\n    grid-column: 1 \/ -1;\n  }\n  .additives-box h4 {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--moss);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 10px;\n  }\n  .additives-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 6px 20px;\n  }\n  .additive-item {\n    font-size: 13px;\n    color: var(--text-muted);\n    display: flex;\n    justify-content: space-between;\n    border-bottom: 1px dashed #c8dfa8;\n    padding: 4px 0;\n  }\n  .additive-item span:last-child { font-weight: 600; color: var(--earth); }\n\n  \/* ── INGREDIENTS ── *\/\n  .ingredients-strip {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 18px 22px;\n  }\n  .ingredients-strip p {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n  .ingredients-strip strong { color: var(--text); }\n\n  \/* ── FEEDING GUIDE ── *\/\n  .feeding-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .feeding-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 16px 20px;\n  }\n  .step-num {\n    background: var(--moss);\n    color: white;\n    width: 32px; height: 32px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .feeding-step p { font-size: 14px; color: var(--text); padding-top: 4px; }\n\n  \/* ── AVOID PANEL ── *\/\n  .avoid-panel {\n    background: #fff8f0;\n    border: 1px solid #f0d4b0;\n    border-radius: 12px;\n    padding: 18px 22px;\n  }\n  .avoid-panel h4 {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--earth);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .avoid-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .avoid-tag {\n    background: white;\n    border: 1px solid #e8c498;\n    border-radius: 100px;\n    padding: 4px 12px;\n    font-size: 12.5px;\n    color: var(--earth);\n    font-weight: 500;\n  }\n  .avoid-tag::before { content: '✕ '; font-size: 10px; }\n\n  \/* ── SEO FOOTER ── *\/\n  .seo-footer {\n    background: var(--night);\n    color: rgba(255,255,255,0.75);\n    border-radius: 12px;\n    padding: 24px 28px;\n    font-size: 13.5px;\n    line-height: 1.8;\n    margin-top: 40px;\n  }\n  .seo-footer strong { color: white; }\n\n  \/* ── MADE IN GB TAG ── *\/\n  .made-gb {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #f0f4ff;\n    border: 1px solid #c5d0f5;\n    border-radius: 100px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #3050a0;\n    margin-top: 8px;\n  }\n\n  @media (max-width: 520px) {\n    .hero-band { flex-direction: column; text-align: center; padding: 28px 20px; }\n    .hero-icon { font-size: 56px; }\n  }\n\u003c\/style\u003e\r\n\r\n\r\n\u003cdiv class=\"product-page\"\u003e\r\n\r\n  \u003c!-- BREADCRUMB --\u003e\r\n  \u003cdiv class=\"breadcrumb\"\u003e\r\n    Wildlife \u0026amp; Garden › Hedgehog Food › \u003cspan\u003eBrambles Crunchy Hedgehog Food 5kg\u003c\/span\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- HERO --\u003e\r\n  \u003cdiv class=\"hero-band\"\u003e\r\n    \u003cdiv class=\"hero-icon\"\u003e🦔\u003c\/div\u003e\r\n    \u003cdiv class=\"hero-text\"\u003e\r\n      \u003cdiv class=\"badge\"\u003eBest Seller · Made in Great Britain\u003c\/div\u003e\r\n      \u003ch1\u003eBrambles Crunchy Hedgehog Food\u003c\/h1\u003e\r\n      \u003cp class=\"sub\"\u003e5kg Bag — Scientifically Formulated Dry Kibble for Wild Hedgehogs\u003c\/p\u003e\r\n      \u003cdiv class=\"made-gb\"\u003e🇬🇧 Made in Great Britain\u003c\/div\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- TRUST PILLS --\u003e\r\n  \u003cdiv class=\"trust-row\"\u003e\r\n    \u003cdiv class=\"trust-pill\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e Wildlife Hospital Approved\u003c\/div\u003e\r\n    \u003cdiv class=\"trust-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🚫\u003c\/span\u003e No Mealworms or Peanuts\u003c\/div\u003e\r\n    \u003cdiv class=\"trust-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🍬\u003c\/span\u003e No Added Sugar\u003c\/div\u003e\r\n    \u003cdiv class=\"trust-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🌿\u003c\/span\u003e No Artificial Colours or Flavours\u003c\/div\u003e\r\n    \u003cdiv class=\"trust-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🦊\u003c\/span\u003e Safe for Foxes \u0026amp; Badgers\u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- INTRO --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eAbout This Product\u003c\/div\u003e\r\n    \u003cdiv class=\"intro-body\"\u003e\r\n      \u003cp\u003e\u003cstrong\u003eBrambles Crunchy Hedgehog Food\u003c\/strong\u003e is a premium complementary feed specially formulated to support the health and vitality of wild hedgehogs visiting your garden. Developed using the latest scientific understanding of hedgehog dietary needs, this dry kibble provides an expertly balanced blend of protein, healthy fats, vitamins, and minerals — everything a hedgehog needs to thrive.\u003c\/p\u003e\r\n      \u003cbr\u003e\r\n      \u003cp\u003eUnlike many general wildlife foods, Brambles Crunchy is specifically free from \u003cstrong\u003emealworms and peanuts\u003c\/strong\u003e — ingredients known to cause metabolic bone disease in hedgehogs due to their imbalanced phosphorus-to-calcium ratios. It's a diet you can feel genuinely good about putting out every evening. The smaller-sized, crunchy kibble also actively supports \u003cstrong\u003edental health\u003c\/strong\u003e by reducing plaque build-up and keeping gums in good condition.\u003c\/p\u003e\r\n      \u003cbr\u003e\r\n      \u003cp\u003eApproved by wildlife hospitals and rescue centres across the UK, and \u003cstrong\u003emade right here in Great Britain\u003c\/strong\u003e, this 5kg bag offers exceptional value for committed wildlife gardeners who want to make a real difference to local hedgehog populations.\u003c\/p\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- FEATURES --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eKey Features\u003c\/div\u003e\r\n    \u003cdiv class=\"feature-grid\"\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🔬\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003eScientifically Formulated\u003c\/h3\u003e\r\n          \u003cp\u003eBased on the latest research into hedgehog nutritional requirements — not a generic wildlife mix.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🦷\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003eDental Health Benefits\u003c\/h3\u003e\r\n          \u003cp\u003eSmall, crunchy kibbles help clean teeth, reduce plaque, and massage gums naturally.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🏥\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003eWildlife Hospital Approved\u003c\/h3\u003e\r\n          \u003cp\u003eTrusted and recommended by wildlife hospitals and rescue centres throughout the UK.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🐾\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003ePrevents Selective Feeding\u003c\/h3\u003e\r\n          \u003cp\u003eUniform kibble size means hedgehogs can't pick and choose — they get a complete, balanced meal every time.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🦊\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003eAlso for Foxes \u0026amp; Badgers\u003c\/h3\u003e\r\n          \u003cp\u003ePerfectly safe and nutritious for badgers and foxes too — great for a wildlife-friendly garden.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feature-card\"\u003e\r\n        \u003cdiv class=\"fc-icon\"\u003e🌱\u003c\/div\u003e\r\n        \u003cdiv\u003e\r\n          \u003ch3\u003eClean, Natural Ingredients\u003c\/h3\u003e\r\n          \u003cp\u003eNo artificial flavours, no artificial colours, no added sugar, and no unnecessary fillers.\u003c\/p\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- INGREDIENTS --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eIngredients\u003c\/div\u003e\r\n    \u003cdiv class=\"ingredients-strip\"\u003e\r\n      \u003cp\u003e\u003cstrong\u003eComposition:\u003c\/strong\u003e Poultry Meat Meal, Wheat, Wheatfeed, Whole Maize, Rice, Poultry Oil, Brewers Yeast, Whole Linseed.\u003c\/p\u003e\r\n      \u003cbr\u003e\r\n      \u003cp\u003eHigh-quality poultry meal forms the primary protein source, supported by digestible grain carbohydrates and whole linseed for natural omega fatty acids. Brewers yeast contributes B vitamins and palatability. All ingredients are free from artificial additives, added sugar, salt, mealworms, peanuts, and sunflower hearts.\u003c\/p\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- NUTRITIONAL ANALYSIS --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eNutritional Analysis\u003c\/div\u003e\r\n    \u003cdiv class=\"nutrition-wrapper\"\u003e\r\n\r\n      \u003cdiv class=\"nutr-box\"\u003e\r\n        \u003cdiv class=\"nutr-box-header\"\u003eAnalytical Constituents\u003c\/div\u003e\r\n        \u003ctable class=\"nutr-table\"\u003e\r\n          \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCrude Protein\u003c\/td\u003e\n\u003ctd\u003e25.0%\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eCrude Oils \u0026amp; Fats\u003c\/td\u003e\n\u003ctd\u003e12.0%\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eCrude Fibres\u003c\/td\u003e\n\u003ctd\u003e3.0%\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eCrude Ash\u003c\/td\u003e\n\u003ctd\u003e6.0%\u003c\/td\u003e\n\u003c\/tr\u003e\r\n        \u003c\/tbody\u003e\n\u003c\/table\u003e\r\n      \u003c\/div\u003e\r\n\r\n      \u003cdiv class=\"nutr-box\"\u003e\r\n        \u003cdiv class=\"nutr-box-header\"\u003eVitamins (per kg)\u003c\/div\u003e\r\n        \u003ctable class=\"nutr-table\"\u003e\r\n          \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eVitamin A\u003c\/td\u003e\n\u003ctd\u003e22,000 IU\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eVitamin D3\u003c\/td\u003e\n\u003ctd\u003e2,200 IU\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eVitamin E (as tocopherol)\u003c\/td\u003e\n\u003ctd\u003e120 mg\u003c\/td\u003e\n\u003c\/tr\u003e\r\n          \u003ctr\u003e\n\u003ctd\u003eTaurine\u003c\/td\u003e\n\u003ctd\u003e500 mg\u003c\/td\u003e\n\u003c\/tr\u003e\r\n        \u003c\/tbody\u003e\n\u003c\/table\u003e\r\n      \u003c\/div\u003e\r\n\r\n      \u003cdiv class=\"additives-box\"\u003e\r\n        \u003ch4\u003eTrace Elements \u0026amp; Minerals (per kg)\u003c\/h4\u003e\r\n        \u003cdiv class=\"additives-grid\"\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eFerrous sulphate monohydrate\u003c\/span\u003e\u003cspan\u003e167 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eZinc oxide\u003c\/span\u003e\u003cspan\u003e104 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eManganese oxide\u003c\/span\u003e\u003cspan\u003e40 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eCupric sulphate pentahydrate\u003c\/span\u003e\u003cspan\u003e20 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eCalcium iodate anhydrous\u003c\/span\u003e\u003cspan\u003e1.60 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n          \u003cdiv class=\"additive-item\"\u003e\n\u003cspan\u003eSodium selenite\u003c\/span\u003e\u003cspan\u003e0.20 mg\u003c\/span\u003e\n\u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- FEEDING GUIDE --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eFeeding Guide\u003c\/div\u003e\r\n    \u003cdiv class=\"feeding-steps\"\u003e\r\n      \u003cdiv class=\"feeding-step\"\u003e\r\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\r\n        \u003cp\u003eEach evening, offer approximately \u003cstrong\u003eone handful of food per hedgehog\u003c\/strong\u003e in a shallow dish placed in your garden.\u003c\/p\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feeding-step\"\u003e\r\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\r\n        \u003cp\u003eAlways provide a \u003cstrong\u003eseparate shallow dish of fresh water\u003c\/strong\u003e alongside the food — particularly important during warm weather and when feeding dry food.\u003c\/p\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feeding-step\"\u003e\r\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\r\n        \u003cp\u003eBrambles Crunchy can be fed \u003cstrong\u003eon its own or mixed with Brambles Meaty Hedgehog Food\u003c\/strong\u003e for added variety and flavour. Allow a few days for hedgehogs to adjust to a new food source.\u003c\/p\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feeding-step\"\u003e\r\n        \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\r\n        \u003cp\u003eTo deter cats and dogs, create a simple \u003cstrong\u003efeeding station\u003c\/strong\u003e from a plastic box with a 13cm hole cut at the base of one end. Weigh it down to prevent larger animals from gaining access.\u003c\/p\u003e\r\n      \u003c\/div\u003e\r\n      \u003cdiv class=\"feeding-step\"\u003e\r\n        \u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\r\n        \u003cp\u003e\u003cstrong\u003eStore in a cool, dry place\u003c\/strong\u003e away from direct sunlight. Keep the bag sealed between uses to maintain freshness.\u003c\/p\u003e\r\n      \u003c\/div\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- WHAT TO AVOID --\u003e\r\n  \u003cdiv class=\"section\"\u003e\r\n    \u003cdiv class=\"section-label\"\u003eWhat NOT to Feed Hedgehogs\u003c\/div\u003e\r\n    \u003cdiv class=\"avoid-panel\"\u003e\r\n      \u003ch4\u003e⚠️ Foods to Avoid\u003c\/h4\u003e\r\n      \u003cp style=\"font-size:13px; color: #7a5c3a; margin-bottom: 12px;\"\u003eThe following common garden foods can cause serious harm to hedgehogs — particularly metabolic bone disease from calcium-to-phosphorus imbalances:\u003c\/p\u003e\r\n      \u003cdiv class=\"avoid-list\"\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003eMealworms\u003c\/div\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003ePeanuts\u003c\/div\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003eSunflower Hearts\u003c\/div\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003eRaisins \u0026amp; Sultanas\u003c\/div\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003eBread \u0026amp; Milk\u003c\/div\u003e\r\n        \u003cdiv class=\"avoid-tag\"\u003eSalty or Sugary Foods\u003c\/div\u003e\r\n      \u003c\/div\u003e\r\n    \u003c\/div\u003e\r\n  \u003c\/div\u003e\r\n\r\n  \u003c!-- SEO FOOTER \/ LONG DESCRIPTION --\u003e\r\n  \u003cdiv class=\"seo-footer\"\u003e\r\n    \u003cp\u003e\u003cstrong\u003eWhy choose Brambles Crunchy Hedgehog Food?\u003c\/strong\u003e The UK hedgehog population has declined by over a third since the year 2000. Supplementary feeding with a properly formulated food — rather than inappropriate scraps — plays a genuine role in supporting local populations. Brambles Crunchy has been trusted by UK wildlife enthusiasts and professionals for years precisely because it is built around what hedgehogs actually need: high protein from quality poultry sources, healthy fats for energy, and a complete vitamin and mineral profile — without the harmful high-phosphorus ingredients found in many alternatives.\u003c\/p\u003e\r\n    \u003cbr\u003e\r\n    \u003cp\u003eThe 5kg bag is ideal for households that feed year-round or those with multiple regular visitors. \u003cstrong\u003eBrambles Crunchy Hedgehog Food\u003c\/strong\u003e is one of the best-reviewed hedgehog foods available in the UK, stocked by the RSPB, wildlife sanctuaries, and specialist pet retailers nationwide.\u003c\/p\u003e\r\n  \u003c\/div\u003e\r\n\r\n\u003c\/div\u003e","brand":"Brambles","offers":[{"title":"Default Title","offer_id":58194593743232,"sku":"BR160","price":18.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1110\/2018\/files\/tk2f0ppzycg.jpg?v=1780481211","url":"https:\/\/www.chubbymealworms.co.uk\/products\/brambles-crunchy-hedgehog-food-5kg","provider":"Chubby Mealworms UK","version":"1.0","type":"link"}