{"product_id":"test","title":"test","description":"\u003cstyle\u003e\n  .ccbb-boot-page {\n    --ccbb-border: #d9d9d9;\n    --ccbb-light: #f5f5f3;\n    --ccbb-text: #222222;\n    --ccbb-muted: #666666;\n    --ccbb-bar-filled: #222222;\n    --ccbb-bar-empty: #dedede;\n    --ccbb-radius: 8px;\n    color: var(--ccbb-text);\n    font-size: 16px;\n    line-height: 1.55;\n    margin: 32px auto;\n    max-width: 1200px;\n  }\n\n  .ccbb-boot-page *,\n  .ccbb-boot-page *::before,\n  .ccbb-boot-page *::after {\n    box-sizing: border-box;\n  }\n\n  .ccbb-boot-page h2,\n  .ccbb-boot-page h3,\n  .ccbb-boot-page h4 {\n    line-height: 1.2;\n    margin-top: 0;\n  }\n\n  .ccbb-boot-page h2 {\n    font-size: clamp(26px, 3vw, 38px);\n    margin-bottom: 16px;\n  }\n\n  .ccbb-boot-page h3 {\n    font-size: 21px;\n    margin-bottom: 12px;\n  }\n\n  .ccbb-boot-page h4 {\n    font-size: 18px;\n    margin-bottom: 10px;\n  }\n\n  .ccbb-boot-page p {\n    margin: 0 0 16px;\n  }\n\n  .ccbb-boot-page ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .ccbb-boot-page li {\n    margin-bottom: 7px;\n  }\n\n  .ccbb-boot-page a {\n    color: inherit;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .ccbb-boot-page a:hover {\n    text-decoration-thickness: 2px;\n  }\n\n  .ccbb-section {\n    border-top: 1px solid var(--ccbb-border);\n    padding: 32px 0;\n  }\n\n  .ccbb-intro {\n    border-top: 0;\n    padding-top: 0;\n  }\n\n  .ccbb-eyebrow {\n    color: var(--ccbb-muted);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n  }\n\n  .ccbb-lead {\n    font-size: 18px;\n    max-width: 900px;\n  }\n\n  .ccbb-expert-line {\n    align-items: center;\n    color: var(--ccbb-muted);\n    display: flex;\n    flex-wrap: wrap;\n    font-size: 13px;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .ccbb-expert-badge {\n    background: var(--ccbb-light);\n    border-radius: 999px;\n    color: var(--ccbb-text);\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    padding: 6px 10px;\n    text-transform: uppercase;\n  }\n\n  .ccbb-grid {\n    display: grid;\n    gap: 18px;\n  }\n\n  .ccbb-grid-2 {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ccbb-grid-3 {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .ccbb-card {\n    background: var(--ccbb-light);\n    border-radius: var(--ccbb-radius);\n    padding: 22px;\n  }\n\n  .ccbb-card--bordered {\n    background: #ffffff;\n    border: 1px solid var(--ccbb-border);\n  }\n\n  .ccbb-card-title {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    margin-bottom: 8px;\n    text-transform: uppercase;\n  }\n\n  .ccbb-quick-answer {\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.35;\n  }\n\n  \/* CCBB BOOT RATINGS *\/\n\n  .ccbb-rating-grid {\n    border: 1px solid var(--ccbb-border);\n    border-radius: var(--ccbb-radius);\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    overflow: hidden;\n  }\n\n  .ccbb-rating {\n    background: #ffffff;\n    border-right: 1px solid var(--ccbb-border);\n    min-width: 0;\n    padding: 22px 20px;\n  }\n\n  .ccbb-rating:last-child {\n    border-right: 0;\n  }\n\n  .ccbb-rating-label {\n    color: var(--ccbb-text);\n    display: block;\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1.3;\n    margin-bottom: 15px;\n  }\n\n  .ccbb-rating-bar-row {\n    align-items: center;\n    display: flex;\n    gap: 14px;\n    margin-bottom: 9px;\n  }\n\n  .ccbb-rating-bar {\n    background: var(--ccbb-bar-empty);\n    border-radius: 999px;\n    flex: 1 1 auto;\n    height: 4px;\n    min-width: 0;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .ccbb-rating-bar__fill {\n    background: var(--ccbb-bar-filled);\n    border-radius: inherit;\n    display: block;\n    height: 100%;\n  }\n\n  .ccbb-rating-bar__fill--1 {\n    width: 20%;\n  }\n\n  .ccbb-rating-bar__fill--2 {\n    width: 40%;\n  }\n\n  .ccbb-rating-bar__fill--3 {\n    width: 60%;\n  }\n\n  .ccbb-rating-bar__fill--4 {\n    width: 80%;\n  }\n\n  .ccbb-rating-bar__fill--5 {\n    width: 100%;\n  }\n\n  .ccbb-rating-number {\n    color: var(--ccbb-text);\n    flex: 0 0 auto;\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1;\n  }\n\n  .ccbb-rating-description {\n    color: var(--ccbb-muted);\n    display: block;\n    font-size: 13px;\n    line-height: 1.3;\n  }\n\n  .ccbb-rating-key {\n    color: var(--ccbb-muted);\n    font-size: 13px;\n    margin-top: 8px;\n  }\n\n  \/* FIT PROFILE *\/\n\n  .ccbb-fit-grid {\n    background: var(--ccbb-border);\n    border: 1px solid var(--ccbb-border);\n    border-radius: var(--ccbb-radius);\n    display: grid;\n    gap: 1px;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    overflow: hidden;\n  }\n\n  .ccbb-fit-item {\n    background: #ffffff;\n    padding: 16px;\n  }\n\n  .ccbb-fit-label {\n    color: var(--ccbb-muted);\n    display: block;\n    font-size: 13px;\n    margin-bottom: 5px;\n  }\n\n  .ccbb-fit-value {\n    font-weight: 700;\n  }\n\n  .ccbb-highlight {\n    border-left: 4px solid currentColor;\n    padding-left: 20px;\n  }\n\n  .ccbb-comparison-card h4 {\n    font-size: 18px;\n    line-height: 1.3;\n    margin: 0 0 10px;\n  }\n\n  .ccbb-comparison-card p {\n    margin-bottom: 12px;\n  }\n\n  .ccbb-comparison-link {\n    font-weight: 700;\n  }\n\n  .ccbb-spec-table {\n    border-collapse: collapse;\n    width: 100%;\n  }\n\n  .ccbb-spec-table th,\n  .ccbb-spec-table td {\n    border-bottom: 1px solid var(--ccbb-border);\n    padding: 12px 8px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .ccbb-spec-table th {\n    font-weight: 600;\n    width: 38%;\n  }\n\n  .ccbb-faq details,\n  .ccbb-details {\n    border-bottom: 1px solid var(--ccbb-border);\n  }\n\n  .ccbb-faq summary,\n  .ccbb-details summary {\n    cursor: pointer;\n    font-size: 17px;\n    font-weight: 700;\n    list-style: none;\n    padding: 18px 36px 18px 0;\n    position: relative;\n  }\n\n  .ccbb-faq summary::-webkit-details-marker,\n  .ccbb-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ccbb-faq summary::after,\n  .ccbb-details summary::after {\n    content: \"+\";\n    font-size: 24px;\n    font-weight: 400;\n    position: absolute;\n    right: 4px;\n    top: 12px;\n  }\n\n  .ccbb-faq details[open] summary::after,\n  .ccbb-details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ccbb-faq-answer,\n  .ccbb-details-content {\n    padding: 0 36px 18px 0;\n  }\n\n  .ccbb-verdict {\n    background: var(--ccbb-light);\n    border-radius: var(--ccbb-radius);\n    font-size: 18px;\n    padding: 26px;\n  }\n\n  @media screen and (max-width: 900px) {\n    .ccbb-rating-grid,\n    .ccbb-fit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ccbb-rating:nth-child(2) {\n      border-right: 0;\n    }\n\n    .ccbb-rating:nth-child(-n + 2) {\n      border-bottom: 1px solid var(--ccbb-border);\n    }\n\n    .ccbb-grid-3 {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .ccbb-boot-page {\n      margin: 24px auto;\n    }\n\n    .ccbb-section {\n      padding: 26px 0;\n    }\n\n    .ccbb-grid-2,\n    .ccbb-rating-grid,\n    .ccbb-fit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ccbb-rating,\n    .ccbb-rating:nth-child(2) {\n      border-bottom: 1px solid var(--ccbb-border);\n      border-right: 0;\n    }\n\n    .ccbb-rating:last-child {\n      border-bottom: 0;\n    }\n\n    .ccbb-spec-table th,\n    .ccbb-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .ccbb-spec-table th {\n      border-bottom: 0;\n      padding-bottom: 2px;\n    }\n\n    .ccbb-spec-table td {\n      padding-top: 2px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ccbb-boot-page\"\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"ccbb-section ccbb-intro\"\u003e\n    \u003cdiv class=\"ccbb-eyebrow\"\u003e\n      Lightweight Women's Alpine Touring Boot\n    \u003c\/div\u003e\n\n    \u003ch2\u003eAtomic Backland Pro W Touring Boot\u003c\/h2\u003e\n\n    \u003cp class=\"ccbb-lead\"\u003e\n      The Atomic Backland Pro W is a lightweight women's touring boot designed\n      for efficient climbing and dependable downhill performance. Its\n      lower-volume 98 mm fit works best for narrower feet and lower insteps,\n      while Atomic's heat-moldable Memory Fit construction provides useful\n      customization. A 74-degree range of motion and Cross Lace 2.0 closure make\n      it especially well suited to day tours, hut trips and longer\n      ski-mountaineering objectives.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ccbb-expert-line\"\u003e\n      \u003cspan class=\"ccbb-expert-badge\"\u003eExpert Fit Review\u003c\/span\u003e\n      \u003cspan\u003e\n        Fit profile and recommendations reviewed by CCBB bootfitters.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK DECISION --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003ch3\u003eIs This the Right Boot for You?\u003c\/h3\u003e\n\n    \u003cdiv class=\"ccbb-grid ccbb-grid-2\"\u003e\n      \u003cdiv class=\"ccbb-card\"\u003e\n        \u003cspan class=\"ccbb-card-title\"\u003eBest For\u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-quick-answer\"\u003e\n          Women seeking a lightweight touring boot for day tours, hut trips,\n          fitness touring and longer ski-mountaineering objectives.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-card\"\u003e\n        \u003cspan class=\"ccbb-card-title\"\u003eConsider Another Boot If\u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-quick-answer\"\u003e\n          You have a wide or high-volume foot, spend most of your time skiing\n          lifts, or want maximum support for wide freeride skis.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CCBB BOOT RATINGS --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003ch3\u003eCCBB Boot Ratings\u003c\/h3\u003e\n\n    \u003cdiv class=\"ccbb-rating-grid\"\u003e\n\n      \u003c!-- UPHILL EFFICIENCY: 5\/5 --\u003e\n      \u003cdiv class=\"ccbb-rating\"\u003e\n        \u003cspan class=\"ccbb-rating-label\"\u003e\n          Uphill Efficiency\n        \u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-rating-bar-row\"\u003e\n          \u003cdiv class=\"ccbb-rating-bar\" role=\"img\" aria-label=\"Uphill efficiency: 5 out of 5\"\u003e\n            \u003cspan class=\"ccbb-rating-bar__fill ccbb-rating-bar__fill--5\"\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"ccbb-rating-number\"\u003e5\/5\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"ccbb-rating-description\"\u003e\n          Best in class\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DOWNHILL PERFORMANCE: 4\/5 --\u003e\n      \u003cdiv class=\"ccbb-rating\"\u003e\n        \u003cspan class=\"ccbb-rating-label\"\u003e\n          Downhill Performance\n        \u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-rating-bar-row\"\u003e\n          \u003cdiv class=\"ccbb-rating-bar\" role=\"img\" aria-label=\"Downhill performance: 4 out of 5\"\u003e\n            \u003cspan class=\"ccbb-rating-bar__fill ccbb-rating-bar__fill--4\"\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"ccbb-rating-number\"\u003e4\/5\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"ccbb-rating-description\"\u003e\n          Excellent\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- WALKING COMFORT: 5\/5 --\u003e\n      \u003cdiv class=\"ccbb-rating\"\u003e\n        \u003cspan class=\"ccbb-rating-label\"\u003e\n          Walking Comfort\n        \u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-rating-bar-row\"\u003e\n          \u003cdiv class=\"ccbb-rating-bar\" role=\"img\" aria-label=\"Walking comfort: 5 out of 5\"\u003e\n            \u003cspan class=\"ccbb-rating-bar__fill ccbb-rating-bar__fill--5\"\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"ccbb-rating-number\"\u003e5\/5\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"ccbb-rating-description\"\u003e\n          Best in class\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TRANSITION SPEED: 4\/5 --\u003e\n      \u003cdiv class=\"ccbb-rating\"\u003e\n        \u003cspan class=\"ccbb-rating-label\"\u003e\n          Transition Speed\n        \u003c\/span\u003e\n\n        \u003cdiv class=\"ccbb-rating-bar-row\"\u003e\n          \u003cdiv class=\"ccbb-rating-bar\" role=\"img\" aria-label=\"Transition speed: 4 out of 5\"\u003e\n            \u003cspan class=\"ccbb-rating-bar__fill ccbb-rating-bar__fill--4\"\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cspan class=\"ccbb-rating-number\"\u003e4\/5\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"ccbb-rating-description\"\u003e\n          Excellent\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"ccbb-rating-key\"\u003e\n      Rating scale: 5 = best in class, 4 = excellent, 3 = good,\n      2 = specialized or below average, and 1 = limited.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FIT PROFILE --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003ch3\u003eCCBB Fit Profile\u003c\/h3\u003e\n\n    \u003cdiv class=\"ccbb-fit-grid\"\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eOverall Volume\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eMedium-Low\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eToe Box\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eMedium-Narrow\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eForefoot Volume\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eLow\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eInstep Height\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eLow\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eHeel Hold\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eExcellent\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eAnkle Hold\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eExcellent\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003ePunchability\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eGood\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-fit-item\"\u003e\n        \u003cspan class=\"ccbb-fit-label\"\u003eHeat Moldable\u003c\/span\u003e\n        \u003cspan class=\"ccbb-fit-value\"\u003eYes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY WE LIKE IT --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003cdiv class=\"ccbb-grid ccbb-grid-2\"\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eWhy We Like It\u003c\/h3\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eExcellent balance of uphill efficiency and downhill support.\u003c\/li\u003e\n          \u003cli\u003eHighly articulated walk mode creates a natural touring stride.\u003c\/li\u003e\n          \u003cli\u003eCross Lace closure wraps the lower foot evenly.\u003c\/li\u003e\n          \u003cli\u003eMemory Fit construction offers useful customization potential.\u003c\/li\u003e\n          \u003cli\u003eSecure heel pocket works especially well for lower-volume feet.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eBest Uses\u003c\/h3\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eLightweight backcountry touring\u003c\/li\u003e\n          \u003cli\u003eSki mountaineering\u003c\/li\u003e\n          \u003cli\u003eLong spring objectives\u003c\/li\u003e\n          \u003cli\u003eHut trips\u003c\/li\u003e\n          \u003cli\u003eFitness touring\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BOOTFITTER ADVICE --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003cdiv class=\"ccbb-highlight\"\u003e\n      \u003ch3\u003eBootfitter's Advice\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The Backland Pro W is best suited to lower- and medium-volume feet. Its\n        secure heel pocket is one of the boot's strongest fit characteristics\n        and can work particularly well for skiers who experience heel lift in\n        roomier touring boots.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Although Atomic lists a 98 mm last, the shell can become more\n        accommodating after professional heat molding. Skiers with bunions or\n        moderate forefoot pressure points can often be accommodated, but those\n        with very high insteps or truly wide feet should begin with a\n        higher-volume shell.\n      \u003c\/p\u003e\n\n      \u003cp class=\"ccbb-rating-key\"\u003e\n        Fit profile reviewed by CCBB bootfitters. Final sizing should be\n        confirmed with a shell fit whenever possible.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPARISONS --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003ch3\u003eCompare the Atomic Backland Pro W\u003c\/h3\u003e\n\n    \u003cdiv class=\"ccbb-grid ccbb-grid-3\"\u003e\n\n      \u003cdiv class=\"ccbb-card ccbb-card--bordered ccbb-comparison-card\"\u003e\n        \u003ch4\u003eAtomic Backland Pro W vs. Scarpa F1 W\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The Backland Pro W has a lower-volume, more precise fit and favors\n          skiers with narrower heels and lower insteps. The Scarpa F1 W is\n          generally more accommodating through the forefoot and offers a\n          slightly more substantial feel for everyday touring.\n        \u003c\/p\u003e\n\n        \u003ca class=\"ccbb-comparison-link\" href=\"\/en-ca\/search?q=Scarpa+F1+W\u0026amp;type=product\"\u003e\n          Shop Scarpa F1 W boots\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-card ccbb-card--bordered ccbb-comparison-card\"\u003e\n        \u003ch4\u003eAtomic Backland Pro W vs. Dynafit Ridge W\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Choose the Backland Pro W when low weight, cuff mobility and a close\n          lower-volume fit are the priorities. Choose the Dynafit Ridge W when\n          you want more downhill support, stronger control over wider skis and\n          a more substantial all-around touring platform.\n        \u003c\/p\u003e\n\n        \u003ca class=\"ccbb-comparison-link\" href=\"\/en-ca\/search?q=Dynafit+Ridge+W\u0026amp;type=product\"\u003e\n          Shop Dynafit Ridge W boots\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ccbb-card ccbb-card--bordered ccbb-comparison-card\"\u003e\n        \u003ch4\u003eAtomic Backland Pro W vs. Backland Carbon\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The Backland Pro W is the more accessible and forgiving option for\n          most touring skiers. The Backland Carbon is the stronger choice for\n          aggressive skiers who want a stiffer flex and more downhill power\n          while keeping the efficient Backland platform.\n        \u003c\/p\u003e\n\n        \u003ca class=\"ccbb-comparison-link\" href=\"\/en-ca\/search?q=Atomic+Backland+Carbon\u0026amp;type=product\"\u003e\n          Shop Atomic Backland Carbon boots\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ccbb-section ccbb-faq\"\u003e\n    \u003ch3\u003eCommon Questions\u003c\/h3\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eWho should buy the Atomic Backland Pro W?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        Intermediate through expert backcountry skiers who want efficient\n        climbing performance and enough support for most modern touring skis.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWho should avoid this boot?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        Skiers with wide, high-volume feet or those seeking a powerful resort\n        and freeride boot should consider a roomier or heavier option.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat foot shape works best?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        Low- to medium-volume feet with a narrow or average heel, lower instep\n        and relatively narrow forefoot.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow does the sizing run?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        The boot generally runs true to Mondo size, but its lower-volume fit\n        makes a proper shell fit more reliable than choosing solely by street\n        shoe size.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the Atomic Backland Pro W punch well?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        It responds well to professional heat molding and moderate shell work.\n        It is reasonably accommodating for a lightweight touring boot, though\n        it is not the best starting point for a very wide foot.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it warm enough for winter touring?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        It provides adequate warmth for most active Colorado touring days but\n        is not as insulated as a heavier freeride or hybrid touring boot.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat skis pair best with it?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        It is best paired with lightweight and midweight touring skis\n        approximately 85–105 mm underfoot.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use it for resort skiing?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-faq-answer\"\u003e\n        Occasional resort use is reasonable, but the Backland Pro W is designed\n        primarily for human-powered touring rather than repeated lift-served\n        skiing.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003cdetails class=\"ccbb-details\"\u003e\n      \u003csummary\u003eTechnical Specifications\u003c\/summary\u003e\n\n      \u003cdiv class=\"ccbb-details-content\"\u003e\n        \u003ctable class=\"ccbb-spec-table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApproximately 1,050 g per boot in size 24\/24.5\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eLast\u003c\/th\u003e\n              \u003ctd\u003e98 mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eFlex\u003c\/th\u003e\n              \u003ctd\u003e95\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eRange of Motion\u003c\/th\u003e\n              \u003ctd\u003e74°\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eShell\u003c\/th\u003e\n              \u003ctd\u003ePolyamide with Memory Fit\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eCuff\u003c\/th\u003e\n              \u003ctd\u003eWomen's-specific polyamide cuff\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eWalk Mode\u003c\/th\u003e\n              \u003ctd\u003eFree\/Lock 4.0\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eClosure\u003c\/th\u003e\n              \u003ctd\u003eCross Lace 2.0 with upper cuff buckle\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eBinding Compatibility\u003c\/th\u003e\n              \u003ctd\u003ePin-tech alpine touring bindings\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eBest Use\u003c\/th\u003e\n              \u003ctd\u003eBackcountry touring and ski mountaineering\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VERDICT --\u003e\n  \u003csection class=\"ccbb-section\"\u003e\n    \u003ch3\u003eOur Verdict\u003c\/h3\u003e\n\n    \u003cdiv class=\"ccbb-verdict\"\u003e\n      The Atomic Backland Pro W is one of the stronger choices for women who\n      prioritize touring efficiency without moving into a minimalist race boot.\n      It climbs exceptionally well, securely holds lower-volume feet and\n      provides enough support for most backcountry objectives. For a dedicated\n      human-powered skier, it can serve as a highly capable touring boot.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Cripple Creek Backcountry","offers":[{"title":"Default Title","offer_id":48642039316637,"sku":null,"price":0.0,"currency_code":"CAD","in_stock":false}],"url":"https:\/\/cripplecreekbc.com\/en-ca\/products\/test","provider":"Cripple Creek Backcountry","version":"1.0","type":"link"}