{"product_id":"carryfit","title":"TECH-CARRYFIT™","description":"\u003cstyle\u003e\n  \/* =========================================\n     TECH-CARRYFIT™ — PÁGINA DO PRODUTO (MELHORADA)\n  ========================================= *\/\n\n  .tcf-page,\n  .tcf-page * {\n    box-sizing: border-box;\n  }\n\n  .tcf-page {\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0;\n    background: #ffffff;\n    color: #1a1a1a;\n    font-family:\n      \"Noto Sans JP\",\n      \"Hiragino Kaku Gothic ProN\",\n      \"Yu Gothic\",\n      Meiryo,\n      sans-serif;\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .tcf-page h1,\n  .tcf-page h2,\n  .tcf-page h3,\n  .tcf-page p {\n    margin-top: 0;\n  }\n\n  .tcf-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  \/* HERO *\/\n\n  .tcf-hero {\n    padding: 42px 22px 34px;\n    text-align: center;\n    background: linear-gradient(180deg, #f8f6f3 0%, #ffffff 100%);\n  }\n\n  .tcf-label {\n    display: inline-block;\n    margin-bottom: 15px;\n    padding: 6px 15px;\n    border-radius: 30px;\n    background: #2d2d2d;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n  }\n\n  .tcf-hero h1 {\n    margin-bottom: 10px;\n    color: #0d0d0d;\n    font-size: clamp(28px, 6vw, 46px);\n    font-weight: 900;\n    line-height: 1.25;\n    letter-spacing: 0.02em;\n  }\n\n  .tcf-product-jp {\n    margin-bottom: 18px;\n    color: #8b5a3c;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .tcf-hero-copy {\n    max-width: 680px;\n    margin: 0 auto;\n    color: #2a2a2a;\n    font-size: 17px;\n    line-height: 1.9;\n  }\n\n  \/* SEÇÕES *\/\n\n  .tcf-section {\n    padding: 48px 24px;\n  }\n\n  .tcf-section-soft {\n    background: #faf8f5;\n  }\n\n  .tcf-section-dark {\n    background: #1a1a1a;\n    color: #ffffff;\n  }\n\n  .tcf-title {\n    margin-bottom: 20px;\n    text-align: center;\n    font-size: clamp(24px, 5vw, 34px);\n    font-weight: 900;\n    line-height: 1.45;\n    color: #0d0d0d;\n  }\n\n  .tcf-text {\n    max-width: 700px;\n    margin: 0 auto 25px;\n    text-align: center;\n    color: #2a2a2a;\n  }\n\n  .tcf-section-dark .tcf-text {\n    color: #e8e8e8;\n  }\n\n  .tcf-highlight {\n    color: #a85a3a;\n    font-weight: 800;\n  }\n\n  \/* IMAGENS *\/\n\n  .tcf-image {\n    overflow: hidden;\n    width: 100%;\n    background: #f5f5f5;\n  }\n\n  .tcf-image-space {\n    margin: 28px 0;\n    border-radius: 14px;\n  }\n\n  \/* BENEFÍCIOS *\/\n\n  .tcf-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    max-width: 760px;\n    margin: 28px auto 0;\n  }\n\n  .tcf-benefit {\n    padding: 24px 18px;\n    border: 2px solid #d4ccc3;\n    border-radius: 14px;\n    background: #ffffff;\n    text-align: center;\n    transition: border-color 0.3s ease;\n  }\n\n  .tcf-benefit:hover {\n    border-color: #a85a3a;\n  }\n\n  .tcf-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 12px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #a85a3a 0%, #8b4c2f 100%);\n    color: #ffffff;\n    font-size: 20px;\n    font-weight: 900;\n    box-shadow: 0 4px 12px rgba(168, 90, 58, 0.25);\n  }\n\n  .tcf-benefit h3 {\n    margin-bottom: 7px;\n    font-size: 17px;\n    font-weight: 900;\n    color: #0d0d0d;\n  }\n\n  .tcf-benefit p {\n    margin-bottom: 0;\n    color: #404040;\n    font-size: 14px;\n    line-height: 1.7;\n    font-weight: 500;\n  }\n\n  \/* LISTA *\/\n\n  .tcf-list {\n    max-width: 680px;\n    margin: 25px auto 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .tcf-list li {\n    position: relative;\n    margin-bottom: 12px;\n    padding: 14px 16px 14px 48px;\n    border-radius: 10px;\n    background: #ffffff;\n    color: #1a1a1a;\n    font-weight: 600;\n    border-left: 4px solid #a85a3a;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n  }\n\n  .tcf-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 13px;\n    left: 17px;\n    color: #a85a3a;\n    font-size: 20px;\n    font-weight: 900;\n  }\n\n  \/* ESPECIFICAÇÕES *\/\n\n  .tcf-specs {\n    max-width: 700px;\n    margin: 25px auto 0;\n    border-top: 2px solid #d0d0d0;\n  }\n\n  .tcf-spec-row {\n    display: grid;\n    grid-template-columns: 145px 1fr;\n    padding: 15px 8px;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .tcf-spec-label {\n    color: #2a2a2a;\n    font-weight: 900;\n  }\n\n  .tcf-spec-value {\n    color: #0d0d0d;\n    font-weight: 600;\n  }\n\n  \/* UPSSELL *\/\n\n  .tcf-offer {\n    margin: 0;\n    padding: 50px 24px;\n    background: linear-gradient(135deg, #9a5c37 0%, #7a4729 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .tcf-offer h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 5vw, 36px);\n    font-weight: 900;\n    line-height: 1.4;\n  }\n\n  .tcf-offer p {\n    max-width: 650px;\n    margin: 0 auto 20px;\n    font-weight: 500;\n  }\n\n  .tcf-offer-badge {\n    display: inline-block;\n    padding: 10px 22px;\n    border-radius: 40px;\n    background: #ffffff;\n    color: #7a4729;\n    font-size: 17px;\n    font-weight: 900;\n    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);\n  }\n\n  .tcf-note {\n    max-width: 700px;\n    margin: 25px auto 0;\n    color: #555555;\n    font-size: 12px;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 600px) {\n    .tcf-hero {\n      padding: 34px 18px 28px;\n    }\n\n    .tcf-section {\n      padding: 38px 17px;\n    }\n\n    .tcf-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tcf-spec-row {\n      grid-template-columns: 115px 1fr;\n      font-size: 14px;\n    }\n\n    .tcf-image-space {\n      margin: 22px 0;\n      border-radius: 9px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tcf-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"tcf-hero\"\u003e\n\u003cdiv class=\"tcf-label\"\u003eTECH-NIRAをご購入の方におすすめ\u003c\/div\u003e\n\u003ch1\u003eTECH-CARRYFIT™\u003c\/h1\u003e\n\u003cdiv class=\"tcf-product-jp\"\u003eテック・キャリーフィット\u003c\/div\u003e\n\u003cp class=\"tcf-hero-copy\"\u003e座り心地を整えたら、次は車内の荷物もすっきり。\u003cbr\u003eバッグや買い物袋をスマートに収納できる、便利な車用2WAYシートフックです。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGEM ORIGINAL 1 --\u003e\n\u003cdiv class=\"tcf-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/05-before-after-jp.png?v=1789058702\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEMA --\u003e\n\u003csection class=\"tcf-section\"\u003e\n\u003ch2 class=\"tcf-title\"\u003eブレーキのたびに、\u003cbr\u003e\u003cspan class=\"tcf-highlight\"\u003eバッグが倒れていませんか？\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"tcf-text\"\u003e助手席や足元に置いたバッグや買い物袋は、 急なブレーキやカーブで倒れやすく、車内が散らかる原因になります。 TECH-CARRYFIT™なら、ヘッドレストに取り付けるだけで、 荷物の置き場所を簡単に作れます。\u003c\/p\u003e\n\u003c!-- IMAGEM ORIGINAL 2 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/02-japanese-family-colors-jp.png?v=1789058661\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFÍCIOS --\u003e\n\u003csection class=\"tcf-section tcf-section-soft\"\u003e\n\u003ch2 class=\"tcf-title\"\u003e車内をもっと快適にする\u003cbr\u003e4つのポイント\u003c\/h2\u003e\n\u003cdiv class=\"tcf-benefits\"\u003e\n\u003cdiv class=\"tcf-benefit\"\u003e\n\u003cdiv class=\"tcf-benefit-icon\"\u003e01\u003c\/div\u003e\n\u003ch3\u003e取り付け簡単\u003c\/h3\u003e\n\u003cp\u003eヘッドレストに通すだけ。工具を使わず簡単に取り付けられます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-benefit\"\u003e\n\u003cdiv class=\"tcf-benefit-icon\"\u003e02\u003c\/div\u003e\n\u003ch3\u003e360°回転式\u003c\/h3\u003e\n\u003cp\u003e前席側と後部座席側の、使いやすい方向へ回転できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-benefit\"\u003e\n\u003cdiv class=\"tcf-benefit-icon\"\u003e03\u003c\/div\u003e\n\u003ch3\u003e便利な2WAY仕様\u003c\/h3\u003e\n\u003cp\u003e荷物用フックとしても、スマホホルダーとしても使用できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-benefit\"\u003e\n\u003cdiv class=\"tcf-benefit-icon\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eうれしい2個セット\u003c\/h3\u003e\n\u003cp\u003e複数の荷物を掛けたい時や、左右で使いたい時にも便利です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGEM ORIGINAL 3 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_11_de_set._de_2026_01_53_35.png?v=1789059252\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORGANIZAÇÃO --\u003e\n\u003csection class=\"tcf-section\"\u003e\n\u003ch2 class=\"tcf-title\"\u003eバッグの定位置を作って、\u003cbr\u003e車内を\u003cspan class=\"tcf-highlight\"\u003eすっきり整理\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"tcf-text\"\u003eハンドバッグ、買い物袋、帽子など、 置き場所に困りやすい荷物をスマートに収納。 大切なバッグを床へ直接置く必要もありません。\u003c\/p\u003e\n\u003c!-- IMAGEM ORIGINAL 4 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_11_de_set._de_2026_02_00_45.png?v=1789060567\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cul class=\"tcf-list\"\u003e\n\u003cli\u003eハンドバッグの収納に\u003c\/li\u003e\n\u003cli\u003e買い物袋の転倒防止に\u003c\/li\u003e\n\u003cli\u003e帽子や小物の整理に\u003c\/li\u003e\n\u003cli\u003e運転席・助手席まわりの整理に\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- CELULAR --\u003e\n\u003csection class=\"tcf-section tcf-section-dark\"\u003e\n\u003ch2 class=\"tcf-title\"\u003eスマホホルダーとしても活躍\u003c\/h2\u003e\n\u003cp class=\"tcf-text\"\u003eフック部分を利用して、横向きスマートフォンの簡易ホルダーとしても使用可能。 後部座席で動画を楽しみたい時にも便利です。\u003c\/p\u003e\n\u003c!-- IMAGEM ORIGINAL 5 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\u003cimg src=\"https:\/\/ae-pic-a1.aliexpress-media.com\/kf\/S1b8aeb3e320f480289243fafef7037bb3.jpg\" alt=\"スマートフォンホルダーとして使用\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ARMAZENAMENTO --\u003e\n\u003csection class=\"tcf-section\"\u003e\n\u003ch2 class=\"tcf-title\"\u003e使わない時も邪魔にならない\u003c\/h2\u003e\n\u003cp class=\"tcf-text\"\u003e使用しない時はシート側へ回転させて、すっきり収納。 車内の見た目を損ないにくく、必要な時だけサッと使用できます。\u003c\/p\u003e\n\u003c!-- IMAGEM ORIGINAL 6 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\u003cimg src=\"https:\/\/ae-pic-a1.aliexpress-media.com\/kf\/S79bb3f99e8384752921cc32618ba384cd.jpg\" alt=\"使用しない時はすっきり収納\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ACABAMENTO --\u003e\n\u003csection class=\"tcf-section tcf-section-soft\"\u003e\n\u003ch2 class=\"tcf-title\"\u003e車内になじみやすい、\u003cbr\u003e落ち着いたデザイン\u003c\/h2\u003e\n\u003cp class=\"tcf-text\"\u003eシンプルで落ち着いた質感なので、 さまざまな車内インテリアに合わせやすいデザインです。 フック部分は滑らかに仕上げられています。\u003c\/p\u003e\n\u003c!-- IMAGEM ORIGINAL 7 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_11_de_set._de_2026_02_17_28.png?v=1789060670\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGEM ORIGINAL 8 --\u003e\n\u003cdiv class=\"tcf-image tcf-image-space\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/ChatGPT_Image_11_de_set._de_2026_02_13_54.png?v=1789060489\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ESPECIFICAÇÕES --\u003e\n\u003csection class=\"tcf-section\"\u003e\n\u003ch2 class=\"tcf-title\"\u003e商品仕様\u003c\/h2\u003e\n\u003cdiv class=\"tcf-specs\"\u003e\n\u003cdiv class=\"tcf-spec-row\"\u003e\n\u003cdiv class=\"tcf-spec-label\"\u003e商品名\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-value\"\u003eTECH-CARRYFIT™\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-row\"\u003e\n\u003cdiv class=\"tcf-spec-label\"\u003eセット内容\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-value\"\u003e2個セット\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-row\"\u003e\n\u003cdiv class=\"tcf-spec-label\"\u003e商品タイプ\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-value\"\u003e車用2WAYシートフック\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-row\"\u003e\n\u003cdiv class=\"tcf-spec-label\"\u003e取り付け場所\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-value\"\u003eヘッドレストポール\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-row\"\u003e\n\u003cdiv class=\"tcf-spec-label\"\u003eサイズ\u003c\/div\u003e\n\u003cdiv class=\"tcf-spec-value\"\u003e約12 × 4 × 3.5cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"tcf-note\"\u003e※ヘッドレストが取り外せない車種や、ポール形状が特殊な車種には 取り付けできない場合があります。\u003cbr\u003e※スマートフォンのサイズやケースの形状によっては、 ホルダーとして使用できない場合があります。\u003cbr\u003e※画像は使用イメージです。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- UPSELL FINAL --\u003e\n\u003csection class=\"tcf-offer\"\u003e\n\u003ch2\u003eTECH-NIRAと一緒に、\u003cbr\u003e車内をもっと快適に。\u003c\/h2\u003e\n\u003cp\u003e身体を支えるTECH-NIRAと、荷物をすっきり整理するTECH-CARRYFIT™。\u003cbr\u003e毎日の通勤や長時間のドライブを、より快適な時間へ。\u003c\/p\u003e\n\u003cdiv class=\"tcf-offer-badge\"\u003e今すぐ一緒に追加\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tokyo-Tech™","offers":[{"title":"ブラック","offer_id":44154784907382,"sku":"200000182:10#black","price":2590.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44154784972918,"sku":"200000182:350686#brown","price":2590.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44154784940150,"sku":"200000182:193#2pcs random color","price":2590.0,"currency_code":"JPY","in_stock":true},{"title":"レッドステッチ","offer_id":44168595079286,"sku":null,"price":2590.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/6400\/3446\/files\/05-phone-holder-jp.png?v=1789060828","url":"https:\/\/tokyo-tech.store\/products\/carryfit","provider":"Tokyo-Tech™","version":"1.0","type":"link"}