{"product_id":"coghlans-bear-bell","title":"Coghlans Bear Bell","description":"\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900\u0026display=swap');\n\n        \/* Scoped Container - Minimal Trail Theme *\/\n        .cogh-prod-wrapper {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background-color: transparent !important;\n            color: #1e293b !important; \n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 15px 10px 20px;\n            line-height: 1.6;\n            box-sizing: border-box;\n        }\n\n        .cogh-prod-wrapper * { box-sizing: border-box; }\n\n        \/* Coghlan's Brand Palette Colors *\/\n        .cogh-prod-wrapper {\n            --cogh-green: #154625;\n            --cogh-green-dark: #0d2e18;\n            --cogh-amber: #b45309;\n            --cogh-dark: #0f172a;\n            --cogh-muted: #64748b;\n            --cogh-border: #cbd5e1;\n        }\n\n        \/* Typography Styles with Absolute Pixel Sizes *\/\n        .cogh-prod-wrapper h1 {\n            font-size: 34px;\n            font-weight: 900;\n            color: #000000 !important;\n            line-height: 1.15;\n            margin: 0 0 6px 0;\n            letter-spacing: -0.75px;\n        }\n\n        .cogh-prod-wrapper .sub-header {\n            font-size: 18px;\n            color: var(--cogh-muted);\n            font-weight: 500;\n            margin: 0 0 20px 0;\n            line-height: 1.35;\n        }\n\n        .cogh-prod-wrapper .highlight { \n            color: var(--cogh-amber); \n            font-weight: 700; \n        }\n\n        \/* Adventure Line Divider *\/\n        .cogh-prod-wrapper .trail-divider {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin: 20px 0;\n            width: 100%;\n        }\n\n        .cogh-prod-wrapper .trail-line {\n            flex: 1;\n            height: 1px;\n            background-color: var(--cogh-border);\n        }\n\n        .cogh-prod-wrapper .trail-icon {\n            font-size: 11px;\n            font-weight: 800;\n            color: var(--cogh-amber);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        \/* Narrative Layout with Left Border Accent *\/\n        .cogh-prod-wrapper .narrative-block {\n            border-left: 3px solid var(--cogh-amber);\n            padding: 4px 0 4px 18px !important;\n            margin-bottom: 28px !important;\n        }\n\n        .cogh-prod-wrapper .narrative-block p {\n            font-size: 16px;\n            line-height: 1.55;\n            margin: 0 0 10px 0;\n            color: #334155;\n        }\n        \n        .cogh-prod-wrapper .narrative-block p:last-child {\n            margin-bottom: 0;\n        }\n\n        .cogh-prod-wrapper .narrative-block strong {\n            color: var(--cogh-green);\n            font-weight: 700;\n        }\n\n        \/* Section Headings *\/\n        .cogh-prod-wrapper .section-title {\n            color: var(--cogh-dark);\n            font-weight: 800;\n            text-transform: uppercase;\n            font-size: 16px;\n            letter-spacing: 0.8px;\n            margin-bottom: 12px;\n            display: block;\n        }\n\n        \/* Point-Form Specifications List *\/\n        .cogh-prod-wrapper .specs-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 0 0 28px 0;\n            max-width: 850px;\n        }\n\n        .cogh-prod-wrapper .specs-item {\n            font-size: 15px;\n            line-height: 1.5;\n            margin-bottom: 12px;\n            padding-left: 24px;\n            position: relative;\n            color: #334155;\n        }\n\n        .cogh-prod-wrapper .specs-item:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Custom Trail Bullet Indicators *\/\n        .cogh-prod-wrapper .specs-item::before {\n            content: \"•\";\n            color: var(--cogh-green);\n            font-weight: 900;\n            position: absolute;\n            left: 0;\n            top: 0;\n            font-size: 20px;\n            line-height: 1.2;\n        }\n\n        \/* Compact Support Footer - Always Row Flex Layout *\/\n        .cogh-prod-wrapper .support-footer {\n            border-top: 1px solid var(--cogh-border) !important;\n            padding-top: 20px !important;\n            display: flex;\n            flex-direction: row !important;\n            align-items: center;\n            justify-content: space-between;\n            gap: 24px;\n            margin-top: 28px;\n            background: transparent !important;\n        }\n\n        .cogh-prod-wrapper .support-text-area {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            gap: 3px;\n        }\n\n        .cogh-prod-wrapper .support-footer h3 {\n            margin: 0;\n            font-size: 15px;\n            font-weight: 800;\n            text-transform: uppercase;\n            color: var(--cogh-green);\n            letter-spacing: 0.5px;\n        }\n\n        .cogh-prod-wrapper .support-footer p {\n            margin: 0;\n            font-size: 14px;\n            line-height: 1.45;\n            color: var(--cogh-muted);\n        }\n\n        .cogh-prod-wrapper .tel-link {\n            font-weight: 700;\n            color: var(--cogh-green);\n            text-decoration: underline;\n            white-space: nowrap !important;\n            display: inline-block;\n        }\n\n        .cogh-prod-wrapper .btn-group {\n            display: flex;\n            flex-direction: row !important;\n            gap: 10px;\n            flex-shrink: 0;\n        }\n\n        .cogh-prod-wrapper .quote-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--cogh-green);\n            color: #ffffff !important;\n            padding: 10px 18px;\n            border-radius: 4px;\n            text-decoration: none !important;\n            font-weight: 700;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            transition: all 0.2s ease-in-out;\n            white-space: nowrap;\n        }\n\n        .cogh-prod-wrapper .quote-btn:hover {\n            background-color: var(--cogh-green-dark);\n            color: #ffffff !important;\n            transform: translateY(-1px);\n        }\n\n        \/* Responsive Layout Rules *\/\n        @media screen and (max-width: 768px) {\n            .cogh-prod-wrapper h1 { font-size: 28px; }\n            .cogh-prod-wrapper .sub-header { font-size: 16px; }\n            .cogh-prod-wrapper .narrative-block p { font-size: 15px; }\n            .cogh-prod-wrapper .specs-item { font-size: 14px; }\n            \n            \/* Support Footer layout details for narrow viewport sizes *\/\n            .cogh-prod-wrapper .support-footer {\n                gap: 16px;\n            }\n            .cogh-prod-wrapper .quote-btn {\n                padding: 10px 14px;\n                font-size: 11px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"cogh-prod-wrapper\"\u003e\n\u003c!-- Product Header --\u003e\n\u003ch1\u003eCoghlan's Bear Bell\u003c\/h1\u003e\n\u003cp class=\"sub-header\"\u003e\u003cspan class=\"highlight\"\u003eMagnetic Silencing \u0026amp; Reliable Protection.\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- Trail Divider --\u003e\n\u003cdiv class=\"trail-divider\"\u003e\n\u003cspan class=\"trail-line\"\u003e\u003c\/span\u003e \u003cspan class=\"trail-icon\"\u003eTrail Ready\u003c\/span\u003e \u003cspan class=\"trail-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Narrative Description Block --\u003e\n\u003cdiv class=\"narrative-block\"\u003e\n\u003cp\u003eMake your hikes and time outdoors safer with \u003cstrong\u003eCoghlan's Bear Bell\u003c\/strong\u003e. Coghlan's Bear Bell prevents unwanted animal encounters with every step by letting animals know you're sharing the outdoors with them. The velcro strap makes it easy to attach the Bear Bell to clothing, backpacks, and dog collars.\u003c\/p\u003e\n\u003cp\u003eWhen not needed, the magnet in the carrying bag silences the ringing. Perfect for hiking, backpacking, mountain biking, and more, Coghlan's Bear Bell is an essential item for all kinds of outdoors people.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features and Specifications List --\u003e \u003cspan class=\"section-title\"\u003eKey Specifications\u003c\/span\u003e\n\u003cul class=\"specs-list\"\u003e\n\u003cli class=\"specs-item\"\u003eAlerts animals of your presence to prevent unwanted encounters with every step.\u003c\/li\u003e\n\u003cli class=\"specs-item\"\u003eFeatures a convenient built-in magnetic silencer inside the carrying bag to stop ringing when quiet is preferred.\u003c\/li\u003e\n\u003cli class=\"specs-item\"\u003eAttaches easily to clothing, backpacks, and dog collars using a durable velcro strap.\u003c\/li\u003e\n\u003cli class=\"specs-item\"\u003eEngineered as an essential, compact companion for hiking, backpacking, mountain biking, and general outdoor exploration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Outdoor Support Footer --\u003e\n\u003cdiv class=\"support-footer\"\u003e\n\u003cdiv class=\"support-text-area\"\u003e\n\u003ch3\u003eSales Support\u003c\/h3\u003e\n\u003cp\u003eNeed assistance? Call us toll-free at \u003cspan class=\"tel-link\"\u003e\u003ca href=\"tel:+18446034743\" class=\"tel-link\"\u003e+1(844) 603-4743\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"btn-group\"\u003e\u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" class=\"quote-btn\" target=\"_blank\"\u003eOnline Support Form\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Coghlans","offers":[{"title":"Default Title","offer_id":44212836958305,"sku":"7581","price":4.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/bearBellimg1.avif?v=1781112619","url":"https:\/\/thecabindepot.ca\/products\/coghlans-bear-bell","provider":"The Cabin Depot","version":"1.0","type":"link"}