{"product_id":"glacial-gear-trail-rag-elite","title":"Glacial Gear Trail Rag Elite","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003cmeta content=\"Glacial Gear Trail Rag Elite - 100% Australian Merino wool trail towel. Antimicrobial, ultralight, reinforced construction. Designed by thru-hikers.\" name=\"description\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .product-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n        }\n        \n        .product-header {\n            background: white;\n            color: #0E5247;\n            padding: 30px 40px;\n            border-bottom: 1px solid #0E5247;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 5px;\n            line-height: 1.2;\n            color: #0E5247;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            font-weight: 400;\n            color: #666;\n        }\n        \n        .product-content {\n            padding: 50px 40px;\n        }\n        \n        .intro-section {\n            margin-bottom: 40px;\n        }\n        \n        .intro-text {\n            font-size: 18px;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .intro-highlight {\n            font-size: 18px;\n            line-height: 1.8;\n            color: #0E5247;\n            font-weight: 600;\n        }\n        \n        .section-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #0E5247;\n            margin-bottom: 25px;\n            margin-top: 40px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid #0E5247;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n        \n        .benefit-card {\n            background: #F3F1E6;\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 4px solid #0E5247;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 16px rgba(14, 82, 71, 0.15);\n        }\n        \n        .benefit-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #0E5247;\n            margin-bottom: 10px;\n        }\n        \n        .benefit-text {\n            font-size: 15px;\n            line-height: 1.6;\n            color: #555;\n        }\n        \n        .highlight-box {\n            padding: 30px 0;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .highlight-text {\n            font-size: 20px;\n            line-height: 1.6;\n            font-weight: 700;\n            color: #333;\n        }\n        \n        .color-banner {\n            background: linear-gradient(135deg, #0E5247 0%, #0a3d35 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .color-banner-text {\n            font-size: 20px;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n        \n        .color-subtitle {\n            font-size: 16px;\n            opacity: 0.9;\n        }\n        \n        .features-section {\n            background: #F3F1E6;\n            padding: 40px;\n            border-radius: 8px;\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #0E5247;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n        \n        .features-list {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .feature-item {\n            padding: 15px 0;\n            border-bottom: 1px solid rgba(14, 82, 71, 0.1);\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .feature-item:last-child {\n            border-bottom: none;\n        }\n        \n        .feature-icon {\n            color: #0E5247;\n            font-size: 20px;\n            margin-right: 15px;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        \n        .feature-content {\n            flex: 1;\n        }\n        \n        .feature-main {\n            font-size: 16px;\n            font-weight: 600;\n            color: #0E5247;\n            margin-bottom: 3px;\n        }\n        \n        .feature-description {\n            font-size: 15px;\n            color: #666;\n            line-height: 1.5;\n        }\n        \n        .final-message {\n            text-align: center;\n            padding: 40px 20px;\n            font-size: 20px;\n            font-weight: 600;\n            color: #0E5247;\n            line-height: 1.6;\n        }\n        \n        \/* Mobile responsive *\/\n        @media (max-width: 768px) {\n            .product-header {\n                padding: 25px 25px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .product-subtitle {\n                font-size: 16px;\n            }\n            \n            .product-content {\n                padding: 30px 25px;\n            }\n            \n            .intro-text, .intro-highlight {\n                font-size: 16px;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .benefit-card {\n                padding: 20px;\n            }\n            \n            .highlight-box {\n                padding: 25px 0;\n            }\n            \n            .highlight-text {\n                font-size: 18px;\n            }\n            \n            .color-banner {\n                padding: 20px;\n            }\n            \n            .color-banner-text {\n                font-size: 18px;\n            }\n            \n            .features-section {\n                padding: 30px 25px;\n            }\n            \n            .features-title {\n                font-size: 24px;\n            }\n            \n            .final-message {\n                font-size: 18px;\n                padding: 30px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-title {\n                font-size: 22px;\n            }\n            \n            .product-subtitle {\n                font-size: 15px;\n            }\n            \n            .section-title {\n                font-size: 22px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGlacial Gear Trail Rag Elite\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003ePremium Merino Wool Trail Towel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content --\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003c!-- Introduction --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003cp class=\"intro-text\"\u003eEngineered by long-distance hikers, the Trail Rag Elite is the toughest, most refined Merino trail towel on the market. Every stitch, edge, and micron of 100% Australian Merino wool is precision-selected to deliver ultralight, durable, and high-performance gear for the most demanding backcountry adventures.\u003c\/p\u003e\n\u003cp class=\"intro-text\"\u003eTested across rugged trails from the Southern Appalachians to the Sierra High Route, the Trail Rag Elite combines ultralight utility with rugged durability, making it the ideal companion for thru-hikers, backpackers, and outdoor enthusiasts who demand reliability and performance.\u003c\/p\u003e\n\u003cp class=\"intro-text\"\u003e\u003cstrong\u003eFABRIC:\u003c\/strong\u003e 100% Australian Merino Wool, 18.5 micron,190 g\/m²\u003cbr\u003e\u003cstrong\u003eCARE:\u003c\/strong\u003e Hand wash and lay flat to dry. (Off-trail, machine wash on delicate and tumble dry low.)\u003cbr\u003e\u003cstrong\u003eWEIGHT:\u003c\/strong\u003e 17g | 0.6 oz\u003cbr\u003e\u003cstrong\u003eSIZE:\u003c\/strong\u003e 25.4 cm x 25.4 cm | 10\" x 10\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Why Choose Section --\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose the Trail Rag Elite?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003e100% Australian Merino Wool\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eNaturally odor-resistant, antimicrobial, and soft against skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003eTrail-Ready Durability\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eReinforced edges and smooth, rounded corners for months of rigorous use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003eUltralight \u0026amp; Fast-Drying\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003ePackable design ideal for hiking, camping, and backpacking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003eIntegrated Clip Loop\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eKeep it accessible for sweat, grime, or hot cookware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003eSustainably Manufactured\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eMade responsibly by a premier Merino wool specialist trusted by brands like Smartwool, Icebreaker, and Allbirds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3 class=\"benefit-title\"\u003eDesigned by Hikers, for Hikers\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eEvery detail of the Trail Rag Elite is crafted with real-world trail experience in mind. From long-distance treks to weekend adventures, it's built to meet the needs of hikers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Highlight Box --\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp class=\"highlight-text\"\u003e\u003cspan\u003eThe Trail Rag Elite is a lightweight, durable trail utility towel designed for wiping sweat, cleaning cookware, and quick tasks on the trail, not for full-body drying like a traditional camp towel.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Target Audience --\u003e\n\u003cp style=\"text-align: center; margin: 30px 0;\" class=\"intro-text\"\u003eFrom thru-hikers to weekend adventurers, the Trail Rag Elite is your go-to Merino towel for backcountry adventures.\u003c\/p\u003e\n\u003c!-- Color Banner --\u003e\n\u003cdiv class=\"color-banner\"\u003e\n\u003cp class=\"color-banner-text\"\u003eAvailable in Six Bold Shades\u003c\/p\u003e\n\u003cp class=\"color-subtitle\"\u003eMade for wherever your trail takes you\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"final-message\"\u003eEngineered for the trail.\u003cbr\u003eBuilt to last.\u003cbr\u003eReady for your next adventure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Glacial Gear","offers":[{"title":"Black","offer_id":48433196466388,"sku":"rag-elite-black","price":35.67,"currency_code":"GIP","in_stock":true},{"title":"Forest","offer_id":48433196499156,"sku":"rag-elite-forest","price":35.67,"currency_code":"GIP","in_stock":true},{"title":"Buckskin","offer_id":48433196531924,"sku":"rag-elite-buckskin","price":35.67,"currency_code":"GIP","in_stock":true},{"title":"Purple","offer_id":48433196564692,"sku":"rag-elite-purple","price":35.67,"currency_code":"GIP","in_stock":true},{"title":"Paprika","offer_id":48433196597460,"sku":"rag-elite-paprika","price":35.67,"currency_code":"GIP","in_stock":true},{"title":"Mustard","offer_id":48433196630228,"sku":"rag-elite-mustard","price":35.67,"currency_code":"GIP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0843\/9670\/3956\/files\/Glacial-Gear-Trail-Rag-Elite-5.webp?v=1786031227","url":"https:\/\/checkout.geosurveyfrance.com\/products\/glacial-gear-trail-rag-elite","provider":"Ternal Co.","version":"1.0","type":"link"}