{"product_id":"jax-largecrescent","title":"Jax 弧形半月包(大)","description":"\u003cdiv style=\"display:flex; justify-content:center;\"\u003e\n  \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/aa9a833982b34d73a41ad191a2f1d972.mp4\" controls autoplay muted loop playsinline style=\"width:100%; max-width:500px; height:auto;\"\u003e\n  \u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  border: 2px solid #000; \/* 外框統一為 2px 實線 *\/\n  margin: 30px 0;\n}\n\n.feature-item {\n  padding: 30px 24px;\n  border-right: 2px solid #000;\n  border-bottom: 2px solid #000;\n  background: #fff;\n}\n\n\/* 電腦版：移除每一列最後一個元素的右邊框 *\/\n.feature-grid .feature-item:nth-child(3n) {\n  border-right: none;\n}\n\n\/* 電腦版：移除最後一列元素的底邊框 *\/\n.feature-grid .feature-item:nth-last-child(-n+3) {\n  border-bottom: none;\n}\n\n.feature-item h3 {\n  font-size: 22px;\n  font-weight: 700;\n  margin: 0 0 8px;\n  color: #000;\n}\n\n.feature-item h4 {\n  font-size: 12px;\n  font-weight: 500;\n  letter-spacing: 2px;\n  color: #ff4d3d;\n  margin-bottom: 10px;\n}\n\n.feature-item p {\n  margin: 0;\n  line-height: 1.8;\n  font-size: 15px;\n  color: #333;\n}\n\n@media (max-width: 768px) {\n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .feature-item {\n    border-right: none;\n    border-bottom: 2px solid #000; \/* 手機版每一項下方都保留線條 *\/\n  }\n\n  \/* 手機版最後一個項目：因為外框底部已經有一條線了，把它的底線取消，避免雙重線條黏在一起顯得太粗 *\/\n  .feature-item:last-child {\n    border-bottom: none;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003ch4\u003e工作旅程，完整收納\u003c\/h4\u003e\n    \u003ch3\u003e內建加厚筆電夾層\u003c\/h3\u003e\n    \u003cp\u003e主收納空間內配置魔鬼氈固定式加厚筆電夾層，可穩固保護 14 吋以下筆電，並與其他物品分隔收納，避免碰撞刮傷。\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003ch4\u003e物品各就各位\u003c\/h4\u003e\n    \u003ch3\u003e束繩側邊口袋設計\u003c\/h3\u003e\n    \u003cp\u003e兩側專屬束繩口袋，可分類收納水瓶與隨身配件，無需翻找主收納空間，即可快速取用。\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-item\"\u003e\n    \u003ch4\u003e更寬廣、更鮮明、更具 SKINARMA 風格\u003c\/h4\u003e\n    \u003ch3\u003e品牌提花肩帶\u003c\/h3\u003e\n    \u003cp\u003e肩帶搭載 SKINARMA 品牌提花設計，無論肩背或斜背使用，都能展現獨特識別度；可調式結構讓攜帶方式更符合個人需求。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding-top: 0px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3\u003e三款經典配色\u003c\/h3\u003e\n\u003chr style=\"border: 1px solid #000; margin: 0;\"\u003e\n\n\u003cstyle\u003e\n\n.product-feature {\n  display: grid;\n  grid-template-columns: 60% 40%;\n  align-items: center;\n  margin: 60px 0;\n}\n\n\n\/* 左側圖片 *\/\n.product-feature-image {\n  padding-right: 40px;\n  height: 500px;\n  overflow: hidden;\n}\n\n.product-feature-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center; \/* 電腦版預設置中，您也可以依需求改回 bottom *\/\n  display: block;\n}\n\n\n\/* 右側文字 *\/\n.product-feature-content {\n  border-left: 1px solid #000;\n  padding-left: 70px;\n  padding-right: 40px;\n}\n\n\n\/* 主標題 *\/\n.product-feature-title {\n  font-size: 22px;\n  font-weight: 700;\n  margin: 0 0 10px;\n  color: #000;\n}\n\n\n\/* 紅色副標 *\/\n.product-feature-subtitle {\n  font-size: 12px;\n  font-weight: 500;\n  letter-spacing: 2px;\n  color: #ff4d3d;\n  margin-bottom: 18px;\n}\n\n\n\n\/* 手機版 *\/\n@media(max-width: 768px){\n\n  .product-feature {\n    grid-template-columns: 1fr;\n    margin: 40px 0;\n  }\n\n\n  .product-feature-image {\n    padding-right: 0;\n    height: 500px; \/* 保持跟電腦版相同裁切高度 *\/\n    overflow: hidden;\n    margin-bottom: 40px;\n  }\n\n\n  .product-feature-image img {\n    width: 100%; \/* 手機版寬度 100% *\/\n    height: 100%;\n    object-fit: cover;\n    \/* 移除 object-position:bottom;，圖片將預設從頂部開始顯示 *\/\n  }\n\n\n  .product-feature-content {\n    border-left: none;\n    border-top: 1px solid #000;\n    padding: 40px 20px 0;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"product-feature\"\u003e\n\n  \u003c!-- 左側圖片 --\u003e\n  \u003cdiv class=\"product-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/7598\/0528\/files\/imgi_32_Flick_Carousel_BACKGROUND.jpg\" alt=\"\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 右側文字 --\u003e\n  \u003cdiv class=\"product-feature-content\"\u003e\n\n    \u003cdiv class=\"product-feature-title\"\u003e\n      復古肩背，或現代斜背\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-feature-subtitle\"\u003e\n      你的攜帶方式，由你決定\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-feature-text\"\u003e\n\n      大弧形半月包以彎月包經典輪廓打造，自然貼合肩部，呈現最原始的肩背美學。無需刻意調整，包款本身的尺寸與線條就能展現俐落風格。\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      切換為斜背方式後，則展現更現代的使用風格。適合需要長時間移動、希望解放雙手的日常與旅程，讓行動更加自在無拘。\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n\/* 強制讓這個 FAQ 區塊跨滿整個頁面寬度，不受雙欄格線限制 *\/\n.shopify-section .custom-faq-wrapper,\ndiv:has(\u003e .custom-faq-wrapper),\n.custom-faq-outer-container {\n  grid-column: 1 \/ -1 !important;\n  width: 100% !important;\n  max-width: 100% !important;\n  margin: 40px 0 !important;\n  padding: 0 !important;\n  display: block !important;\n  float: none !important;\n  clear: both !important;\n}\n\n.custom-faq-inner {\n  max-width: 800px !important;\n  margin: 0 auto !important;\n  padding: 0 20px !important;\n  box-sizing: border-box !important;\n}\n\n.shopify-section .custom-faq-item {\n  border-bottom: 1px solid #dcdcdc !important;\n  margin: 0 !important;\n  padding: 0 !important;\n  background: transparent !important;\n}\n\n.shopify-section .custom-faq-details {\n  list-style: none !important;\n}\n\n.shopify-section .custom-faq-details::-webkit-details-marker {\n  display: none !important;\n}\n\n.shopify-section .custom-faq-summary {\n  display: flex !important;\n  justify-content: space-between !important;\n  align-items: center !important;\n  width: 100% !important;\n  padding: 22px 0 !important;\n  margin: 0 !important;\n  cursor: pointer !important;\n  font-size: 16px !important;\n  font-weight: 500 !important;\n  letter-spacing: 0.5px !important;\n  color: #000 !important;\n  list-style: none !important;\n  background: transparent !important;\n}\n\n\/* 隱藏瀏覽器預設的 summary 箭頭 *\/\n.shopify-section .custom-faq-summary::-webkit-details-marker,\n.shopify-section .custom-faq-summary::marker {\n  display: none !important;\n}\n\n.shopify-section .custom-faq-summary span.faq-icon {\n  font-size: 20px !important;\n  font-weight: 400 !important;\n  line-height: 1 !important;\n  margin-left: 15px !important;\n  flex-shrink: 0 !important;\n}\n\n.shopify-section .custom-faq-item[open] .faq-icon::before {\n  content: \"−\" !important;\n}\n\n.shopify-section .custom-faq-item:not([open]) .faq-icon::before {\n  content: \"+\" !important;\n}\n\n.shopify-section .custom-faq-content {\n  padding: 0 0 22px 0 !important;\n  margin: 0 !important;\n  font-size: 15px !important;\n  line-height: 1.6 !important;\n  color: #333 !important;\n  text-align: left !important;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-faq-outer-container\"\u003e\n  \u003cdiv class=\"custom-faq-inner\"\u003e\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e大弧形半月包可以裝多少東西？\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"custom-faq-content\"\u003e\n        大弧形半月包專為充實忙碌的日常而打造。可收納多套衣物、筆電、其他包袋與收納袋，輕鬆應對更完整的攜帶需求，同時維持俐落外型。\u003cbr\u003e\u003cbr\u003e\n        若是日常外出或僅需攜帶基本物品，小弧形半月包則是更輕巧、更適合每日使用的選擇。\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e內建筆電夾層適用所有品牌的筆電嗎？\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"custom-faq-content\"\u003e\n        可以。內建加厚防護筆電夾層可容納最高 14 吋筆記型電腦，不限品牌皆可使用。搭配魔鬼氈固定帶設計，穩固固定裝置，讓筆電收納更安心。\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e大弧形半月包與一般托特包或肩背包有什麼不同？\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"custom-faq-content\"\u003e\n        多數肩背包僅提供基本收納空間，而大弧形半月包則具備更多機能配置。\u003cbr\u003e\u003cbr\u003e\n        內建加厚筆電夾層、抽繩側袋、多個外部拉鍊收納口袋，以及足以收納 JAX 斜背包的寬敞主空間，讓收納更有條理。同時也能轉換為斜背使用，滿足更多攜帶情境。\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e如何搭配擴充大弧形半月包的使用方式？\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"custom-faq-content\"\u003e\n        大弧形半月包是 JAX 模組化系統的核心包款。可將隨身小包掛載於外部，打造快速取物收納；或將斜背包收納於主空間中，以一個包袋攜帶完整雙包組合，滿足更多出行需求。\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e大弧形半月包採用什麼材質製成？\u003c\/span\u003e\n        \u003cspan class=\"faq-icon\"\u003e\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"custom-faq-content\"\u003e\n        大弧形半月包採用尼龍材質打造，兼具耐用與防潑水特性。材質選擇能維持包款結構穩定，並在日常使用與不同環境中，持續保護內部物品。\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003ch3\u003e商品規格\u003c\/h3\u003e\n\u003cdiv class=\"content\"\u003e\u003cstrong\u003eJax 弧形半月包(大)\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cstrong\u003e- 品牌：\u003c\/strong\u003eSKINARMA 日本東京\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cstrong\u003e- 顏色：\u003c\/strong\u003e黑、綠、米\u003cbr\u003e\u003cstrong\u003e- 材質：\u003c\/strong\u003e防潑水防撕裂尼龍\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cspan class=\"NormalTextRun SCXW88322072 BCX8\"\u003e\u003cstrong\u003e-\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e尺寸\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e：\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cstrong\u003e- 重量：\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cstrong\u003e- 產地：\u003c\/strong\u003e\u003cspan\u003e中國\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\u003cspan\u003e※ 顏色以實物為準\u003c\/span\u003e\u003c\/div\u003e","brand":"SKINARMA 日本東京","offers":[{"title":"米色 \/ 預購","offer_id":50089179906288,"sku":"ASK0807107008","price":3890.0,"currency_code":"TWD","in_stock":true},{"title":"綠色 \/ 預購","offer_id":50089179971824,"sku":"ASK0807107007","price":3890.0,"currency_code":"TWD","in_stock":true},{"title":"黑色 \/ 預購","offer_id":50089180004592,"sku":"ASK0807107001","price":3890.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/7598\/0528\/files\/3_9b6f1631-a56f-4884-94b2-08121b6fcec2.jpg?v=1785024421","url":"https:\/\/arthur-store.com.tw\/products\/jax-largecrescent","provider":"亞瑟3C生活","version":"1.0","type":"link"}