{"product_id":"the-hummingbird-spirit-moccasin-made-with-burgundy-moosehide-womens-tapestry-padded-insole","title":"The Hummingbird Spirit Moccasin:  A Symbol Of Joy And Healing | Women's Tapestry Insole","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!-- Indigenous Owned Badge --\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eIndigenous-Owned Company\u003c\/h4\u003e\n      \u003cp\u003eHand-crafted with pride by Indigenous people in Canada.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Premium Moosehide Badge --\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 Badge --\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eBill Helin Art\u003c\/h4\u003e\n      \u003cp\u003eFeaturing the beautiful, sacred Tsimshian Hummingbird 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, burned directly into the premium leather.\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 and Northwest Coast cultures, the Hummingbird is a cherished and revered symbol of good news, love, and light. Its incredible agility and unique ability to fly backward teaches us a powerful life lesson: we can look to our past, but we must never dwell there. Instead, the hummingbird encourages us to gracefully move forward, savour every sweet moment, and find happiness even in times of sorrow. 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\u003eStyle SM444W: Traditional Comfort \u0026amp; Grounding\u003c\/h3\u003e\n        \u003cp\u003eThis premium slipper is built to celebrate the historical structural integrity of traditional Indigenous-style footwear. Designed specifically for luxurious indoor relaxation.\u003c\/p\u003e\n        \n        \u003cul class=\"spec-list\"\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eGenuine Canadian Moosehide\u003c\/strong\u003e\n            Wild-sourced thick moose hide offers unparalleled soft-moulding comfort, naturally breathing to adapt to warm and cool climates.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eTwo-Piece Moccasin Construction\u003c\/strong\u003e\n            Assembled by hand using a classic, time-honoured two-piece design to ensure a flexible, zero-drop grounding feel that naturally fits your foot's shape.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eSoft Sole Padded Insert\u003c\/strong\u003e\n            Features a premium interior padded insert underfoot, providing a plush, protective layer of cloud-like cushioning with every step.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eClassic Folded Collar \u0026amp; Laces\u003c\/strong\u003e\n            Finished with a matching folded moosehide collar and authentic moose hide laces that allow you to adjust the fit perfectly around your heel.\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 Spirit Moccasins, you actively invest in a sustainable economy and directly support local Indigenous artisans.\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 Canadian moosehide contains a far lower environmental footprint than synthetic alternatives.\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 8px;\"\u003e\n            \u003cstrong\u003eRegistered Indigenous-Owned:\u003c\/strong\u003e Handcrafted under certified ethical guidelines, honouring the animal and preserving age-old ancestral techniques.\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 8px;\"\u003e\n            \u003cstrong\u003eLongevity \u0026amp; Circularity:\u003c\/strong\u003e Built to endure. Unlike mass-produced plastic shoes, these organic materials soften with age and remain repairable, avoiding the landfill.\n          \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\u003eSheepskin and Things\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":52731374305461,"sku":"SMB444W-4","price":99.0,"currency_code":"USD","in_stock":true},{"title":"5","offer_id":52731374338229,"sku":"SMB444W-5","price":99.0,"currency_code":"USD","in_stock":true},{"title":"6","offer_id":52731374370997,"sku":"SMB444W-6","price":99.0,"currency_code":"USD","in_stock":true},{"title":"7","offer_id":52731374403765,"sku":"SMB444W-7","price":99.0,"currency_code":"USD","in_stock":true},{"title":"8","offer_id":52731374436533,"sku":"SMB444W-8","price":99.0,"currency_code":"USD","in_stock":true},{"title":"9","offer_id":52731374469301,"sku":"SMB444W-9","price":99.0,"currency_code":"USD","in_stock":true},{"title":"10","offer_id":52731374502069,"sku":"SMB444W-10","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/5sm444w_spirit_moccasins.webp?v=1782236513","url":"https:\/\/spiritmoccasins.ca\/en-us\/products\/the-hummingbird-spirit-moccasin-made-with-burgundy-moosehide-womens-tapestry-padded-insole","provider":"Spirit Moccasins","version":"1.0","type":"link"}