{"title":"Women's Moccasins","description":"","products":[{"product_id":"the-hummingbird-spirit-moccasin-a-symbol-of-joy-and-healing-womens","title":"The Hummingbird Spirit Moccasin: 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 Badge --\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 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 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\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 moosehide offers unparalleled soft-molding comfort, naturally breathing to adapt to warm and cool climates.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eDouble-Padded Ski Sole\u003c\/strong\u003e\n            Features an extra cushioned layer of genuine moosehide underfoot, specifically designed to protect cold feet while offering a quiet, cloud-like step.\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          \u003cli\u003e\n            \u003cstrong\u003eUnlined Design \u0026amp; Tapestry Insole\u003c\/strong\u003e\n            Kept unlined to maximize natural air circulation, accented by a detailed, comfortable tapestry footbed that adds a beautiful, soft textured contrast.\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":52581854412981,"sku":"SS489F-1","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52581854445749,"sku":"SS489F-2","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52581854478517,"sku":"SS489F-3","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52581854511285,"sku":"SS489F-4","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52581854544053,"sku":"SS489F-5","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52581854576821,"sku":"SS489F-6","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52581854609589,"sku":"SS489F-7","price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/hummingbirdspiritmoccasins089.webp?v=1780200157"},{"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":139.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52582082871477,"sku":"SS442F-5","price":139.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52582082904245,"sku":"SS442F-6","price":139.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52582082937013,"sku":"SS442F-7","price":139.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52582082969781,"sku":"SS442F-8","price":139.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52582083002549,"sku":"SS442F-9","price":139.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52582083035317,"sku":"SS442F-10","price":139.99,"currency_code":"CAD","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"},{"product_id":"the-hummingbird-spirit-moccasin-a-symbol-of-joy-and-healing-womens-with-tapestry-insole","title":"The Hummingbird Spirit Moccasin: A Symbol of Joy and Healing | Women's with 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!-- Huron First Nations Badge --\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 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 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\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 moosehide offers unparalleled soft-molding comfort, naturally breathing to adapt to warm and cool climates.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eOne-Piece Construction\u003c\/strong\u003e\n            Features a traditional, single-layer soft sole wrapped completely around the foot. Designed to provide a flexible, zero-drop grounding feel.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003ePlush Moosehide Collar\u003c\/strong\u003e\n            A beautiful, classic folded leather collar frames the ankle, offering timeless Indigenous styling and soft, non-restrictive comfort.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eUnlined Design \u0026amp; Tapestry Insole\u003c\/strong\u003e\n            Kept unlined to maximize natural air circulation, accented by a detailed, comfortable tapestry footbed that adds a beautiful, soft textured contrast.\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.\n          \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.\n          \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.\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\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":52729516589237,"sku":"SS442F-4","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52729516622005,"sku":"SS442F-5","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52729516654773,"sku":"SS442F-6","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52729516687541,"sku":"SS442F-7","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52729516720309,"sku":"SS442F-8","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52729516753077,"sku":"SS442F-9","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52729516785845,"sku":"SS442F-10","price":134.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/442-humming-bird-moccasins.webp?v=1782190094"},{"product_id":"the-hummingbird-spirit-moccasin-a-symbol-of-joy-and-healing-womens-with-white-rabbit-fur","title":"The Hummingbird Spirit Moccasin: A Symbol of Joy and Healing | Women's with White Rabbit Fur","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 Badge --\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 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 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\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 moosehide offers unparalleled soft-molding comfort, naturally breathing to adapt to warm and cool climates.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003ePadded Insole\u003c\/strong\u003e\n            Features an extra cushioned layer underfoot, specifically designed to protect tired feet while offering a quiet, cloud-like step.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eWhite Rabbit Fur Collar\u003c\/strong\u003e\n            Luxurious, genuine white rabbit fur collar frames the ankle, offering incredible softness, warmth, and an elegant visual contrast.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eLined with Cozy Fleece\u003c\/strong\u003e\n            Generously lined with soft, premium fleece to wrap your feet in absolute warmth, ensuring supreme comfort during colder seasons.\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.\n          \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.\n          \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.\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\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":52729521340597,"sku":"SS542F-4","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52729521373365,"sku":"SS542F-5","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52729521406133,"sku":"SS542F-6","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52729521438901,"sku":"SS542F-7","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52729521471669,"sku":"SS542F-8","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52729521504437,"sku":"SS542F-9","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52729521537205,"sku":"SS542F-10","price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/rabbitfurspiritmoccasins.webp?v=1782190604"},{"product_id":"the-hummingbird-spirit-moccasin-a-symbol-of-joy-and-healing-womens-with-gum-rubber-sole","title":"The Hummingbird Spirit Moccasin: A Symbol of Joy and Healing | Women's with Gum Rubber Sole","description":"\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\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\u003cdiv class=\"spirit-mocc-description\"\u003e\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\u003c!-- Intro Block --\u003e\n\u003cp class=\"intro-para\"\u003eWelcome 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.\u003c\/p\u003e\n\u003c!-- Key Highlights Grid (Clean Text Panels) --\u003e\n\u003cdiv class=\"badge-grid\"\u003e\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\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\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\u003c\/div\u003e\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 \u003cinput type=\"radio\" id=\"tab2\" name=\"mocc-tabs\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"tab3\" name=\"mocc-tabs\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"tab4\" name=\"mocc-tabs\" class=\"tab-input\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel for=\"tab1\" class=\"tab-label\"\u003eThe Sacred Story\u003c\/label\u003e \u003clabel for=\"tab2\" class=\"tab-label\"\u003eDetails \u0026amp; Craft\u003c\/label\u003e \u003clabel for=\"tab3\" class=\"tab-label\"\u003eSize \u0026amp; Fit Guide\u003c\/label\u003e \u003clabel for=\"tab4\" class=\"tab-label\"\u003eSustainable Heritage\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-contents\"\u003e\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\u003cdiv class=\"story-quote\"\u003e\"Inspired by profound tribal symbolism, the Hummingbird embodies the spirit of pure joy, deep healing, and love.\"\u003c\/div\u003e\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, savor every sweet moment, and find happiness even in times of sorrow. Gifting or wearing this creation carries a wish for restoration, joy, and a spiritual connection to the land.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Premium Construction \u0026 Specs --\u003e\n\u003cdiv class=\"tab-content\" id=\"content2\"\u003e\n\u003ch3\u003eStyle SM1135W: Crafted with Pride \u0026amp; Heritage\u003c\/h3\u003e\n\u003cp\u003eThis premium moccasin bridges traditional Indigenous hand-construction with versatile modern durability, allowing you to walk comfortably in any setting.\u003c\/p\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Canadian Wild Moosehide\u003c\/strong\u003e Thick, supple, wild-sourced Canadian moose hide offers unparalleled soft-molding comfort that dynamically adapts to your foot shape.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGum Rubber Indian Sole\u003c\/strong\u003e Equipped with a flexible, durable gum rubber outer sole designed to provide protective grounding, excellent grip, and robust all-day comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoft Sole Padded Insert\u003c\/strong\u003e Features a premium interior padded insert to cradle your arches, offering a cloud-like layer of cushioning with every step.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMoose Hide \u0026amp; Braided Laces\u003c\/strong\u003e Finished with authentic, heavy-duty braided laces to ensure a secure, personalized, and traditional fit around the collar.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\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\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).\u003c\/div\u003e\n\u003c\/div\u003e\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\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.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eRegistered Indigenous-Owned:\u003c\/strong\u003e Handcrafted under certified ethical guidelines, honoring the animal and preserving age-old ancestral techniques.\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.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003c\/div\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52731225407669,"sku":"SM1135W-4","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52731225440437,"sku":"SM1135W-5","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52731225473205,"sku":"SM1135W-6","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52731225505973,"sku":"SM1135W-7","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52731225538741,"sku":"SM1135W-8","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52731225571509,"sku":"SM1135W-9","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52731225604277,"sku":"SM1135W-10","price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/spirit-moccasins-1135.webp?v=1782230634"},{"product_id":"the-hummingbird-spirit-moccasin-made-with-burgundy-moosehide-womens-with-double-padded-sole","title":"The Hummingbird Spirit Moccasin: A Symbol Of Joy And Healing | Women's with Double Padded Sole","description":"\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\n\u003cstyle\u003e\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\u003cdiv class=\"spirit-mocc-description\"\u003e\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\u003c!-- Intro Block --\u003e\n\u003cp class=\"intro-para\"\u003eWelcome 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.\u003c\/p\u003e\n\u003c!-- Key Highlights Grid (Clean Text Panels) --\u003e\n\u003cdiv class=\"badge-grid\"\u003e\n\u003c!-- Indigenous Owned Badge --\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eIndigenous-Owned Company\u003c\/h4\u003e\n\u003cp\u003eHandcrafted by artisans from a certified Indigenous-owned business.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Premium Moosehide Badge --\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eMaple Moosehide Suede\u003c\/h4\u003e\n\u003cp\u003eGenuine Canadian wild-sourced hide in a warm maple finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Artist Crest Badge --\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eBill Helin Art\u003c\/h4\u003e\n\u003cp\u003eFeaturing the sacred \"Crest Hummingbird\" hand-burned design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 \u003cinput type=\"radio\" id=\"tab2\" name=\"mocc-tabs\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"tab3\" name=\"mocc-tabs\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"tab4\" name=\"mocc-tabs\" class=\"tab-input\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel for=\"tab1\" class=\"tab-label\"\u003eThe Sacred Story\u003c\/label\u003e \u003clabel for=\"tab2\" class=\"tab-label\"\u003eDetails \u0026amp; Craft\u003c\/label\u003e \u003clabel for=\"tab3\" class=\"tab-label\"\u003eSize \u0026amp; Fit Guide\u003c\/label\u003e \u003clabel for=\"tab4\" class=\"tab-label\"\u003eSustainable Heritage\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-contents\"\u003e\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 maple 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\u003cdiv class=\"story-quote\"\u003e\"Inspired by profound tribal symbolism, the Hummingbird embodies the spirit of pure joy, deep healing, and love.\"\u003c\/div\u003e\n\u003cp\u003eIn many Indigenous cultures, particularly those of the Northwest Coast, the hummingbird is a cherished and revered symbol. Known for its incredible agility and swiftness, the hummingbird is often seen as a messenger of good news, love, and joy. Its 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, savor every sweet moment, and find happiness even in times of sorrow. When you wear these moccasins, you carry with you not just fine craftsmanship, but a symbol of healing, joy, and the enduring spirit of Northwest Coast Indigenous artistry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: Premium Construction \u0026 Specs --\u003e\n\u003cdiv class=\"tab-content\" id=\"content2\"\u003e\n\u003ch3\u003eStyle SMB489W: Handcrafted Comfort \u0026amp; Grounding\u003c\/h3\u003e\n\u003cp\u003eThis premium slipper is built to celebrate the historical structural integrity of traditional three-piece Indigenous-style footwear. Designed specifically for luxurious indoor relaxation.\u003c\/p\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Canadian Maple Moosehide\u003c\/strong\u003e Wild-sourced thick moose hide offers unparalleled soft-molding comfort, naturally breathing to adapt to warm and cool climates.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDouble Padded Sole\u003c\/strong\u003e Equipped with a soft, double-padded moosehide \"ski sole\" underfoot. Designed strictly for indoor wear to provide protective cushioning and silent, cloud-like steps.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClassic Folded Collar\u003c\/strong\u003e A beautiful, matching folded moosehide collar frames the ankle, offering clean structure and traditional Northwest styling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable Moose Hide Laces\u003c\/strong\u003e Finished with traditional, authentic moose hide laces that allow you to adjust and snug the fit around the heel collar perfectly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\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\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).\u003c\/div\u003e\n\u003c\/div\u003e\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\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.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eIndigenous Artisan Support:\u003c\/strong\u003e Handcrafted under certified guidelines with Spirit Moccasins, honoring the animal and preserving age-old ancestral techniques.\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.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003c\/div\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52731358707893,"sku":"SMB489W-4","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52731358740661,"sku":"SMB489W-5","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52731358773429,"sku":"SMB489W-6","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52731358806197,"sku":"SMB489W-7","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52731358838965,"sku":"SMB489W-8","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52731358871733,"sku":"SMB489W-9","price":149.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52731358904501,"sku":"SMB489W-10","price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/pair_of_b489_womans_spirit_moccasins.webp?v=1782234928"},{"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":134.99,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52731374338229,"sku":"SMB444W-5","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52731374370997,"sku":"SMB444W-6","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52731374403765,"sku":"SMB444W-7","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52731374436533,"sku":"SMB444W-8","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52731374469301,"sku":"SMB444W-9","price":134.99,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52731374502069,"sku":"SMB444W-10","price":134.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/5sm444w_spirit_moccasins.webp?v=1782236513"},{"product_id":"womens-red-ruby-suede-spirit-moccasins-with-grey-rabbit-fur-collar-and-suede-sole","title":"Women's Red Ruby Suede Spirit Moccasins With Grey Rabbit Fur Collar And Suede Sole","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;\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 * { box-sizing: border-box; }\n\n    .spirit-mocc-description .hero-quote {\n      text-align: center;\n      background: #161616;\n      border: 1px solid #b38a43;\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n    .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; font-weight: 600; }\n\n    .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n    .spirit-mocc-description .intro-para strong { color: #d4af37; }\n\n    .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n    @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n    .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n    .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #b38a43; }\n    .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n    .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n\n    .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n    .spirit-mocc-description .tab-input { display: none; }\n    .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n    .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n    .spirit-mocc-description .tab-label:hover { color: #d4af37; }\n    @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n    .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\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 { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n\n    .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n    .spirit-mocc-description .story-quote { border-left: 4px solid #b38a43; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n    .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n    @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n    .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n    .spirit-mocc-description .spec-list strong { color: #d4af37; display: block; margin-bottom: 4px; }\n    .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n    .spirit-mocc-description th { background-color: #14211d; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n    .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n    .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n    .spirit-mocc-description .sizing-callout { background-color: #121e2d; border: 1px solid #233a57; padding: 15px; border-radius: 6px; margin-top: 15px; color: #a5c7f7; }\n    .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n    .spirit-mocc-description .trust-banner { background-color: #14211d; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #1e352f; }\n    .spirit-mocc-description .trust-banner h3 { color: #d4af37; font-size: 1.1rem; text-transform: uppercase; }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"hero-quote\"\u003e\n    \u003cp\u003e\"These moccasins are a collaborative masterpiece—a wearable piece of art that embodies the spirit of tradition, individuality, and community.\"\u003c\/p\u003e\n    \u003cspan\u003eSpirit Moccasins Collection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"intro-para\"\u003e\n    Welcome to \u003cstrong\u003eSpirit Moccasins\u003c\/strong\u003e. Our Women’s Red Ruby Suede Moccasins are a beautiful testament to the enduring artistry and rich cultural heritage of the Huron First Nations. Handcrafted with meticulous care, these slippers celebrate traditional skills, soft natural materials, and an authentic connection to the land.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"badge-grid\"\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eHuron First Nations\u003c\/h4\u003e\n\u003cp\u003eHand-crafted with pride by Indigenous artisans.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eRed Ruby Suede\u003c\/h4\u003e\n\u003cp\u003ePremium, supple Canadian suede in a rich, vibrant finish.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003ePlush Grey Rabbit Fur\u003c\/h4\u003e\n\u003cp\u003eFeaturing a luxuriously soft, genuine grey rabbit fur collar.\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\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      \u003cdiv class=\"tab-content\" id=\"content1\"\u003e\n        \u003ch3\u003eArtistry \u0026amp; The Spirit of the Rabbit\u003c\/h3\u003e\n        \u003cp\u003eAdorning the vamp of these moccasins is meticulous, hand-sewn glass beadwork that captures the traditional artistry of the Huron First Nations. Each bead is placed with patience and precision, creating a unique pattern of colour and light that makes every pair a true piece of wearable art.\u003c\/p\u003e\n        \n        \u003cp\u003eBeyond the artistry of the beads, these moccasins hold a sacred story woven into their design through the \u003cstrong\u003eplush grey rabbit fur collar\u003c\/strong\u003e that reflects the gentle nature of the Rabbit. In many Indigenous traditions, the Rabbit is a respected figure of wisdom, representing the quiet power of intuition and the importance of listening to one's surroundings. The soft, grey rabbit fur acts as a gentle embrace, reminding us of the beauty of gentleness—a reminder that there is profound strength in softness, awareness, and living in harmony with the earth. Wearing these moccasins serves as a daily invitation to move through the world with grace, to trust your inner voice, and to appreciate the quiet, steady rhythm of life.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"content2\"\u003e\n        \u003ch3\u003eCrafted for Indoor Luxury\u003c\/h3\u003e\n        \u003cul class=\"spec-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRed Ruby Suede:\u003c\/strong\u003e High-grade, soft-touch Canadian suede that offers exceptional comfort, allowing the leather to naturally breathe and mould to your unique footprint.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eOne-Piece Construction:\u003c\/strong\u003e Expertly assembled using a traditional, single-layer soft sole that wraps completely around the foot for a true \"barefoot\" feeling indoors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePlush Grey Rabbit Fur:\u003c\/strong\u003e Adorned with a luxurious, genuine grey rabbit fur collar, providing a soft, warm, and sophisticated finish.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFleece-Lined Comfort:\u003c\/strong\u003e A premium, warm fleece interior provides a soft, insulating layer for superior warmth and comfort against the skin.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eArtisan Beadwork:\u003c\/strong\u003e Features a hand-sewn glass beaded vamp, ensuring every pair is a unique, uniform piece of wearable art.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"content3\"\u003e\n        \u003ch3\u003eWomen's Sizing Chart\u003c\/h3\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\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\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cdiv class=\"sizing-callout\"\u003e\n\u003cstrong\u003ePro Sizing Tip:\u003c\/strong\u003e Our suede moccasins will stretch and mould to your foot over time. If you wear a half-size, we recommend ordering \u003cstrong\u003edown\u003c\/strong\u003e to the nearest full size for the most comfortable fit.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"content4\"\u003e\n        \u003ch3\u003eSustainable Heritage\u003c\/h3\u003e\n        \u003cp\u003eBy choosing Spirit Moccasins, you invest in an Indigenous-owned economy and support the preservation of ancestral knowledge. We are committed to ethical sourcing and long-lasting craftsmanship.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"trust-banner\"\u003e\n    \u003ch3\u003eIndigenous-Owned Excellence\u003c\/h3\u003e\n    \u003cp\u003eEvery purchase supports the preservation of cultural knowledge, local Canadian craftsmanship, and responsible environmental stewardship.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52743787151541,"sku":"SM543F-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52743787184309,"sku":"SM543F-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52743787217077,"sku":"SM543F-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52743787249845,"sku":"SM543F-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52743787282613,"sku":"SM543F-8","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52743787315381,"sku":"SM543F-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52743787348149,"sku":"SM543F-10","price":150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/Dream-Catcher-moccasins-Red-Ruby-Spirit-Moccasins.webp?v=1782582937"},{"product_id":"womens-navy-blue-suede-spirit-moccasins-with-grey-rabbit-fur-collar-and-suede-sole","title":"Women's Navy Blue Suede Spirit Moccasins With Grey Rabbit Fur Collar And Suede Sole","description":"\u003c!-- ========================================================= --\u003e\u003c!-- ========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\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;\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 * { box-sizing: border-box; }\n    \n        .spirit-mocc-description .hero-quote {\n          text-align: center;\n          background: #161616;\n          border: 1px solid #b38a43;\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n        .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; font-weight: 600; }\n    \n        .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n        .spirit-mocc-description .intro-para strong { color: #d4af37; }\n    \n        .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n        @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n        .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n        .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #b38a43; }\n        .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n        .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n    \n        .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n        .spirit-mocc-description .tab-input { display: none; }\n        .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n        .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n        .spirit-mocc-description .tab-label:hover { color: #d4af37; }\n        @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n        .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\n        \n        #sm-navy-tab1:checked ~ .tab-labels label[for=\"sm-navy-tab1\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-navy-tab2:checked ~ .tab-labels label[for=\"sm-navy-tab2\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-navy-tab3:checked ~ .tab-labels label[for=\"sm-navy-tab3\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-navy-tab4:checked ~ .tab-labels label[for=\"sm-navy-tab4\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    \n        #sm-navy-tab1:checked ~ .tab-contents #sm-navy-content1 { display: block; }\n        #sm-navy-tab2:checked ~ .tab-contents #sm-navy-content2 { display: block; }\n        #sm-navy-tab3:checked ~ .tab-contents #sm-navy-content3 { display: block; }\n        #sm-navy-tab4:checked ~ .tab-contents #sm-navy-content4 { display: block; }\n    \n        @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n    \n        .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n        .spirit-mocc-description .story-quote { border-left: 4px solid #b38a43; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n        .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n        @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n        .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n        .spirit-mocc-description .spec-list strong { color: #d4af37; display: block; margin-bottom: 4px; }\n        .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n        .spirit-mocc-description th { background-color: #14211d; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n        .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n        .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n        .spirit-mocc-description .sizing-callout { background-color: #121e2d; border: 1px solid #233a57; padding: 15px; border-radius: 6px; margin-top: 15px; color: #a5c7f7; }\n        .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n        .spirit-mocc-description .trust-banner { background-color: #14211d; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #1e352f; }\n        .spirit-mocc-description .trust-banner h3 { color: #d4af37; font-size: 1.1rem; text-transform: uppercase; }\n      \u003c\/style\u003e\n\u003cdiv class=\"spirit-mocc-description\"\u003e\n\u003cdiv class=\"hero-quote\"\u003e\n\u003cp\u003e\"A harmonious blend of comfort and heritage—these moccasins are a wearable tribute to the quiet, tranquil beauty of the night sky.\"\u003c\/p\u003e\n\u003cspan\u003eSpirit Moccasins Exclusive\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"intro-para\"\u003eStep into twilight serenity with \u003cstrong\u003eSpirit Moccasins\u003c\/strong\u003e. Our Women’s Navy Blue Suede Moccasins offer an authentic embrace of traditional Huron-Wendat craftsmanship. Meticulously hand-sewn for indoor relaxation, these authentic Indigenous slippers utilize nature's softest materials to provide a grounding, soothing experience after a long day.\u003c\/p\u003e\n\u003cdiv class=\"badge-grid\"\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eAuthentic Craftsmanship\u003c\/h4\u003e\n\u003cp\u003eProudly hand-sewn by skilled Huron First Nations artisans in Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eMidnight Navy Suede\u003c\/h4\u003e\n\u003cp\u003eDurable, breathable Canadian split leather in a deep, calming hue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eEthical Fur Trim\u003c\/h4\u003e\n\u003cp\u003eAccented with a sumptuously soft, genuine grey rabbit fur collar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\u003cinput checked class=\"tab-input\" name=\"mocc-tabs-navy\" id=\"sm-navy-tab1\" type=\"radio\"\u003e \u003cinput class=\"tab-input\" name=\"mocc-tabs-navy\" id=\"sm-navy-tab2\" type=\"radio\"\u003e \u003cinput class=\"tab-input\" name=\"mocc-tabs-navy\" id=\"sm-navy-tab3\" type=\"radio\"\u003e \u003cinput class=\"tab-input\" name=\"mocc-tabs-navy\" id=\"sm-navy-tab4\" type=\"radio\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel class=\"tab-label\" for=\"sm-navy-tab1\"\u003eDesign Inspiration\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"sm-navy-tab2\"\u003eMaterials \u0026amp; Build\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"sm-navy-tab3\"\u003eSize \u0026amp; Fit Guide\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"sm-navy-tab4\"\u003eOur Commitment\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-contents\"\u003e\n\u003cdiv id=\"sm-navy-content1\" class=\"tab-content\"\u003e\n\u003ch3\u003eThe Midnight Sky \u0026amp; The Gentle Rabbit\u003c\/h3\u003e\n\u003cp\u003eThe vamp of each slipper is graced with intricate, hand-applied glass beadwork that mirrors the subtle twinkle of stars against a midnight sky. Set against the rich navy suede, this traditional Native American artistry ensures that no two pairs are exactly alike, providing you with a highly personalized piece of functional art.\u003c\/p\u003e\n\u003cp\u003eWrapping the ankle is a \u003cstrong\u003eluxurious grey rabbit fur trim\u003c\/strong\u003e, which does more than just provide exceptional warmth. In Indigenous lore, the Rabbit is a profound symbol of intuition, gentleness, and harmony with the natural world. This soft trim acts as a tactile reminder to move through life with a calm awareness, making these moccasins the perfect footwear for unwinding, reflecting, and finding peace in your home environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"sm-navy-content2\" class=\"tab-content\"\u003e\n\u003ch3\u003ePremium Indoor Comfort\u003c\/h3\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreathable Navy Suede:\u003c\/strong\u003e Supple Canadian leather that acts as a natural insulator while allowing airflow, adapting flawlessly to the unique contours of your feet.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeamless Soft Sole:\u003c\/strong\u003e Designed using an ancestral one-piece construction method, giving you a flexible, barefoot-like feel specifically tailored for indoor lounging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Rabbit Fur:\u003c\/strong\u003e The ankle is wrapped in ethically sourced grey rabbit fur, trapping heat to keep your feet toasty during chilly mornings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlush Fleece Interior:\u003c\/strong\u003e Fully lined with high-quality, ultra-soft fleece to provide maximum coziness and a cushion-like barrier against cold floors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHand-Beaded Accents:\u003c\/strong\u003e Each moccasin features a carefully stitched beaded motif, showcasing authentic Indigenous artistry and attention to detail.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"sm-navy-content3\" class=\"tab-content\"\u003e\n\u003ch3\u003eWomen's Sizing Chart\u003c\/h3\u003e\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 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"sizing-callout\"\u003e\n\u003cstrong\u003eFit Recommendation:\u003c\/strong\u003e Genuine suede naturally stretches and conforms to your individual footprint. If you typically wear a half-size, we strongly suggest ordering \u003cstrong\u003edown\u003c\/strong\u003e to the nearest whole size to ensure a snug, comfortable fit over time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"sm-navy-content4\" class=\"tab-content\"\u003e\n\u003ch3\u003eSupporting Indigenous Economies\u003c\/h3\u003e\n\u003cp\u003eWhen you purchase from Spirit Moccasins, you are directly investing in the livelihood of First Nations artisans. We prioritize sustainable material sourcing and are deeply committed to ensuring that ancient shoe-making traditions thrive for generations to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-banner\"\u003e\n\u003ch3\u003eProudly Indigenous-Owned\u003c\/h3\u003e\n\u003cp\u003eYour support empowers our communities, preserves vital cultural artistry, and promotes responsible, slow-fashion craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SHOPIFY SAFE ZONE END                      --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================================== --\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52748490899637,"sku":"SM643F-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52748490932405,"sku":"SM643F-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52748490965173,"sku":"SM643F-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52748490997941,"sku":"SM643F-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52748491030709,"sku":"SM643F-8","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52748491063477,"sku":"SM643F-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52748491096245,"sku":"SM643F-10","price":150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/SM643F-Womens-Navy-Blue-Moccasins-Beaded_1.webp?v=1782778947"},{"product_id":"womens-chocolate-suede-spirit-moccasins-with-brown-rabbit-fur-collar-and-suede-sole","title":"Women's Chocolate Suede Spirit Moccasins With Brown Rabbit Fur Collar And Suede Sole","description":"\u003c!-- ========================================================= --\u003e\u003c!-- SHOPIFY SAFE ZONE START                                   --\u003e\u003c!-- Copy from here down into your Shopify product description --\u003e\u003c!-- (Use the HTML `\u003c\u003e` view in the Shopify Rich Text Editor)  --\u003e\u003c!-- ========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\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;\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 * { box-sizing: border-box; }\n    \n        .spirit-mocc-description .hero-quote {\n          text-align: center;\n          background: #161616;\n          border: 1px solid #b38a43;\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n        .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; font-weight: 600; }\n    \n        .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n        .spirit-mocc-description .intro-para strong { color: #d4af37; }\n    \n        .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n        @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n        .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n        .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #b38a43; }\n        .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n        .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n    \n        .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n        .spirit-mocc-description .tab-input { display: none; }\n        .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n        .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n        .spirit-mocc-description .tab-label:hover { color: #d4af37; }\n        @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n        .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\n        \n        #sm-brown-tab1:checked ~ .tab-labels label[for=\"sm-brown-tab1\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-brown-tab2:checked ~ .tab-labels label[for=\"sm-brown-tab2\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-brown-tab3:checked ~ .tab-labels label[for=\"sm-brown-tab3\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-brown-tab4:checked ~ .tab-labels label[for=\"sm-brown-tab4\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    \n        #sm-brown-tab1:checked ~ .tab-contents #sm-brown-content1 { display: block; }\n        #sm-brown-tab2:checked ~ .tab-contents #sm-brown-content2 { display: block; }\n        #sm-brown-tab3:checked ~ .tab-contents #sm-brown-content3 { display: block; }\n        #sm-brown-tab4:checked ~ .tab-contents #sm-brown-content4 { display: block; }\n    \n        @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n    \n        .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n        .spirit-mocc-description .story-quote { border-left: 4px solid #b38a43; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n        .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n        @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n        .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n        .spirit-mocc-description .spec-list strong { color: #d4af37; display: block; margin-bottom: 4px; }\n        .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n        .spirit-mocc-description th { background-color: #14211d; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n        .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n        .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n        .spirit-mocc-description .sizing-callout { background-color: #121e2d; border: 1px solid #233a57; padding: 15px; border-radius: 6px; margin-top: 15px; color: #a5c7f7; }\n        .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n        .spirit-mocc-description .trust-banner { background-color: #14211d; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #1e352f; }\n        .spirit-mocc-description .trust-banner h3 { color: #d4af37; font-size: 1.1rem; text-transform: uppercase; }\n      \u003c\/style\u003e\n\u003cdiv class=\"spirit-mocc-description\"\u003e\n\u003cdiv class=\"hero-quote\"\u003e\n\u003cp\u003e\"A grounding embrace of the earth's natural palette—these handcrafted moccasins weave ancient knowledge into modern relaxation.\"\u003c\/p\u003e\n\u003cspan\u003eSpirit Moccasins Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"intro-para\"\u003eDiscover the deeply rooting comfort of our \u003cstrong\u003eChocolate Brown Suede Moccasins\u003c\/strong\u003e. Created by skilled Indigenous artisans in Canada, these exquisite indoor slippers combine resilient two-piece construction with incredibly soft natural materials. From the distinct beadwork to the plush lining, they are designed to offer a warm, earthy sanctuary for your feet.\u003c\/p\u003e\n\u003cdiv class=\"badge-grid\"\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eIndigenous Crafted\u003c\/h4\u003e\n\u003cp\u003eMeticulously handmade in Canada, supporting Indigenous-owned businesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eEarthy Brown Suede\u003c\/h4\u003e\n\u003cp\u003eHigh-quality, durable Canadian suede in a rich, grounding chocolate tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eBrown Rabbit Fur\u003c\/h4\u003e\n\u003cp\u003eEnveloped by a naturally soft, genuine brown rabbit fur collar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\u003c!-- Unique IDs for the Chocolate Brown product to prevent Shopify overlap --\u003e \u003cinput type=\"radio\" id=\"sm-brown-tab1\" name=\"mocc-tabs-brown\" class=\"tab-input\" checked\u003e \u003cinput type=\"radio\" id=\"sm-brown-tab2\" name=\"mocc-tabs-brown\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"sm-brown-tab3\" name=\"mocc-tabs-brown\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"sm-brown-tab4\" name=\"mocc-tabs-brown\" class=\"tab-input\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel for=\"sm-brown-tab1\" class=\"tab-label\"\u003eEarthy Inspiration\u003c\/label\u003e \u003clabel for=\"sm-brown-tab2\" class=\"tab-label\"\u003eFeatures \u0026amp; Materials\u003c\/label\u003e \u003clabel for=\"sm-brown-tab3\" class=\"tab-label\"\u003eSize Chart \u0026amp; Fit\u003c\/label\u003e \u003clabel for=\"sm-brown-tab4\" class=\"tab-label\"\u003eAuthentic Heritage\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-contents\"\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-brown-content1\"\u003e\n\u003ch3\u003eRooted in Tradition\u003c\/h3\u003e\n\u003cp\u003eThe dark chocolate suede serves as a canvas for striking, hand-sewn glass beadwork. Intricately patterned using tones of \u003cstrong\u003eturquoise, pearl, and gold\u003c\/strong\u003e, these beads catch the light beautifully against the dark backdrop, reflecting the harmony between the earth and the vibrant spirit of the natural world.\u003c\/p\u003e\n\u003cp\u003eAccentuating this artwork is the genuine brown rabbit fur collar. Highly valued in traditional practices for its incredible softness and warmth, the brown rabbit fur grounds the design in organic textures, making these slippers an ideal companion for peaceful, relaxing moments at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-brown-content2\"\u003e\n\u003ch3\u003eDesigned for Lasting Warmth\u003c\/h3\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eChocolate Brown Suede:\u003c\/strong\u003e Supple, premium Canadian leather that is highly durable yet flexible, adjusting effortlessly to the shape of your feet over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Piece Construction:\u003c\/strong\u003e Unlike single-layer designs, these utilize a sturdy two-piece assembly, offering enhanced structure and longevity for indoor wear.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleece Lined:\u003c\/strong\u003e The entire interior is lined with cozy fleece, creating a thermal barrier that guarantees superior comfort on chilly mornings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Brown Fur:\u003c\/strong\u003e A lush collar of ethically sourced brown rabbit fur hugs the ankle, sealing in the warmth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTurquoise \u0026amp; Gold Beads:\u003c\/strong\u003e Meticulous hand-beading ensures no two pairs are entirely identical, showcasing authentic Canadian artisanship.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-brown-content3\"\u003e\n\u003ch3\u003eWomen's Sizing Guide\u003c\/h3\u003e\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 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"sizing-callout\"\u003e\n\u003cstrong\u003eHow to find your perfect fit:\u003c\/strong\u003e Our Spirit Moccasins are available in whole sizes only. Natural suede will stretch and conform to your footprint for a custom fit. If you fall between two sizes, we advise ordering \u003cstrong\u003edown\u003c\/strong\u003e to the nearest whole size.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-brown-content4\"\u003e\n\u003ch3\u003ePreserving Indigenous Artistry\u003c\/h3\u003e\n\u003cp\u003eBy bringing home a pair of Spirit Moccasins, you are directly celebrating and supporting Indigenous-owned businesses. Our dedication to authentic Canadian heritage ensures that the rich traditions of our artisans continue to thrive with every stitch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-banner\"\u003e\n\u003ch3\u003eAuthentic Indigenous Craftsmanship\u003c\/h3\u003e\n\u003cp\u003eHand-crafted in Canada. Your purchase sustains traditional arts, supports community artisans, and embraces slow, conscious fashion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SHOPIFY SAFE ZONE END                      --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================================== --\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52748508430517,"sku":"SM343F-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52748508463285,"sku":"SM343F-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52748508496053,"sku":"SM343F-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52748508528821,"sku":"SM343F-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52748508561589,"sku":"SM343F-8","price":150.0,"currency_code":"CAD","in_stock":false},{"title":"9","offer_id":52748508594357,"sku":"SM343F-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52748508627125,"sku":"SM343F-10","price":150.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/SM343F-spirit-moccasins-made-in-canada-rabbit-fur-slippers-indigenous-made-moccasins-canada-angle-view-moccasin.webp?v=1782782789"},{"product_id":"womens-black-papoose-fringe-moccasins-spirit-moccasins","title":"Women's Black Papoose Fringe Moccasins | Spirit Moccasins","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;\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 * { box-sizing: border-box; }\n\n    .spirit-mocc-description .hero-quote {\n      text-align: center;\n      background: #161616;\n      border: 1px solid #8c4a32; \/* Earthy cedar warm brown accent *\/\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n    .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #b56545; font-weight: 600; }\n\n    .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n    .spirit-mocc-description .intro-para strong { color: #b56545; }\n\n    .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n    @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n    .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n    .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #8c4a32; }\n    .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n    .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n\n    .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n    .spirit-mocc-description .tab-input { display: none; }\n    .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n    .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n    .spirit-mocc-description .tab-label:hover { color: #b56545; }\n    @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n    .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\n    \n    #cc-black-tab1:checked ~ .tab-labels label[for=\"cc-black-tab1\"] { color: #ffffff; border-bottom-color: #b56545; background: #1a1514; }\n    #cc-black-tab2:checked ~ .tab-labels label[for=\"cc-black-tab2\"] { color: #ffffff; border-bottom-color: #b56545; background: #1a1514; }\n    #cc-black-tab3:checked ~ .tab-labels label[for=\"cc-black-tab3\"] { color: #ffffff; border-bottom-color: #b56545; background: #1a1514; }\n    #cc-black-tab4:checked ~ .tab-labels label[for=\"cc-black-tab4\"] { color: #ffffff; border-bottom-color: #b56545; background: #1a1514; }\n\n    #cc-black-tab1:checked ~ .tab-contents #cc-black-content1 { display: block; }\n    #cc-black-tab2:checked ~ .tab-contents #cc-black-content2 { display: block; }\n    #cc-black-tab3:checked ~ .tab-contents #cc-black-content3 { display: block; }\n    #cc-black-tab4:checked ~ .tab-contents #cc-black-content4 { display: block; }\n\n    @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n\n    .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n    .spirit-mocc-description .story-quote { border-left: 4px solid #8c4a32; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n    .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n    @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n    .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n    .spirit-mocc-description .spec-list strong { color: #b56545; display: block; margin-bottom: 4px; }\n    .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n    .spirit-mocc-description th { background-color: #1a1514; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n    .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n    .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n    .spirit-mocc-description .sizing-callout { background-color: #1a1514; border: 1px solid #36221c; padding: 15px; border-radius: 6px; margin-top: 15px; color: #d7bba4; }\n    .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n    .spirit-mocc-description .trust-banner { background-color: #1a1514; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #2b1b17; }\n    .spirit-mocc-description .trust-banner h3 { color: #b56545; font-size: 1.1rem; text-transform: uppercase; }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"hero-quote\"\u003e\n    \u003cp\u003e\"Unadorned beauty rooted in the earth. Experience the pure essence of raw leather and traditional craftsmanship.\"\u003c\/p\u003e\n    \u003cspan\u003eThe Cedar Collection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"intro-para\"\u003e\n    Welcome to \u003cstrong\u003eThe Cedar Collection\u003c\/strong\u003e. Crafted for those who appreciate the quiet beauty of minimalist design, our Women’s Black Cowhide Papoose Moccasins are intentionally created without beadwork or fur trim. This allows the incredibly soft, natural grain of the Canadian cowhide to take center stage, resulting in a sleek, timeless indoor bootie that wraps your feet in pure comfort.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"badge-grid\"\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eThe Cedar Collection\u003c\/h4\u003e\n      \u003cp\u003eUnembellished and free of fur, designed to highlight the authentic character of the hide.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003ePremium Black Cowhide\u003c\/h4\u003e\n      \u003cp\u003eLuxuriously soft, durable leather sourced strictly from ethical Canadian tanneries.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"badge-card\"\u003e\n      \u003ch4\u003eHuron Crafted\u003c\/h4\u003e\n      \u003cp\u003eMeticulously handmade in Canada by skilled Indigenous artisans.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs-wrapper\"\u003e\n    \u003c!-- Unique IDs for the Cedar Black product to prevent Shopify overlap --\u003e\n    \u003cinput type=\"radio\" id=\"cc-black-tab1\" name=\"mocc-tabs-cc-black\" class=\"tab-input\" checked\u003e\n    \u003cinput type=\"radio\" id=\"cc-black-tab2\" name=\"mocc-tabs-cc-black\" class=\"tab-input\"\u003e\n    \u003cinput type=\"radio\" id=\"cc-black-tab3\" name=\"mocc-tabs-cc-black\" class=\"tab-input\"\u003e\n    \u003cinput type=\"radio\" id=\"cc-black-tab4\" name=\"mocc-tabs-cc-black\" class=\"tab-input\"\u003e\n\n    \u003cdiv class=\"tab-labels\"\u003e\n      \u003clabel for=\"cc-black-tab1\" class=\"tab-label\"\u003eThe Minimalist Papoose\u003c\/label\u003e\n      \u003clabel for=\"cc-black-tab2\" class=\"tab-label\"\u003eMaterials \u0026amp; Design\u003c\/label\u003e\n      \u003clabel for=\"cc-black-tab3\" class=\"tab-label\"\u003eSize \u0026amp; Fit Guide\u003c\/label\u003e\n      \u003clabel for=\"cc-black-tab4\" class=\"tab-label\"\u003eIndigenous Craft\u003c\/label\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tab-contents\"\u003e\n      \n      \u003cdiv class=\"tab-content\" id=\"cc-black-content1\"\u003e\n        \u003ch3\u003eThe Pure Essence of Leather\u003c\/h3\u003e\n        \u003cp\u003ePieces in \u003cstrong\u003eThe Cedar Collection\u003c\/strong\u003e are intentionally stripped back to honour the raw material itself. By removing embossed designs and fur collars, the deep, rich texture of the black cowhide becomes the focal point. Every natural scar and mark embedded in the leather tells a story of the hide’s life, guaranteeing that no two pairs are exactly alike.\u003c\/p\u003e\n        \n        \u003cp\u003eThe classic \u003cem\u003ePapoose\u003c\/em\u003e silhouette is a testament to traditional design. Acting as a soft, ankle-high slipper boot, it provides a seamless embrace around your foot. Whether you are lounging by the fire or starting a quiet morning, these unadorned moccasins offer a grounded, authentic connection to the earth.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"cc-black-content2\"\u003e\n        \u003ch3\u003eEngineered for Indoor Comfort\u003c\/h3\u003e\n        \u003cul class=\"spec-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCanadian Black Cowhide:\u003c\/strong\u003e Exceptionally supple and durable leather that breathes naturally and ages beautifully with wear.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUnadorned Design:\u003c\/strong\u003e Free from exterior embellishments, offering a clean, contemporary aesthetic rooted in ancient tradition.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFleece-Lined Warmth:\u003c\/strong\u003e The interior features a soft fleece lining designed to trap heat and keep your feet cozy on cold floors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePadded Insole:\u003c\/strong\u003e Equipped with a specially designed cushioned insole that provides gentle, all-day relief for your feet.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSoft Leather Sole:\u003c\/strong\u003e A traditional, flexible leather bottom offers excellent indoor traction while protecting your hardwood floors.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"cc-black-content3\"\u003e\n        \u003ch3\u003eWomen's Sizing Guide\u003c\/h3\u003e\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 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cdiv class=\"sizing-callout\"\u003e\n          \u003cstrong\u003eAchieving the Perfect Fit:\u003c\/strong\u003e Unlined by rigid structures, genuine cowhide will naturally stretch and conform exactly to the contours of your feet. We offer whole sizes only. If you are a half size, we recommend rounding \u003cstrong\u003edown\u003c\/strong\u003e to the nearest full size.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tab-content\" id=\"cc-black-content4\"\u003e\n        \u003ch3\u003eAuthentic Aboriginal Artistry\u003c\/h3\u003e\n        \u003cp\u003eHandcrafted by skilled Huron Indian artisans in Canada, these moccasins represent a powerful blend of enduring cultural heritage and modern comfort. Your purchase directly supports Indigenous-owned businesses and ensures these sustainable, traditional crafting methods are passed down to the next generation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"trust-banner\"\u003e\n    \u003ch3\u003eSustainably Handcrafted\u003c\/h3\u003e\n    \u003cp\u003eMade with pride in Canada. We partner with artisans who practice ethical material sourcing, creating products that respect the environment and last for years.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52748555190453,"sku":"468BLKF-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52748555223221,"sku":"468BLKF-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52748555255989,"sku":"468BLKF-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52748555288757,"sku":"468BLKF-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52748555321525,"sku":"468BLKF-8","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52748555354293,"sku":"468BLKF-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52748555387061,"sku":"468BLKF-10","price":150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/Black-Moccasins-womens-spirit-moccasins-fringe.webp?v=1782785030"},{"product_id":"the-lefty-42-edition-signature-basketball-inspired-moccasin-by-spirit-moccasins","title":"The Lefty 42 Edition | Signature Basketball-Inspired Moccasin by Spirit Moccasins","description":"","brand":"Spirit Moccasins","offers":[{"title":"Male \/ 6","offer_id":52764430467253,"sku":"LSM21199H-6","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 7","offer_id":52764430500021,"sku":"LSM21199H-7","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 8","offer_id":52764430532789,"sku":"LSM21199H-8","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 9","offer_id":52764430565557,"sku":"LSM21199H-9","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 10","offer_id":52764430598325,"sku":"LSM21199H-7","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 11","offer_id":52764430631093,"sku":"LSM21199H-10","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 12","offer_id":52764430663861,"sku":"LSM21199H-11","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 13","offer_id":52764430696629,"sku":"LSM21199H-12","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 14","offer_id":52764430729397,"sku":"LSM21199H-13","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Male \/ 15","offer_id":52764430762165,"sku":"LSM21199H-14","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 4","offer_id":52764430860469,"sku":"LSM21199F4","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 5","offer_id":52764430893237,"sku":"LSM21199F-5","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 6","offer_id":52764430926005,"sku":"LSM21199F-6","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 7","offer_id":52764430958773,"sku":"LSM21199F-7","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 8","offer_id":52764430991541,"sku":"LSM21199F-8","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 9","offer_id":52764431024309,"sku":"LSM21199F-9","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 10","offer_id":52764431057077,"sku":"LSM21199F-10","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 11","offer_id":52764431089845,"sku":"LSM21199F-11","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 12","offer_id":52764431122613,"sku":"LSM21199F-12","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 13","offer_id":52764431155381,"sku":"LSM21199F-13","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 14","offer_id":52764431188149,"sku":"LSM21199F-14","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 15","offer_id":52764431220917,"sku":"LSM21199F-15","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 16","offer_id":52764431253685,"sku":"LSM21199F-16","price":175.0,"currency_code":"CAD","in_stock":true},{"title":"Female \/ 17","offer_id":52764431286453,"sku":"LSM21199F-17","price":175.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/Lefty-Williams-basketball-moccasins-side-view.jpg?v=1783057882"},{"product_id":"womens-indian-tan-suede-spirit-moccasins-with-brown-rabbit-fur-collar-and-suede-sole","title":"Women's Indian Tan Suede Spirit Moccasins With Brown Rabbit Fur Collar And Suede Sole","description":"\u003c!-- ========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\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;\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 * { box-sizing: border-box; }\n    \n        .spirit-mocc-description .hero-quote {\n          text-align: center;\n          background: #161616;\n          border: 1px solid #b38a43;\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n        .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; font-weight: 600; }\n    \n        .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n        .spirit-mocc-description .intro-para strong { color: #d4af37; }\n    \n        .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n        @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n        .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n        .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #b38a43; }\n        .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n        .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n    \n        .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n        .spirit-mocc-description .tab-input { display: none; }\n        .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n        .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n        .spirit-mocc-description .tab-label:hover { color: #d4af37; }\n        @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n        .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\n        \n        #sm-tan-tab1:checked ~ .tab-labels label[for=\"sm-tan-tab1\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-tan-tab2:checked ~ .tab-labels label[for=\"sm-tan-tab2\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-tan-tab3:checked ~ .tab-labels label[for=\"sm-tan-tab3\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-tan-tab4:checked ~ .tab-labels label[for=\"sm-tan-tab4\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    \n        #sm-tan-tab1:checked ~ .tab-contents #sm-tan-content1 { display: block; }\n        #sm-tan-tab2:checked ~ .tab-contents #sm-tan-content2 { display: block; }\n        #sm-tan-tab3:checked ~ .tab-contents #sm-tan-content3 { display: block; }\n        #sm-tan-tab4:checked ~ .tab-contents #sm-tan-content4 { display: block; }\n    \n        @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n    \n        .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n        .spirit-mocc-description .story-quote { border-left: 4px solid #b38a43; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n        .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n        @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n        .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n        .spirit-mocc-description .spec-list strong { color: #d4af37; display: block; margin-bottom: 4px; }\n        .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n        .spirit-mocc-description th { background-color: #14211d; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n        .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n        .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n        .spirit-mocc-description .sizing-callout { background-color: #121e2d; border: 1px solid #233a57; padding: 15px; border-radius: 6px; margin-top: 15px; color: #a5c7f7; }\n        .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n        .spirit-mocc-description .trust-banner { background-color: #14211d; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #1e352f; }\n        .spirit-mocc-description .trust-banner h3 { color: #d4af37; font-size: 1.1rem; text-transform: uppercase; }\n      \u003c\/style\u003e\n\u003cdiv class=\"spirit-mocc-description\"\u003e\n\u003cdiv class=\"hero-quote\"\u003e\n\u003cp\u003e\"A grounding embrace of the earth's natural palette—these handcrafted moccasins weave ancient knowledge into modern relaxation.\"\u003c\/p\u003e\n\u003cspan\u003eSpirit Moccasins Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"intro-para\"\u003eDiscover the deeply rooting comfort of our \u003cstrong\u003eIndian Tan Suede Moccasins\u003c\/strong\u003e. Created by skilled Indigenous artisans in Canada, these exquisite indoor slippers combine resilient two-piece construction with incredibly soft natural materials. From the distinct beadwork to the plush lining, they are designed to offer a warm, earthy sanctuary for your feet.\u003c\/p\u003e\n\u003cdiv class=\"badge-grid\"\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eIndigenous Crafted\u003c\/h4\u003e\n\u003cp\u003eMeticulously handmade in Canada, supporting Indigenous-owned businesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eIndian Tan Suede\u003c\/h4\u003e\n\u003cp\u003eHigh-quality, durable Canadian suede in a rich, beautiful Indian Tan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eBrown Fur\u003c\/h4\u003e\n\u003cp\u003eEnveloped by a naturally soft, genuine brown fur collar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\u003c!-- Unique IDs for the Indian Tan product to prevent Shopify overlap --\u003e \u003cinput type=\"radio\" id=\"sm-tan-tab1\" name=\"mocc-tabs-tan\" class=\"tab-input\" checked\u003e \u003cinput type=\"radio\" id=\"sm-tan-tab2\" name=\"mocc-tabs-tan\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"sm-tan-tab3\" name=\"mocc-tabs-tan\" class=\"tab-input\"\u003e \u003cinput type=\"radio\" id=\"sm-tan-tab4\" name=\"mocc-tabs-tan\" class=\"tab-input\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel for=\"sm-tan-tab1\" class=\"tab-label\"\u003eEarthy Inspiration\u003c\/label\u003e \u003clabel for=\"sm-tan-tab2\" class=\"tab-label\"\u003eFeatures \u0026amp; Materials\u003c\/label\u003e \u003clabel for=\"sm-tan-tab3\" class=\"tab-label\"\u003eSize Chart \u0026amp; Fit\u003c\/label\u003e \u003clabel for=\"sm-tan-tab4\" class=\"tab-label\"\u003eAuthentic Heritage\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-contents\"\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-tan-content1\"\u003e\n\u003ch3\u003eRooted in Tradition\u003c\/h3\u003e\n\u003cp\u003eThe Indian Tan suede serves as a canvas for striking, hand-sewn glass beadwork. Intricately patterned using tones of \u003cstrong\u003e[Color 1, Color 2, and Color 3]\u003c\/strong\u003e, these beads catch the light beautifully against the tan backdrop, reflecting the harmony between the earth and the vibrant spirit of the natural world.\u003c\/p\u003e\n\u003cp\u003eAccentuating this artwork is the genuine brown fur collar. Highly valued in traditional practices for its incredible softness and warmth, the brown fur grounds the design in organic textures, making these slippers an ideal companion for peaceful, relaxing moments at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-tan-content2\"\u003e\n\u003ch3\u003eDesigned for Lasting Warmth\u003c\/h3\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndian Tan Suede:\u003c\/strong\u003e Supple, premium Canadian leather that is highly durable yet flexible, adjusting effortlessly to the shape of your feet over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Piece Construction:\u003c\/strong\u003e Unlike single-layer designs, these utilize a sturdy two-piece assembly, offering enhanced structure and longevity for indoor wear.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleece Lined:\u003c\/strong\u003e The entire interior is lined with cozy fleece, creating a thermal barrier that guarantees superior comfort on chilly mornings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Brown Fur:\u003c\/strong\u003e A lush collar of ethically sourced brown fur hugs the ankle, sealing in the warmth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e[Main Bead Colors] Beads:\u003c\/strong\u003e Meticulous hand-beading ensures no two pairs are entirely identical, showcasing authentic Canadian artisanship.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-tan-content3\"\u003e\n\u003ch3\u003eWomen's Sizing Guide\u003c\/h3\u003e\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 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"sizing-callout\"\u003e\n\u003cstrong\u003eHow to find your perfect fit:\u003c\/strong\u003e Our Spirit Moccasins are available in whole sizes only. Natural suede will stretch and conform to your footprint for a custom fit. If you fall between two sizes, we advise ordering \u003cstrong\u003edown\u003c\/strong\u003e to the nearest whole size.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-tan-content4\"\u003e\n\u003ch3\u003ePreserving Indigenous Artistry\u003c\/h3\u003e\n\u003cp\u003eBy bringing home a pair of Spirit Moccasins, you are directly celebrating and supporting Indigenous-owned businesses. Our dedication to authentic Canadian heritage ensures that the rich traditions of our artisans continue to thrive with every stitch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-banner\"\u003e\n\u003ch3\u003eAuthentic Indigenous Craftsmanship\u003c\/h3\u003e\n\u003cp\u003eHand-crafted in Canada. Your purchase sustains traditional arts, supports community artisans, and embraces slow, conscious fashion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SHOPIFY SAFE ZONE END                      --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================================== --\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52788151746741,"sku":"SM243F-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52788151779509,"sku":"SM243F-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52788151812277,"sku":"SM243F-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52788151845045,"sku":"SM243F-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52788151877813,"sku":"SM243F-8","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52788151910581,"sku":"SM243F-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52788151943349,"sku":"SM243F-10","price":150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/SM232F-Indian-Tan-moccasin-for-women.webp?v=1783756979"},{"product_id":"womens-black-suede-spirit-moccasins-with-black-rabbit-fur-collar-and-suede-sole","title":"Women's Black Suede Spirit Moccasins With Black Rabbit Fur Collar And Suede Sole","description":"\u003c!-- ========================================================= --\u003e\n\u003c!-- SHOPIFY SAFE ZONE START                                   --\u003e\n\u003c!-- Copy from here down into your Shopify product description --\u003e\n\u003c!-- (Use the HTML `\u003c\u003e` view in the Shopify Rich Text Editor)  --\u003e\n\u003c!-- ========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Scope wrapper to isolate styles and protect your header\/footer in dark themes --\u003e\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;\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 * { box-sizing: border-box; }\n    \n        .spirit-mocc-description .hero-quote {\n          text-align: center;\n          background: #161616;\n          border: 1px solid #b38a43;\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 { font-size: 1.15rem; color: #f5f5f5; font-style: italic; margin: 0 0 10px 0; font-weight: 500; }\n        .spirit-mocc-description .hero-quote span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; font-weight: 600; }\n    \n        .spirit-mocc-description .intro-para { font-size: 1.05rem; color: #e0e0e0; margin-bottom: 24px; text-align: justify; }\n        .spirit-mocc-description .intro-para strong { color: #d4af37; }\n    \n        .spirit-mocc-description .badge-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }\n        @media (min-width: 600px) { .spirit-mocc-description .badge-grid { grid-template-columns: 1fr 1fr 1fr; } }\n        .spirit-mocc-description .badge-card { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 24px 15px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: center; }\n        .spirit-mocc-description .badge-card:hover { transform: translateY(-2px); border-color: #b38a43; }\n        .spirit-mocc-description .badge-card h4 { margin: 0 0 8px 0; font-size: 0.95rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }\n        .spirit-mocc-description .badge-card p { margin: 0; font-size: 0.8rem; color: #a0a0a0; line-height: 1.4; }\n    \n        .spirit-mocc-description .tabs-wrapper { position: relative; margin: 35px 0; }\n        .spirit-mocc-description .tab-input { display: none; }\n        .spirit-mocc-description .tab-labels { display: flex; flex-wrap: wrap; border-bottom: 2px solid #2a2a2a; margin-bottom: 20px; }\n        .spirit-mocc-description .tab-label { padding: 12px 20px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #a0a0a0; cursor: pointer; transition: all 0.2s ease; border-bottom: 3px solid transparent; margin-bottom: -2px; }\n        .spirit-mocc-description .tab-label:hover { color: #d4af37; }\n        @media (max-width: 600px) { .spirit-mocc-description .tab-labels { flex-direction: column; border-bottom: none; } .spirit-mocc-description .tab-label { border: 1px solid #2a2a2a; border-radius: 4px; margin-bottom: 5px; text-align: center; background: #111111; } }\n        .spirit-mocc-description .tab-content { display: none; animation: fadeIn 0.4s ease; }\n        \n        #sm-blk-tab1:checked ~ .tab-labels label[for=\"sm-blk-tab1\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-blk-tab2:checked ~ .tab-labels label[for=\"sm-blk-tab2\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-blk-tab3:checked ~ .tab-labels label[for=\"sm-blk-tab3\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n        #sm-blk-tab4:checked ~ .tab-labels label[for=\"sm-blk-tab4\"] { color: #ffffff; border-bottom-color: #b38a43; background: #14211d; }\n    \n        #sm-blk-tab1:checked ~ .tab-contents #sm-blk-content1 { display: block; }\n        #sm-blk-tab2:checked ~ .tab-contents #sm-blk-content2 { display: block; }\n        #sm-blk-tab3:checked ~ .tab-contents #sm-blk-content3 { display: block; }\n        #sm-blk-tab4:checked ~ .tab-contents #sm-blk-content4 { display: block; }\n    \n        @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }\n    \n        .spirit-mocc-description h3 { color: #ffffff; font-size: 1.3rem; margin-top: 10px; margin-bottom: 12px; }\n        .spirit-mocc-description .story-quote { border-left: 4px solid #b38a43; padding-left: 15px; margin: 15px 0; font-style: italic; color: #d0d0d0; background: #161616; padding: 10px; border-radius: 0 4px 4px 0; }\n        .spirit-mocc-description .spec-list { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; list-style-type: none; }\n        @media (min-width: 600px) { .spirit-mocc-description .spec-list { grid-template-columns: 1fr 1fr; } }\n        .spirit-mocc-description .spec-list li { background: #161616; border: 1px solid #2c2c2c; padding: 12px 15px; border-radius: 6px; }\n        .spirit-mocc-description .spec-list strong { color: #d4af37; display: block; margin-bottom: 4px; }\n        .spirit-mocc-description table { width: 100%; border-collapse: collapse; margin: 15px 0 20px 0; font-size: 0.95rem; }\n        .spirit-mocc-description th { background-color: #14211d; color: #ffffff; text-align: left; padding: 12px; border: 1px solid #2e2e2e; }\n        .spirit-mocc-description td { padding: 10px; border: 1px solid #2e2e2e; color: #e0e0e0; }\n        .spirit-mocc-description tr:nth-child(even) { background-color: #161616; }\n        .spirit-mocc-description .sizing-callout { background-color: #121e2d; border: 1px solid #233a57; padding: 15px; border-radius: 6px; margin-top: 15px; color: #a5c7f7; }\n        .spirit-mocc-description .sizing-callout strong { color: #ffffff; }\n        .spirit-mocc-description .trust-banner { background-color: #14211d; border-radius: 8px; padding: 20px; margin-top: 30px; border: 1px solid #1e352f; }\n        .spirit-mocc-description .trust-banner h3 { color: #d4af37; font-size: 1.1rem; text-transform: uppercase; }\n      \u003c\/style\u003e\n\n\u003cdiv class=\"spirit-mocc-description\"\u003e\n\u003cdiv class=\"hero-quote\"\u003e\n\u003cp\u003e\"Step into the quiet elegance of the midnight hour—where ancestral craftsmanship meets sophisticated, everyday comfort.\"\u003c\/p\u003e\n\u003cspan\u003eSpirit Moccasins Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"intro-para\"\u003eExperience the sleek, timeless appeal of our \u003cstrong\u003eMidnight Black Suede Moccasins\u003c\/strong\u003e. Authentically handmade by master Indigenous artisans across Canada, these luxurious indoor slippers unite a durable two-piece design with sumptuously soft materials. Framed by rich black rabbit fur and adorned with vibrant, contrasting beadwork, they provide a refined and cozy retreat for your feet.\u003c\/p\u003e\n\u003cdiv class=\"badge-grid\"\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eIndigenous Made\u003c\/h4\u003e\n\u003cp\u003eSkillfully handcrafted in Canada, empowering traditional artisans and local communities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eMidnight Suede\u003c\/h4\u003e\n\u003cp\u003ePremium, long-lasting Canadian suede dyed in a deep, sophisticated black.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-card\"\u003e\n\u003ch4\u003eBlack Rabbit Fur\u003c\/h4\u003e\n\u003cp\u003eTrimmed with luxuriously dense, genuine black rabbit fur for ultimate ankle warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\u003c!-- Unique IDs for the Black product to prevent Shopify overlap --\u003e \n\u003cinput type=\"radio\" id=\"sm-blk-tab1\" name=\"mocc-tabs-blk\" class=\"tab-input\" checked\u003e \n\u003cinput type=\"radio\" id=\"sm-blk-tab2\" name=\"mocc-tabs-blk\" class=\"tab-input\"\u003e \n\u003cinput type=\"radio\" id=\"sm-blk-tab3\" name=\"mocc-tabs-blk\" class=\"tab-input\"\u003e \n\u003cinput type=\"radio\" id=\"sm-blk-tab4\" name=\"mocc-tabs-blk\" class=\"tab-input\"\u003e\n\u003cdiv class=\"tab-labels\"\u003e\n\u003clabel for=\"sm-blk-tab1\" class=\"tab-label\"\u003eStriking Contrast\u003c\/label\u003e \u003clabel for=\"sm-blk-tab2\" class=\"tab-label\"\u003eCraftsmanship \u0026amp; Specs\u003c\/label\u003e \u003clabel for=\"sm-blk-tab3\" class=\"tab-label\"\u003eSizing Guide\u003c\/label\u003e \u003clabel for=\"sm-blk-tab4\" class=\"tab-label\"\u003eOur Heritage\u003c\/label\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tab-contents\"\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-blk-content1\"\u003e\n\u003ch3\u003eA Canvas of the Night Sky\u003c\/h3\u003e\n\u003cp\u003eThe deep, raven-black suede provides a dramatic and elegant backdrop for the traditional hand-sewn glass beadwork. The intricate bead patterns pop vividly against the dark leather, much like stars illuminating the night sky.\u003c\/p\u003e\n\u003cp\u003eComplementing this vibrant artistry is a collar of genuine black rabbit fur. Prized for its dense, cloud-like texture, this luxurious fur trim not only adds an element of high-end sophistication but also acts as an incredible insulator, making these slippers perfect for unwinding after a long day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-blk-content2\"\u003e\n\u003ch3\u003eEngineered for Cozy Elegance\u003c\/h3\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlack Suede Leather:\u003c\/strong\u003e Premium, richly dyed Canadian hide that offers exceptional durability while remaining soft enough to mold to your unique footprint.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Piece Assembly:\u003c\/strong\u003e Crafted with a robust two-layer construction, ensuring these slippers maintain their structure and provide reliable indoor wear for years.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlush Fleece Interior:\u003c\/strong\u003e Fully lined with thermal fleece to trap body heat, ensuring your toes stay exceptionally warm during cold seasons.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine Rabbit Fur:\u003c\/strong\u003e An ultra-soft, ethically sourced black rabbit fur trim provides a draft-blocking seal around the ankle.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVibrant Beadwork:\u003c\/strong\u003e Individually hand-beaded motifs guarantee that every single pair is a unique piece of wearable Canadian art.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-blk-content3\"\u003e\n\u003ch3\u003eWomen's Sizing \u0026amp; Fit\u003c\/h3\u003e\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 4\u003c\/td\u003e\n\u003ctd\u003e34\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"sizing-callout\"\u003e\n\u003cstrong\u003eFinding your ideal fit:\u003c\/strong\u003e Our Spirit Moccasins are offered in whole sizes. Because high-quality suede naturally stretches and relaxes to embrace your foot, we recommend ordering a \u003cstrong\u003esize down\u003c\/strong\u003e to the closest whole size if you typically wear a half size.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"sm-blk-content4\"\u003e\n\u003ch3\u003eEmbracing Indigenous Traditions\u003c\/h3\u003e\n\u003cp\u003eEvery pair of these black suede slippers represents a direct investment in Indigenous-owned enterprises. By choosing our Spirit Moccasins, you are helping to preserve historic crafting techniques and providing vital support to skilled Canadian artisans and their families.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-banner\"\u003e\n\u003ch3\u003eAuthentic Indigenous Craftsmanship\u003c\/h3\u003e\n\u003cp\u003eProudly handmade in Canada. Your choice champions traditional artistry, uplifts local makers, and promotes a culture of slow, sustainable fashion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SHOPIFY SAFE ZONE END                      --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================================== --\u003e","brand":"Spirit Moccasins","offers":[{"title":"4","offer_id":52793246056629,"sku":"SM843F-4","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"5","offer_id":52793246089397,"sku":"SM843F-5","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"6","offer_id":52793246122165,"sku":"SM843F-6","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"7","offer_id":52793246154933,"sku":"SM843F-7","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"8","offer_id":52793246187701,"sku":"SM843F-8","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"9","offer_id":52793246220469,"sku":"SM843F-9","price":150.0,"currency_code":"CAD","in_stock":true},{"title":"10","offer_id":52793246253237,"sku":"SM843F-10","price":150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/files\/SM842F-black-rabbit-fur-spirit-moccasins.webp?v=1783831422"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/9311\/5061\/collections\/489_humming_bird_moccasins_69291db5-0468-40f2-83d3-71aeb7ea46c3.webp?v=1782589590","url":"https:\/\/spiritmoccasins.ca\/en-us\/collections\/womens-moccasins.oembed","provider":"Spirit Moccasins","version":"1.0","type":"link"}