{"product_id":"jax-smallcrescent","title":"Jax 弧形半月包(小)","description":"\u003cdiv style=\"display:flex; justify-content:center;\"\u003e\n  \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1e4a56012e9342198e17d1b7bcbf2056.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三個不同尺寸的外部拉鍊口袋，加上一個內部拉鍊收納空間，讓每件隨身物品都有專屬位置，不再手忙腳亂。\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小巧外型，蘊藏大容量\u003c\/h4\u003e\n    \u003ch3\u003e輕盈蓬鬆結構設計\u003c\/h3\u003e\n    \u003cp\u003e防潑水外層搭配輕量化設計，在保持舒適攜帶感的同時，提供充足收納空間。主收納夾層容量超乎想像，內部標籤更隱藏 AirTag 收納槽，提供低調安心的追蹤功能。\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_376_Image_lookbook_11000.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\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\u003eJAX 弧形半月包（小）可以裝多少東西？\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 弧形半月包（小）適合日常外出與收納基本隨身物品。若是週末旅行、長時間外出，或需要攜帶衣物、筆電及額外收納袋等較多物品，建議選擇 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\n    \u003cdetails class=\"custom-faq-item\"\u003e\n      \u003csummary class=\"custom-faq-summary\"\u003e\n        \u003cspan\u003e隱藏式 AirTag 收納槽如何使用？\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 包款皆配備專屬 AirTag 收納槽，設計於內部標籤中，尺寸可精準容納 AirTag。只需將 AirTag 放入其中，即可低調隱藏於包內，在不佔用任何收納空間的情況下，隨時掌握包款位置。\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\u003eJAX 弧形半月包（小）與 JAX 弧形半月包（大）提供相同配色嗎？\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 弧形半月包（小）另有紫與橘色配色，而 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\u003eJAX 弧形半月包（小）採用什麼材質製成？\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  \u003c\/div\u003e\n\u003c\/div\u003e\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\n","brand":"SKINARMA 日本東京","offers":[{"title":"米色 \/ 預購","offer_id":50089639772400,"sku":"ASK0808107008","price":3290.0,"currency_code":"TWD","in_stock":true},{"title":"橘色 \/ 預購","offer_id":50089661235440,"sku":"ASK0808107013","price":3290.0,"currency_code":"TWD","in_stock":true},{"title":"紫色 \/ 預購","offer_id":50089661268208,"sku":"ASK0808107012","price":3290.0,"currency_code":"TWD","in_stock":true},{"title":"黑色 \/ 預購","offer_id":50089639837936,"sku":"ASK0808107001","price":3290.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/7598\/0528\/files\/4_f0e40874-2c11-45e1-a53f-b0f4ed477655.jpg?v=1785032851","url":"https:\/\/arthur-store.com.tw\/products\/jax-smallcrescent","provider":"亞瑟3C生活","version":"1.0","type":"link"}