{"product_id":"capita-space-metal-fantasy-snowboard-womens","title":"Capita Space Metal Fantasy Snowboard - Women's","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003eSpace Metal Fantasy — Product Page\u003c\/title\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700\u0026amp;family=Inter:wght@400;500;600\u0026amp;family=JetBrains+Mono:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root{\n    --bg-deep: #ffffff;\n    --bg-panel: #f6f7f9;\n    --bg-panel-2: #eef0f4;\n    --chrome: #4a4f5c;\n    --chrome-dim: #767c8a;\n    --cosmic: #4a5cc4;\n    --cosmic-glow: #3d4bab;\n    --bean: #b8791f;\n    --text: #14161c;\n    --text-dim: #52586a;\n    --rule: rgba(20,22,28,0.12);\n    --display: 'Space Grotesk', sans-serif;\n    --body: 'Inter', sans-serif;\n    --mono: 'JetBrains Mono', monospace;\n  }\n\n  *{box-sizing:border-box; margin:0; padding:0;}\n\n  body{\n    background: var(--bg-deep);\n    color: var(--text);\n    font-family: var(--body);\n    line-height: 1.6;\n  }\n\n  .page{\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 32px 100px;\n  }\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    position: relative;\n    padding: 90px 0 70px;\n    border-bottom: 1px solid var(--rule);\n    overflow: hidden;\n  }\n\n  .hero::before{\n    content: '';\n    position: absolute;\n    top: -200px; right: -160px;\n    width: 560px; height: 560px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 35% 35%, rgba(74,92,196,0.14), rgba(74,92,196,0.03) 60%, transparent 72%);\n    filter: blur(2px);\n    pointer-events:none;\n  }\n\n  .eyebrow-row{\n    display:flex;\n    align-items:center;\n    gap: 14px;\n    margin-bottom: 22px;\n  }\n\n  .eyebrow{\n    font-family: var(--mono);\n    font-size: 12px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--bean);\n  }\n\n  .eyebrow-line{\n    height:1px;\n    flex:1;\n    background: var(--rule);\n  }\n\n  .hero h1{\n    font-family: var(--display);\n    font-weight: 700;\n    font-size: clamp(48px, 7vw, 92px);\n    letter-spacing: -0.02em;\n    line-height: 0.98;\n    background: linear-gradient(135deg, #14161c 0%, var(--chrome) 55%, var(--cosmic-glow) 100%);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    max-width: 820px;\n  }\n\n  .hero-sub{\n    margin-top: 26px;\n    max-width: 640px;\n    font-size: 19px;\n    color: var(--text-dim);\n    font-weight: 400;\n  }\n\n  .hero-sub strong{\n    color: var(--text);\n    font-weight: 600;\n  }\n\n  \/* ---------- SPEC STRIP ---------- *\/\n  .spec-strip{\n    display:grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0;\n    margin-top: 56px;\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(20,22,28,0.06);\n  }\n\n  .spec-cell{\n    padding: 22px 26px;\n    border-right: 1px solid var(--rule);\n    background: var(--bg-panel);\n  }\n  .spec-cell:last-child{ border-right: none; }\n\n  .spec-label{\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--chrome-dim);\n    margin-bottom: 8px;\n  }\n\n  .spec-value{\n    font-family: var(--display);\n    font-weight: 600;\n    font-size: 20px;\n    color: var(--text);\n  }\n\n  \/* flex meter *\/\n  .flex-meter{\n    margin-top: 10px;\n    position: relative;\n    height: 6px;\n    border-radius: 3px;\n    background: linear-gradient(90deg, #e8d33d, #7fbf5f, #3d6fe8);\n  }\n  .flex-marker{\n    position:absolute;\n    top: 50%;\n    left: 35%;\n    width: 12px; height: 12px;\n    background: #ffffff;\n    border: 2px solid #14161c;\n    border-radius: 50%;\n    transform: translate(-50%,-50%);\n  }\n\n  \/* ---------- SECTION SHELL ---------- *\/\n  section{\n    padding: 64px 0;\n    border-bottom: 1px solid var(--rule);\n  }\n  section:last-child{ border-bottom: none; }\n\n  .section-head{\n    display:flex;\n    align-items: baseline;\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .section-tag{\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--cosmic-glow);\n  }\n\n  .section-title{\n    font-family: var(--display);\n    font-weight: 700;\n    font-size: 30px;\n    letter-spacing: -0.01em;\n  }\n\n  .prose{\n    max-width: 720px;\n    color: var(--text-dim);\n    font-size: 16.5px;\n  }\n  .prose p + p{ margin-top: 16px; }\n  .prose strong{ color: var(--text); font-weight: 600; }\n\n  \/* ---------- RIDER RADAR ---------- *\/\n  .rider-grid{\n    display:grid;\n    grid-template-columns: 360px 1fr;\n    gap: 56px;\n    align-items:center;\n  }\n\n  @media (max-width: 860px){\n    .rider-grid{ grid-template-columns: 1fr; }\n  }\n\n  .radar-wrap{\n    display:flex;\n    justify-content:center;\n  }\n\n  .radar-label{\n    font-family: var(--mono);\n    font-size: 11px;\n    fill: var(--chrome-dim);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* ---------- CAMBER DIAGRAM ---------- *\/\n  .camber-card{\n    background: var(--bg-panel);\n    border: 1px solid var(--rule);\n    border-radius: 2px;\n    padding: 40px;\n    box-shadow: 0 2px 12px rgba(20,22,28,0.06);\n  }\n\n  .camber-title{\n    font-family: var(--display);\n    font-weight: 600;\n    font-size: 22px;\n    margin-bottom: 6px;\n  }\n\n  .camber-sub{\n    font-family: var(--mono);\n    font-size: 12px;\n    color: var(--bean);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 28px;\n  }\n\n  .camber-legend{\n    display:flex;\n    gap: 24px;\n    margin-top: 20px;\n    flex-wrap: wrap;\n  }\n  .legend-item{\n    display:flex;\n    align-items:center;\n    gap: 8px;\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--text-dim);\n  }\n  .legend-swatch{\n    width: 14px; height: 4px; border-radius: 2px;\n  }\n\n  \/* ---------- TECH GRID (topsheet\/glass\/core\/base) ---------- *\/\n  .tech-grid{\n    display:grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    background: var(--rule);\n    border: 1px solid var(--rule);\n  }\n\n  @media (max-width: 760px){\n    .tech-grid{ grid-template-columns: 1fr; }\n  }\n\n  .tech-card{\n    background: var(--bg-panel);\n    padding: 34px;\n    position: relative;\n  }\n\n  .tech-index{\n    font-family: var(--mono);\n    font-size: 12px;\n    color: var(--cosmic-glow);\n    letter-spacing: 0.1em;\n  }\n\n  .tech-kicker{\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--chrome-dim);\n    margin-top: 14px;\n  }\n\n  .tech-name{\n    font-family: var(--display);\n    font-weight: 600;\n    font-size: 22px;\n    margin-top: 6px;\n    margin-bottom: 14px;\n  }\n\n  .tech-copy{\n    font-size: 14.5px;\n    color: var(--text-dim);\n  }\n\n  \/* ---------- FOOTER STAMP ---------- *\/\n  .stamp{\n    margin-top: 40px;\n    display:flex;\n    align-items:center;\n    gap: 14px;\n    font-family: var(--mono);\n    font-size: 11px;\n    color: var(--chrome-dim);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n  .stamp-dot{\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--bean);\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"page\"\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow-row\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eTech Story\u003c\/span\u003e\n      \u003cspan class=\"eyebrow-line\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eSPACE METAL FANTASY\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003e\n      Call it a park board and you're telling half the story. \u003cstrong\u003eSpace Metal Fantasy\u003c\/strong\u003e\n      already carries the award for one of the best women's park boards built, and it still carves\n      the whole mountain, plays every feature in the park, and floats through powder better than\n      boards twice the price.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"spec-strip\"\u003e\n      \u003cdiv class=\"spec-cell\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eShape\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTrue Twin\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-cell\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSidecut\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eRadial\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-cell\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eFlex\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eTwin 4\u003c\/div\u003e\n        \u003cdiv class=\"flex-meter\"\u003e\u003cdiv class=\"flex-marker\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-cell\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eRider Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eResort \/ Freestyle\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cspan class=\"section-tag\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"section-title\"\u003eBuilt for the whole mountain\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prose\"\u003e\n      \u003cp\u003e\n        We present it as a park series for classification purposes, but in truth it's much more\n        than that. Space Metal Fantasy carves confidently around the slopes, plays on every feature\n        in the park, and floats through powder far better than the label suggests.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        This forgiving reverse camber shape gives beginner to intermediate riders a fast track up\n        the learning curve, with enough range to take their riding to the next level across many\n        different types of terrain.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        It excels across resort and freestyle terrain thanks to the tried and trusted combination\n        of a \u003cstrong\u003eDual Core\u003c\/strong\u003e and \u003cstrong\u003eSpecial Blend Fiberglass\u003c\/strong\u003e with\n        \u003cstrong\u003eMagic Bean Resin\u003c\/strong\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cspan class=\"section-tag\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"section-title\"\u003eRider profile\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rider-grid\"\u003e\n      \u003cdiv class=\"radar-wrap\"\u003e\n        \u003csvg width=\"320\" height=\"320\" viewbox=\"0 0 320 320\"\u003e\n          \u003cdefs\u003e\n            \u003cradialgradient id=\"radarFill\" cx=\"50%\" cy=\"50%\" r=\"70%\"\u003e\n              \u003cstop offset=\"0%\" stop-color=\"#e8d33d\" stop-opacity=\"0.9\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"60%\" stop-color=\"#5fa85f\" stop-opacity=\"0.75\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"100%\" stop-color=\"#2f5a8a\" stop-opacity=\"0.55\"\u003e\u003c\/stop\u003e\n            \u003c\/radialgradient\u003e\n          \u003c\/defs\u003e\n\n          \u003c!-- hex grid rings --\u003e\n          \u003cg stroke=\"rgba(20,22,28,0.18)\" fill=\"none\" stroke-width=\"1\"\u003e\n            \u003cpolygon points=\"160,40 260,100 260,220 160,280 60,220 60,100\"\u003e\u003c\/polygon\u003e\n            \u003cpolygon points=\"160,73 227,113 227,207 160,247 93,207 93,113\"\u003e\u003c\/polygon\u003e\n            \u003cpolygon points=\"160,106 194,126 194,194 160,214 126,194 126,126\"\u003e\u003c\/polygon\u003e\n          \u003c\/g\u003e\n\n          \u003c!-- data shape: strong jibbing\/jumps\/versatility, moderate powder\/groomers, lighter skill-level floor --\u003e\n          \u003cpolygon points=\"160,58 235,108 210,205 160,240 92,214 78,120\" fill=\"url(#radarFill)\" stroke=\"#14161c\" stroke-width=\"1.5\" opacity=\"0.9\"\u003e\u003c\/polygon\u003e\n\n          \u003ccircle cx=\"160\" cy=\"160\" r=\"2.5\" fill=\"#ffffff\" stroke=\"#14161c\"\u003e\u003c\/circle\u003e\n\n          \u003ctext x=\"160\" y=\"24\" text-anchor=\"middle\" class=\"radar-label\"\u003eSkill Level\u003c\/text\u003e\n          \u003ctext x=\"272\" y=\"98\" text-anchor=\"start\" class=\"radar-label\"\u003ePowder\u003c\/text\u003e\n          \u003ctext x=\"272\" y=\"228\" text-anchor=\"start\" class=\"radar-label\"\u003eGroomers\u003c\/text\u003e\n          \u003ctext x=\"160\" y=\"300\" text-anchor=\"middle\" class=\"radar-label\"\u003eVersatility\u003c\/text\u003e\n          \u003ctext x=\"48\" y=\"228\" text-anchor=\"end\" class=\"radar-label\"\u003eJumps\u003c\/text\u003e\n          \u003ctext x=\"48\" y=\"98\" text-anchor=\"end\" class=\"radar-label\"\u003eJibbing\u003c\/text\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prose\"\u003e\n        \u003cp\u003e\n          Space Metal Fantasy leans hardest into \u003cstrong\u003ejibbing\u003c\/strong\u003e and \u003cstrong\u003ejumps\u003c\/strong\u003e,\n          with enough versatility to hold its own on groomers and float through the occasional\n          powder day. It rewards riders who want to push their park game without giving up a board\n          that can still handle the whole mountain.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cspan class=\"section-tag\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"section-title\"\u003eCamber profile\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"camber-card\"\u003e\n      \u003cdiv class=\"camber-title\"\u003ePark V2 + Flat Kick Tech\u003c\/div\u003e\n      \u003cdiv class=\"camber-sub\"\u003eDual reverse camber · freestyle shape\u003c\/div\u003e\n\n      \u003csvg width=\"100%\" height=\"140\" viewbox=\"0 0 900 140\" preserveaspectratio=\"xMidYMid meet\"\u003e\n        \u003cline x1=\"20\" y1=\"110\" x2=\"880\" y2=\"110\" stroke=\"var(--rule)\" stroke-dasharray=\"4 4\"\u003e\u003c\/line\u003e\n\n        \u003c!-- nose kick --\u003e\n        \u003cpath d=\"M20,80 C50,70 70,55 95,40\" fill=\"none\" stroke=\"#7fbf6a\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- nose reverse camber --\u003e\n        \u003cpath d=\"M95,40 C140,72 190,95 240,100\" fill=\"none\" stroke=\"#e05a5a\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- zero camber flat middle --\u003e\n        \u003cpath d=\"M240,100 L660,100\" fill=\"none\" stroke=\"#e8d33d\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- tail reverse camber --\u003e\n        \u003cpath d=\"M660,100 C710,95 760,72 805,40\" fill=\"none\" stroke=\"#e05a5a\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- tail kick --\u003e\n        \u003cpath d=\"M805,40 C830,55 850,70 880,80\" fill=\"none\" stroke=\"#7fbf6a\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n        \u003ctext x=\"20\" y=\"128\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#52586a\" letter-spacing=\"1\"\u003eNOSE\u003c\/text\u003e\n        \u003ctext x=\"880\" y=\"128\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#52586a\" text-anchor=\"end\" letter-spacing=\"1\"\u003eTAIL\u003c\/text\u003e\n        \u003ctext x=\"450\" y=\"128\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#52586a\" text-anchor=\"middle\" letter-spacing=\"1\"\u003eZERO CAMBER · INSERT TO INSERT\u003c\/text\u003e\n      \u003c\/svg\u003e\n\n      \u003cdiv class=\"camber-legend\"\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cspan class=\"legend-swatch\" style=\"background:#7fbf6a;\"\u003e\u003c\/span\u003eFlat kick\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cspan class=\"legend-swatch\" style=\"background:#e05a5a;\"\u003e\u003c\/span\u003eReverse camber\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cspan class=\"legend-swatch\" style=\"background:#e8d33d;\"\u003e\u003c\/span\u003eZero camber\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"prose\" style=\"margin-top:26px;\"\u003e\n        \u003cp\u003e\n          A zero camber section runs the full insert area for a stable, skate style feel underfoot,\n          while elevated contact points at nose and tail turn on a dime and float effortlessly\n          through powder.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cspan class=\"section-tag\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"section-title\"\u003eBuild materials\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tech-grid\"\u003e\n      \u003cdiv class=\"tech-card\"\u003e\n        \u003cdiv class=\"tech-index\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"tech-kicker\"\u003eTopsheet Tech\u003c\/div\u003e\n        \u003cdiv class=\"tech-name\"\u003ePLT Technology\u003c\/div\u003e\n        \u003cdiv class=\"tech-copy\"\u003e\n          Exclusive to CAPiTA MFG, PLT Topsheet Technology bonds the topsheet to an already\n          pressed snowboard, producing a featherlight, smooth, high gloss finish, without any\n          solvents or toxic lacquers in finishing.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tech-card\"\u003e\n        \u003cdiv class=\"tech-index\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"tech-kicker\"\u003eGlass + Resin\u003c\/div\u003e\n        \u003cdiv class=\"tech-name\"\u003eSpecial Blend Fiberglass, Magic Bean Resin\u003c\/div\u003e\n        \u003cdiv class=\"tech-copy\"\u003e\n          An eco friendly wet lay up process built around our Magic Bean resin, using less energy\n          and yielding higher technical performance. This adhesion process also improves working\n          conditions at the factory compared to the harsher chemicals used elsewhere in the\n          industry.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tech-card\"\u003e\n        \u003cdiv class=\"tech-index\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"tech-kicker\"\u003eCore\u003c\/div\u003e\n        \u003cdiv class=\"tech-name\"\u003eDual Core\u003c\/div\u003e\n        \u003cdiv class=\"tech-copy\"\u003e\n          A poppy, lightweight Poplar core combined with Beech for increased power and durability.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tech-card\"\u003e\n        \u003cdiv class=\"tech-index\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"tech-kicker\"\u003eBase\u003c\/div\u003e\n        \u003cdiv class=\"tech-name\"\u003eSuperdrive Base\u003c\/div\u003e\n        \u003cdiv class=\"tech-copy\"\u003e\n          Sintruded base material that borrows the manufacturing techniques of an extruded base,\n          then adds pressure and temperature to push surface hardness near sintered levels. The\n          result holds up to jibbing and riding hard while staying low maintenance over the life\n          of the board. Superdrive EX sets the benchmark for the category.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stamp\"\u003e\n      \u003cspan class=\"stamp-dot\"\u003e\u003c\/span\u003e\n      Gravity Coalition · Heber \u0026amp; Midway, UT\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Capita","offers":[{"title":"145W","offer_id":41063930527939,"sku":"21041000-145W","price":309.97,"currency_code":"USD","in_stock":true},{"title":"153","offer_id":41063994818755,"sku":"21040900-153","price":309.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0970\/5364\/files\/FST05_SMF_139_4b29d8e8-2ea1-42c0-94ea-fef271ceb874.webp?v=1785344489","url":"https:\/\/gravitycoalition.com\/products\/capita-space-metal-fantasy-snowboard-womens","provider":"Gravity Coalition","version":"1.0","type":"link"}