{"product_id":"vern-footprint-2-3","title":"VERN FOOTPRINT 2\/3","description":"\u003cstyle\u003e\n  .fd-vern-footprint {\n    --fd-dark: #171b18;\n    --fd-green: #38483c;\n    --fd-green-light: #687b6b;\n    --fd-sand: #e8e4da;\n    --fd-light: #f5f6f3;\n    --fd-white: #ffffff;\n    --fd-text: #252b27;\n    --fd-muted: #677068;\n    --fd-border: #d8ddd8;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--fd-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-vern-footprint * {\n    box-sizing: border-box;\n  }\n\n  .fd-vern-footprint img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-vern-footprint h2,\n  .fd-vern-footprint h3 {\n    margin-top: 0;\n    color: var(--fd-dark);\n    line-height: 1.2;\n  }\n\n  .fd-vern-footprint h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 43px);\n    letter-spacing: -0.025em;\n  }\n\n  .fd-vern-footprint h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-vern-footprint p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .fd-vern-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 44px;\n    margin-bottom: 22px;\n    border-radius: 7px;\n    background: var(--fd-dark);\n    color: var(--fd-white);\n  }\n\n  .fd-vern-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -110px;\n    right: -75px;\n    width: 350px;\n    height: 350px;\n    border: 60px solid rgba(104, 123, 107, 0.16);\n    border-radius: 50%;\n  }\n\n  .fd-vern-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n  }\n\n  .fd-vern-label {\n    display: inline-block;\n    padding: 7px 12px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--fd-green);\n    color: var(--fd-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .fd-vern-hero h2 {\n    margin-bottom: 15px;\n    color: var(--fd-white);\n  }\n\n  .fd-vern-hero p {\n    max-width: 850px;\n    margin-bottom: 0;\n    color: #e5e9e6;\n    font-size: 18px;\n  }\n\n  .fd-vern-highlight {\n    color: #c9d4cb;\n    font-weight: 700;\n  }\n\n  .fd-vern-image {\n    padding: 22px;\n    margin-bottom: 38px;\n    border: 1px solid var(--fd-border);\n    border-radius: 7px;\n    background: var(--fd-light);\n  }\n\n  .fd-vern-image img {\n    max-height: 680px;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  .fd-vern-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 42px;\n  }\n\n  .fd-vern-benefit {\n    padding: 23px 19px;\n    border: 1px solid var(--fd-border);\n    border-top: 4px solid var(--fd-green);\n    border-radius: 5px;\n    background: var(--fd-white);\n  }\n\n  .fd-vern-benefit p {\n    margin-bottom: 0;\n    color: var(--fd-muted);\n    font-size: 14px;\n  }\n\n  .fd-vern-protection {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);\n    gap: 34px;\n    padding: 38px;\n    margin-bottom: 42px;\n    border-radius: 7px;\n    background: var(--fd-green);\n    color: var(--fd-white);\n  }\n\n  .fd-vern-protection h2,\n  .fd-vern-protection h3 {\n    color: var(--fd-white);\n  }\n\n  .fd-vern-protection p {\n    color: #edf1ed;\n  }\n\n  .fd-vern-protection-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .fd-vern-protection-item {\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.17);\n    border-left: 4px solid #b9c8bc;\n    border-radius: 4px;\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .fd-vern-protection-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--fd-white);\n  }\n\n  .fd-vern-protection-item span {\n    color: #e1e8e2;\n    font-size: 14px;\n  }\n\n  .fd-vern-section {\n    margin-bottom: 44px;\n  }\n\n  .fd-vern-heading {\n    padding-bottom: 13px;\n    margin-bottom: 22px;\n    border-bottom: 3px solid var(--fd-green);\n  }\n\n  .fd-vern-heading h2 {\n    margin-bottom: 0;\n    font-size: clamp(25px, 3vw, 34px);\n  }\n\n  .fd-vern-model-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .fd-vern-model {\n    overflow: hidden;\n    border: 1px solid var(--fd-border);\n    border-radius: 7px;\n    background: var(--fd-white);\n  }\n\n  .fd-vern-model-header {\n    padding: 23px;\n    background: var(--fd-dark);\n    color: var(--fd-white);\n  }\n\n  .fd-vern-model-header h3 {\n    margin-bottom: 5px;\n    color: var(--fd-white);\n    font-size: 25px;\n  }\n\n  .fd-vern-model-header span {\n    color: #d9dfda;\n    font-size: 14px;\n  }\n\n  .fd-vern-model-body {\n    padding: 24px;\n  }\n\n  .fd-vern-model-body p {\n    color: var(--fd-muted);\n  }\n\n  .fd-vern-model-badge {\n    display: inline-block;\n    padding: 6px 10px;\n    margin-top: 5px;\n    border-radius: 3px;\n    background: var(--fd-light);\n    color: var(--fd-green);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .fd-vern-check-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    list-style: none;\n  }\n\n  .fd-vern-check-list li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .fd-vern-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--fd-green);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .fd-vern-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .fd-vern-use-card {\n    padding: 24px;\n    border: 1px solid var(--fd-border);\n    border-radius: 5px;\n    background: var(--fd-light);\n  }\n\n  .fd-vern-use-card p {\n    margin-bottom: 0;\n    color: var(--fd-muted);\n    font-size: 15px;\n  }\n\n  .fd-vern-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--fd-border);\n  }\n\n  .fd-vern-table th,\n  .fd-vern-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--fd-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .fd-vern-table th {\n    width: 34%;\n    background: var(--fd-light);\n    color: var(--fd-dark);\n    font-weight: 700;\n  }\n\n  .fd-vern-table tr:last-child th,\n  .fd-vern-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fd-vern-note {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid #d8d2c5;\n    border-left: 5px solid var(--fd-green);\n    background: #f8f7f2;\n  }\n\n  .fd-vern-note strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--fd-dark);\n  }\n\n  .fd-vern-note p {\n    margin-bottom: 0;\n    color: #60665f;\n    font-size: 14px;\n  }\n\n  .fd-vern-banner {\n    padding: 35px;\n    border-radius: 7px;\n    background: var(--fd-green);\n    color: var(--fd-white);\n    text-align: center;\n  }\n\n  .fd-vern-banner h2 {\n    margin-bottom: 11px;\n    color: var(--fd-white);\n  }\n\n  .fd-vern-banner p {\n    max-width: 830px;\n    margin: 0 auto;\n    color: #f0f3f0;\n    font-size: 17px;\n  }\n\n  @media (max-width: 940px) {\n    .fd-vern-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .fd-vern-protection {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-vern-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .fd-vern-hero,\n    .fd-vern-protection,\n    .fd-vern-banner {\n      padding: 25px 20px;\n    }\n\n    .fd-vern-benefits,\n    .fd-vern-model-grid,\n    .fd-vern-check-list {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-vern-image {\n      padding: 10px;\n    }\n\n    .fd-vern-table,\n    .fd-vern-table tbody,\n    .fd-vern-table tr,\n    .fd-vern-table th,\n    .fd-vern-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .fd-vern-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .fd-vern-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-vern-footprint\"\u003e\n\n  \u003csection class=\"fd-vern-hero\"\u003e\n    \u003cdiv class=\"fd-vern-hero-content\"\u003e\n      \u003cspan class=\"fd-vern-label\"\u003e\n        Protective Tent Footprint\n      \u003c\/span\u003e\n\n      \u003ch2\u003eNORTENT Footprint for Vern 2 and Vern 3\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A model-specific protective groundsheet designed to cover the complete\n        underside of the NORTENT Vern tent, including the vestibule areas. The\n        footprint helps protect the tent floor from mud, abrasive terrain and\n        potential ground damage while creating a cleaner and more practical\n        camping area.\n        \u003cspan class=\"fd-vern-highlight\"\u003e\n          Available for the NORTENT Vern 2 and Vern 3.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/w1200h596.webp?v=1784907140\" alt=\"NORTENT protective footprint for Vern 2 and Vern 3 tents\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-benefits\"\u003e\n    \u003carticle class=\"fd-vern-benefit\"\u003e\n      \u003ch3\u003eFull Ground Coverage\u003c\/h3\u003e\n      \u003cp\u003e\n        Covers the complete underside of the compatible Vern tent, including\n        the vestibule areas.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-vern-benefit\"\u003e\n      \u003ch3\u003eProtects the Tent Floor\u003c\/h3\u003e\n      \u003cp\u003e\n        Adds a protective layer between the inner-tent floor and rough,\n        abrasive or dirty ground.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-vern-benefit\"\u003e\n      \u003ch3\u003eCleaner Vestibules\u003c\/h3\u003e\n      \u003cp\u003e\n        Helps keep boots, backpacks, cooking equipment and other gear away\n        from wet or muddy ground.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-vern-benefit\"\u003e\n      \u003ch3\u003eModel-Specific Fit\u003c\/h3\u003e\n      \u003cp\u003e\n        Select the correct footprint for the Vern 2 or Vern 3 to obtain proper\n        coverage and alignment.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-protection\"\u003e\n    \u003cdiv\u003e\n      \u003ch2\u003eAdditional Protection for Extended Tent Use\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Vern inner tent already features a durable waterproof floor, and\n        the tent can be used without an additional footprint. However, the\n        footprint provides an extra sacrificial layer that can help reduce\n        direct contact between the tent floor and stones, branches, mud or\n        abrasive terrain.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This is especially useful during repeated deployments, extended\n        camping trips and base-camp use where the tent may remain installed\n        for several days.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        By covering the vestibules as well as the sleeping area, the footprint\n        also creates a cleaner surface for storing equipment outside the inner\n        tent.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-vern-protection-list\"\u003e\n      \u003cdiv class=\"fd-vern-protection-item\"\u003e\n        \u003cstrong\u003eHelps Extend Floor Life\u003c\/strong\u003e\n        \u003cspan\u003e\n          Reduces direct abrasion and exposure to sharp or uneven terrain.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-vern-protection-item\"\u003e\n        \u003cstrong\u003eReduces Mud Contact\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps keep the bottom of the tent cleaner during wet-weather use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-vern-protection-item\"\u003e\n        \u003cstrong\u003eVestibule Floor Coverage\u003c\/strong\u003e\n        \u003cspan\u003e\n          Provides a cleaner surface for boots, packs and field equipment.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-vern-protection-item\"\u003e\n        \u003cstrong\u003eGround Moisture Management\u003c\/strong\u003e\n        \u003cspan\u003e\n          May help reduce the effect of moisture rising from the ground beneath\n          the outer tent.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-section\"\u003e\n    \u003cdiv class=\"fd-vern-heading\"\u003e\n      \u003ch2\u003eChoose the Correct Model\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-vern-model-grid\"\u003e\n      \u003carticle class=\"fd-vern-model\"\u003e\n        \u003cdiv class=\"fd-vern-model-header\"\u003e\n          \u003ch3\u003eFootprint Vern 2\u003c\/h3\u003e\n          \u003cspan\u003eFor the NORTENT Vern 2 tent\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fd-vern-model-body\"\u003e\n          \u003cp\u003e\n            Model-specific footprint designed to cover the full underside of\n            the NORTENT Vern 2, including its vestibule areas.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            A practical addition for two-person expeditions, wet-weather\n            camping, repeated tent deployment and extended field use.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"fd-vern-model-badge\"\u003e\n            Approximate weight: 480 g\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-vern-model\"\u003e\n        \u003cdiv class=\"fd-vern-model-header\"\u003e\n          \u003ch3\u003eFootprint Vern 3\u003c\/h3\u003e\n          \u003cspan\u003eFor the NORTENT Vern 3 tent\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fd-vern-model-body\"\u003e\n          \u003cp\u003e\n            Larger model-specific footprint designed to cover the complete\n            underside and vestibule areas of the NORTENT Vern 3.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Ideal for three-person use, larger equipment loads, family\n            camping, professional field teams and longer base-camp\n            installations.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"fd-vern-model-badge\"\u003e\n            Designed specifically for Vern 3\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-section\"\u003e\n    \u003cdiv class=\"fd-vern-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"fd-vern-check-list\"\u003e\n      \u003cli\u003eAvailable for NORTENT Vern 2 and Vern 3\u003c\/li\u003e\n      \u003cli\u003eModel-specific shape and coverage\u003c\/li\u003e\n      \u003cli\u003eCovers the complete underside of the tent\u003c\/li\u003e\n      \u003cli\u003eExtends beneath the vestibule areas\u003c\/li\u003e\n      \u003cli\u003eHelps protect the inner-tent floor from abrasion\u003c\/li\u003e\n      \u003cli\u003eHelps reduce contact with stones and sharp debris\u003c\/li\u003e\n      \u003cli\u003eKeeps the tent bottom cleaner in muddy conditions\u003c\/li\u003e\n      \u003cli\u003eCreates a cleaner vestibule storage surface\u003c\/li\u003e\n      \u003cli\u003eSuitable for wet and variable terrain\u003c\/li\u003e\n      \u003cli\u003eUseful for repeated or extended tent deployment\u003c\/li\u003e\n      \u003cli\u003eCompact enough for expedition and field kits\u003c\/li\u003e\n      \u003cli\u003eOriginal NORTENT accessory\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-section\"\u003e\n    \u003cdiv class=\"fd-vern-heading\"\u003e\n      \u003ch2\u003eRecommended Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-vern-use-grid\"\u003e\n      \u003carticle class=\"fd-vern-use-card\"\u003e\n        \u003ch3\u003eExpedition and Backcountry Camping\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides additional protection when pitching the Vern tent on\n          gravel, forest floors, tundra or other variable terrain.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-vern-use-card\"\u003e\n        \u003ch3\u003eMilitary and Professional Field Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps protect the tent during repeated setup and takedown cycles,\n          training exercises and temporary field accommodations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-vern-use-card\"\u003e\n        \u003ch3\u003eBase Camps and Extended Stays\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps create a cleaner vestibule and protects the tent floor during\n          longer installations in wet or muddy environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-section\"\u003e\n    \u003cdiv class=\"fd-vern-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"fd-vern-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNORTENT Footprint for Vern\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Models\u003c\/th\u003e\n          \u003ctd\u003eVern 2 and Vern 3\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatibility\u003c\/th\u003e\n          \u003ctd\u003e\n            Select the footprint matching the exact NORTENT Vern tent model\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCoverage\u003c\/th\u003e\n          \u003ctd\u003e\n            Complete tent underside, including the vestibule areas\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eVern 2 Weight\u003c\/th\u003e\n          \u003ctd\u003eApproximately 480 g\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePrimary Function\u003c\/th\u003e\n          \u003ctd\u003e\n            Protection against mud, abrasion, dirt and potential ground damage\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n          \u003ctd\u003ePosition beneath the compatible Vern tent before pitching\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eNORTENT of Norway\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIncluded\u003c\/th\u003e\n          \u003ctd\u003eOne model-specific tent footprint\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"fd-vern-note\"\u003e\n      \u003cstrong\u003eCompatibility Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Choose the footprint that corresponds exactly to your tent model:\n        Vern 2 or Vern 3. The tent shown or referenced is not included. This\n        product includes the protective footprint only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-vern-banner\"\u003e\n    \u003ch2\u003eProtect the Floor. Keep the Vestibule Cleaner.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NORTENT Footprint adds full underside and vestibule coverage to the\n      Vern 2 or Vern 3, helping protect the tent during expeditions, field\n      operations and extended camping trips.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"nortent as","offers":[{"title":"VERN 2 4s","offer_id":45910344925375,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"VERn 3  4s","offer_id":45910344958143,"sku":null,"price":99.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/w1200h596.webp?v=1784907140","url":"https:\/\/fairdcanada.com\/es\/products\/vern-footprint-2-3","provider":"FairD Canada","version":"1.0","type":"link"}