{"product_id":"coghlans-clothesline","title":"Coghlans Clothesline","description":"\u003cdiv class=\"cogh-prod-wrapper\"\u003e\n    \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\n    \u003c!-- Product Header --\u003e\n    \u003ch1\u003eCoghlan's Clothesline\u003c\/h1\u003e\n    \u003cp class=\"sub-header\"\u003e\u003cspan class=\"highlight\"\u003eRot-Resistant Polypropylene \u0026amp; Easy Tensioning.\u003c\/span\u003e\u003c\/p\u003e\n\n    \u003c!-- Trail Divider --\u003e\n    \u003cdiv class=\"trail-divider\"\u003e\n        \u003cspan class=\"trail-line\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"trail-icon\"\u003eTrail Ready\u003c\/span\u003e\n        \u003cspan class=\"trail-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Narrative Description Block --\u003e\n    \u003cdiv class=\"narrative-block\"\u003e\n        \u003cp\u003eLooking for an easy way to dry your clothes and gear on your next outdoor adventure? Look no further than \u003cstrong\u003eCoghlan's Clothesline\u003c\/strong\u003e! This lightweight and compact clothesline is perfect for campers and backpackers who want to keep their clothes and gear dry.\u003c\/p\u003e\n        \u003cp\u003eMade of tightly woven polypropylene, it is resistant to rot, odor, and water absorption. The two tensioning sliders make it easy to set up and keep a tight line, supporting plenty of weight. With a length of 25 feet, this clothesline provides ample reach from tree to tree, giving you plenty of space to dry your items.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Features and Specifications List --\u003e\n    \u003cspan class=\"section-title\"\u003eKey Specifications\u003c\/span\u003e\n    \u003cul class=\"specs-list\"\u003e\n        \u003cli class=\"specs-item\"\u003eOffers a lightweight, compact, and highly portable design tailored specifically for campers and backpackers.\u003c\/li\u003e\n        \u003cli class=\"specs-item\"\u003eConstructed from tightly woven yellow polypropylene that naturally resists rot, odor retention, and water absorption.\u003c\/li\u003e\n        \u003cli class=\"specs-item\"\u003eFeatures two durable ABS tensioning sliders designed to facilitate easy setup and maintain a secure, tight line under heavy weight loads.\u003c\/li\u003e\n        \u003cli class=\"specs-item\"\u003eProvides a generous 25-foot (7.62 m) length for ample tree-to-tree reach and spacious outdoor drying capability.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\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 preparing for your next adventure? 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\n            \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" target=\"_blank\" class=\"quote-btn\"\u003eOnline Support Form\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Coghlans","offers":[{"title":"Default Title","offer_id":44212840398945,"sku":"0181","price":3.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/0181-Clothesline-Item_in_use-1.webp?v=1781118199","url":"https:\/\/thecabindepot.ca\/products\/coghlans-clothesline","provider":"The Cabin Depot","version":"1.0","type":"link"}