{"product_id":"the-hummingbird-spirit-moccasin-fleece-lined-a-symbol-of-joy-and-healing-womens","title":"The Hummingbird Spirit Moccasin Fleece Lined: A Symbol of Joy and Healing | Women's","description":"\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\n\u003cdiv class=\"spirit-mocc-description\"\u003e\n  \n  \u003cstyle\u003e\n    \/* Scoped Container Styles - Configured for dark backgrounds *\/\n    .spirit-mocc-description {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #e0e0e0; \/* Crisp off-white for body text *\/\n      line-height: 1.6;\n      max-width: 850px;\n      margin: 0 auto;\n      padding: 10px 0;\n      box-sizing: border-box;\n    }\n    .spirit-mocc-description * {\n      box-sizing: border-box;\n    }\n\n    \/* Elegant Dark-Theme Hero \/ Banner Text *\/\n    .spirit-mocc-description .hero-quote {\n      text-align: center;\n      background: #161616; \/* Deep dark gray background *\/\n      border: 1px solid #b38a43; \/* Vibrant gold border *\/\n      border-radius: 8px;\n      padding: 24px;\n      margin-bottom: 25px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);\n    }\n    .spirit-mocc-description .hero-quote p {\n      font-size: 1.15rem;\n      color: #f5f5f5; \/* High contrast off-white *\/\n      font-style: italic;\n      margin: 0 0 10px 0;\n      font-weight: 500;\n    }\n    .spirit-mocc-description .hero-quote span {\n      font-size: 0.85rem;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      color: #d4af37; \/* Brighter gold for subtitle *\/\n      font-weight: 600;\n    }\n\n    \/* Core Intro *\/\n    .spirit-mocc-description .intro-para {\n      font-size: 1.05rem;\n      color: #e0e0e0;\n      margin-bottom: 24px;\n      text-align: justify;\n    }\n    .spirit-mocc-description .intro-para strong {\n      color: #d4af37; \/* Gold emphasis *\/\n    }\n\n    \/* Feature Highlights Grid (No Icons) *\/\n    .spirit-mocc-description .badge-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 15px;\n      margin-bottom: 35px;\n    }\n    @media (min-width: 600px) {\n      .spirit-mocc-description .badge-grid {\n        grid-template-columns: 1fr 1fr 1fr;\n      }\n    }\n    .spirit-mocc-description .badge-card {\n      background: #161616; \/* Dark panel background *\/\n      border: 1px solid #2a2a2a; \/* Subtle dark border *\/\n      border-radius: 8px;\n      padding: 24px 15px;\n      text-align: center;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.4);\n      transition: transform 0.2s ease, border-color 0.2s ease;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .spirit-mocc-description .badge-card:hover {\n      transform: translateY(-2px);\n      border-color: #b38a43; \/* Golden border hover effect *\/\n    }\n    .spirit-mocc-description .badge-card h4 {\n      margin: 0 0 8px 0;\n      font-size: 0.95rem;\n      color: #ffffff; \/* Clean white title *\/\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      font-weight: 700;\n    }\n    .spirit-mocc-description .badge-card p {\n      margin: 0;\n      font-size: 0.8rem;\n      color: #a0a0a0; \/* Soft secondary gray *\/\n      line-height: 1.4;\n    }\n\n    \/* Interactive Pure-CSS Tab System *\/\n    .spirit-mocc-description .tabs-wrapper {\n      position: relative;\n      margin: 35px 0;\n    }\n    .spirit-mocc-description .tab-input {\n      display: none;\n    }\n    .spirit-mocc-description .tab-labels {\n      display: flex;\n      flex-wrap: wrap;\n      border-bottom: 2px solid #2a2a2a; \/* Dark border separator *\/\n      margin-bottom: 20px;\n    }\n    .spirit-mocc-description .tab-label {\n      padding: 12px 20px;\n      font-size: 0.95rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      color: #a0a0a0; \/* Muted tab label *\/\n      cursor: pointer;\n      transition: all 0.2s ease;\n      border-bottom: 3px solid transparent;\n      margin-bottom: -2px;\n    }\n    .spirit-mocc-description .tab-label:hover {\n      color: #d4af37; \/* Hover gold highlight *\/\n    }\n    \n    \/* Responsive styling for tabs on narrow screens *\/\n    @media (max-width: 600px) {\n      .spirit-mocc-description .tab-labels {\n        flex-direction: column;\n        border-bottom: none;\n      }\n      .spirit-mocc-description .tab-label {\n        border: 1px solid #2a2a2a;\n        border-radius: 4px;\n        margin-bottom: 5px;\n        text-align: center;\n        background: #111111;\n      }\n    }\n\n    \/* Content Pane Controller (Pure CSS Toggles) *\/\n    .spirit-mocc-description .tab-content {\n      display: none;\n      animation: fadeIn 0.4s ease;\n    }\n    \n    #tab1:checked ~ .tab-labels label[for=\"tab1\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    #tab2:checked ~ .tab-labels label[for=\"tab2\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    #tab3:checked ~ .tab-labels label[for=\"tab3\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    #tab4:checked ~ .tab-labels label[for=\"tab4\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n\n    #tab1:checked ~ .tab-contents #content1 { display: block; }\n    #tab2:checked ~ .tab-contents #content2 { display: block; }\n    #tab3:checked ~ .tab-contents #content3 { display: block; }\n    #tab4:checked ~ .tab-contents #content4 { display: block; }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(4px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Content styling *\/\n    .spirit-mocc-description h3 {\n      color: #ffffff;\n      font-size: 1.3rem;\n      margin-top: 10px;\n      margin-bottom: 12px;\n    }\n    .spirit-mocc-description .story-quote {\n      border-left: 4px solid #b38a43;\n      padding-left: 15px;\n      margin: 15px 0;\n      font-style: italic;\n      color: #d0d0d0;\n      background: #161616;\n      padding-top: 10px;\n      padding-bottom: 10px;\n      border-radius: 0 4px 4px 0;\n    }\n    .spirit-mocc-description .spec-list {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 15px;\n      padding: 0;\n      list-style-type: none;\n    }\n    @media (min-width: 600px) {\n      .spirit-mocc-description .spec-list {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n    .spirit-mocc-description .spec-list li {\n      background: #161616; \/* Dark block *\/\n      border: 1px solid #2c2c2c; \/* Subtle dark border *\/\n      padding: 12px 15px;\n      border-radius: 6px;\n      margin-bottom: 0;\n    }\n    .spirit-mocc-description .spec-list strong {\n      color: #d4af37; \/* Golden spec titles *\/\n      display: block;\n      margin-bottom: 4px;\n    }\n\n    \/* Sizing Table Styles *\/\n    .spirit-mocc-description table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 15px 0 20px 0;\n      font-size: 0.95rem;\n    }\n    .spirit-mocc-description th {\n      background-color: #14211d; \/* Deep forest green\/charcoal combo *\/\n      color: #ffffff;\n      text-align: left;\n      padding: 12px;\n      font-weight: 600;\n      border: 1px solid #2e2e2e;\n    }\n    .spirit-mocc-description td {\n      padding: 10px;\n      border: 1px solid #2e2e2e;\n      color: #e0e0e0;\n    }\n    .spirit-mocc-description tr:nth-child(even) {\n      background-color: #161616; \/* Zebra striping with dark gray *\/\n    }\n    .spirit-mocc-description .sizing-callout {\n      background-color: #121e2d; \/* Subtle dark blue box for callout *\/\n      border: 1px solid #233a57;\n      padding: 15px;\n      border-radius: 6px;\n      margin-top: 15px;\n      color: #a5c7f7;\n    }\n    .spirit-mocc-description .sizing-callout strong {\n      color: #ffffff;\n    }\n\n    \/* Brand Sustainability \/ Trust Badge *\/\n    .spirit-mocc-description .trust-banner {\n      background-color: #14211d; \/* Rich dark pine\/forest background *\/\n      border-radius: 8px;\n      padding: 20px;\n      margin-top: 30px;\n      border: 1px solid #1e352f;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n    }\n    .spirit-mocc-description .trust-banner h3 {\n      margin: 0 0 10px 0;\n      color: #d4af37; \/* Vibrant gold for trust title *\/\n      font-size: 1.1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n    .spirit-mocc-description .trust-banner p {\n      margin: 0;\n      font-size: 0.95rem;\n      color: #aaccbf; \/* Soft light-teal\/gray *\/\n    }\n\n    \/* General lists within tabs *\/\n    .spirit-mocc-description ul {\n      padding-left: 20px;\n    }\n    .spirit-mocc-description ul li {\n      margin-bottom: 8px;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Hero Visual Statement --\u003e\n  \u003cdiv class=\"hero-quote\"\u003e\n    \u003cp\u003e\"These moccasins are more than footwear—they are a connection to the past, a celebration of Indigenous artistry, and a symbol of enduring values.\"\u003c\/p\u003e\n    \u003cspan\u003eSpirit Moccasins Collection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Intro Block --\u003e\n  \u003cp class=\"intro-para\"\u003e\n    Welcome to \u003cstrong\u003eSpirit Moccasins\u003c\/strong\u003e, where deeply rooted tradition meets timeless everyday luxury. Each pair of our Spirit Moccasins stands as a beautiful testament to the enduring artistry and rich cultural heritage of Indigenous peoples across Canada. Handcrafted with meticulous care, they reflect generations of knowledge, traditional skills, and a profound connection to the land.\n  \u003c\/p\u003e\n\n  \u003c!-- Key Highlights Grid (Clean Text Panels) --\u003e\n  \u003cdiv class=\"badge-grid\"\u003e\n    \n    \u003c!-- Huron First Nations --\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eHuron First Nations\u003c\/h4\u003e\n      \u003cp\u003eHandcrafted in Quebec using traditional techniques.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Premium Moosehide --\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eWild Canadian Moosehide\u003c\/h4\u003e\n      \u003cp\u003eUnmatched natural softness, strength, and breathability.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Artist Crest --\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eBill Helin Art\u003c\/h4\u003e\n      \u003cp\u003eFeaturing the beautiful, sacred Tsimshian Crest.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Interactive Content Tabs --\u003e\n  \u003cdiv class=\"tabs-wrapper\"\u003e\n    \u003cinput type=\"radio\" id=\"tab1\" name=\"mocc-tabs\" class=\"tab-input\" checked\u003e\n    \u003cinput type=\"radio\" id=\"tab2\" name=\"mocc-tabs\" class=\"tab-input\"\u003e\n    \u003cinput type=\"radio\" id=\"tab3\" name=\"mocc-tabs\" class=\"tab-input\"\u003e\n    \u003cinput type=\"radio\" id=\"tab4\" name=\"mocc-tabs\" class=\"tab-input\"\u003e\n\n    \u003cdiv class=\"tab-labels\"\u003e\n      \u003clabel for=\"tab1\" class=\"tab-label\"\u003eThe Sacred Story\u003c\/label\u003e\n      \u003clabel for=\"tab2\" class=\"tab-label\"\u003eDetails \u0026amp; Craft\u003c\/label\u003e\n      \u003clabel for=\"tab3\" class=\"tab-label\"\u003eSize \u0026amp; Fit Guide\u003c\/label\u003e\n      \u003clabel for=\"tab4\" class=\"tab-label\"\u003eSustainable Heritage\u003c\/label\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tab-contents\"\u003e\n      \n      \u003c!-- Tab 1: The Sacred Story --\u003e\n      \u003cdiv class=\"tab-content\" id=\"content1\"\u003e\n        \u003ch3\u003eThe Hummingbird: A Symbol of Joy \u0026amp; Healing\u003c\/h3\u003e\n        \u003cp\u003eAdorning the hand-stitched vamp of this natural moosehide moccasin is the exquisite \u003cstrong\u003e\"Crest Hummingbird\" artwork by renowned Tsimshian artist Bill Helin\u003c\/strong\u003e.\u003c\/p\u003e\n        \n        \u003cdiv class=\"story-quote\"\u003e\n          \"Inspired by profound tribal symbolism, the Hummingbird embodies the spirit of pure joy, deep healing, and love.\"\n        \u003c\/div\u003e\n        \n        \u003cp\u003eIn Tsimshian belief, the Hummingbird acts as a graceful messenger of hope, bringing comfort and restorative healing during times of sorrow. This delicate creature serves as a reminder of the fragility of nature and the sacred interconnectedness of all living things. Gifting or wearing this Hummingbird-inspired creation signifies a heartfelt wish for joy, peace, and mutual appreciation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Tab 2: Premium Construction \u0026 Specs --\u003e\n      \u003cdiv class=\"tab-content\" id=\"content2\"\u003e\n        \u003ch3\u003eCrafted with Pride \u0026amp; Heritage\u003c\/h3\u003e\n        \u003cp\u003eThese authentic slippers feature a traditional two-piece hand-crafted design. Built specifically for cozy indoor relaxation, they combine soft warmth with a flexible, natural fit.\u003c\/p\u003e\n        \n        \u003cul class=\"spec-list\"\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eGenuine Canadian Moosehide\u003c\/strong\u003e\n            Wild-sourced moosehide offers unparalleled soft-molding comfort, naturally breathing to adapt to your foot’s unique shape.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eCozy Padded Fleece Insole\u003c\/strong\u003e\n            Features a built-in padded insole lined with a soft, insulating fleece layer that adds a touch of warmth and cushioned comfort on chilly floors.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eTraditional Two-Piece Design\u003c\/strong\u003e\n            Expertly crafted with a classic two-piece soft-sole construction, delivering a incredibly lightweight, quiet, and flexible step for a true barefoot-like feel.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003ePlush Moosehide Collar\u003c\/strong\u003e\n            A beautiful, classic folded collar framing the ankle, providing elegant structure and gentle support.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Tab 3: Size \u0026 Fit Guide --\u003e\n      \u003cdiv class=\"tab-content\" id=\"content3\"\u003e\n        \u003ch3\u003eWomen's Sizing Chart\u003c\/h3\u003e\n        \u003cp\u003eGenuine leather moccasins are meant to stretch slightly and conform beautifully to the unique contour of your feet as you wear them.\u003c\/p\u003e\n        \n        \u003ctable\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eUS \/ Canada Size\u003c\/th\u003e\n              \u003cth\u003eEU Size\u003c\/th\u003e\n              \u003cth\u003eUK Size\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 5\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 6\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 7\u003c\/td\u003e\n\u003ctd\u003e37\u003c\/td\u003e\n\u003ctd\u003e5\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 8\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 9\u003c\/td\u003e\n\u003ctd\u003e39\u003c\/td\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 10\u003c\/td\u003e\n\u003ctd\u003e40\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 11\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cdiv class=\"sizing-callout\"\u003e\n          \u003cstrong\u003ePro Sizing Tip:\u003c\/strong\u003e Our moccasins are offered in \u003cstrong\u003ewhole sizes only\u003c\/strong\u003e. Because premium moosehide stretches and shapes to your feet, if you normally wear a half-size (e.g., 8½), we highly recommend ordering \u003cstrong\u003edown\u003c\/strong\u003e to the nearest full size (Size 8).\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Tab 4: Sustainable Heritage --\u003e\n      \u003cdiv class=\"tab-content\" id=\"content4\"\u003e\n        \u003ch3\u003eMade to Last Generations\u003c\/h3\u003e\n        \u003cp\u003eTraditional Indigenous craftsmanship is inherently sustainable. By choosing these authentic moccasins, you actively invest in a sustainable economy and support local Indigenous communities.\u003c\/p\u003e\n        \n        \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eOur Ecological Values:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eBiodegradable Materials:\u003c\/strong\u003e Responsibly sourced wild moosehide contains a far lower environmental footprint than synthetic alternatives.\u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eLow-Impact Production:\u003c\/strong\u003e Meticulously handcrafted by local artisans using traditional, energy-efficient tools.\u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eLongevity:\u003c\/strong\u003e Unlike mass-produced footwear, these moccasins can easily be maintained, kept, and repaired, ensuring they stay out of landfills for years.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sustainability Trust Box --\u003e\n  \u003cdiv class=\"trust-banner\"\u003e\n    \u003ch3\u003eProudly Nanaimo-Based Since 2004\u003c\/h3\u003e\n    \u003cp\u003eEvery purchase made through \u003cstrong\u003eSpirit Moccasins\u003c\/strong\u003e supports the preservation of cultural knowledge, local Canadian craftsmanship, and responsible environmental stewardship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52582082838709,"sku":"SS442F-4","price":103.0,"currency_code":"USD","in_stock":true},{"title":"5","offer_id":52582082871477,"sku":"SS442F-5","price":103.0,"currency_code":"USD","in_stock":true},{"title":"6","offer_id":52582082904245,"sku":"SS442F-6","price":103.0,"currency_code":"USD","in_stock":true},{"title":"7","offer_id":52582082937013,"sku":"SS442F-7","price":103.0,"currency_code":"USD","in_stock":true},{"title":"8","offer_id":52582082969781,"sku":"SS442F-8","price":103.0,"currency_code":"USD","in_stock":true},{"title":"9","offer_id":52582083002549,"sku":"SS442F-9","price":103.0,"currency_code":"USD","in_stock":true},{"title":"10","offer_id":52582083035317,"sku":"SS442F-10","price":103.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/444_Fleece_lined_Spirit_Moccasins_for_woman_032db980-ac04-4668-ad10-1fa18fef2b5f.webp?v=1780209566","url":"https:\/\/spiritmoccasins.ca\/en-us\/products\/the-hummingbird-spirit-moccasin-fleece-lined-a-symbol-of-joy-and-healing-womens","provider":"Spirit Moccasins","version":"1.0","type":"link"}