{"product_id":"fr-butterfly-ergonomic-foot-rest","title":"FR Butterfly Ergonomic Foot Rest","description":"\u003c!-- START ProtoArc FR Butterfly Foot Rest Detail Page --\u003e\n\u003cstyle\u003e\n    * {\n        box-sizing: border-box;\n    }\n\n    .frbf_banner,\n    .frbf_full_image {\n        width: 100%;\n        margin: 0;\n        padding: 0;\n        line-height: 0;\n        background-color: #ffffff;\n    }\n\n    .frbf_banner img,\n    .frbf_full_image img {\n        width: 100%;\n        height: auto;\n        display: block;\n        margin: 0;\n        padding: 0;\n        border: 0;\n        border-radius: 0;\n        box-shadow: none;\n    }\n\n    \/* =========================\n       VIDEO\n    ========================= *\/\n\n    .frbf_video_wrap {\n        width: 100%;\n        margin: 0;\n        padding: 0;\n        line-height: 0;\n        background-color: #ffffff;\n    }\n\n    .frbf_video_wrap video {\n        width: 100%;\n        height: auto;\n        display: block;\n        margin: 0;\n        padding: 0;\n        border: 0;\n        border-radius: 0;\n        box-shadow: none;\n    }\n\n    \/* =========================\n       ICON SELLING POINTS\n    ========================= *\/\n\n    .frbf_icon_section {\n        width: 100%;\n        margin: 0;\n        padding: 30px 0;\n        background-color: #f5f7f8;\n    }\n\n    .frbf_icon_grid {\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n    }\n\n    .frbf_icon_item {\n        padding: 22px 12px;\n        text-align: center;\n    }\n\n    .frbf_icon_svg {\n        width: 31px;\n        height: 31px;\n        display: block;\n        margin: 0 auto 11px;\n        stroke: #f0ad46;\n        stroke-width: 1.8;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n        fill: none;\n    }\n\n    .frbf_icon_item p {\n        margin: 0;\n        padding: 0;\n        color: #201F1C;\n        font-size: 15px;\n        font-weight: 600;\n        line-height: 1.35;\n    }\n\n    \/* =========================\n       TEXT SECTIONS\n    ========================= *\/\n\n    .frbf_text_section {\n        width: 100%;\n        margin: 0;\n        padding: 62px 32px;\n        background-color: #ffffff;\n        text-align: center;\n    }\n\n    .frbf_text_section--soft {\n        background-color: #fafafa;\n    }\n\n    .frbf_text_section--compact {\n        padding-top: 46px;\n        padding-bottom: 46px;\n    }\n\n    .frbf_text_inner {\n        width: 100%;\n        max-width: 860px;\n        margin: 0 auto;\n    }\n\n    .frbf_text_section h2 {\n        margin: 0 0 16px;\n        padding: 0;\n        color: #201F1C;\n        font-size: 26px;\n        line-height: 1.3;\n        font-weight: 600;\n    }\n\n    .frbf_text_section p {\n        margin: 0 auto;\n        padding: 0;\n        color: #484540;\n        font-size: 16px;\n        line-height: 1.75;\n    }\n\n    \/* =========================\n       CSS-ONLY CAROUSEL\n    ========================= *\/\n\n    .frbf_carousel_section {\n        width: 100%;\n        margin: 0;\n        padding: 0 0 56px;\n        background-color: #ffffff;\n    }\n\n    .frbf_css_carousel {\n        position: relative;\n        width: 100%;\n        max-width: 1464px;\n        margin: 0 auto;\n        overflow: hidden;\n        background-color: #f5f5f5;\n    }\n\n    .frbf_css_carousel input[type=\"radio\"] {\n        position: absolute;\n        opacity: 0;\n        pointer-events: none;\n    }\n\n    .frbf_carousel_viewport {\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .frbf_carousel_track {\n        width: 300%;\n        display: flex;\n        transition: transform 0.5s ease;\n    }\n\n    .frbf_carousel_slide {\n        width: 33.333333%;\n        flex: 0 0 33.333333%;\n        line-height: 0;\n    }\n\n    .frbf_carousel_slide img {\n        width: 100%;\n        height: auto;\n        display: block;\n        margin: 0;\n        padding: 0;\n        border: 0;\n    }\n\n    #frbf_slide_1:checked\n    ~ .frbf_carousel_viewport\n    .frbf_carousel_track {\n        transform: translateX(0);\n    }\n\n    #frbf_slide_2:checked\n    ~ .frbf_carousel_viewport\n    .frbf_carousel_track {\n        transform: translateX(-33.333333%);\n    }\n\n    #frbf_slide_3:checked\n    ~ .frbf_carousel_viewport\n    .frbf_carousel_track {\n        transform: translateX(-66.666666%);\n    }\n\n    .frbf_carousel_nav {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: calc(100% - 42px);\n        padding: 0 24px;\n        display: none;\n        align-items: center;\n        justify-content: space-between;\n        pointer-events: none;\n        z-index: 10;\n    }\n\n    #frbf_slide_1:checked ~ .frbf_nav_1,\n    #frbf_slide_2:checked ~ .frbf_nav_2,\n    #frbf_slide_3:checked ~ .frbf_nav_3 {\n        display: flex;\n    }\n\n    .frbf_carousel_arrow {\n        width: 48px;\n        height: 48px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.92);\n        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.10);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        cursor: pointer;\n        pointer-events: auto;\n        transition:\n            background-color 0.2s ease,\n            transform 0.2s ease;\n    }\n\n    .frbf_carousel_arrow:hover {\n        background-color: #ffffff;\n        transform: scale(1.05);\n    }\n\n    .frbf_carousel_arrow svg {\n        width: 22px;\n        height: 22px;\n        fill: none;\n        stroke: #201F1C;\n        stroke-width: 2;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n    }\n\n    .frbf_carousel_dots {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 9px;\n        padding-top: 22px;\n        padding-bottom: 2px;\n        background-color: #ffffff;\n    }\n\n    .frbf_carousel_dot {\n        width: 8px;\n        height: 8px;\n        display: block;\n        border-radius: 50%;\n        background-color: #c4bfb9;\n        cursor: pointer;\n        transition: all 0.25s ease;\n    }\n\n    #frbf_slide_1:checked\n    ~ .frbf_carousel_dots\n    label:nth-child(1),\n\n    #frbf_slide_2:checked\n    ~ .frbf_carousel_dots\n    label:nth-child(2),\n\n    #frbf_slide_3:checked\n    ~ .frbf_carousel_dots\n    label:nth-child(3) {\n        width: 24px;\n        border-radius: 10px;\n        background-color: #f0ad46;\n    }\n\n    \/* =========================\n       SPEC \/ NOTE BLOCK\n    ========================= *\/\n\n    .frbf_note {\n        width: 100%;\n        margin: 0;\n        padding: 56px 32px;\n        background-color: #f5f4f0;\n        text-align: center;\n    }\n\n    .frbf_note_inner {\n        width: 100%;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .frbf_note h2 {\n        margin: 0 0 16px;\n        color: #201F1C;\n        font-size: 25px;\n        line-height: 1.3;\n        font-weight: 600;\n    }\n\n    .frbf_note p {\n        margin: 0 auto 10px;\n        color: #484540;\n        font-size: 15px;\n        line-height: 1.75;\n    }\n\n    .frbf_note p:last-child {\n        margin-bottom: 0;\n    }\n\n    .frbf_note strong {\n        color: #201F1C;\n        font-weight: 600;\n    }\n\n    \/* =========================\n       WHY CHOOSE\n    ========================= *\/\n\n    .frbf_why_choose {\n        width: 100%;\n        margin: 0;\n        padding: 64px 32px;\n        background-color: #fafafa;\n        text-align: center;\n    }\n\n    .frbf_why_choose_inner {\n        width: 100%;\n        max-width: 860px;\n        margin: 0 auto;\n    }\n\n    .frbf_why_choose h2 {\n        margin: 0 0 18px;\n        color: #201F1C;\n        font-size: 26px;\n        line-height: 1.3;\n        font-weight: 600;\n    }\n\n    .frbf_why_choose p {\n        margin: 0 auto 14px;\n        color: #484540;\n        font-size: 16px;\n        line-height: 1.75;\n    }\n\n    .frbf_why_choose p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* =========================\n       FAQ\n    ========================= *\/\n\n    .frbf_faq {\n        width: 100%;\n        margin: 0;\n        padding: 64px 32px;\n        background-color: #ffffff;\n    }\n\n    .frbf_faq h2 {\n        margin: 0 0 34px;\n        color: #201F1C;\n        font-size: 26px;\n        line-height: 1.3;\n        font-weight: 600;\n        text-align: center;\n    }\n\n    .frbf_faq_item {\n        width: 100%;\n        max-width: 860px;\n        margin: 0 auto 26px;\n    }\n\n    .frbf_faq_item h3 {\n        margin: 0 0 8px;\n        color: #201F1C;\n        font-size: 18px;\n        line-height: 1.45;\n        font-weight: 600;\n    }\n\n    .frbf_faq_item p {\n        margin: 0;\n        color: #484540;\n        font-size: 15px;\n        line-height: 1.75;\n    }\n\n    \/* =========================\n       MOBILE\n    ========================= *\/\n\n    @media screen and (max-width: 750px) {\n\n        .frbf_icon_section {\n            padding: 20px 0;\n        }\n\n        .frbf_icon_grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .frbf_icon_item {\n            min-height: 100px;\n            padding: 18px 8px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .frbf_icon_item p {\n            font-size: 14px;\n        }\n\n        .frbf_text_section {\n            padding: 42px 28px;\n        }\n\n        .frbf_text_section--compact {\n            padding-top: 38px;\n            padding-bottom: 38px;\n        }\n\n        .frbf_text_section h2,\n        .frbf_note h2,\n        .frbf_why_choose h2,\n        .frbf_faq h2 {\n            font-size: 22px;\n        }\n\n        .frbf_text_section p,\n        .frbf_why_choose p {\n            font-size: 15px;\n        }\n\n        .frbf_carousel_section {\n            padding-bottom: 40px;\n        }\n\n        .frbf_carousel_nav {\n            padding: 0 10px;\n            height: calc(100% - 34px);\n        }\n\n        .frbf_carousel_arrow {\n            width: 38px;\n            height: 38px;\n        }\n\n        .frbf_carousel_arrow svg {\n            width: 18px;\n            height: 18px;\n        }\n\n        .frbf_carousel_dots {\n            padding-top: 16px;\n        }\n\n        .frbf_note {\n            padding: 42px 28px;\n        }\n\n        .frbf_note p {\n            font-size: 14px;\n        }\n\n        .frbf_why_choose,\n        .frbf_faq {\n            padding: 46px 30px;\n        }\n\n        .frbf_faq_item h3 {\n            font-size: 17px;\n        }\n\n        .frbf_faq_item p {\n            font-size: 14px;\n        }\n    }\n\u003c\/style\u003e\n\u003c!-- 02 VIDEO --\u003e\n\u003cdiv class=\"frbf_video_wrap\"\u003e\u003cvideo id=\"frbf-product-video\" preload=\"metadata\" loop=\"loop\" playsinline=\"\" autoplay=\"autoplay\" muted=\"\" controls=\"controls\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/02438c85577440909bb767858d4fb3b3.mp4\" type=\"video\/mp4\"\u003e\n        Your browser does not support HTML5 video.\n    \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- 01 HERO --\u003e\n\u003cdiv class=\"frbf_banner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/5175eaf8-b1b9-4d10-9e39-5c4b8a288efc.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933698\" alt=\"ProtoArc FR Butterfly ergonomic foot rest under desk\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c!-- 03 ICON SELLING POINTS --\u003e\n\u003csection class=\"frbf_icon_section\"\u003e\n\u003cdiv class=\"frbf_icon_grid\"\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003cpath d=\"M4 22c5-1 8-5 10-10\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M14 12c4 5 8 8 14 9\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M5 25h22\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eErgonomic Foot Positioning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003cpath d=\"M5 21c4-7 7-10 11-10s7 3 11 10\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M6 23h20\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M9 25c4 3 10 3 14 0\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eDual-Sided Rocking Design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003ccircle cx=\"10\" cy=\"11\" r=\"2\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"16\" cy=\"9\" r=\"2\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"22\" cy=\"11\" r=\"2\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"12\" cy=\"17\" r=\"2\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"20\" cy=\"17\" r=\"2\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M6 24c5-4 15-4 20 0\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eRelaxing Massage Dots\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003cpath d=\"M5 20c3-8 7-12 11-12s8 4 11 12\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M6 23h20\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M9 18h14\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eHigh-Density Memory Foam\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003cpath d=\"M5 10h22v12H5z\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M8 25h16\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M9 22l-2 4M15 22l-1 4M21 22l1 4M25 22l2 4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eAnti-Slip Base\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_icon_item\"\u003e\n\u003csvg class=\"frbf_icon_svg\" viewbox=\"0 0 32 32\"\u003e\n                \u003cpath d=\"M8 12h16v14H8z\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M12 12V9c0-2 2-4 4-4s4 2 4 4v3\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M12 19h8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003cp\u003eWashable Cover \u0026amp; Carry Handle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 04 OVERVIEW --\u003e\n\u003csection class=\"frbf_text_section\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eSupport Where Your Feet Need It Most\u003c\/h2\u003e\n\u003cp\u003eThe ProtoArc FR Butterfly Foot Rest raises your feet into a more comfortable position while sitting, helping create a more balanced workstation for long periods at a desk. Its contoured shape, supportive foam, and versatile dual-sided design make it an easy addition to home offices, workspaces, study areas, and gaming setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 05 IMAGE 2 --\u003e\n\u003cdiv class=\"frbf_full_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/0dd9a1c1-247e-4e4b-af8e-7ff161779008.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933698\" alt=\"ProtoArc ergonomic foot rest for natural foot positioning under desk\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- 06 ERGONOMIC POSITIONING --\u003e\n\u003csection class=\"frbf_text_section frbf_text_section--compact\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eA More Natural Position for Your Feet and Legs\u003c\/h2\u003e\n\u003cp\u003eKeeping your feet supported can make long periods of sitting feel more comfortable, especially when your feet do not naturally rest flat on the floor. The FR Butterfly gently elevates the feet and provides a stable surface for a more relaxed seated setup throughout the workday.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 07 IMAGE 3 \/ 4 \/ 5 CSS-ONLY CAROUSEL --\u003e\n\u003csection class=\"frbf_carousel_section\"\u003e\n\u003cdiv class=\"frbf_css_carousel\"\u003e\n\u003c!-- RADIO CONTROLS --\u003e \u003cinput type=\"radio\" name=\"frbf_carousel\" id=\"frbf_slide_1\" checked\u003e \u003cinput type=\"radio\" name=\"frbf_carousel\" id=\"frbf_slide_2\"\u003e \u003cinput type=\"radio\" name=\"frbf_carousel\" id=\"frbf_slide_3\"\u003e \u003c!-- SLIDES --\u003e\n\u003cdiv class=\"frbf_carousel_viewport\"\u003e\n\u003cdiv class=\"frbf_carousel_track\"\u003e\n\u003c!-- Slide 1 --\u003e\n\u003cdiv class=\"frbf_carousel_slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/fe922d2f-8735-43c8-a53f-baf3ff406278.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933697\" alt=\"ProtoArc FR Butterfly massage dot foot rest\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 2 --\u003e\n\u003cdiv class=\"frbf_carousel_slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/56d5a440-9ded-48da-a045-3dca3c5adc07.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933697\" alt=\"ProtoArc FR Butterfly dual sided rocking footrest\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 3 --\u003e\n\u003cdiv class=\"frbf_carousel_slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/41316c2d-72ad-4dad-aed0-92bcc5116c3c.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933698\" alt=\"ProtoArc FR Butterfly ergonomic memory foam foot rest detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NAVIGATION FOR SLIDE 1 --\u003e\n\u003cdiv class=\"frbf_carousel_nav frbf_nav_1\"\u003e\n\u003clabel for=\"frbf_slide_3\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M15 5l-7 7 7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e \u003clabel for=\"frbf_slide_2\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- NAVIGATION FOR SLIDE 2 --\u003e\n\u003cdiv class=\"frbf_carousel_nav frbf_nav_2\"\u003e\n\u003clabel for=\"frbf_slide_1\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M15 5l-7 7 7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e \u003clabel for=\"frbf_slide_3\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- NAVIGATION FOR SLIDE 3 --\u003e\n\u003cdiv class=\"frbf_carousel_nav frbf_nav_3\"\u003e\n\u003clabel for=\"frbf_slide_2\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M15 5l-7 7 7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e \u003clabel for=\"frbf_slide_1\" class=\"frbf_carousel_arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- DOTS --\u003e\n\u003cdiv class=\"frbf_carousel_dots\"\u003e\n\u003clabel for=\"frbf_slide_1\" class=\"frbf_carousel_dot\"\u003e\u003c\/label\u003e \u003clabel for=\"frbf_slide_2\" class=\"frbf_carousel_dot\"\u003e\u003c\/label\u003e \u003clabel for=\"frbf_slide_3\" class=\"frbf_carousel_dot\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 08 MASSAGE + ROCKING COPY --\u003e\n\u003csection class=\"frbf_text_section frbf_text_section--soft\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eSupport When You Want It. Movement When You Need It.\u003c\/h2\u003e\n\u003cp\u003eThe textured surface features integrated massage dots that create a pleasant tactile feel under bare feet or socks. Keep the flat side down for steady everyday support, or flip the footrest over to turn it into a rocking surface for gentle foot movement while you work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 09 IMAGE 6 --\u003e\n\u003cdiv class=\"frbf_full_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/3da6392f-03d2-4bf8-9a94-32590b2d45a2.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1786933698\" alt=\"ProtoArc FR Butterfly high density memory foam footrest\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- 10 MEMORY FOAM COPY --\u003e\n\u003csection class=\"frbf_text_section frbf_text_section--compact\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eSupportive High-Density Foam\u003c\/h2\u003e\n\u003cp\u003eHigh-density memory foam provides a supportive lift while returning toward its original shape after use. The resilient foam construction is designed for repeated everyday use under your desk without the hard feel of a rigid foot platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 11 UNBOXING NOTE --\u003e\n\u003csection class=\"frbf_note\"\u003e\n\u003cdiv class=\"frbf_note_inner\"\u003e\n\u003ch2\u003eGive the Foam Time to Fully Expand\u003c\/h2\u003e\n\u003cp\u003eThe footrest may appear compressed immediately after unpacking. \u003cstrong\u003ePlease allow approximately 24–48 hours\u003c\/strong\u003e for the foam to acclimate to room air and return to its intended shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 12 IMAGE 7 --\u003e\n\u003cdiv class=\"frbf_full_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/bdbbcaa2-8de7-4505-8c38-df23f81a676b.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1786933699\" alt=\"ProtoArc FR Butterfly anti slip base and washable cover\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- 13 STABILITY + CLEANING --\u003e\n\u003csection class=\"frbf_text_section frbf_text_section--soft\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eStays Put. Cleans Up Easily.\u003c\/h2\u003e\n\u003cp\u003eA high-traction anti-slip base helps keep the footrest more stable on smooth flooring, while the hidden zipper design keeps the zipper pull tucked away from the floor. The breathable outer cover can be removed and machine washed for easier everyday care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 14 IMAGE 8 --\u003e\n\u003cdiv class=\"frbf_full_image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/1dbb1a4f-16df-41dc-9f61-24a2c6978353.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1786933699\" alt=\"ProtoArc FR Butterfly portable ergonomic footrest for home office and travel\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- 15 PORTABLE COPY --\u003e\n\u003csection class=\"frbf_text_section frbf_text_section--compact\"\u003e\n\u003cdiv class=\"frbf_text_inner\"\u003e\n\u003ch2\u003eEasy to Move Wherever You Work\u003c\/h2\u003e\n\u003cp\u003eMeasuring approximately 43.5 × 27.5 × 11.5 cm, the FR Butterfly fits easily beneath most workspaces. A built-in side handle makes it convenient to move between your home office, study space, gaming setup, or another room whenever your routine changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 16 WHY CHOOSE --\u003e\n\u003csection class=\"frbf_why_choose\"\u003e\n\u003cdiv class=\"frbf_why_choose_inner\"\u003e\n\u003ch2\u003eWhy Choose the FR Butterfly?\u003c\/h2\u003e\n\u003cp\u003eThe FR Butterfly combines supportive foot elevation with the flexibility to move. Use it as a stable everyday footrest when you want steady support, then flip it over when you prefer gentle rocking movement beneath your desk.\u003c\/p\u003e\n\u003cp\u003eMassage dots, resilient memory foam, a non-slip base, removable washable cover, and built-in carry handle make it a practical choice for long work sessions at home, in the office, while studying, or during gaming sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 17 FAQ --\u003e\n\u003csection class=\"frbf_faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eWhat are the dimensions of the FR Butterfly Foot Rest?\u003c\/h3\u003e\n\u003cp\u003eThe footrest measures approximately 43.5 × 27.5 × 11.5 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eWhat is the footrest made from?\u003c\/h3\u003e\n\u003cp\u003eThe FR Butterfly uses high-density memory foam designed to provide supportive cushioning and return toward its original shape after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eWhy does the footrest look compressed after unboxing?\u003c\/h3\u003e\n\u003cp\u003eThe foam may be compressed during packaging and shipping. Allow approximately 24–48 hours after unpacking for the foam to acclimate to room air and recover its intended shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eCan the footrest be used as a rocker?\u003c\/h3\u003e\n\u003cp\u003eYes. Use the flat side down when you want a stable footrest, or flip it over to create a curved rocking surface for gentle foot movement while sitting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eWhat are the massage dots for?\u003c\/h3\u003e\n\u003cp\u003eThe integrated surface dots provide additional texture and a gentle tactile sensation when used with bare feet or socks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eDoes the footrest slide on the floor?\u003c\/h3\u003e\n\u003cp\u003eThe underside features a high-traction anti-slip surface designed to help reduce unwanted movement on smooth flooring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eIs the cover removable?\u003c\/h3\u003e\n\u003cp\u003eYes. The breathable outer cover can be removed using the hidden zipper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eCan the cover be machine washed?\u003c\/h3\u003e\n\u003cp\u003eYes. The removable outer cover is machine washable for easier cleaning and routine care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eIs the FR Butterfly easy to carry?\u003c\/h3\u003e\n\u003cp\u003eYes. A built-in side handle makes it easier to carry the footrest between rooms, workspaces, or other locations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"frbf_faq_item\"\u003e\n\u003ch3\u003eWho is this footrest suitable for?\u003c\/h3\u003e\n\u003cp\u003eIt is designed for people who spend extended periods sitting at a desk, including home-office users, office workers, students, and gamers. It can also be helpful when a chair or desk height leaves your feet without comfortable support from the floor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STRUCTURED DATA --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- END ProtoArc FR Butterfly Foot Rest Detail Page --\u003e","brand":"ProtoArc","offers":[{"title":"Nero","offer_id":44533035466841,"sku":"CP017109","price":39.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0551\/3972\/9497\/files\/6a0f48436f03bf48e8c7f28f9f150b4c_4642c20e-cfb1-430a-af6a-7a79ae048eca.png?v=1786933999","url":"https:\/\/www.protoarc.com\/it-it\/products\/fr-butterfly-ergonomic-foot-rest","provider":"ProtoArc","version":"1.0","type":"link"}